#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" 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 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); } }; 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 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 VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)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 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 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 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 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); } }; 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 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 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); } }; // System.Security.Cryptography.RIPEMD160 struct RIPEMD160_t268675434; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219; // System.Security.Cryptography.RIPEMD160Managed struct RIPEMD160Managed_t2491561941; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t3397414743; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.String struct String_t; // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.Security.Cryptography.RSA struct RSA_t2385438082; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087; // System.Exception struct Exception_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_t2683512874; // System.Security.Cryptography.CspParameters struct CspParameters_t239852639; // System.Security.Cryptography.KeySizes struct KeySizes_t85027896; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t1757093819; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t3064139577; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t2094547461; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.EventArgs struct EventArgs_t3591816995; // System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter struct RSAPKCS1KeyExchangeFormatter_t2761096101; // System.Security.Cryptography.AsymmetricKeyExchangeFormatter struct AsymmetricKeyExchangeFormatter_t937192061; // System.Security.Cryptography.CryptographicUnexpectedOperationException struct CryptographicUnexpectedOperationException_t2790575154; // System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription struct RSAPKCS1SHA1SignatureDescription_t2887980541; // System.Security.Cryptography.SignatureDescription struct SignatureDescription_t1971889425; // System.Security.Cryptography.RSAPKCS1SignatureDeformatter struct RSAPKCS1SignatureDeformatter_t3767223008; // System.Security.Cryptography.AsymmetricSignatureDeformatter struct AsymmetricSignatureDeformatter_t2681190756; // System.Security.Cryptography.RSAPKCS1SignatureFormatter struct RSAPKCS1SignatureFormatter_t1514197062; // System.Security.Cryptography.AsymmetricSignatureFormatter struct AsymmetricSignatureFormatter_t3486936014; // System.Security.Cryptography.SHA1 struct SHA1_t1803193667; // System.Security.Cryptography.SHA1CryptoServiceProvider struct SHA1CryptoServiceProvider_t3661059764; // System.Security.Cryptography.SHA1Internal struct SHA1Internal_t3251293021; // System.UInt32[] struct UInt32U5BU5D_t2770800703; // System.Security.Cryptography.SHA1Managed struct SHA1Managed_t1754513891; // System.Security.Cryptography.SHA256 struct SHA256_t3672283617; // System.Security.Cryptography.SHA256Managed struct SHA256Managed_t955042874; // System.Security.Cryptography.SHA384 struct SHA384_t540967702; // System.Security.Cryptography.SHA384Managed struct SHA384Managed_t74158575; // System.Security.Cryptography.SHA512 struct SHA512_t1346946930; // System.Security.Cryptography.SHA512Managed struct SHA512Managed_t1787336339; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t4254223087; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473; // System.Type struct Type_t; // System.Security.Cryptography.ICryptoTransform struct ICryptoTransform_t2733259762; // System.Security.Cryptography.ToBase64Transform struct ToBase64Transform_t2551557057; // System.ObjectDisposedException struct ObjectDisposedException_t21392786; // System.ArgumentException struct ArgumentException_t132251570; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Security.Cryptography.TripleDES struct TripleDES_t92303514; // System.Security.Cryptography.TripleDESCryptoServiceProvider struct TripleDESCryptoServiceProvider_t3595206342; // System.Security.Cryptography.TripleDESTransform struct TripleDESTransform_t964169060; // Mono.Security.Cryptography.SymmetricTransform struct SymmetricTransform_t3802591842; // System.Security.Cryptography.DES struct DES_t821106792; // System.Security.Cryptography.DESTransform struct DESTransform_t4088905499; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243024; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // Mono.Security.ASN1 struct ASN1_t2114160832; // Mono.Security.X509.PKCS12 struct PKCS12_t4101533060; // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168549; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // System.Security.HostSecurityManager struct HostSecurityManager_t1435734729; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Reflection.Assembly struct Assembly_t; // System.Security.NamedPermissionSet struct NamedPermissionSet_t2915669112; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Security.SecurityElement struct SecurityElement_t1046076091; // System.Security.IPermission struct IPermission_t4015543450; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.TypeLoadException struct TypeLoadException_t3707937253; // System.Security.Permissions.EnvironmentPermission struct EnvironmentPermission_t1242010617; // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // System.Security.Permissions.FileDialogPermission struct FileDialogPermission_t986095094; // System.Security.Permissions.FileIOPermission struct FileIOPermission_t3596906749; // System.Collections.IList struct IList_t2094931216; // System.Security.Permissions.GacIdentityPermission struct GacIdentityPermission_t2991335275; // System.Security.Permissions.IsolatedStorageFilePermission struct IsolatedStorageFilePermission_t2861120981; // System.Security.Permissions.IsolatedStoragePermission struct IsolatedStoragePermission_t2996329588; // System.Security.Permissions.KeyContainerPermission struct KeyContainerPermission_t1460699488; // System.Security.Permissions.KeyContainerPermissionAccessEntry[] struct KeyContainerPermissionAccessEntryU5BU5D_t3830449459; // System.Security.Permissions.KeyContainerPermissionAccessEntry struct KeyContainerPermissionAccessEntry_t3026022710; // System.Security.Permissions.KeyContainerPermissionAccessEntryCollection struct KeyContainerPermissionAccessEntryCollection_t4144114052; // System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator struct KeyContainerPermissionAccessEntryEnumerator_t3641947072; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Security.Permissions.PermissionSetAttribute struct PermissionSetAttribute_t2779865727; // System.Security.Permissions.PublisherIdentityPermission struct PublisherIdentityPermission_t594127488; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Security.Permissions.ReflectionPermission struct ReflectionPermission_t2208099681; // System.Security.Permissions.RegistryPermission struct RegistryPermission_t4244934776; // System.Security.Permissions.SecurityAttribute struct SecurityAttribute_t4008260079; // System.Security.Permissions.SecurityPermission struct SecurityPermission_t2954997752; // System.Security.Permissions.SecurityPermissionAttribute struct SecurityPermissionAttribute_t2256310021; // System.Security.Permissions.SiteIdentityPermission struct SiteIdentityPermission_t4239769539; // System.Security.Permissions.StrongNameIdentityPermission struct StrongNameIdentityPermission_t2780499738; // System.Security.Permissions.StrongNamePublicKeyBlob struct StrongNamePublicKeyBlob_t3355146440; // System.Version struct Version_t3456873960; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Security.Permissions.UIPermission struct UIPermission_t826475846; // System.Security.Permissions.UrlIdentityPermission struct UrlIdentityPermission_t48040392; // System.Security.Permissions.ZoneIdentityPermission struct ZoneIdentityPermission_t2250593031; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820; // System.Security.Policy.PolicyLevel struct PolicyLevel_t2891196107; // System.Security.SecurityException struct SecurityException_t975544473; // System.Text.Encoding struct Encoding_t1523322056; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.UInt64[] struct UInt64U5BU5D_t1659327989; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // Mono.Math.BigInteger struct BigInteger_t2902905089; // System.Security.Policy.CodeGroup struct CodeGroup_t3811807446; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Security.Cryptography.DSA struct DSA_t2386879874; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t609554708; // System.Byte[,] struct ByteU5BU2CU5D_t4116647658; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const uint32_t RIPEMD160Managed__ctor_m1837600365_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const uint32_t RIPEMD160Managed_HashFinal_m1016449914_MetadataUsageId; extern const uint32_t RIPEMD160Managed_ProcessBlock_m3304263146_MetadataUsageId; extern RuntimeClass* RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var; extern const uint32_t RNGCryptoServiceProvider__ctor_m2355451105_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t RNGCryptoServiceProvider__cctor_m3587754670_MetadataUsageId; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern RuntimeClass* CryptographicException_t248831461_il2cpp_TypeInfo_var; extern const RuntimeMethod* RNGCryptoServiceProvider_Check_m3453818294_RuntimeMethod_var; extern String_t* _stringLiteral2855470454; extern const uint32_t RNGCryptoServiceProvider_Check_m3453818294_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* RNGCryptoServiceProvider_GetBytes_m918414272_RuntimeMethod_var; extern String_t* _stringLiteral2037252866; extern const uint32_t RNGCryptoServiceProvider_GetBytes_m918414272_MetadataUsageId; extern const RuntimeMethod* RNGCryptoServiceProvider_GetNonZeroBytes_m1918423726_RuntimeMethod_var; extern const uint32_t RNGCryptoServiceProvider_GetNonZeroBytes_m1918423726_MetadataUsageId; extern const uint32_t RNGCryptoServiceProvider_Finalize_m1304072372_MetadataUsageId; extern String_t* _stringLiteral788160616; extern const uint32_t RSA_Create_m4065275734_MetadataUsageId; extern RuntimeClass* CryptoConfig_t4201145714_il2cpp_TypeInfo_var; extern RuntimeClass* RSA_t2385438082_il2cpp_TypeInfo_var; extern const uint32_t RSA_Create_m2021570897_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* RSA_FromXmlString_m2537913712_RuntimeMethod_var; extern String_t* _stringLiteral1953671409; extern String_t* _stringLiteral3452614640; extern String_t* _stringLiteral3452614639; extern String_t* _stringLiteral3452614620; extern String_t* _stringLiteral3457857500; extern String_t* _stringLiteral3457791964; extern String_t* _stringLiteral3577940000; extern String_t* _stringLiteral3415789669; extern String_t* _stringLiteral2758185246; extern String_t* _stringLiteral3501983053; extern const uint32_t RSA_FromXmlString_m2537913712_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const RuntimeMethod* RSA_ToXmlString_m2922661427_RuntimeMethod_var; extern String_t* _stringLiteral2330884088; extern String_t* _stringLiteral264464451; extern String_t* _stringLiteral3087219758; extern String_t* _stringLiteral4195570472; extern String_t* _stringLiteral3252161509; extern String_t* _stringLiteral3802091543; extern String_t* _stringLiteral3588276660; extern String_t* _stringLiteral1918135800; extern String_t* _stringLiteral417504526; extern String_t* _stringLiteral1918070264; extern String_t* _stringLiteral3146387881; extern String_t* _stringLiteral423468302; extern String_t* _stringLiteral2921622622; extern String_t* _stringLiteral3152351657; extern String_t* _stringLiteral582970462; extern String_t* _stringLiteral939428175; extern String_t* _stringLiteral197188615; extern String_t* _stringLiteral1916825080; extern String_t* _stringLiteral3455564074; extern String_t* _stringLiteral1114683495; extern const uint32_t RSA_ToXmlString_m2922661427_MetadataUsageId; extern RuntimeClass* KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var; extern RuntimeClass* KeySizes_t85027896_il2cpp_TypeInfo_var; extern RuntimeClass* RSAManaged_t1757093819_il2cpp_TypeInfo_var; extern RuntimeClass* KeyGeneratedEventHandler_t3064139577_il2cpp_TypeInfo_var; extern RuntimeClass* CspParameters_t239852639_il2cpp_TypeInfo_var; extern RuntimeClass* RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var; extern RuntimeClass* KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var; extern const RuntimeMethod* RSACryptoServiceProvider_OnKeyGenerated_m863837376_RuntimeMethod_var; extern const uint32_t RSACryptoServiceProvider_Common_m861233239_MetadataUsageId; extern const RuntimeMethod* RSACryptoServiceProvider_DecryptValue_m3095079293_RuntimeMethod_var; extern String_t* _stringLiteral3919486692; extern const uint32_t RSACryptoServiceProvider_DecryptValue_m3095079293_MetadataUsageId; extern const RuntimeMethod* RSACryptoServiceProvider_ExportParameters_m3871179960_RuntimeMethod_var; extern String_t* _stringLiteral4048132565; extern const uint32_t RSACryptoServiceProvider_ExportParameters_m3871179960_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern const RuntimeMethod* RSACryptoServiceProvider_GetHashNameFromOID_m3078990602_RuntimeMethod_var; extern String_t* _stringLiteral3539017007; extern String_t* _stringLiteral3256681020; extern String_t* _stringLiteral1144609714; extern String_t* _stringLiteral3839139460; extern String_t* _stringLiteral706094756; extern const uint32_t RSACryptoServiceProvider_GetHashNameFromOID_m3078990602_MetadataUsageId; extern RuntimeClass* PKCS1_t1505584676_il2cpp_TypeInfo_var; extern const RuntimeMethod* RSACryptoServiceProvider_VerifyHash_m54573565_RuntimeMethod_var; extern String_t* _stringLiteral2917899049; extern String_t* _stringLiteral3170101360; extern const uint32_t RSACryptoServiceProvider_VerifyHash_m54573565_MetadataUsageId; extern const uint32_t RSAParameters_t1728406613_pinvoke_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t RSAParameters_t1728406613_com_FromNativeMethodDefinition_MetadataUsageId; extern RuntimeClass* CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var; extern const RuntimeMethod* RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_m1611814432_RuntimeMethod_var; extern String_t* _stringLiteral2602199788; extern String_t* _stringLiteral3248900012; extern const uint32_t RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_m1611814432_MetadataUsageId; extern const RuntimeMethod* RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943_RuntimeMethod_var; extern String_t* _stringLiteral2600271970; extern const uint32_t RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943_MetadataUsageId; extern String_t* _stringLiteral2169945542; extern String_t* _stringLiteral2063782298; extern String_t* _stringLiteral4211886892; extern String_t* _stringLiteral1086235408; extern const uint32_t RSAPKCS1SHA1SignatureDescription__ctor_m621804060_MetadataUsageId; extern const RuntimeMethod* RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m1602190713_RuntimeMethod_var; extern String_t* _stringLiteral328941489; extern const uint32_t RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m1602190713_MetadataUsageId; extern const RuntimeMethod* RSAPKCS1SignatureDeformatter_SetKey_m614724234_RuntimeMethod_var; extern const uint32_t RSAPKCS1SignatureDeformatter_SetKey_m614724234_MetadataUsageId; extern const RuntimeMethod* RSAPKCS1SignatureDeformatter_VerifySignature_m1810970621_RuntimeMethod_var; extern String_t* _stringLiteral4015236544; extern String_t* _stringLiteral710276514; extern const uint32_t RSAPKCS1SignatureDeformatter_VerifySignature_m1810970621_MetadataUsageId; extern const RuntimeMethod* RSAPKCS1SignatureFormatter_CreateSignature_m3191980616_RuntimeMethod_var; extern String_t* _stringLiteral114326928; extern const uint32_t RSAPKCS1SignatureFormatter_CreateSignature_m3191980616_MetadataUsageId; extern const RuntimeMethod* RSAPKCS1SignatureFormatter_SetKey_m2935054088_RuntimeMethod_var; extern const uint32_t RSAPKCS1SignatureFormatter_SetKey_m2935054088_MetadataUsageId; extern String_t* _stringLiteral205916201; extern const uint32_t SHA1_Create_m1390871308_MetadataUsageId; extern RuntimeClass* SHA1_t1803193667_il2cpp_TypeInfo_var; extern const uint32_t SHA1_Create_m2934697039_MetadataUsageId; extern RuntimeClass* SHA1Internal_t3251293021_il2cpp_TypeInfo_var; extern const uint32_t SHA1CryptoServiceProvider__ctor_m4195188793_MetadataUsageId; extern const uint32_t SHA1Internal__ctor_m2437096624_MetadataUsageId; extern const uint32_t SHA1Internal_HashFinal_m1760803056_MetadataUsageId; extern const uint32_t SHA1Internal_ProcessFinalBlock_m1403775421_MetadataUsageId; extern const uint32_t SHA1Managed__ctor_m3689558429_MetadataUsageId; extern String_t* _stringLiteral2075006151; extern const uint32_t SHA256_Create_m610202894_MetadataUsageId; extern RuntimeClass* SHA256_t3672283617_il2cpp_TypeInfo_var; extern const uint32_t SHA256_Create_m697467885_MetadataUsageId; extern const uint32_t SHA256Managed__ctor_m2170017447_MetadataUsageId; extern const uint32_t SHA256Managed_HashFinal_m2914312286_MetadataUsageId; extern RuntimeClass* SHAConstants_t1360924992_il2cpp_TypeInfo_var; extern const uint32_t SHA256Managed_ProcessBlock_m2297835517_MetadataUsageId; extern const uint32_t SHA256Managed_ProcessFinalBlock_m3518004226_MetadataUsageId; extern String_t* _stringLiteral3238657532; extern const uint32_t SHA384_Create_m3237405884_MetadataUsageId; extern RuntimeClass* SHA384_t540967702_il2cpp_TypeInfo_var; extern const uint32_t SHA384_Create_m1745173416_MetadataUsageId; extern RuntimeClass* UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var; extern const uint32_t SHA384Managed__ctor_m3220477113_MetadataUsageId; extern const uint32_t SHA384Managed_HashFinal_m2401837128_MetadataUsageId; extern const uint32_t SHA384Managed_processBlock_m1272529332_MetadataUsageId; extern String_t* _stringLiteral4044636760; extern const uint32_t SHA512_Create_m3934606971_MetadataUsageId; extern RuntimeClass* SHA512_t1346946930_il2cpp_TypeInfo_var; extern const uint32_t SHA512_Create_m3236870067_MetadataUsageId; extern const uint32_t SHA512Managed__ctor_m330347986_MetadataUsageId; extern const uint32_t SHA512Managed_HashFinal_m2173184560_MetadataUsageId; extern const uint32_t SHA512Managed_processBlock_m1725885004_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D62_53_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D63_54_FieldInfo_var; extern const uint32_t SHAConstants__cctor_m1699027474_MetadataUsageId; extern const RuntimeMethod* SymmetricAlgorithm_set_BlockSize_m812732862_RuntimeMethod_var; extern String_t* _stringLiteral3622000365; extern const uint32_t SymmetricAlgorithm_set_BlockSize_m812732862_MetadataUsageId; extern const uint32_t SymmetricAlgorithm_get_IV_m1875559108_MetadataUsageId; extern const RuntimeMethod* SymmetricAlgorithm_set_IV_m3196220308_RuntimeMethod_var; extern String_t* _stringLiteral3457464295; extern String_t* _stringLiteral3110501409; extern const uint32_t SymmetricAlgorithm_set_IV_m3196220308_MetadataUsageId; extern const uint32_t SymmetricAlgorithm_get_Key_m3241860519_MetadataUsageId; extern const RuntimeMethod* SymmetricAlgorithm_set_Key_m1775642191_RuntimeMethod_var; extern String_t* _stringLiteral2600272002; extern String_t* _stringLiteral3306948476; extern const uint32_t SymmetricAlgorithm_set_Key_m1775642191_MetadataUsageId; extern const RuntimeMethod* SymmetricAlgorithm_set_KeySize_m3805756466_RuntimeMethod_var; extern const uint32_t SymmetricAlgorithm_set_KeySize_m3805756466_MetadataUsageId; extern RuntimeClass* CipherMode_t84635067_il2cpp_TypeInfo_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern const RuntimeMethod* SymmetricAlgorithm_set_Mode_m4060916368_RuntimeMethod_var; extern String_t* _stringLiteral506176138; extern const uint32_t SymmetricAlgorithm_set_Mode_m4060916368_MetadataUsageId; extern RuntimeClass* PaddingMode_t2546806710_il2cpp_TypeInfo_var; extern const RuntimeMethod* SymmetricAlgorithm_set_Padding_m1690860683_RuntimeMethod_var; extern String_t* _stringLiteral3933051624; extern const uint32_t SymmetricAlgorithm_set_Padding_m1690860683_MetadataUsageId; extern RuntimeClass* SymmetricAlgorithm_t4254223087_il2cpp_TypeInfo_var; extern const uint32_t SymmetricAlgorithm_Create_m2726390826_MetadataUsageId; extern RuntimeClass* ObjectDisposedException_t21392786_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* ToBase64Transform_TransformBlock_m2497349397_RuntimeMethod_var; extern String_t* _stringLiteral8382769; extern String_t* _stringLiteral3152468735; extern String_t* _stringLiteral2053830539; extern String_t* _stringLiteral438779933; extern String_t* _stringLiteral3073595182; extern String_t* _stringLiteral251636811; extern String_t* _stringLiteral2167393519; extern String_t* _stringLiteral1561769044; extern const uint32_t ToBase64Transform_TransformBlock_m2497349397_MetadataUsageId; extern RuntimeClass* Base64Constants_t4102031153_il2cpp_TypeInfo_var; extern const uint32_t ToBase64Transform_InternalTransformBlock_m3458782414_MetadataUsageId; extern const RuntimeMethod* ToBase64Transform_TransformFinalBlock_m2460017188_RuntimeMethod_var; extern String_t* _stringLiteral3400529612; extern String_t* _stringLiteral2221361329; extern const uint32_t ToBase64Transform_TransformFinalBlock_m2460017188_MetadataUsageId; extern const uint32_t ToBase64Transform_InternalTransformFinalBlock_m360524956_MetadataUsageId; extern const uint32_t TripleDES__ctor_m4045412014_MetadataUsageId; extern const uint32_t TripleDES_get_Key_m1921822970_MetadataUsageId; extern const RuntimeMethod* TripleDES_set_Key_m3464715319_RuntimeMethod_var; extern String_t* _stringLiteral2334095011; extern const uint32_t TripleDES_set_Key_m3464715319_MetadataUsageId; extern const RuntimeMethod* TripleDES_IsWeakKey_m2147489852_RuntimeMethod_var; extern String_t* _stringLiteral2342470835; extern String_t* _stringLiteral1438471625; extern const uint32_t TripleDES_IsWeakKey_m2147489852_MetadataUsageId; extern String_t* _stringLiteral2789993344; extern const uint32_t TripleDES_Create_m3761371613_MetadataUsageId; extern RuntimeClass* TripleDES_t92303514_il2cpp_TypeInfo_var; extern const uint32_t TripleDES_Create_m2471273334_MetadataUsageId; extern RuntimeClass* TripleDESTransform_t964169060_il2cpp_TypeInfo_var; extern const uint32_t TripleDESCryptoServiceProvider_CreateDecryptor_m740960117_MetadataUsageId; extern const uint32_t TripleDESCryptoServiceProvider_CreateEncryptor_m450924958_MetadataUsageId; extern RuntimeClass* DES_t821106792_il2cpp_TypeInfo_var; extern RuntimeClass* DESTransform_t4088905499_il2cpp_TypeInfo_var; extern const RuntimeMethod* TripleDESTransform__ctor_m3915497765_RuntimeMethod_var; extern String_t* _stringLiteral1444991649; extern const uint32_t TripleDESTransform__ctor_m3915497765_MetadataUsageId; extern const uint32_t TripleDESTransform_ECB_m731927780_MetadataUsageId; extern const uint32_t TripleDESTransform_GetStrongKey_m292426577_MetadataUsageId; extern RuntimeClass* X509Certificate_t489243024_il2cpp_TypeInfo_var; extern const RuntimeMethod* X509Certificate__ctor_m191107012_RuntimeMethod_var; extern String_t* _stringLiteral1211898317; extern const uint32_t X509Certificate__ctor_m191107012_MetadataUsageId; extern const RuntimeType* ByteU5BU5D_t4116647657_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3013553869; extern const uint32_t X509Certificate__ctor_m4186241804_MetadataUsageId; extern const uint32_t X509Certificate_System_Runtime_Serialization_ISerializable_GetObjectData_m1891910043_MetadataUsageId; extern String_t* _stringLiteral3451435000; extern const uint32_t X509Certificate_tostr_m197816703_MetadataUsageId; extern const RuntimeMethod* X509Certificate_Equals_m861530042_RuntimeMethod_var; extern String_t* _stringLiteral2083223874; extern const uint32_t X509Certificate_Equals_m861530042_MetadataUsageId; extern const RuntimeMethod* X509Certificate_GetCertHash_m274210048_RuntimeMethod_var; extern const uint32_t X509Certificate_GetCertHash_m274210048_MetadataUsageId; extern const RuntimeMethod* X509Certificate_GetEffectiveDateString_m1666677721_RuntimeMethod_var; extern const uint32_t X509Certificate_GetEffectiveDateString_m1666677721_MetadataUsageId; extern const RuntimeMethod* X509Certificate_GetExpirationDateString_m1253593872_RuntimeMethod_var; extern const uint32_t X509Certificate_GetExpirationDateString_m1253593872_MetadataUsageId; extern const RuntimeMethod* X509Certificate_GetIssuerName_m1601331538_RuntimeMethod_var; extern const uint32_t X509Certificate_GetIssuerName_m1601331538_MetadataUsageId; extern const RuntimeMethod* X509Certificate_GetName_m1060481339_RuntimeMethod_var; extern const uint32_t X509Certificate_GetName_m1060481339_MetadataUsageId; extern const RuntimeMethod* X509Certificate_GetPublicKey_m4184729161_RuntimeMethod_var; extern const uint32_t X509Certificate_GetPublicKey_m4184729161_MetadataUsageId; extern const RuntimeMethod* X509Certificate_GetRawCertData_m781236105_RuntimeMethod_var; extern const uint32_t X509Certificate_GetRawCertData_m781236105_MetadataUsageId; extern const RuntimeMethod* X509Certificate_GetRawCertDataString_m582160078_RuntimeMethod_var; extern const uint32_t X509Certificate_GetRawCertDataString_m582160078_MetadataUsageId; extern String_t* _stringLiteral1477887897; extern String_t* _stringLiteral971212591; extern String_t* _stringLiteral2222432080; extern String_t* _stringLiteral4281279765; extern String_t* _stringLiteral419730590; extern const uint32_t X509Certificate_ToString_m2340207075_MetadataUsageId; extern RuntimeClass* X501_t1758824425_il2cpp_TypeInfo_var; extern const RuntimeMethod* X509Certificate_get_Issuer_m2934704867_RuntimeMethod_var; extern String_t* _stringLiteral3450517380; extern const uint32_t X509Certificate_get_Issuer_m2934704867_MetadataUsageId; extern const RuntimeMethod* X509Certificate_get_Subject_m2638144878_RuntimeMethod_var; extern const uint32_t X509Certificate_get_Subject_m2638144878_MetadataUsageId; extern RuntimeClass* X509Certificate_t713131622_il2cpp_TypeInfo_var; extern const uint32_t X509Certificate_Equals_m3784196370_MetadataUsageId; extern RuntimeClass* PKCS12_t4101533060_il2cpp_TypeInfo_var; extern const RuntimeMethod* X509Certificate_Import_m3563119820_RuntimeMethod_var; extern String_t* _stringLiteral1947682626; extern const uint32_t X509Certificate_Import_m3563119820_MetadataUsageId; extern RuntimeClass* PermissionSet_t223948603_il2cpp_TypeInfo_var; extern const uint32_t NamedPermissionSet__ctor_m2946578901_MetadataUsageId; extern const uint32_t NamedPermissionSet__ctor_m3579418217_MetadataUsageId; extern const uint32_t NamedPermissionSet__ctor_m933883889_MetadataUsageId; extern const RuntimeMethod* NamedPermissionSet_set_Name_m1397773350_RuntimeMethod_var; extern String_t* _stringLiteral3045352588; extern const uint32_t NamedPermissionSet_set_Name_m1397773350_MetadataUsageId; extern RuntimeClass* NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var; extern const uint32_t NamedPermissionSet_Copy_m3477883934_MetadataUsageId; extern String_t* _stringLiteral62725275; extern String_t* _stringLiteral2833616318; extern const uint32_t NamedPermissionSet_FromXml_m137054589_MetadataUsageId; extern const uint32_t NamedPermissionSet_ToXml_m765275093_MetadataUsageId; extern const uint32_t NamedPermissionSet_Equals_m2561937052_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* PermissionState_t1178999876_il2cpp_TypeInfo_var; extern RuntimeClass* PermissionBuilder_t1403083973_il2cpp_TypeInfo_var; extern const uint32_t PermissionBuilder__cctor_m1768475962_MetadataUsageId; extern RuntimeClass* SecurityElement_t1046076091_il2cpp_TypeInfo_var; extern const RuntimeMethod* PermissionBuilder_Create_m2704032924_RuntimeMethod_var; extern String_t* _stringLiteral2456132277; extern String_t* _stringLiteral1361836849; extern String_t* _stringLiteral351315815; extern String_t* _stringLiteral1902401671; extern String_t* _stringLiteral3452614543; extern String_t* _stringLiteral3161615738; extern String_t* _stringLiteral4002445229; extern const uint32_t PermissionBuilder_Create_m2704032924_MetadataUsageId; extern const RuntimeMethod* PermissionBuilder_Create_m2648564436_RuntimeMethod_var; extern String_t* _stringLiteral3454384077; extern const uint32_t PermissionBuilder_Create_m2648564436_MetadataUsageId; extern const RuntimeMethod* PermissionBuilder_Create_m708304050_RuntimeMethod_var; extern const uint32_t PermissionBuilder_Create_m708304050_MetadataUsageId; extern RuntimeClass* IPermission_t4015543450_il2cpp_TypeInfo_var; extern const uint32_t PermissionBuilder_Create_m1746982897_MetadataUsageId; extern RuntimeClass* TypeLoadException_t3707937253_il2cpp_TypeInfo_var; extern RuntimeClass* ISecurityEncodable_t2426431352_il2cpp_TypeInfo_var; extern const RuntimeMethod* PermissionBuilder_CreatePermission_m1989384588_RuntimeMethod_var; extern String_t* _stringLiteral1790736693; extern const uint32_t PermissionBuilder_CreatePermission_m1989384588_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t EnvironmentPermission__ctor_m592705807_MetadataUsageId; extern const uint32_t EnvironmentPermission__ctor_m3571291367_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const RuntimeMethod* EnvironmentPermission_AddPathList_m995802162_RuntimeMethod_var; extern String_t* _stringLiteral3024855651; extern const uint32_t EnvironmentPermission_AddPathList_m995802162_MetadataUsageId; extern RuntimeClass* EnvironmentPermission_t1242010617_il2cpp_TypeInfo_var; extern const uint32_t EnvironmentPermission_Copy_m886506347_MetadataUsageId; extern String_t* _stringLiteral3266858161; extern String_t* _stringLiteral431746835; extern String_t* _stringLiteral1973028809; extern const uint32_t EnvironmentPermission_FromXml_m1458260199_MetadataUsageId; extern const uint32_t EnvironmentPermission_Intersect_m4109492736_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t EnvironmentPermission_IsSubsetOf_m3586275835_MetadataUsageId; extern const RuntimeMethod* EnvironmentPermission_SetPathList_m1757934094_RuntimeMethod_var; extern const uint32_t EnvironmentPermission_SetPathList_m1757934094_MetadataUsageId; extern const uint32_t EnvironmentPermission_ToXml_m4123155960_MetadataUsageId; extern const uint32_t EnvironmentPermission_Union_m587577724_MetadataUsageId; extern const RuntimeType* EnvironmentPermission_t1242010617_0_0_0_var; extern const uint32_t EnvironmentPermission_Cast_m4026767733_MetadataUsageId; extern RuntimeClass* EnvironmentPermissionAccess_t1745565475_il2cpp_TypeInfo_var; extern const RuntimeMethod* EnvironmentPermission_ThrowInvalidFlag_m306084302_RuntimeMethod_var; extern String_t* _stringLiteral3225342323; extern String_t* _stringLiteral3127603183; extern String_t* _stringLiteral2006314719; extern const uint32_t EnvironmentPermission_ThrowInvalidFlag_m306084302_MetadataUsageId; extern String_t* _stringLiteral3452614549; extern const uint32_t EnvironmentPermission_GetPathList_m1905953961_MetadataUsageId; extern const RuntimeType* FileDialogPermissionAccess_t4172829844_0_0_0_var; extern RuntimeClass* FileDialogPermissionAccess_t4172829844_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileDialogPermission_set_Access_m2513660204_RuntimeMethod_var; extern String_t* _stringLiteral3807304972; extern String_t* _stringLiteral3690348440; extern const uint32_t FileDialogPermission_set_Access_m2513660204_MetadataUsageId; extern RuntimeClass* FileDialogPermission_t986095094_il2cpp_TypeInfo_var; extern const uint32_t FileDialogPermission_Copy_m960905877_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2349569347; extern const uint32_t FileDialogPermission_FromXml_m1332261088_MetadataUsageId; extern const uint32_t FileDialogPermission_Intersect_m3906512172_MetadataUsageId; extern String_t* _stringLiteral3905732978; extern String_t* _stringLiteral2435378281; extern const uint32_t FileDialogPermission_ToXml_m4282181622_MetadataUsageId; extern const uint32_t FileDialogPermission_Union_m738866679_MetadataUsageId; extern const RuntimeType* FileDialogPermission_t986095094_0_0_0_var; extern const uint32_t FileDialogPermission_Cast_m3042944597_MetadataUsageId; extern const RuntimeMethod* FileIOPermission__ctor_m1915937234_RuntimeMethod_var; extern String_t* _stringLiteral1610285846; extern const uint32_t FileIOPermission__ctor_m1915937234_MetadataUsageId; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern RuntimeClass* FileIOPermission_t3596906749_il2cpp_TypeInfo_var; extern const uint32_t FileIOPermission__cctor_m1859715396_MetadataUsageId; extern const uint32_t FileIOPermission_CreateLists_m2514333598_MetadataUsageId; extern const uint32_t FileIOPermission_AddPathList_m2670030776_MetadataUsageId; extern const uint32_t FileIOPermission_AddPathList_m923461984_MetadataUsageId; extern const uint32_t FileIOPermission_AddPathInternal_m4199413382_MetadataUsageId; extern const uint32_t FileIOPermission_Copy_m1475819040_MetadataUsageId; extern String_t* _stringLiteral2082467269; extern String_t* _stringLiteral3232623365; extern const uint32_t FileIOPermission_FromXml_m1633766018_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const uint32_t FileIOPermission_GetPathList_m1886200273_MetadataUsageId; extern const uint32_t FileIOPermission_Intersect_m3750751395_MetadataUsageId; extern const uint32_t FileIOPermission_IsSubsetOf_m1015399292_MetadataUsageId; extern const uint32_t FileIOPermission_ToXml_m3808950812_MetadataUsageId; extern const uint32_t FileIOPermission_Union_m3634619259_MetadataUsageId; extern const RuntimeType* FileIOPermission_t3596906749_0_0_0_var; extern const uint32_t FileIOPermission_Cast_m845369805_MetadataUsageId; extern RuntimeClass* FileIOPermissionAccess_t1559273540_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileIOPermission_ThrowInvalidFlag_m1708592716_RuntimeMethod_var; extern String_t* _stringLiteral2349568099; extern const uint32_t FileIOPermission_ThrowInvalidFlag_m1708592716_MetadataUsageId; extern const RuntimeMethod* FileIOPermission_ThrowIfInvalidPath_m845788753_RuntimeMethod_var; extern String_t* _stringLiteral1697677076; extern String_t* _stringLiteral3306013350; extern String_t* _stringLiteral1127023485; extern const uint32_t FileIOPermission_ThrowIfInvalidPath_m845788753_MetadataUsageId; extern const uint32_t FileIOPermission_ThrowIfInvalidPath_m2136048986_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t FileIOPermission_KeyIsSubsetOf_m350541938_MetadataUsageId; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern const uint32_t FileIOPermission_UnionKeys_m3348723214_MetadataUsageId; extern const uint32_t FileIOPermission_IntersectKeys_m2315219909_MetadataUsageId; extern RuntimeClass* GacIdentityPermission_t2991335275_il2cpp_TypeInfo_var; extern const uint32_t GacIdentityPermission_Copy_m334609544_MetadataUsageId; extern String_t* _stringLiteral529671470; extern const uint32_t GacIdentityPermission_FromXml_m2248040578_MetadataUsageId; extern const RuntimeType* GacIdentityPermission_t2991335275_0_0_0_var; extern const uint32_t GacIdentityPermission_Cast_m834911036_MetadataUsageId; extern RuntimeClass* IsolatedStorageFilePermission_t2861120981_il2cpp_TypeInfo_var; extern const uint32_t IsolatedStorageFilePermission_Copy_m3242731701_MetadataUsageId; extern const uint32_t IsolatedStorageFilePermission_Intersect_m1472519071_MetadataUsageId; extern const uint32_t IsolatedStorageFilePermission_Union_m298786934_MetadataUsageId; extern const RuntimeType* IsolatedStorageFilePermission_t2861120981_0_0_0_var; extern const uint32_t IsolatedStorageFilePermission_Cast_m2464707317_MetadataUsageId; extern const RuntimeType* IsolatedStorageContainment_t3203638662_0_0_0_var; extern RuntimeClass* IsolatedStorageContainment_t3203638662_il2cpp_TypeInfo_var; extern const RuntimeMethod* IsolatedStoragePermission_set_UsageAllowed_m4108712463_RuntimeMethod_var; extern String_t* _stringLiteral637179491; extern const uint32_t IsolatedStoragePermission_set_UsageAllowed_m4108712463_MetadataUsageId; extern String_t* _stringLiteral3480277028; extern String_t* _stringLiteral1884896601; extern const uint32_t IsolatedStoragePermission_ToXml_m3412014939_MetadataUsageId; extern const uint32_t IsolatedStoragePermission_FromXml_m350209472_MetadataUsageId; extern RuntimeClass* KeyContainerPermission_t1460699488_il2cpp_TypeInfo_var; extern RuntimeClass* KeyContainerPermissionAccessEntryU5BU5D_t3830449459_il2cpp_TypeInfo_var; extern const uint32_t KeyContainerPermission_Copy_m1153925706_MetadataUsageId; extern const RuntimeType* KeyContainerPermissionFlags_t3864969297_0_0_0_var; extern String_t* _stringLiteral822913698; extern const uint32_t KeyContainerPermission_FromXml_m2471220445_MetadataUsageId; extern const uint32_t KeyContainerPermission_ToXml_m3830759143_MetadataUsageId; extern RuntimeClass* KeyContainerPermissionAccessEntryCollection_t4144114052_il2cpp_TypeInfo_var; extern const uint32_t KeyContainerPermission_Union_m674268666_MetadataUsageId; extern RuntimeClass* KeyContainerPermissionFlags_t3864969297_il2cpp_TypeInfo_var; extern const RuntimeMethod* KeyContainerPermission_SetFlags_m3672689155_RuntimeMethod_var; extern String_t* _stringLiteral1694784674; extern const uint32_t KeyContainerPermission_SetFlags_m3672689155_MetadataUsageId; extern const RuntimeType* KeyContainerPermission_t1460699488_0_0_0_var; extern const uint32_t KeyContainerPermission_Cast_m3744190167_MetadataUsageId; extern RuntimeClass* KeyContainerPermissionAccessEntry_t3026022710_il2cpp_TypeInfo_var; extern const uint32_t KeyContainerPermissionAccessEntry_Equals_m1469203282_MetadataUsageId; extern const uint32_t KeyContainerPermissionAccessEntryCollection__ctor_m1064940544_MetadataUsageId; extern RuntimeClass* KeyContainerPermissionAccessEntryEnumerator_t3641947072_il2cpp_TypeInfo_var; extern const uint32_t KeyContainerPermissionAccessEntryCollection_System_Collections_IEnumerable_GetEnumerator_m3842434011_MetadataUsageId; extern const uint32_t KeyContainerPermissionAccessEntryCollection_GetEnumerator_m632235850_MetadataUsageId; extern const RuntimeMethod* KeyContainerPermissionAccessEntryCollection_IndexOf_m1625613501_RuntimeMethod_var; extern String_t* _stringLiteral1562580177; extern const uint32_t KeyContainerPermissionAccessEntryCollection_IndexOf_m1625613501_MetadataUsageId; extern const uint32_t KeyContainerPermissionAccessEntryEnumerator_System_Collections_IEnumerator_get_Current_m2177341222_MetadataUsageId; extern const uint32_t KeyContainerPermissionAccessEntryEnumerator_get_Current_m2187682901_MetadataUsageId; extern const uint32_t KeyContainerPermissionAccessEntryEnumerator_MoveNext_m3211539720_MetadataUsageId; extern const uint32_t KeyContainerPermissionAccessEntryEnumerator_Reset_m3609449468_MetadataUsageId; extern const RuntimeMethod* PublisherIdentityPermission_set_Certificate_m3980395892_RuntimeMethod_var; extern String_t* _stringLiteral1155140630; extern const uint32_t PublisherIdentityPermission_set_Certificate_m3980395892_MetadataUsageId; extern RuntimeClass* PublisherIdentityPermission_t594127488_il2cpp_TypeInfo_var; extern const uint32_t PublisherIdentityPermission_Copy_m4278048358_MetadataUsageId; extern String_t* _stringLiteral2775266118; extern const uint32_t PublisherIdentityPermission_FromXml_m3566778244_MetadataUsageId; extern const uint32_t PublisherIdentityPermission_Intersect_m1209351935_MetadataUsageId; extern const uint32_t PublisherIdentityPermission_IsSubsetOf_m3597223740_MetadataUsageId; extern const uint32_t PublisherIdentityPermission_ToXml_m1492471529_MetadataUsageId; extern const uint32_t PublisherIdentityPermission_Union_m246407740_MetadataUsageId; extern const RuntimeType* PublisherIdentityPermission_t594127488_0_0_0_var; extern const uint32_t PublisherIdentityPermission_Cast_m1972400146_MetadataUsageId; extern RuntimeClass* ReflectionPermissionFlag_t4199904140_il2cpp_TypeInfo_var; extern const RuntimeMethod* ReflectionPermission_set_Flags_m1280946911_RuntimeMethod_var; extern String_t* _stringLiteral2248575227; extern String_t* _stringLiteral2528947232; extern const uint32_t ReflectionPermission_set_Flags_m1280946911_MetadataUsageId; extern RuntimeClass* ReflectionPermission_t2208099681_il2cpp_TypeInfo_var; extern const uint32_t ReflectionPermission_Copy_m274021237_MetadataUsageId; extern String_t* _stringLiteral1004140802; extern String_t* _stringLiteral3022725051; extern String_t* _stringLiteral3114148990; extern const uint32_t ReflectionPermission_FromXml_m3825522330_MetadataUsageId; extern const uint32_t ReflectionPermission_Intersect_m2186490467_MetadataUsageId; extern String_t* _stringLiteral1626466226; extern String_t* _stringLiteral2533448590; extern const uint32_t ReflectionPermission_ToXml_m1619273015_MetadataUsageId; extern const uint32_t ReflectionPermission_Union_m3696259038_MetadataUsageId; extern const RuntimeType* ReflectionPermission_t2208099681_0_0_0_var; extern const uint32_t ReflectionPermission_Cast_m2554660366_MetadataUsageId; extern const uint32_t RegistryPermission__ctor_m2010290529_MetadataUsageId; extern const RuntimeMethod* RegistryPermission_AddPathList_m2434130390_RuntimeMethod_var; extern const uint32_t RegistryPermission_AddPathList_m2434130390_MetadataUsageId; extern const RuntimeMethod* RegistryPermission_SetPathList_m177476511_RuntimeMethod_var; extern const uint32_t RegistryPermission_SetPathList_m177476511_MetadataUsageId; extern RuntimeClass* RegistryPermission_t4244934776_il2cpp_TypeInfo_var; extern const uint32_t RegistryPermission_Copy_m1236070534_MetadataUsageId; extern String_t* _stringLiteral28278200; extern const uint32_t RegistryPermission_FromXml_m918044170_MetadataUsageId; extern const uint32_t RegistryPermission_Intersect_m2833795335_MetadataUsageId; extern const uint32_t RegistryPermission_ToXml_m3176435332_MetadataUsageId; extern const uint32_t RegistryPermission_Union_m2246320591_MetadataUsageId; extern const RuntimeType* RegistryPermission_t4244934776_0_0_0_var; extern const uint32_t RegistryPermission_Cast_m1752377571_MetadataUsageId; extern RuntimeClass* RegistryPermissionAccess_t307445458_il2cpp_TypeInfo_var; extern const RuntimeMethod* RegistryPermission_ThrowInvalidFlag_m1489227963_RuntimeMethod_var; extern const uint32_t RegistryPermission_ThrowInvalidFlag_m1489227963_MetadataUsageId; extern const uint32_t RegistryPermission_GetPathList_m506144580_MetadataUsageId; extern const uint32_t RegistryPermission_KeyIsSubsetOf_m1742537875_MetadataUsageId; extern const uint32_t RegistryPermission_AddWithUnionKey_m479354432_MetadataUsageId; extern const uint32_t RegistryPermission_IntersectKeys_m961022720_MetadataUsageId; extern RuntimeClass* SecurityPermissionFlag_t3459270124_il2cpp_TypeInfo_var; extern const RuntimeMethod* SecurityPermission_set_Flags_m1503445204_RuntimeMethod_var; extern String_t* _stringLiteral1661045531; extern const uint32_t SecurityPermission_set_Flags_m1503445204_MetadataUsageId; extern RuntimeClass* SecurityPermission_t2954997752_il2cpp_TypeInfo_var; extern const uint32_t SecurityPermission_Copy_m1646826186_MetadataUsageId; extern const uint32_t SecurityPermission_Intersect_m3147623876_MetadataUsageId; extern const uint32_t SecurityPermission_Union_m320701440_MetadataUsageId; extern const RuntimeType* SecurityPermissionFlag_t3459270124_0_0_0_var; extern const uint32_t SecurityPermission_FromXml_m723310226_MetadataUsageId; extern const uint32_t SecurityPermission_ToXml_m355131433_MetadataUsageId; extern const RuntimeType* SecurityPermission_t2954997752_0_0_0_var; extern const uint32_t SecurityPermission_Cast_m2392017566_MetadataUsageId; extern const uint32_t SecurityPermissionAttribute_CreatePermission_m3255907894_MetadataUsageId; extern RuntimeClass* BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var; extern RuntimeClass* SiteIdentityPermission_t4239769539_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D64_55_FieldInfo_var; extern const uint32_t SiteIdentityPermission__cctor_m2610624403_MetadataUsageId; extern const RuntimeMethod* SiteIdentityPermission_set_Site_m1105079855_RuntimeMethod_var; extern String_t* _stringLiteral935648371; extern const uint32_t SiteIdentityPermission_set_Site_m1105079855_MetadataUsageId; extern const uint32_t SiteIdentityPermission_Copy_m495304303_MetadataUsageId; extern String_t* _stringLiteral1273103155; extern const uint32_t SiteIdentityPermission_FromXml_m894070293_MetadataUsageId; extern const uint32_t SiteIdentityPermission_Intersect_m965020041_MetadataUsageId; extern const uint32_t SiteIdentityPermission_IsSubsetOf_m1421120977_MetadataUsageId; extern const uint32_t SiteIdentityPermission_ToXml_m2415371146_MetadataUsageId; extern const RuntimeMethod* SiteIdentityPermission_Union_m463985903_RuntimeMethod_var; extern String_t* _stringLiteral2328180472; extern String_t* _stringLiteral2833503317; extern const uint32_t SiteIdentityPermission_Union_m463985903_MetadataUsageId; extern const RuntimeType* SiteIdentityPermission_t4239769539_0_0_0_var; extern const uint32_t SiteIdentityPermission_Cast_m1204175153_MetadataUsageId; extern const uint32_t SiteIdentityPermission_IsValid_m1450653188_MetadataUsageId; extern const uint32_t SiteIdentityPermission_Match_m877843143_MetadataUsageId; extern RuntimeClass* SNIP_t4156255223_il2cpp_TypeInfo_var; extern const uint32_t StrongNameIdentityPermission__ctor_m1226025723_MetadataUsageId; extern const RuntimeMethod* StrongNameIdentityPermission__ctor_m894027171_RuntimeMethod_var; extern String_t* _stringLiteral3946841517; extern String_t* _stringLiteral62725243; extern const uint32_t StrongNameIdentityPermission__ctor_m894027171_MetadataUsageId; extern const uint32_t StrongNameIdentityPermission__ctor_m773036023_MetadataUsageId; extern RuntimeClass* Version_t3456873960_il2cpp_TypeInfo_var; extern RuntimeClass* StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var; extern const uint32_t StrongNameIdentityPermission__cctor_m4211638687_MetadataUsageId; extern const RuntimeMethod* StrongNameIdentityPermission_get_Name_m2936560582_RuntimeMethod_var; extern const uint32_t StrongNameIdentityPermission_get_Name_m2936560582_MetadataUsageId; extern const RuntimeMethod* StrongNameIdentityPermission_get_PublicKey_m1510164349_RuntimeMethod_var; extern const uint32_t StrongNameIdentityPermission_get_PublicKey_m1510164349_MetadataUsageId; extern const RuntimeMethod* StrongNameIdentityPermission_get_Version_m2388059123_RuntimeMethod_var; extern const uint32_t StrongNameIdentityPermission_get_Version_m2388059123_MetadataUsageId; extern const uint32_t StrongNameIdentityPermission_Copy_m3748742351_MetadataUsageId; extern String_t* _stringLiteral3452614587; extern const uint32_t StrongNameIdentityPermission_FromXml_m2984575176_MetadataUsageId; extern String_t* _stringLiteral362195565; extern String_t* _stringLiteral2515099196; extern const uint32_t StrongNameIdentityPermission_FromSecurityElement_m3174499286_MetadataUsageId; extern const RuntimeMethod* StrongNameIdentityPermission_Intersect_m2018141979_RuntimeMethod_var; extern String_t* _stringLiteral2880472000; extern const uint32_t StrongNameIdentityPermission_Intersect_m2018141979_MetadataUsageId; extern const uint32_t StrongNameIdentityPermission_IsSubsetOf_m600563870_MetadataUsageId; extern String_t* _stringLiteral2340244120; extern const uint32_t StrongNameIdentityPermission_ToXml_m2629625668_MetadataUsageId; extern const uint32_t StrongNameIdentityPermission_ToSecurityElement_m726688216_MetadataUsageId; extern const uint32_t StrongNameIdentityPermission_Union_m3240849667_MetadataUsageId; extern const uint32_t StrongNameIdentityPermission_Contains_m1691198051_MetadataUsageId; extern const uint32_t StrongNameIdentityPermission_IsEmpty_m2417614451_MetadataUsageId; extern const uint32_t StrongNameIdentityPermission_IsEmpty_m3953280418_MetadataUsageId; extern const RuntimeType* StrongNameIdentityPermission_t2780499738_0_0_0_var; extern const uint32_t StrongNameIdentityPermission_Cast_m2979682952_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern const uint32_t StrongNameIdentityPermission_Match_m3829662664_MetadataUsageId; extern const uint32_t SNIP_CreateDefault_m539902947_MetadataUsageId; extern const uint32_t SNIP_IsNameSubsetOf_m3700450608_MetadataUsageId; extern const RuntimeMethod* StrongNamePublicKeyBlob__ctor_m410211827_RuntimeMethod_var; extern String_t* _stringLiteral1651090811; extern const uint32_t StrongNamePublicKeyBlob__ctor_m410211827_MetadataUsageId; extern RuntimeClass* StrongNamePublicKeyBlob_t3355146440_il2cpp_TypeInfo_var; extern const uint32_t StrongNamePublicKeyBlob_FromString_m4128186012_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t StrongNamePublicKeyBlob_CharToByte_m1523689864_MetadataUsageId; extern const uint32_t StrongNamePublicKeyBlob_Equals_m3655422942_MetadataUsageId; extern const uint32_t StrongNamePublicKeyBlob_ToString_m724833278_MetadataUsageId; extern const RuntimeType* UIPermissionClipboard_t4002838840_0_0_0_var; extern RuntimeClass* UIPermissionClipboard_t4002838840_il2cpp_TypeInfo_var; extern const RuntimeMethod* UIPermission_set_Clipboard_m59511337_RuntimeMethod_var; extern String_t* _stringLiteral139991287; extern const uint32_t UIPermission_set_Clipboard_m59511337_MetadataUsageId; extern const RuntimeType* UIPermissionWindow_t985109583_0_0_0_var; extern RuntimeClass* UIPermissionWindow_t985109583_il2cpp_TypeInfo_var; extern const RuntimeMethod* UIPermission_set_Window_m2172434563_RuntimeMethod_var; extern String_t* _stringLiteral3799656631; extern const uint32_t UIPermission_set_Window_m2172434563_MetadataUsageId; extern RuntimeClass* UIPermission_t826475846_il2cpp_TypeInfo_var; extern const uint32_t UIPermission_Copy_m2822358349_MetadataUsageId; extern String_t* _stringLiteral3956625110; extern String_t* _stringLiteral3350017402; extern const uint32_t UIPermission_FromXml_m3615554007_MetadataUsageId; extern const uint32_t UIPermission_Intersect_m1530470451_MetadataUsageId; extern const uint32_t UIPermission_ToXml_m3145450847_MetadataUsageId; extern const uint32_t UIPermission_Union_m4043158671_MetadataUsageId; extern const RuntimeType* UIPermission_t826475846_0_0_0_var; extern const uint32_t UIPermission_Cast_m3162503250_MetadataUsageId; extern const uint32_t UrlIdentityPermission__ctor_m3053469988_MetadataUsageId; extern const RuntimeMethod* UrlIdentityPermission__ctor_m1110496892_RuntimeMethod_var; extern String_t* _stringLiteral1273103123; extern const uint32_t UrlIdentityPermission__ctor_m1110496892_MetadataUsageId; extern const uint32_t UrlIdentityPermission_set_Url_m463084892_MetadataUsageId; extern RuntimeClass* UrlIdentityPermission_t48040392_il2cpp_TypeInfo_var; extern const uint32_t UrlIdentityPermission_Copy_m54500706_MetadataUsageId; extern String_t* _stringLiteral2910693385; extern const uint32_t UrlIdentityPermission_FromXml_m2816200212_MetadataUsageId; extern const uint32_t UrlIdentityPermission_IsSubsetOf_m4054434089_MetadataUsageId; extern const uint32_t UrlIdentityPermission_ToXml_m286249745_MetadataUsageId; extern const RuntimeMethod* UrlIdentityPermission_Union_m653102366_RuntimeMethod_var; extern String_t* _stringLiteral2388371510; extern const uint32_t UrlIdentityPermission_Union_m653102366_MetadataUsageId; extern const RuntimeType* UrlIdentityPermission_t48040392_0_0_0_var; extern const uint32_t UrlIdentityPermission_Cast_m4123444590_MetadataUsageId; extern const uint32_t UrlIdentityPermission_Match_m3241274090_MetadataUsageId; extern RuntimeClass* ZoneIdentityPermission_t2250593031_il2cpp_TypeInfo_var; extern const uint32_t ZoneIdentityPermission_Copy_m3264825818_MetadataUsageId; extern const RuntimeMethod* ZoneIdentityPermission_Union_m3706125670_RuntimeMethod_var; extern String_t* _stringLiteral4003311861; extern const uint32_t ZoneIdentityPermission_Union_m3706125670_MetadataUsageId; extern const RuntimeType* SecurityZone_t1272287263_0_0_0_var; extern String_t* _stringLiteral2791739722; extern const uint32_t ZoneIdentityPermission_FromXml_m2153521103_MetadataUsageId; extern RuntimeClass* SecurityZone_t1272287263_il2cpp_TypeInfo_var; extern const uint32_t ZoneIdentityPermission_ToXml_m3333445869_MetadataUsageId; extern const RuntimeMethod* ZoneIdentityPermission_set_SecurityZone_m1661108249_RuntimeMethod_var; extern String_t* _stringLiteral1850024569; extern const uint32_t ZoneIdentityPermission_set_SecurityZone_m1661108249_MetadataUsageId; extern const RuntimeType* ZoneIdentityPermission_t2250593031_0_0_0_var; extern const uint32_t ZoneIdentityPermission_Cast_m3730232780_MetadataUsageId; extern const uint32_t PermissionSet__ctor_m2328457660_MetadataUsageId; extern const uint32_t PermissionSet__ctor_m2402996717_MetadataUsageId; extern const uint32_t PermissionSet__ctor_m1880216441_MetadataUsageId; extern RuntimeClass* SecurityAction_t569814076_il2cpp_TypeInfo_var; extern const uint32_t PermissionSet__cctor_m2513210405_MetadataUsageId; extern const uint32_t PermissionSet_AddPermission_m409481996_MetadataUsageId; extern const uint32_t PermissionSet_Copy_m3531274324_MetadataUsageId; extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var; extern const RuntimeMethod* PermissionSet_CopyTo_m3725979269_RuntimeMethod_var; extern String_t* _stringLiteral4007973390; extern String_t* _stringLiteral3032866724; extern String_t* _stringLiteral797640427; extern const uint32_t PermissionSet_CopyTo_m3725979269_MetadataUsageId; extern const RuntimeMethod* PermissionSet_FromXml_m3602789488_RuntimeMethod_var; extern String_t* _stringLiteral3455498171; extern String_t* _stringLiteral21353695; extern String_t* _stringLiteral66484160; extern String_t* _stringLiteral3136366964; extern const uint32_t PermissionSet_FromXml_m3602789488_MetadataUsageId; extern RuntimeClass* CodeAccessPermission_t2681295399_il2cpp_TypeInfo_var; extern RuntimeClass* IUnrestrictedPermission_t3525915666_il2cpp_TypeInfo_var; extern const uint32_t PermissionSet_IsSubsetOf_m1197994714_MetadataUsageId; extern const uint32_t PermissionSet_GetPermission_m1451093916_MetadataUsageId; extern const uint32_t PermissionSet_Intersect_m1082071433_MetadataUsageId; extern const uint32_t PermissionSet_InternalIntersect_m3389278230_MetadataUsageId; extern const uint32_t PermissionSet_IsEmpty_m3967159731_MetadataUsageId; extern const uint32_t PermissionSet_RemovePermission_m78436141_MetadataUsageId; extern const uint32_t PermissionSet_ToXml_m1189081064_MetadataUsageId; extern const uint32_t PermissionSet_Union_m4068149505_MetadataUsageId; extern const uint32_t PermissionSet_Equals_m448293422_MetadataUsageId; extern RuntimeClass* SecurityException_t975544473_il2cpp_TypeInfo_var; extern const RuntimeMethod* PermissionSet_CreateFromBinaryFormat_m3762234240_RuntimeMethod_var; extern String_t* _stringLiteral1280398795; extern String_t* _stringLiteral3595416212; extern const uint32_t PermissionSet_CreateFromBinaryFormat_m3762234240_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* SecurityAttribute_t4008260079_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern const uint32_t PermissionSet_ProcessAttribute_m1079175190_MetadataUsageId; struct UInt32U5BU5D_t2770800703; struct ByteU5BU5D_t4116647657; struct KeySizesU5BU5D_t722666473; struct UInt64U5BU5D_t1659327989; struct ObjectU5BU5D_t2843939325; struct StringU5BU5D_t1281789340; struct CharU5BU5D_t3528271667; struct KeyContainerPermissionAccessEntryU5BU5D_t3830449459; struct BooleanU5BU5D_t2897418192; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef PERMISSIONBUILDER_T1403083973_H #define PERMISSIONBUILDER_T1403083973_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.PermissionBuilder struct PermissionBuilder_t1403083973 : public RuntimeObject { public: public: }; struct PermissionBuilder_t1403083973_StaticFields { public: // System.Object[] System.Security.PermissionBuilder::psNone ObjectU5BU5D_t2843939325* ___psNone_0; public: inline static int32_t get_offset_of_psNone_0() { return static_cast(offsetof(PermissionBuilder_t1403083973_StaticFields, ___psNone_0)); } inline ObjectU5BU5D_t2843939325* get_psNone_0() const { return ___psNone_0; } inline ObjectU5BU5D_t2843939325** get_address_of_psNone_0() { return &___psNone_0; } inline void set_psNone_0(ObjectU5BU5D_t2843939325* value) { ___psNone_0 = value; Il2CppCodeGenWriteBarrier((&___psNone_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERMISSIONBUILDER_T1403083973_H #ifndef ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H #define ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricSignatureDeformatter struct AsymmetricSignatureDeformatter_t2681190756 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H #ifndef SECURITYELEMENT_T1046076091_H #define SECURITYELEMENT_T1046076091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityElement struct SecurityElement_t1046076091 : 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_t2718874744 * ___attributes_2; // System.Collections.ArrayList System.Security.SecurityElement::children ArrayList_t2718874744 * ___children_3; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(SecurityElement_t1046076091, ___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((&___text_0), value); } inline static int32_t get_offset_of_tag_1() { return static_cast(offsetof(SecurityElement_t1046076091, ___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((&___tag_1), value); } inline static int32_t get_offset_of_attributes_2() { return static_cast(offsetof(SecurityElement_t1046076091, ___attributes_2)); } inline ArrayList_t2718874744 * get_attributes_2() const { return ___attributes_2; } inline ArrayList_t2718874744 ** get_address_of_attributes_2() { return &___attributes_2; } inline void set_attributes_2(ArrayList_t2718874744 * value) { ___attributes_2 = value; Il2CppCodeGenWriteBarrier((&___attributes_2), value); } inline static int32_t get_offset_of_children_3() { return static_cast(offsetof(SecurityElement_t1046076091, ___children_3)); } inline ArrayList_t2718874744 * get_children_3() const { return ___children_3; } inline ArrayList_t2718874744 ** get_address_of_children_3() { return &___children_3; } inline void set_children_3(ArrayList_t2718874744 * value) { ___children_3 = value; Il2CppCodeGenWriteBarrier((&___children_3), value); } }; struct SecurityElement_t1046076091_StaticFields { public: // System.Char[] System.Security.SecurityElement::invalid_tag_chars CharU5BU5D_t3528271667* ___invalid_tag_chars_4; // System.Char[] System.Security.SecurityElement::invalid_text_chars CharU5BU5D_t3528271667* ___invalid_text_chars_5; // System.Char[] System.Security.SecurityElement::invalid_attr_name_chars CharU5BU5D_t3528271667* ___invalid_attr_name_chars_6; // System.Char[] System.Security.SecurityElement::invalid_attr_value_chars CharU5BU5D_t3528271667* ___invalid_attr_value_chars_7; // System.Char[] System.Security.SecurityElement::invalid_chars CharU5BU5D_t3528271667* ___invalid_chars_8; public: inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_tag_chars_4)); } inline CharU5BU5D_t3528271667* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; } inline CharU5BU5D_t3528271667** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; } inline void set_invalid_tag_chars_4(CharU5BU5D_t3528271667* value) { ___invalid_tag_chars_4 = value; Il2CppCodeGenWriteBarrier((&___invalid_tag_chars_4), value); } inline static int32_t get_offset_of_invalid_text_chars_5() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_text_chars_5)); } inline CharU5BU5D_t3528271667* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; } inline CharU5BU5D_t3528271667** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; } inline void set_invalid_text_chars_5(CharU5BU5D_t3528271667* value) { ___invalid_text_chars_5 = value; Il2CppCodeGenWriteBarrier((&___invalid_text_chars_5), value); } inline static int32_t get_offset_of_invalid_attr_name_chars_6() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_attr_name_chars_6)); } inline CharU5BU5D_t3528271667* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; } inline CharU5BU5D_t3528271667** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; } inline void set_invalid_attr_name_chars_6(CharU5BU5D_t3528271667* value) { ___invalid_attr_name_chars_6 = value; Il2CppCodeGenWriteBarrier((&___invalid_attr_name_chars_6), value); } inline static int32_t get_offset_of_invalid_attr_value_chars_7() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_attr_value_chars_7)); } inline CharU5BU5D_t3528271667* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; } inline CharU5BU5D_t3528271667** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; } inline void set_invalid_attr_value_chars_7(CharU5BU5D_t3528271667* value) { ___invalid_attr_value_chars_7 = value; Il2CppCodeGenWriteBarrier((&___invalid_attr_value_chars_7), value); } inline static int32_t get_offset_of_invalid_chars_8() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_chars_8)); } inline CharU5BU5D_t3528271667* get_invalid_chars_8() const { return ___invalid_chars_8; } inline CharU5BU5D_t3528271667** get_address_of_invalid_chars_8() { return &___invalid_chars_8; } inline void set_invalid_chars_8(CharU5BU5D_t3528271667* value) { ___invalid_chars_8 = value; Il2CppCodeGenWriteBarrier((&___invalid_chars_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYELEMENT_T1046076091_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef ASYMMETRICSIGNATUREFORMATTER_T3486936014_H #define ASYMMETRICSIGNATUREFORMATTER_T3486936014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricSignatureFormatter struct AsymmetricSignatureFormatter_t3486936014 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICSIGNATUREFORMATTER_T3486936014_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef SIGNATUREDESCRIPTION_T1971889425_H #define SIGNATUREDESCRIPTION_T1971889425_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SignatureDescription struct SignatureDescription_t1971889425 : public RuntimeObject { public: // System.String System.Security.Cryptography.SignatureDescription::_DeformatterAlgorithm String_t* ____DeformatterAlgorithm_0; // System.String System.Security.Cryptography.SignatureDescription::_DigestAlgorithm String_t* ____DigestAlgorithm_1; // System.String System.Security.Cryptography.SignatureDescription::_FormatterAlgorithm String_t* ____FormatterAlgorithm_2; // System.String System.Security.Cryptography.SignatureDescription::_KeyAlgorithm String_t* ____KeyAlgorithm_3; public: inline static int32_t get_offset_of__DeformatterAlgorithm_0() { return static_cast(offsetof(SignatureDescription_t1971889425, ____DeformatterAlgorithm_0)); } inline String_t* get__DeformatterAlgorithm_0() const { return ____DeformatterAlgorithm_0; } inline String_t** get_address_of__DeformatterAlgorithm_0() { return &____DeformatterAlgorithm_0; } inline void set__DeformatterAlgorithm_0(String_t* value) { ____DeformatterAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((&____DeformatterAlgorithm_0), value); } inline static int32_t get_offset_of__DigestAlgorithm_1() { return static_cast(offsetof(SignatureDescription_t1971889425, ____DigestAlgorithm_1)); } inline String_t* get__DigestAlgorithm_1() const { return ____DigestAlgorithm_1; } inline String_t** get_address_of__DigestAlgorithm_1() { return &____DigestAlgorithm_1; } inline void set__DigestAlgorithm_1(String_t* value) { ____DigestAlgorithm_1 = value; Il2CppCodeGenWriteBarrier((&____DigestAlgorithm_1), value); } inline static int32_t get_offset_of__FormatterAlgorithm_2() { return static_cast(offsetof(SignatureDescription_t1971889425, ____FormatterAlgorithm_2)); } inline String_t* get__FormatterAlgorithm_2() const { return ____FormatterAlgorithm_2; } inline String_t** get_address_of__FormatterAlgorithm_2() { return &____FormatterAlgorithm_2; } inline void set__FormatterAlgorithm_2(String_t* value) { ____FormatterAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((&____FormatterAlgorithm_2), value); } inline static int32_t get_offset_of__KeyAlgorithm_3() { return static_cast(offsetof(SignatureDescription_t1971889425, ____KeyAlgorithm_3)); } inline String_t* get__KeyAlgorithm_3() const { return ____KeyAlgorithm_3; } inline String_t** get_address_of__KeyAlgorithm_3() { return &____KeyAlgorithm_3; } inline void set__KeyAlgorithm_3(String_t* value) { ____KeyAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((&____KeyAlgorithm_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIGNATUREDESCRIPTION_T1971889425_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef KEYPAIRPERSISTENCE_T2094547461_H #define KEYPAIRPERSISTENCE_T2094547461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t2094547461 : public RuntimeObject { public: // System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::_params CspParameters_t239852639 * ____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_t2094547461, ____params_4)); } inline CspParameters_t239852639 * get__params_4() const { return ____params_4; } inline CspParameters_t239852639 ** get_address_of__params_4() { return &____params_4; } inline void set__params_4(CspParameters_t239852639 * value) { ____params_4 = value; Il2CppCodeGenWriteBarrier((&____params_4), value); } inline static int32_t get_offset_of__keyvalue_5() { return static_cast(offsetof(KeyPairPersistence_t2094547461, ____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((&____keyvalue_5), value); } inline static int32_t get_offset_of__filename_6() { return static_cast(offsetof(KeyPairPersistence_t2094547461, ____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((&____filename_6), value); } inline static int32_t get_offset_of__container_7() { return static_cast(offsetof(KeyPairPersistence_t2094547461, ____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((&____container_7), value); } }; struct KeyPairPersistence_t2094547461_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_t2094547461_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_t2094547461_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((&____userPath_1), value); } inline static int32_t get_offset_of__machinePathExists_2() { return static_cast(offsetof(KeyPairPersistence_t2094547461_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_t2094547461_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((&____machinePath_3), value); } inline static int32_t get_offset_of_lockobj_8() { return static_cast(offsetof(KeyPairPersistence_t2094547461_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((&___lockobj_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYPAIRPERSISTENCE_T2094547461_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____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__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____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; } }; struct ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef CODEACCESSPERMISSION_T2681295399_H #define CODEACCESSPERMISSION_T2681295399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEACCESSPERMISSION_T2681295399_H #ifndef ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H #define ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricKeyExchangeFormatter struct AsymmetricKeyExchangeFormatter_t937192061 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H #ifndef SHA1INTERNAL_T3251293021_H #define SHA1INTERNAL_T3251293021_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1Internal struct SHA1Internal_t3251293021 : public RuntimeObject { public: // System.UInt32[] System.Security.Cryptography.SHA1Internal::_H UInt32U5BU5D_t2770800703* ____H_0; // System.UInt64 System.Security.Cryptography.SHA1Internal::count uint64_t ___count_1; // System.Byte[] System.Security.Cryptography.SHA1Internal::_ProcessingBuffer ByteU5BU5D_t4116647657* ____ProcessingBuffer_2; // System.Int32 System.Security.Cryptography.SHA1Internal::_ProcessingBufferCount int32_t ____ProcessingBufferCount_3; // System.UInt32[] System.Security.Cryptography.SHA1Internal::buff UInt32U5BU5D_t2770800703* ___buff_4; public: inline static int32_t get_offset_of__H_0() { return static_cast(offsetof(SHA1Internal_t3251293021, ____H_0)); } inline UInt32U5BU5D_t2770800703* get__H_0() const { return ____H_0; } inline UInt32U5BU5D_t2770800703** get_address_of__H_0() { return &____H_0; } inline void set__H_0(UInt32U5BU5D_t2770800703* value) { ____H_0 = value; Il2CppCodeGenWriteBarrier((&____H_0), value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(SHA1Internal_t3251293021, ___count_1)); } inline uint64_t get_count_1() const { return ___count_1; } inline uint64_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(uint64_t value) { ___count_1 = value; } inline static int32_t get_offset_of__ProcessingBuffer_2() { return static_cast(offsetof(SHA1Internal_t3251293021, ____ProcessingBuffer_2)); } inline ByteU5BU5D_t4116647657* get__ProcessingBuffer_2() const { return ____ProcessingBuffer_2; } inline ByteU5BU5D_t4116647657** get_address_of__ProcessingBuffer_2() { return &____ProcessingBuffer_2; } inline void set__ProcessingBuffer_2(ByteU5BU5D_t4116647657* value) { ____ProcessingBuffer_2 = value; Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_2), value); } inline static int32_t get_offset_of__ProcessingBufferCount_3() { return static_cast(offsetof(SHA1Internal_t3251293021, ____ProcessingBufferCount_3)); } inline int32_t get__ProcessingBufferCount_3() const { return ____ProcessingBufferCount_3; } inline int32_t* get_address_of__ProcessingBufferCount_3() { return &____ProcessingBufferCount_3; } inline void set__ProcessingBufferCount_3(int32_t value) { ____ProcessingBufferCount_3 = value; } inline static int32_t get_offset_of_buff_4() { return static_cast(offsetof(SHA1Internal_t3251293021, ___buff_4)); } inline UInt32U5BU5D_t2770800703* get_buff_4() const { return ___buff_4; } inline UInt32U5BU5D_t2770800703** get_address_of_buff_4() { return &___buff_4; } inline void set_buff_4(UInt32U5BU5D_t2770800703* value) { ___buff_4 = value; Il2CppCodeGenWriteBarrier((&___buff_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1INTERNAL_T3251293021_H #ifndef BASE64CONSTANTS_T4102031153_H #define BASE64CONSTANTS_T4102031153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.Base64Constants struct Base64Constants_t4102031153 : public RuntimeObject { public: public: }; struct Base64Constants_t4102031153_StaticFields { public: // System.Byte[] System.Security.Cryptography.Base64Constants::EncodeTable ByteU5BU5D_t4116647657* ___EncodeTable_0; // System.Byte[] System.Security.Cryptography.Base64Constants::DecodeTable ByteU5BU5D_t4116647657* ___DecodeTable_1; public: inline static int32_t get_offset_of_EncodeTable_0() { return static_cast(offsetof(Base64Constants_t4102031153_StaticFields, ___EncodeTable_0)); } inline ByteU5BU5D_t4116647657* get_EncodeTable_0() const { return ___EncodeTable_0; } inline ByteU5BU5D_t4116647657** get_address_of_EncodeTable_0() { return &___EncodeTable_0; } inline void set_EncodeTable_0(ByteU5BU5D_t4116647657* value) { ___EncodeTable_0 = value; Il2CppCodeGenWriteBarrier((&___EncodeTable_0), value); } inline static int32_t get_offset_of_DecodeTable_1() { return static_cast(offsetof(Base64Constants_t4102031153_StaticFields, ___DecodeTable_1)); } inline ByteU5BU5D_t4116647657* get_DecodeTable_1() const { return ___DecodeTable_1; } inline ByteU5BU5D_t4116647657** get_address_of_DecodeTable_1() { return &___DecodeTable_1; } inline void set_DecodeTable_1(ByteU5BU5D_t4116647657* value) { ___DecodeTable_1 = value; Il2CppCodeGenWriteBarrier((&___DecodeTable_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASE64CONSTANTS_T4102031153_H #ifndef SYMMETRICTRANSFORM_T3802591842_H #define SYMMETRICTRANSFORM_T3802591842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.SymmetricTransform struct SymmetricTransform_t3802591842 : public RuntimeObject { public: // System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Cryptography.SymmetricTransform::algo SymmetricAlgorithm_t4254223087 * ___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_t4116647657* ___temp_3; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp2 ByteU5BU5D_t4116647657* ___temp2_4; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workBuff ByteU5BU5D_t4116647657* ___workBuff_5; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workout ByteU5BU5D_t4116647657* ___workout_6; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackByte int32_t ___FeedBackByte_7; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackIter int32_t ___FeedBackIter_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_t386037858 * ____rng_11; public: inline static int32_t get_offset_of_algo_0() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___algo_0)); } inline SymmetricAlgorithm_t4254223087 * get_algo_0() const { return ___algo_0; } inline SymmetricAlgorithm_t4254223087 ** get_address_of_algo_0() { return &___algo_0; } inline void set_algo_0(SymmetricAlgorithm_t4254223087 * value) { ___algo_0 = value; Il2CppCodeGenWriteBarrier((&___algo_0), value); } inline static int32_t get_offset_of_encrypt_1() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___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_t3802591842, ___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_t3802591842, ___temp_3)); } inline ByteU5BU5D_t4116647657* get_temp_3() const { return ___temp_3; } inline ByteU5BU5D_t4116647657** get_address_of_temp_3() { return &___temp_3; } inline void set_temp_3(ByteU5BU5D_t4116647657* value) { ___temp_3 = value; Il2CppCodeGenWriteBarrier((&___temp_3), value); } inline static int32_t get_offset_of_temp2_4() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___temp2_4)); } inline ByteU5BU5D_t4116647657* get_temp2_4() const { return ___temp2_4; } inline ByteU5BU5D_t4116647657** get_address_of_temp2_4() { return &___temp2_4; } inline void set_temp2_4(ByteU5BU5D_t4116647657* value) { ___temp2_4 = value; Il2CppCodeGenWriteBarrier((&___temp2_4), value); } inline static int32_t get_offset_of_workBuff_5() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___workBuff_5)); } inline ByteU5BU5D_t4116647657* get_workBuff_5() const { return ___workBuff_5; } inline ByteU5BU5D_t4116647657** get_address_of_workBuff_5() { return &___workBuff_5; } inline void set_workBuff_5(ByteU5BU5D_t4116647657* value) { ___workBuff_5 = value; Il2CppCodeGenWriteBarrier((&___workBuff_5), value); } inline static int32_t get_offset_of_workout_6() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___workout_6)); } inline ByteU5BU5D_t4116647657* get_workout_6() const { return ___workout_6; } inline ByteU5BU5D_t4116647657** get_address_of_workout_6() { return &___workout_6; } inline void set_workout_6(ByteU5BU5D_t4116647657* value) { ___workout_6 = value; Il2CppCodeGenWriteBarrier((&___workout_6), value); } inline static int32_t get_offset_of_FeedBackByte_7() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___FeedBackByte_7)); } inline int32_t get_FeedBackByte_7() const { return ___FeedBackByte_7; } inline int32_t* get_address_of_FeedBackByte_7() { return &___FeedBackByte_7; } inline void set_FeedBackByte_7(int32_t value) { ___FeedBackByte_7 = value; } inline static int32_t get_offset_of_FeedBackIter_8() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___FeedBackIter_8)); } inline int32_t get_FeedBackIter_8() const { return ___FeedBackIter_8; } inline int32_t* get_address_of_FeedBackIter_8() { return &___FeedBackIter_8; } inline void set_FeedBackIter_8(int32_t value) { ___FeedBackIter_8 = value; } inline static int32_t get_offset_of_m_disposed_9() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___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_t3802591842, ___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_t3802591842, ____rng_11)); } inline RandomNumberGenerator_t386037858 * get__rng_11() const { return ____rng_11; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_11() { return &____rng_11; } inline void set__rng_11(RandomNumberGenerator_t386037858 * value) { ____rng_11 = value; Il2CppCodeGenWriteBarrier((&____rng_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYMMETRICTRANSFORM_T3802591842_H #ifndef X509CERTIFICATE_T713131622_H #define X509CERTIFICATE_T713131622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622 : public RuntimeObject { public: // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate::x509 X509Certificate_t489243024 * ___x509_0; // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates bool ___hideDates_1; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::cachedCertificateHash ByteU5BU5D_t4116647657* ___cachedCertificateHash_2; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name String_t* ___issuer_name_3; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name String_t* ___subject_name_4; public: inline static int32_t get_offset_of_x509_0() { return static_cast(offsetof(X509Certificate_t713131622, ___x509_0)); } inline X509Certificate_t489243024 * get_x509_0() const { return ___x509_0; } inline X509Certificate_t489243024 ** get_address_of_x509_0() { return &___x509_0; } inline void set_x509_0(X509Certificate_t489243024 * value) { ___x509_0 = value; Il2CppCodeGenWriteBarrier((&___x509_0), value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t713131622, ___hideDates_1)); } inline bool get_hideDates_1() const { return ___hideDates_1; } inline bool* get_address_of_hideDates_1() { return &___hideDates_1; } inline void set_hideDates_1(bool value) { ___hideDates_1 = value; } inline static int32_t get_offset_of_cachedCertificateHash_2() { return static_cast(offsetof(X509Certificate_t713131622, ___cachedCertificateHash_2)); } inline ByteU5BU5D_t4116647657* get_cachedCertificateHash_2() const { return ___cachedCertificateHash_2; } inline ByteU5BU5D_t4116647657** get_address_of_cachedCertificateHash_2() { return &___cachedCertificateHash_2; } inline void set_cachedCertificateHash_2(ByteU5BU5D_t4116647657* value) { ___cachedCertificateHash_2 = value; Il2CppCodeGenWriteBarrier((&___cachedCertificateHash_2), value); } inline static int32_t get_offset_of_issuer_name_3() { return static_cast(offsetof(X509Certificate_t713131622, ___issuer_name_3)); } inline String_t* get_issuer_name_3() const { return ___issuer_name_3; } inline String_t** get_address_of_issuer_name_3() { return &___issuer_name_3; } inline void set_issuer_name_3(String_t* value) { ___issuer_name_3 = value; Il2CppCodeGenWriteBarrier((&___issuer_name_3), value); } inline static int32_t get_offset_of_subject_name_4() { return static_cast(offsetof(X509Certificate_t713131622, ___subject_name_4)); } inline String_t* get_subject_name_4() const { return ___subject_name_4; } inline String_t** get_address_of_subject_name_4() { return &___subject_name_4; } inline void set_subject_name_4(String_t* value) { ___subject_name_4 = value; Il2CppCodeGenWriteBarrier((&___subject_name_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T713131622_H #ifndef TOBASE64TRANSFORM_T2551557057_H #define TOBASE64TRANSFORM_T2551557057_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.ToBase64Transform struct ToBase64Transform_t2551557057 : public RuntimeObject { public: // System.Boolean System.Security.Cryptography.ToBase64Transform::m_disposed bool ___m_disposed_0; public: inline static int32_t get_offset_of_m_disposed_0() { return static_cast(offsetof(ToBase64Transform_t2551557057, ___m_disposed_0)); } inline bool get_m_disposed_0() const { return ___m_disposed_0; } inline bool* get_address_of_m_disposed_0() { return &___m_disposed_0; } inline void set_m_disposed_0(bool value) { ___m_disposed_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOBASE64TRANSFORM_T2551557057_H #ifndef SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef EVIDENCE_T2008144148_H #define EVIDENCE_T2008144148_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.Evidence struct Evidence_t2008144148 : public RuntimeObject { public: // System.Boolean System.Security.Policy.Evidence::_locked bool ____locked_0; // System.Collections.ArrayList System.Security.Policy.Evidence::hostEvidenceList ArrayList_t2718874744 * ___hostEvidenceList_1; // System.Collections.ArrayList System.Security.Policy.Evidence::assemblyEvidenceList ArrayList_t2718874744 * ___assemblyEvidenceList_2; // System.Int32 System.Security.Policy.Evidence::_hashCode int32_t ____hashCode_3; public: inline static int32_t get_offset_of__locked_0() { return static_cast(offsetof(Evidence_t2008144148, ____locked_0)); } inline bool get__locked_0() const { return ____locked_0; } inline bool* get_address_of__locked_0() { return &____locked_0; } inline void set__locked_0(bool value) { ____locked_0 = value; } inline static int32_t get_offset_of_hostEvidenceList_1() { return static_cast(offsetof(Evidence_t2008144148, ___hostEvidenceList_1)); } inline ArrayList_t2718874744 * get_hostEvidenceList_1() const { return ___hostEvidenceList_1; } inline ArrayList_t2718874744 ** get_address_of_hostEvidenceList_1() { return &___hostEvidenceList_1; } inline void set_hostEvidenceList_1(ArrayList_t2718874744 * value) { ___hostEvidenceList_1 = value; Il2CppCodeGenWriteBarrier((&___hostEvidenceList_1), value); } inline static int32_t get_offset_of_assemblyEvidenceList_2() { return static_cast(offsetof(Evidence_t2008144148, ___assemblyEvidenceList_2)); } inline ArrayList_t2718874744 * get_assemblyEvidenceList_2() const { return ___assemblyEvidenceList_2; } inline ArrayList_t2718874744 ** get_address_of_assemblyEvidenceList_2() { return &___assemblyEvidenceList_2; } inline void set_assemblyEvidenceList_2(ArrayList_t2718874744 * value) { ___assemblyEvidenceList_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyEvidenceList_2), value); } inline static int32_t get_offset_of__hashCode_3() { return static_cast(offsetof(Evidence_t2008144148, ____hashCode_3)); } inline int32_t get__hashCode_3() const { return ____hashCode_3; } inline int32_t* get_address_of__hashCode_3() { return &____hashCode_3; } inline void set__hashCode_3(int32_t value) { ____hashCode_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVIDENCE_T2008144148_H #ifndef SHACONSTANTS_T1360924992_H #define SHACONSTANTS_T1360924992_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHAConstants struct SHAConstants_t1360924992 : public RuntimeObject { public: public: }; struct SHAConstants_t1360924992_StaticFields { public: // System.UInt32[] System.Security.Cryptography.SHAConstants::K1 UInt32U5BU5D_t2770800703* ___K1_0; // System.UInt64[] System.Security.Cryptography.SHAConstants::K2 UInt64U5BU5D_t1659327989* ___K2_1; public: inline static int32_t get_offset_of_K1_0() { return static_cast(offsetof(SHAConstants_t1360924992_StaticFields, ___K1_0)); } inline UInt32U5BU5D_t2770800703* get_K1_0() const { return ___K1_0; } inline UInt32U5BU5D_t2770800703** get_address_of_K1_0() { return &___K1_0; } inline void set_K1_0(UInt32U5BU5D_t2770800703* value) { ___K1_0 = value; Il2CppCodeGenWriteBarrier((&___K1_0), value); } inline static int32_t get_offset_of_K2_1() { return static_cast(offsetof(SHAConstants_t1360924992_StaticFields, ___K2_1)); } inline UInt64U5BU5D_t1659327989* get_K2_1() const { return ___K2_1; } inline UInt64U5BU5D_t1659327989** get_address_of_K2_1() { return &___K2_1; } inline void set_K2_1(UInt64U5BU5D_t1659327989* value) { ___K2_1 = value; Il2CppCodeGenWriteBarrier((&___K2_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHACONSTANTS_T1360924992_H #ifndef HOSTSECURITYMANAGER_T1435734729_H #define HOSTSECURITYMANAGER_T1435734729_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.HostSecurityManager struct HostSecurityManager_t1435734729 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOSTSECURITYMANAGER_T1435734729_H #ifndef COLLECTIONBASE_T2727926298_H #define COLLECTIONBASE_T2727926298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CollectionBase struct CollectionBase_t2727926298 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t2718874744 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_t2727926298, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONBASE_T2727926298_H #ifndef PKCS12_T4101533060_H #define PKCS12_T4101533060_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.PKCS12 struct PKCS12_t4101533060 : public RuntimeObject { public: // System.Byte[] Mono.Security.X509.PKCS12::_password ByteU5BU5D_t4116647657* ____password_1; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_keyBags ArrayList_t2718874744 * ____keyBags_2; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_secretBags ArrayList_t2718874744 * ____secretBags_3; // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::_certs X509CertificateCollection_t1542168549 * ____certs_4; // System.Boolean Mono.Security.X509.PKCS12::_keyBagsChanged bool ____keyBagsChanged_5; // System.Boolean Mono.Security.X509.PKCS12::_secretBagsChanged bool ____secretBagsChanged_6; // System.Boolean Mono.Security.X509.PKCS12::_certsChanged bool ____certsChanged_7; // System.Int32 Mono.Security.X509.PKCS12::_iterations int32_t ____iterations_8; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_safeBags ArrayList_t2718874744 * ____safeBags_9; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::_rng RandomNumberGenerator_t386037858 * ____rng_10; public: inline static int32_t get_offset_of__password_1() { return static_cast(offsetof(PKCS12_t4101533060, ____password_1)); } inline ByteU5BU5D_t4116647657* get__password_1() const { return ____password_1; } inline ByteU5BU5D_t4116647657** get_address_of__password_1() { return &____password_1; } inline void set__password_1(ByteU5BU5D_t4116647657* value) { ____password_1 = value; Il2CppCodeGenWriteBarrier((&____password_1), value); } inline static int32_t get_offset_of__keyBags_2() { return static_cast(offsetof(PKCS12_t4101533060, ____keyBags_2)); } inline ArrayList_t2718874744 * get__keyBags_2() const { return ____keyBags_2; } inline ArrayList_t2718874744 ** get_address_of__keyBags_2() { return &____keyBags_2; } inline void set__keyBags_2(ArrayList_t2718874744 * value) { ____keyBags_2 = value; Il2CppCodeGenWriteBarrier((&____keyBags_2), value); } inline static int32_t get_offset_of__secretBags_3() { return static_cast(offsetof(PKCS12_t4101533060, ____secretBags_3)); } inline ArrayList_t2718874744 * get__secretBags_3() const { return ____secretBags_3; } inline ArrayList_t2718874744 ** get_address_of__secretBags_3() { return &____secretBags_3; } inline void set__secretBags_3(ArrayList_t2718874744 * value) { ____secretBags_3 = value; Il2CppCodeGenWriteBarrier((&____secretBags_3), value); } inline static int32_t get_offset_of__certs_4() { return static_cast(offsetof(PKCS12_t4101533060, ____certs_4)); } inline X509CertificateCollection_t1542168549 * get__certs_4() const { return ____certs_4; } inline X509CertificateCollection_t1542168549 ** get_address_of__certs_4() { return &____certs_4; } inline void set__certs_4(X509CertificateCollection_t1542168549 * value) { ____certs_4 = value; Il2CppCodeGenWriteBarrier((&____certs_4), value); } inline static int32_t get_offset_of__keyBagsChanged_5() { return static_cast(offsetof(PKCS12_t4101533060, ____keyBagsChanged_5)); } inline bool get__keyBagsChanged_5() const { return ____keyBagsChanged_5; } inline bool* get_address_of__keyBagsChanged_5() { return &____keyBagsChanged_5; } inline void set__keyBagsChanged_5(bool value) { ____keyBagsChanged_5 = value; } inline static int32_t get_offset_of__secretBagsChanged_6() { return static_cast(offsetof(PKCS12_t4101533060, ____secretBagsChanged_6)); } inline bool get__secretBagsChanged_6() const { return ____secretBagsChanged_6; } inline bool* get_address_of__secretBagsChanged_6() { return &____secretBagsChanged_6; } inline void set__secretBagsChanged_6(bool value) { ____secretBagsChanged_6 = value; } inline static int32_t get_offset_of__certsChanged_7() { return static_cast(offsetof(PKCS12_t4101533060, ____certsChanged_7)); } inline bool get__certsChanged_7() const { return ____certsChanged_7; } inline bool* get_address_of__certsChanged_7() { return &____certsChanged_7; } inline void set__certsChanged_7(bool value) { ____certsChanged_7 = value; } inline static int32_t get_offset_of__iterations_8() { return static_cast(offsetof(PKCS12_t4101533060, ____iterations_8)); } inline int32_t get__iterations_8() const { return ____iterations_8; } inline int32_t* get_address_of__iterations_8() { return &____iterations_8; } inline void set__iterations_8(int32_t value) { ____iterations_8 = value; } inline static int32_t get_offset_of__safeBags_9() { return static_cast(offsetof(PKCS12_t4101533060, ____safeBags_9)); } inline ArrayList_t2718874744 * get__safeBags_9() const { return ____safeBags_9; } inline ArrayList_t2718874744 ** get_address_of__safeBags_9() { return &____safeBags_9; } inline void set__safeBags_9(ArrayList_t2718874744 * value) { ____safeBags_9 = value; Il2CppCodeGenWriteBarrier((&____safeBags_9), value); } inline static int32_t get_offset_of__rng_10() { return static_cast(offsetof(PKCS12_t4101533060, ____rng_10)); } inline RandomNumberGenerator_t386037858 * get__rng_10() const { return ____rng_10; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_10() { return &____rng_10; } inline void set__rng_10(RandomNumberGenerator_t386037858 * value) { ____rng_10 = value; Il2CppCodeGenWriteBarrier((&____rng_10), value); } }; struct PKCS12_t4101533060_StaticFields { public: // System.Int32 Mono.Security.X509.PKCS12::recommendedIterationCount int32_t ___recommendedIterationCount_0; // System.Int32 Mono.Security.X509.PKCS12::password_max_length int32_t ___password_max_length_11; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$mapA Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapA_12; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$mapB Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapB_13; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$mapC Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapC_14; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$mapD Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapD_15; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$map11 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map11_16; public: inline static int32_t get_offset_of_recommendedIterationCount_0() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___recommendedIterationCount_0)); } inline int32_t get_recommendedIterationCount_0() const { return ___recommendedIterationCount_0; } inline int32_t* get_address_of_recommendedIterationCount_0() { return &___recommendedIterationCount_0; } inline void set_recommendedIterationCount_0(int32_t value) { ___recommendedIterationCount_0 = value; } inline static int32_t get_offset_of_password_max_length_11() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___password_max_length_11)); } inline int32_t get_password_max_length_11() const { return ___password_max_length_11; } inline int32_t* get_address_of_password_max_length_11() { return &___password_max_length_11; } inline void set_password_max_length_11(int32_t value) { ___password_max_length_11 = value; } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapA_12() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24mapA_12)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapA_12() const { return ___U3CU3Ef__switchU24mapA_12; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapA_12() { return &___U3CU3Ef__switchU24mapA_12; } inline void set_U3CU3Ef__switchU24mapA_12(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapA_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapA_12), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapB_13() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24mapB_13)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapB_13() const { return ___U3CU3Ef__switchU24mapB_13; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapB_13() { return &___U3CU3Ef__switchU24mapB_13; } inline void set_U3CU3Ef__switchU24mapB_13(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapB_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapB_13), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapC_14() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24mapC_14)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapC_14() const { return ___U3CU3Ef__switchU24mapC_14; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapC_14() { return &___U3CU3Ef__switchU24mapC_14; } inline void set_U3CU3Ef__switchU24mapC_14(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapC_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapC_14), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapD_15() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24mapD_15)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapD_15() const { return ___U3CU3Ef__switchU24mapD_15; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapD_15() { return &___U3CU3Ef__switchU24mapD_15; } inline void set_U3CU3Ef__switchU24mapD_15(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapD_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapD_15), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map11_16() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24map11_16)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map11_16() const { return ___U3CU3Ef__switchU24map11_16; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map11_16() { return &___U3CU3Ef__switchU24map11_16; } inline void set_U3CU3Ef__switchU24map11_16(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map11_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map11_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKCS12_T4101533060_H #ifndef ASN1_T2114160832_H #define ASN1_T2114160832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.ASN1 struct ASN1_t2114160832 : public RuntimeObject { public: // System.Byte Mono.Security.ASN1::m_nTag uint8_t ___m_nTag_0; // System.Byte[] Mono.Security.ASN1::m_aValue ByteU5BU5D_t4116647657* ___m_aValue_1; // System.Collections.ArrayList Mono.Security.ASN1::elist ArrayList_t2718874744 * ___elist_2; public: inline static int32_t get_offset_of_m_nTag_0() { return static_cast(offsetof(ASN1_t2114160832, ___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_t2114160832, ___m_aValue_1)); } inline ByteU5BU5D_t4116647657* get_m_aValue_1() const { return ___m_aValue_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_aValue_1() { return &___m_aValue_1; } inline void set_m_aValue_1(ByteU5BU5D_t4116647657* value) { ___m_aValue_1 = value; Il2CppCodeGenWriteBarrier((&___m_aValue_1), value); } inline static int32_t get_offset_of_elist_2() { return static_cast(offsetof(ASN1_t2114160832, ___elist_2)); } inline ArrayList_t2718874744 * get_elist_2() const { return ___elist_2; } inline ArrayList_t2718874744 ** get_address_of_elist_2() { return &___elist_2; } inline void set_elist_2(ArrayList_t2718874744 * value) { ___elist_2 = value; Il2CppCodeGenWriteBarrier((&___elist_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASN1_T2114160832_H #ifndef KEYSIZES_T85027896_H #define KEYSIZES_T85027896_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.KeySizes struct KeySizes_t85027896 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.KeySizes::_maxSize int32_t ____maxSize_0; // System.Int32 System.Security.Cryptography.KeySizes::_minSize int32_t ____minSize_1; // System.Int32 System.Security.Cryptography.KeySizes::_skipSize int32_t ____skipSize_2; public: inline static int32_t get_offset_of__maxSize_0() { return static_cast(offsetof(KeySizes_t85027896, ____maxSize_0)); } inline int32_t get__maxSize_0() const { return ____maxSize_0; } inline int32_t* get_address_of__maxSize_0() { return &____maxSize_0; } inline void set__maxSize_0(int32_t value) { ____maxSize_0 = value; } inline static int32_t get_offset_of__minSize_1() { return static_cast(offsetof(KeySizes_t85027896, ____minSize_1)); } inline int32_t get__minSize_1() const { return ____minSize_1; } inline int32_t* get_address_of__minSize_1() { return &____minSize_1; } inline void set__minSize_1(int32_t value) { ____minSize_1 = value; } inline static int32_t get_offset_of__skipSize_2() { return static_cast(offsetof(KeySizes_t85027896, ____skipSize_2)); } inline int32_t get__skipSize_2() const { return ____skipSize_2; } inline int32_t* get_address_of__skipSize_2() { return &____skipSize_2; } inline void set__skipSize_2(int32_t value) { ____skipSize_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYSIZES_T85027896_H #ifndef ASYMMETRICALGORITHM_T932037087_H #define ASYMMETRICALGORITHM_T932037087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___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_t932037087, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICALGORITHM_T932037087_H #ifndef STRONGNAMEPUBLICKEYBLOB_T3355146440_H #define STRONGNAMEPUBLICKEYBLOB_T3355146440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.StrongNamePublicKeyBlob struct StrongNamePublicKeyBlob_t3355146440 : public RuntimeObject { public: // System.Byte[] System.Security.Permissions.StrongNamePublicKeyBlob::pubkey ByteU5BU5D_t4116647657* ___pubkey_0; public: inline static int32_t get_offset_of_pubkey_0() { return static_cast(offsetof(StrongNamePublicKeyBlob_t3355146440, ___pubkey_0)); } inline ByteU5BU5D_t4116647657* get_pubkey_0() const { return ___pubkey_0; } inline ByteU5BU5D_t4116647657** get_address_of_pubkey_0() { return &___pubkey_0; } inline void set_pubkey_0(ByteU5BU5D_t4116647657* value) { ___pubkey_0 = value; Il2CppCodeGenWriteBarrier((&___pubkey_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRONGNAMEPUBLICKEYBLOB_T3355146440_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef RANDOMNUMBERGENERATOR_T386037858_H #define RANDOMNUMBERGENERATOR_T386037858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOMNUMBERGENERATOR_T386037858_H #ifndef ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_H #ifndef KEYCONTAINERPERMISSIONACCESSENTRYENUMERATOR_T3641947072_H #define KEYCONTAINERPERMISSIONACCESSENTRYENUMERATOR_T3641947072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator struct KeyContainerPermissionAccessEntryEnumerator_t3641947072 : public RuntimeObject { public: // System.Collections.IEnumerator System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator::e RuntimeObject* ___e_0; public: inline static int32_t get_offset_of_e_0() { return static_cast(offsetof(KeyContainerPermissionAccessEntryEnumerator_t3641947072, ___e_0)); } inline RuntimeObject* get_e_0() const { return ___e_0; } inline RuntimeObject** get_address_of_e_0() { return &___e_0; } inline void set_e_0(RuntimeObject* value) { ___e_0 = value; Il2CppCodeGenWriteBarrier((&___e_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCONTAINERPERMISSIONACCESSENTRYENUMERATOR_T3641947072_H #ifndef KEYCONTAINERPERMISSIONACCESSENTRYCOLLECTION_T4144114052_H #define KEYCONTAINERPERMISSIONACCESSENTRYCOLLECTION_T4144114052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.KeyContainerPermissionAccessEntryCollection struct KeyContainerPermissionAccessEntryCollection_t4144114052 : public RuntimeObject { public: // System.Collections.ArrayList System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::_list ArrayList_t2718874744 * ____list_0; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(KeyContainerPermissionAccessEntryCollection_t4144114052, ____list_0)); } inline ArrayList_t2718874744 * get__list_0() const { return ____list_0; } inline ArrayList_t2718874744 ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(ArrayList_t2718874744 * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((&____list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCONTAINERPERMISSIONACCESSENTRYCOLLECTION_T4144114052_H #ifndef BITCONVERTER_T3118986983_H #define BITCONVERTER_T3118986983_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.BitConverter struct BitConverter_t3118986983 : public RuntimeObject { public: public: }; struct BitConverter_t3118986983_StaticFields { public: // System.Boolean System.BitConverter::SwappedWordsInDouble bool ___SwappedWordsInDouble_0; // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_1; public: inline static int32_t get_offset_of_SwappedWordsInDouble_0() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___SwappedWordsInDouble_0)); } inline bool get_SwappedWordsInDouble_0() const { return ___SwappedWordsInDouble_0; } inline bool* get_address_of_SwappedWordsInDouble_0() { return &___SwappedWordsInDouble_0; } inline void set_SwappedWordsInDouble_0(bool value) { ___SwappedWordsInDouble_0 = value; } inline static int32_t get_offset_of_IsLittleEndian_1() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___IsLittleEndian_1)); } inline bool get_IsLittleEndian_1() const { return ___IsLittleEndian_1; } inline bool* get_address_of_IsLittleEndian_1() { return &___IsLittleEndian_1; } inline void set_IsLittleEndian_1(bool value) { ___IsLittleEndian_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BITCONVERTER_T3118986983_H #ifndef VERSION_T3456873960_H #define VERSION_T3456873960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Version struct Version_t3456873960 : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_1; // System.Int32 System.Version::_Minor int32_t ____Minor_2; // System.Int32 System.Version::_Build int32_t ____Build_3; // System.Int32 System.Version::_Revision int32_t ____Revision_4; public: inline static int32_t get_offset_of__Major_1() { return static_cast(offsetof(Version_t3456873960, ____Major_1)); } inline int32_t get__Major_1() const { return ____Major_1; } inline int32_t* get_address_of__Major_1() { return &____Major_1; } inline void set__Major_1(int32_t value) { ____Major_1 = value; } inline static int32_t get_offset_of__Minor_2() { return static_cast(offsetof(Version_t3456873960, ____Minor_2)); } inline int32_t get__Minor_2() const { return ____Minor_2; } inline int32_t* get_address_of__Minor_2() { return &____Minor_2; } inline void set__Minor_2(int32_t value) { ____Minor_2 = value; } inline static int32_t get_offset_of__Build_3() { return static_cast(offsetof(Version_t3456873960, ____Build_3)); } inline int32_t get__Build_3() const { return ____Build_3; } inline int32_t* get_address_of__Build_3() { return &____Build_3; } inline void set__Build_3(int32_t value) { ____Build_3 = value; } inline static int32_t get_offset_of__Revision_4() { return static_cast(offsetof(Version_t3456873960, ____Revision_4)); } inline int32_t get__Revision_4() const { return ____Revision_4; } inline int32_t* get_address_of__Revision_4() { return &____Revision_4; } inline void set__Revision_4(int32_t value) { ____Revision_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERSION_T3456873960_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef HASHALGORITHM_T1432317219_H #define HASHALGORITHM_T1432317219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219 : public RuntimeObject { public: // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_t4116647657* ___HashValue_0; // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_HashValue_0() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashValue_0)); } inline ByteU5BU5D_t4116647657* get_HashValue_0() const { return ___HashValue_0; } inline ByteU5BU5D_t4116647657** get_address_of_HashValue_0() { return &___HashValue_0; } inline void set_HashValue_0(ByteU5BU5D_t4116647657* value) { ___HashValue_0 = value; Il2CppCodeGenWriteBarrier((&___HashValue_0), value); } inline static int32_t get_offset_of_HashSizeValue_1() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashSizeValue_1)); } inline int32_t get_HashSizeValue_1() const { return ___HashSizeValue_1; } inline int32_t* get_address_of_HashSizeValue_1() { return &___HashSizeValue_1; } inline void set_HashSizeValue_1(int32_t value) { ___HashSizeValue_1 = value; } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___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_disposed_3() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHALGORITHM_T1432317219_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), 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((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef U24ARRAYTYPEU2416_T3254766644_H #define U24ARRAYTYPEU2416_T3254766644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$16 struct U24ArrayTypeU2416_t3254766644 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2416_t3254766644__padding[16]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2416_T3254766644_H #ifndef U24ARRAYTYPEU243132_T2732071528_H #define U24ARRAYTYPEU243132_T2732071528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$3132 struct U24ArrayTypeU243132_t2732071528 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU243132_t2732071528__padding[3132]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU243132_T2732071528_H #ifndef SECURITYATTRIBUTE_T4008260079_H #define SECURITYATTRIBUTE_T4008260079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityAttribute struct SecurityAttribute_t4008260079 : public Attribute_t861562559 { public: // System.Boolean System.Security.Permissions.SecurityAttribute::m_Unrestricted bool ___m_Unrestricted_0; public: inline static int32_t get_offset_of_m_Unrestricted_0() { return static_cast(offsetof(SecurityAttribute_t4008260079, ___m_Unrestricted_0)); } inline bool get_m_Unrestricted_0() const { return ___m_Unrestricted_0; } inline bool* get_address_of_m_Unrestricted_0() { return &___m_Unrestricted_0; } inline void set_m_Unrestricted_0(bool value) { ___m_Unrestricted_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYATTRIBUTE_T4008260079_H #ifndef DESTRANSFORM_T4088905499_H #define DESTRANSFORM_T4088905499_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DESTransform struct DESTransform_t4088905499 : public SymmetricTransform_t3802591842 { public: // System.Byte[] System.Security.Cryptography.DESTransform::keySchedule ByteU5BU5D_t4116647657* ___keySchedule_16; // System.Byte[] System.Security.Cryptography.DESTransform::byteBuff ByteU5BU5D_t4116647657* ___byteBuff_17; // System.UInt32[] System.Security.Cryptography.DESTransform::dwordBuff UInt32U5BU5D_t2770800703* ___dwordBuff_18; public: inline static int32_t get_offset_of_keySchedule_16() { return static_cast(offsetof(DESTransform_t4088905499, ___keySchedule_16)); } inline ByteU5BU5D_t4116647657* get_keySchedule_16() const { return ___keySchedule_16; } inline ByteU5BU5D_t4116647657** get_address_of_keySchedule_16() { return &___keySchedule_16; } inline void set_keySchedule_16(ByteU5BU5D_t4116647657* value) { ___keySchedule_16 = value; Il2CppCodeGenWriteBarrier((&___keySchedule_16), value); } inline static int32_t get_offset_of_byteBuff_17() { return static_cast(offsetof(DESTransform_t4088905499, ___byteBuff_17)); } inline ByteU5BU5D_t4116647657* get_byteBuff_17() const { return ___byteBuff_17; } inline ByteU5BU5D_t4116647657** get_address_of_byteBuff_17() { return &___byteBuff_17; } inline void set_byteBuff_17(ByteU5BU5D_t4116647657* value) { ___byteBuff_17 = value; Il2CppCodeGenWriteBarrier((&___byteBuff_17), value); } inline static int32_t get_offset_of_dwordBuff_18() { return static_cast(offsetof(DESTransform_t4088905499, ___dwordBuff_18)); } inline UInt32U5BU5D_t2770800703* get_dwordBuff_18() const { return ___dwordBuff_18; } inline UInt32U5BU5D_t2770800703** get_address_of_dwordBuff_18() { return &___dwordBuff_18; } inline void set_dwordBuff_18(UInt32U5BU5D_t2770800703* value) { ___dwordBuff_18 = value; Il2CppCodeGenWriteBarrier((&___dwordBuff_18), value); } }; struct DESTransform_t4088905499_StaticFields { public: // System.Int32 System.Security.Cryptography.DESTransform::KEY_BIT_SIZE int32_t ___KEY_BIT_SIZE_12; // System.Int32 System.Security.Cryptography.DESTransform::KEY_BYTE_SIZE int32_t ___KEY_BYTE_SIZE_13; // System.Int32 System.Security.Cryptography.DESTransform::BLOCK_BIT_SIZE int32_t ___BLOCK_BIT_SIZE_14; // System.Int32 System.Security.Cryptography.DESTransform::BLOCK_BYTE_SIZE int32_t ___BLOCK_BYTE_SIZE_15; // System.UInt32[] System.Security.Cryptography.DESTransform::spBoxes UInt32U5BU5D_t2770800703* ___spBoxes_19; // System.Byte[] System.Security.Cryptography.DESTransform::PC1 ByteU5BU5D_t4116647657* ___PC1_20; // System.Byte[] System.Security.Cryptography.DESTransform::leftRotTotal ByteU5BU5D_t4116647657* ___leftRotTotal_21; // System.Byte[] System.Security.Cryptography.DESTransform::PC2 ByteU5BU5D_t4116647657* ___PC2_22; // System.UInt32[] System.Security.Cryptography.DESTransform::ipTab UInt32U5BU5D_t2770800703* ___ipTab_23; // System.UInt32[] System.Security.Cryptography.DESTransform::fpTab UInt32U5BU5D_t2770800703* ___fpTab_24; public: inline static int32_t get_offset_of_KEY_BIT_SIZE_12() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___KEY_BIT_SIZE_12)); } inline int32_t get_KEY_BIT_SIZE_12() const { return ___KEY_BIT_SIZE_12; } inline int32_t* get_address_of_KEY_BIT_SIZE_12() { return &___KEY_BIT_SIZE_12; } inline void set_KEY_BIT_SIZE_12(int32_t value) { ___KEY_BIT_SIZE_12 = value; } inline static int32_t get_offset_of_KEY_BYTE_SIZE_13() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___KEY_BYTE_SIZE_13)); } inline int32_t get_KEY_BYTE_SIZE_13() const { return ___KEY_BYTE_SIZE_13; } inline int32_t* get_address_of_KEY_BYTE_SIZE_13() { return &___KEY_BYTE_SIZE_13; } inline void set_KEY_BYTE_SIZE_13(int32_t value) { ___KEY_BYTE_SIZE_13 = value; } inline static int32_t get_offset_of_BLOCK_BIT_SIZE_14() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___BLOCK_BIT_SIZE_14)); } inline int32_t get_BLOCK_BIT_SIZE_14() const { return ___BLOCK_BIT_SIZE_14; } inline int32_t* get_address_of_BLOCK_BIT_SIZE_14() { return &___BLOCK_BIT_SIZE_14; } inline void set_BLOCK_BIT_SIZE_14(int32_t value) { ___BLOCK_BIT_SIZE_14 = value; } inline static int32_t get_offset_of_BLOCK_BYTE_SIZE_15() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___BLOCK_BYTE_SIZE_15)); } inline int32_t get_BLOCK_BYTE_SIZE_15() const { return ___BLOCK_BYTE_SIZE_15; } inline int32_t* get_address_of_BLOCK_BYTE_SIZE_15() { return &___BLOCK_BYTE_SIZE_15; } inline void set_BLOCK_BYTE_SIZE_15(int32_t value) { ___BLOCK_BYTE_SIZE_15 = value; } inline static int32_t get_offset_of_spBoxes_19() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___spBoxes_19)); } inline UInt32U5BU5D_t2770800703* get_spBoxes_19() const { return ___spBoxes_19; } inline UInt32U5BU5D_t2770800703** get_address_of_spBoxes_19() { return &___spBoxes_19; } inline void set_spBoxes_19(UInt32U5BU5D_t2770800703* value) { ___spBoxes_19 = value; Il2CppCodeGenWriteBarrier((&___spBoxes_19), value); } inline static int32_t get_offset_of_PC1_20() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___PC1_20)); } inline ByteU5BU5D_t4116647657* get_PC1_20() const { return ___PC1_20; } inline ByteU5BU5D_t4116647657** get_address_of_PC1_20() { return &___PC1_20; } inline void set_PC1_20(ByteU5BU5D_t4116647657* value) { ___PC1_20 = value; Il2CppCodeGenWriteBarrier((&___PC1_20), value); } inline static int32_t get_offset_of_leftRotTotal_21() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___leftRotTotal_21)); } inline ByteU5BU5D_t4116647657* get_leftRotTotal_21() const { return ___leftRotTotal_21; } inline ByteU5BU5D_t4116647657** get_address_of_leftRotTotal_21() { return &___leftRotTotal_21; } inline void set_leftRotTotal_21(ByteU5BU5D_t4116647657* value) { ___leftRotTotal_21 = value; Il2CppCodeGenWriteBarrier((&___leftRotTotal_21), value); } inline static int32_t get_offset_of_PC2_22() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___PC2_22)); } inline ByteU5BU5D_t4116647657* get_PC2_22() const { return ___PC2_22; } inline ByteU5BU5D_t4116647657** get_address_of_PC2_22() { return &___PC2_22; } inline void set_PC2_22(ByteU5BU5D_t4116647657* value) { ___PC2_22 = value; Il2CppCodeGenWriteBarrier((&___PC2_22), value); } inline static int32_t get_offset_of_ipTab_23() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___ipTab_23)); } inline UInt32U5BU5D_t2770800703* get_ipTab_23() const { return ___ipTab_23; } inline UInt32U5BU5D_t2770800703** get_address_of_ipTab_23() { return &___ipTab_23; } inline void set_ipTab_23(UInt32U5BU5D_t2770800703* value) { ___ipTab_23 = value; Il2CppCodeGenWriteBarrier((&___ipTab_23), value); } inline static int32_t get_offset_of_fpTab_24() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___fpTab_24)); } inline UInt32U5BU5D_t2770800703* get_fpTab_24() const { return ___fpTab_24; } inline UInt32U5BU5D_t2770800703** get_address_of_fpTab_24() { return &___fpTab_24; } inline void set_fpTab_24(UInt32U5BU5D_t2770800703* value) { ___fpTab_24 = value; Il2CppCodeGenWriteBarrier((&___fpTab_24), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DESTRANSFORM_T4088905499_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef U24ARRAYTYPEU2452_T520724128_H #define U24ARRAYTYPEU2452_T520724128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$52 struct U24ArrayTypeU2452_t520724128 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2452_t520724128__padding[52]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2452_T520724128_H #ifndef SITEIDENTITYPERMISSION_T4239769539_H #define SITEIDENTITYPERMISSION_T4239769539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SiteIdentityPermission struct SiteIdentityPermission_t4239769539 : public CodeAccessPermission_t2681295399 { public: // System.String System.Security.Permissions.SiteIdentityPermission::_site String_t* ____site_0; public: inline static int32_t get_offset_of__site_0() { return static_cast(offsetof(SiteIdentityPermission_t4239769539, ____site_0)); } inline String_t* get__site_0() const { return ____site_0; } inline String_t** get_address_of__site_0() { return &____site_0; } inline void set__site_0(String_t* value) { ____site_0 = value; Il2CppCodeGenWriteBarrier((&____site_0), value); } }; struct SiteIdentityPermission_t4239769539_StaticFields { public: // System.Boolean[] System.Security.Permissions.SiteIdentityPermission::valid BooleanU5BU5D_t2897418192* ___valid_1; public: inline static int32_t get_offset_of_valid_1() { return static_cast(offsetof(SiteIdentityPermission_t4239769539_StaticFields, ___valid_1)); } inline BooleanU5BU5D_t2897418192* get_valid_1() const { return ___valid_1; } inline BooleanU5BU5D_t2897418192** get_address_of_valid_1() { return &___valid_1; } inline void set_valid_1(BooleanU5BU5D_t2897418192* value) { ___valid_1 = value; Il2CppCodeGenWriteBarrier((&___valid_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SITEIDENTITYPERMISSION_T4239769539_H #ifndef U24ARRAYTYPEU2424_T2469145093_H #define U24ARRAYTYPEU2424_T2469145093_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$24 struct U24ArrayTypeU2424_t2469145093 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2424_t2469145093__padding[24]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2424_T2469145093_H #ifndef PUBLISHERIDENTITYPERMISSION_T594127488_H #define PUBLISHERIDENTITYPERMISSION_T594127488_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.PublisherIdentityPermission struct PublisherIdentityPermission_t594127488 : public CodeAccessPermission_t2681295399 { public: // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Permissions.PublisherIdentityPermission::x509 X509Certificate_t713131622 * ___x509_0; public: inline static int32_t get_offset_of_x509_0() { return static_cast(offsetof(PublisherIdentityPermission_t594127488, ___x509_0)); } inline X509Certificate_t713131622 * get_x509_0() const { return ___x509_0; } inline X509Certificate_t713131622 ** get_address_of_x509_0() { return &___x509_0; } inline void set_x509_0(X509Certificate_t713131622 * value) { ___x509_0 = value; Il2CppCodeGenWriteBarrier((&___x509_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUBLISHERIDENTITYPERMISSION_T594127488_H #ifndef U24ARRAYTYPEU2496_T2898536284_H #define U24ARRAYTYPEU2496_T2898536284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$96 struct U24ArrayTypeU2496_t2898536284 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2496_t2898536284__padding[96]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2496_T2898536284_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef GACIDENTITYPERMISSION_T2991335275_H #define GACIDENTITYPERMISSION_T2991335275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.GacIdentityPermission struct GacIdentityPermission_t2991335275 : public CodeAccessPermission_t2681295399 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GACIDENTITYPERMISSION_T2991335275_H #ifndef URLIDENTITYPERMISSION_T48040392_H #define URLIDENTITYPERMISSION_T48040392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.UrlIdentityPermission struct UrlIdentityPermission_t48040392 : public CodeAccessPermission_t2681295399 { public: // System.String System.Security.Permissions.UrlIdentityPermission::url String_t* ___url_0; public: inline static int32_t get_offset_of_url_0() { return static_cast(offsetof(UrlIdentityPermission_t48040392, ___url_0)); } inline String_t* get_url_0() const { return ___url_0; } inline String_t** get_address_of_url_0() { return &___url_0; } inline void set_url_0(String_t* value) { ___url_0 = value; Il2CppCodeGenWriteBarrier((&___url_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URLIDENTITYPERMISSION_T48040392_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef X509CERTIFICATECOLLECTION_T1542168549_H #define X509CERTIFICATECOLLECTION_T1542168549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168549 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATECOLLECTION_T1542168549_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef SNIP_T4156255223_H #define SNIP_T4156255223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.StrongNameIdentityPermission/SNIP struct SNIP_t4156255223 { public: // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Permissions.StrongNameIdentityPermission/SNIP::PublicKey StrongNamePublicKeyBlob_t3355146440 * ___PublicKey_0; // System.String System.Security.Permissions.StrongNameIdentityPermission/SNIP::Name String_t* ___Name_1; // System.Version System.Security.Permissions.StrongNameIdentityPermission/SNIP::AssemblyVersion Version_t3456873960 * ___AssemblyVersion_2; public: inline static int32_t get_offset_of_PublicKey_0() { return static_cast(offsetof(SNIP_t4156255223, ___PublicKey_0)); } inline StrongNamePublicKeyBlob_t3355146440 * get_PublicKey_0() const { return ___PublicKey_0; } inline StrongNamePublicKeyBlob_t3355146440 ** get_address_of_PublicKey_0() { return &___PublicKey_0; } inline void set_PublicKey_0(StrongNamePublicKeyBlob_t3355146440 * value) { ___PublicKey_0 = value; Il2CppCodeGenWriteBarrier((&___PublicKey_0), value); } inline static int32_t get_offset_of_Name_1() { return static_cast(offsetof(SNIP_t4156255223, ___Name_1)); } inline String_t* get_Name_1() const { return ___Name_1; } inline String_t** get_address_of_Name_1() { return &___Name_1; } inline void set_Name_1(String_t* value) { ___Name_1 = value; Il2CppCodeGenWriteBarrier((&___Name_1), value); } inline static int32_t get_offset_of_AssemblyVersion_2() { return static_cast(offsetof(SNIP_t4156255223, ___AssemblyVersion_2)); } inline Version_t3456873960 * get_AssemblyVersion_2() const { return ___AssemblyVersion_2; } inline Version_t3456873960 ** get_address_of_AssemblyVersion_2() { return &___AssemblyVersion_2; } inline void set_AssemblyVersion_2(Version_t3456873960 * value) { ___AssemblyVersion_2 = value; Il2CppCodeGenWriteBarrier((&___AssemblyVersion_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Permissions.StrongNameIdentityPermission/SNIP struct SNIP_t4156255223_marshaled_pinvoke { StrongNamePublicKeyBlob_t3355146440 * ___PublicKey_0; char* ___Name_1; Version_t3456873960 * ___AssemblyVersion_2; }; // Native definition for COM marshalling of System.Security.Permissions.StrongNameIdentityPermission/SNIP struct SNIP_t4156255223_marshaled_com { StrongNamePublicKeyBlob_t3355146440 * ___PublicKey_0; Il2CppChar* ___Name_1; Version_t3456873960 * ___AssemblyVersion_2; }; #endif // SNIP_T4156255223_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef TRIPLEDESTRANSFORM_T964169060_H #define TRIPLEDESTRANSFORM_T964169060_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.TripleDESTransform struct TripleDESTransform_t964169060 : public SymmetricTransform_t3802591842 { public: // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E1 DESTransform_t4088905499 * ___E1_12; // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D2 DESTransform_t4088905499 * ___D2_13; // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E3 DESTransform_t4088905499 * ___E3_14; // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D1 DESTransform_t4088905499 * ___D1_15; // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E2 DESTransform_t4088905499 * ___E2_16; // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D3 DESTransform_t4088905499 * ___D3_17; public: inline static int32_t get_offset_of_E1_12() { return static_cast(offsetof(TripleDESTransform_t964169060, ___E1_12)); } inline DESTransform_t4088905499 * get_E1_12() const { return ___E1_12; } inline DESTransform_t4088905499 ** get_address_of_E1_12() { return &___E1_12; } inline void set_E1_12(DESTransform_t4088905499 * value) { ___E1_12 = value; Il2CppCodeGenWriteBarrier((&___E1_12), value); } inline static int32_t get_offset_of_D2_13() { return static_cast(offsetof(TripleDESTransform_t964169060, ___D2_13)); } inline DESTransform_t4088905499 * get_D2_13() const { return ___D2_13; } inline DESTransform_t4088905499 ** get_address_of_D2_13() { return &___D2_13; } inline void set_D2_13(DESTransform_t4088905499 * value) { ___D2_13 = value; Il2CppCodeGenWriteBarrier((&___D2_13), value); } inline static int32_t get_offset_of_E3_14() { return static_cast(offsetof(TripleDESTransform_t964169060, ___E3_14)); } inline DESTransform_t4088905499 * get_E3_14() const { return ___E3_14; } inline DESTransform_t4088905499 ** get_address_of_E3_14() { return &___E3_14; } inline void set_E3_14(DESTransform_t4088905499 * value) { ___E3_14 = value; Il2CppCodeGenWriteBarrier((&___E3_14), value); } inline static int32_t get_offset_of_D1_15() { return static_cast(offsetof(TripleDESTransform_t964169060, ___D1_15)); } inline DESTransform_t4088905499 * get_D1_15() const { return ___D1_15; } inline DESTransform_t4088905499 ** get_address_of_D1_15() { return &___D1_15; } inline void set_D1_15(DESTransform_t4088905499 * value) { ___D1_15 = value; Il2CppCodeGenWriteBarrier((&___D1_15), value); } inline static int32_t get_offset_of_E2_16() { return static_cast(offsetof(TripleDESTransform_t964169060, ___E2_16)); } inline DESTransform_t4088905499 * get_E2_16() const { return ___E2_16; } inline DESTransform_t4088905499 ** get_address_of_E2_16() { return &___E2_16; } inline void set_E2_16(DESTransform_t4088905499 * value) { ___E2_16 = value; Il2CppCodeGenWriteBarrier((&___E2_16), value); } inline static int32_t get_offset_of_D3_17() { return static_cast(offsetof(TripleDESTransform_t964169060, ___D3_17)); } inline DESTransform_t4088905499 * get_D3_17() const { return ___D3_17; } inline DESTransform_t4088905499 ** get_address_of_D3_17() { return &___D3_17; } inline void set_D3_17(DESTransform_t4088905499 * value) { ___D3_17 = value; Il2CppCodeGenWriteBarrier((&___D3_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRIPLEDESTRANSFORM_T964169060_H #ifndef RSAPARAMETERS_T1728406613_H #define RSAPARAMETERS_T1728406613_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_t4116647657* ___P_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_t4116647657* ___Q_1; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_t4116647657* ___D_2; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_t4116647657* ___DP_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_t4116647657* ___DQ_4; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_t4116647657* ___InverseQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_t4116647657* ___Modulus_6; // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_t4116647657* ___Exponent_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(RSAParameters_t1728406613, ___P_0)); } inline ByteU5BU5D_t4116647657* get_P_0() const { return ___P_0; } inline ByteU5BU5D_t4116647657** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_t4116647657* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((&___P_0), value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(RSAParameters_t1728406613, ___Q_1)); } inline ByteU5BU5D_t4116647657* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_t4116647657** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_t4116647657* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((&___Q_1), value); } inline static int32_t get_offset_of_D_2() { return static_cast(offsetof(RSAParameters_t1728406613, ___D_2)); } inline ByteU5BU5D_t4116647657* get_D_2() const { return ___D_2; } inline ByteU5BU5D_t4116647657** get_address_of_D_2() { return &___D_2; } inline void set_D_2(ByteU5BU5D_t4116647657* value) { ___D_2 = value; Il2CppCodeGenWriteBarrier((&___D_2), value); } inline static int32_t get_offset_of_DP_3() { return static_cast(offsetof(RSAParameters_t1728406613, ___DP_3)); } inline ByteU5BU5D_t4116647657* get_DP_3() const { return ___DP_3; } inline ByteU5BU5D_t4116647657** get_address_of_DP_3() { return &___DP_3; } inline void set_DP_3(ByteU5BU5D_t4116647657* value) { ___DP_3 = value; Il2CppCodeGenWriteBarrier((&___DP_3), value); } inline static int32_t get_offset_of_DQ_4() { return static_cast(offsetof(RSAParameters_t1728406613, ___DQ_4)); } inline ByteU5BU5D_t4116647657* get_DQ_4() const { return ___DQ_4; } inline ByteU5BU5D_t4116647657** get_address_of_DQ_4() { return &___DQ_4; } inline void set_DQ_4(ByteU5BU5D_t4116647657* value) { ___DQ_4 = value; Il2CppCodeGenWriteBarrier((&___DQ_4), value); } inline static int32_t get_offset_of_InverseQ_5() { return static_cast(offsetof(RSAParameters_t1728406613, ___InverseQ_5)); } inline ByteU5BU5D_t4116647657* get_InverseQ_5() const { return ___InverseQ_5; } inline ByteU5BU5D_t4116647657** get_address_of_InverseQ_5() { return &___InverseQ_5; } inline void set_InverseQ_5(ByteU5BU5D_t4116647657* value) { ___InverseQ_5 = value; Il2CppCodeGenWriteBarrier((&___InverseQ_5), value); } inline static int32_t get_offset_of_Modulus_6() { return static_cast(offsetof(RSAParameters_t1728406613, ___Modulus_6)); } inline ByteU5BU5D_t4116647657* get_Modulus_6() const { return ___Modulus_6; } inline ByteU5BU5D_t4116647657** get_address_of_Modulus_6() { return &___Modulus_6; } inline void set_Modulus_6(ByteU5BU5D_t4116647657* value) { ___Modulus_6 = value; Il2CppCodeGenWriteBarrier((&___Modulus_6), value); } inline static int32_t get_offset_of_Exponent_7() { return static_cast(offsetof(RSAParameters_t1728406613, ___Exponent_7)); } inline ByteU5BU5D_t4116647657* get_Exponent_7() const { return ___Exponent_7; } inline ByteU5BU5D_t4116647657** get_address_of_Exponent_7() { return &___Exponent_7; } inline void set_Exponent_7(ByteU5BU5D_t4116647657* value) { ___Exponent_7 = value; Il2CppCodeGenWriteBarrier((&___Exponent_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613_marshaled_pinvoke { uint8_t* ___P_0; uint8_t* ___Q_1; uint8_t* ___D_2; uint8_t* ___DP_3; uint8_t* ___DQ_4; uint8_t* ___InverseQ_5; uint8_t* ___Modulus_6; uint8_t* ___Exponent_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613_marshaled_com { uint8_t* ___P_0; uint8_t* ___Q_1; uint8_t* ___D_2; uint8_t* ___DP_3; uint8_t* ___DQ_4; uint8_t* ___InverseQ_5; uint8_t* ___Modulus_6; uint8_t* ___Exponent_7; }; #endif // RSAPARAMETERS_T1728406613_H #ifndef U24ARRAYTYPEU24128_T4289081659_H #define U24ARRAYTYPEU24128_T4289081659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$128 struct U24ArrayTypeU24128_t4289081659 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24128_t4289081659__padding[128]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24128_T4289081659_H #ifndef U24ARRAYTYPEU24160_T758788403_H #define U24ARRAYTYPEU24160_T758788403_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$160 struct U24ArrayTypeU24160_t758788403 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24160_t758788403__padding[160]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24160_T758788403_H #ifndef RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H #define RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter struct RSAPKCS1KeyExchangeFormatter_t2761096101 : public AsymmetricKeyExchangeFormatter_t937192061 { public: // System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::rsa RSA_t2385438082 * ___rsa_0; // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::random RandomNumberGenerator_t386037858 * ___random_1; public: inline static int32_t get_offset_of_rsa_0() { return static_cast(offsetof(RSAPKCS1KeyExchangeFormatter_t2761096101, ___rsa_0)); } inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; } inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; } inline void set_rsa_0(RSA_t2385438082 * value) { ___rsa_0 = value; Il2CppCodeGenWriteBarrier((&___rsa_0), value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(RSAPKCS1KeyExchangeFormatter_t2761096101, ___random_1)); } inline RandomNumberGenerator_t386037858 * get_random_1() const { return ___random_1; } inline RandomNumberGenerator_t386037858 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(RandomNumberGenerator_t386037858 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((&___random_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H #ifndef U24ARRAYTYPEU241024_T3907531057_H #define U24ARRAYTYPEU241024_T3907531057_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1024 struct U24ArrayTypeU241024_t3907531057 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241024_t3907531057__padding[1024]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241024_T3907531057_H #ifndef RSAPKCS1SHA1SIGNATUREDESCRIPTION_T2887980541_H #define RSAPKCS1SHA1SIGNATUREDESCRIPTION_T2887980541_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription struct RSAPKCS1SHA1SignatureDescription_t2887980541 : public SignatureDescription_t1971889425 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAPKCS1SHA1SIGNATUREDESCRIPTION_T2887980541_H #ifndef RSAPKCS1SIGNATUREDEFORMATTER_T3767223008_H #define RSAPKCS1SIGNATUREDEFORMATTER_T3767223008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAPKCS1SignatureDeformatter struct RSAPKCS1SignatureDeformatter_t3767223008 : public AsymmetricSignatureDeformatter_t2681190756 { public: // System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureDeformatter::rsa RSA_t2385438082 * ___rsa_0; // System.String System.Security.Cryptography.RSAPKCS1SignatureDeformatter::hashName String_t* ___hashName_1; public: inline static int32_t get_offset_of_rsa_0() { return static_cast(offsetof(RSAPKCS1SignatureDeformatter_t3767223008, ___rsa_0)); } inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; } inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; } inline void set_rsa_0(RSA_t2385438082 * value) { ___rsa_0 = value; Il2CppCodeGenWriteBarrier((&___rsa_0), value); } inline static int32_t get_offset_of_hashName_1() { return static_cast(offsetof(RSAPKCS1SignatureDeformatter_t3767223008, ___hashName_1)); } inline String_t* get_hashName_1() const { return ___hashName_1; } inline String_t** get_address_of_hashName_1() { return &___hashName_1; } inline void set_hashName_1(String_t* value) { ___hashName_1 = value; Il2CppCodeGenWriteBarrier((&___hashName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAPKCS1SIGNATUREDEFORMATTER_T3767223008_H #ifndef RSAPKCS1SIGNATUREFORMATTER_T1514197062_H #define RSAPKCS1SIGNATUREFORMATTER_T1514197062_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAPKCS1SignatureFormatter struct RSAPKCS1SignatureFormatter_t1514197062 : public AsymmetricSignatureFormatter_t3486936014 { public: // System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureFormatter::rsa RSA_t2385438082 * ___rsa_0; // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.RSAPKCS1SignatureFormatter::hash HashAlgorithm_t1432317219 * ___hash_1; public: inline static int32_t get_offset_of_rsa_0() { return static_cast(offsetof(RSAPKCS1SignatureFormatter_t1514197062, ___rsa_0)); } inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; } inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; } inline void set_rsa_0(RSA_t2385438082 * value) { ___rsa_0 = value; Il2CppCodeGenWriteBarrier((&___rsa_0), value); } inline static int32_t get_offset_of_hash_1() { return static_cast(offsetof(RSAPKCS1SignatureFormatter_t1514197062, ___hash_1)); } inline HashAlgorithm_t1432317219 * get_hash_1() const { return ___hash_1; } inline HashAlgorithm_t1432317219 ** get_address_of_hash_1() { return &___hash_1; } inline void set_hash_1(HashAlgorithm_t1432317219 * value) { ___hash_1 = value; Il2CppCodeGenWriteBarrier((&___hash_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAPKCS1SIGNATUREFORMATTER_T1514197062_H #ifndef SHA1_T1803193667_H #define SHA1_T1803193667_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1 struct SHA1_t1803193667 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1_T1803193667_H #ifndef RSA_T2385438082_H #define RSA_T2385438082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSA struct RSA_t2385438082 : public AsymmetricAlgorithm_t932037087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSA_T2385438082_H #ifndef RIPEMD160_T268675434_H #define RIPEMD160_T268675434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RIPEMD160 struct RIPEMD160_t268675434 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RIPEMD160_T268675434_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { 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_t4134040092, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef U24ARRAYTYPEU24120_T4289081651_H #define U24ARRAYTYPEU24120_T4289081651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$120 struct U24ArrayTypeU24120_t4289081651 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24120_t4289081651__padding[120]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24120_T4289081651_H #ifndef U24ARRAYTYPEU2432_T3652892010_H #define U24ARRAYTYPEU2432_T3652892010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$32 struct U24ArrayTypeU2432_t3652892010 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2432_t3652892010__padding[32]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2432_T3652892010_H #ifndef U24ARRAYTYPEU2448_T1337922363_H #define U24ARRAYTYPEU2448_T1337922363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$48 struct U24ArrayTypeU2448_t1337922363 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2448_t1337922363__padding[48]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2448_T1337922363_H #ifndef U24ARRAYTYPEU2464_T499776625_H #define U24ARRAYTYPEU2464_T499776625_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$64 struct U24ArrayTypeU2464_t499776625 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2464_t499776625__padding[64]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2464_T499776625_H #ifndef U24ARRAYTYPEU2412_T2490092596_H #define U24ARRAYTYPEU2412_T2490092596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092596 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092596__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092596_H #ifndef U24ARRAYTYPEU24256_T1929481982_H #define U24ARRAYTYPEU24256_T1929481982_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481982 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481982__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481982_H #ifndef U24ARRAYTYPEU24640_T2298765680_H #define U24ARRAYTYPEU24640_T2298765680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$640 struct U24ArrayTypeU24640_t2298765680 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24640_t2298765680__padding[640]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24640_T2298765680_H #ifndef U24ARRAYTYPEU24136_T1950429485_H #define U24ARRAYTYPEU24136_T1950429485_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$136 struct U24ArrayTypeU24136_t1950429485 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24136_t1950429485__padding[136]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24136_T1950429485_H #ifndef U24ARRAYTYPEU241668_T760361261_H #define U24ARRAYTYPEU241668_T760361261_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1668 struct U24ArrayTypeU241668_t760361261 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241668_t760361261__padding[1668]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241668_T760361261_H #ifndef U24ARRAYTYPEU241452_T377631024_H #define U24ARRAYTYPEU241452_T377631024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1452 struct U24ArrayTypeU241452_t377631024 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241452_t377631024__padding[1452]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241452_T377631024_H #ifndef U24ARRAYTYPEU2484_T950115319_H #define U24ARRAYTYPEU2484_T950115319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$84 struct U24ArrayTypeU2484_t950115319 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2484_t950115319__padding[84]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2484_T950115319_H #ifndef U24ARRAYTYPEU2456_T1285398176_H #define U24ARRAYTYPEU2456_T1285398176_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$56 struct U24ArrayTypeU2456_t1285398176 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2456_t1285398176__padding[56]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2456_T1285398176_H #ifndef SHA256_T3672283617_H #define SHA256_T3672283617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA256 struct SHA256_t3672283617 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA256_T3672283617_H #ifndef U24ARRAYTYPEU242048_T3505032960_H #define U24ARRAYTYPEU242048_T3505032960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$2048 struct U24ArrayTypeU242048_t3505032960 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU242048_t3505032960__padding[2048]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU242048_T3505032960_H #ifndef SHA384_T540967702_H #define SHA384_T540967702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA384 struct SHA384_t540967702 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA384_T540967702_H #ifndef U24ARRAYTYPEU24124_T4289081647_H #define U24ARRAYTYPEU24124_T4289081647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$124 struct U24ArrayTypeU24124_t4289081647 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24124_t4289081647__padding[124]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24124_T4289081647_H #ifndef SHA512_T1346946930_H #define SHA512_T1346946930_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA512 struct SHA512_t1346946930 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA512_T1346946930_H #ifndef U24ARRAYTYPEU2420_T1704471045_H #define U24ARRAYTYPEU2420_T1704471045_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$20 struct U24ArrayTypeU2420_t1704471045 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2420_t1704471045__padding[20]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2420_T1704471045_H #ifndef U24ARRAYTYPEU2472_T1683523542_H #define U24ARRAYTYPEU2472_T1683523542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$72 struct U24ArrayTypeU2472_t1683523542 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2472_t1683523542__padding[72]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2472_T1683523542_H #ifndef U24ARRAYTYPEU248_T3244137463_H #define U24ARRAYTYPEU248_T3244137463_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$8 struct U24ArrayTypeU248_t3244137463 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU248_t3244137463__padding[8]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU248_T3244137463_H #ifndef U24ARRAYTYPEU242100_T1165856516_H #define U24ARRAYTYPEU242100_T1165856516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$2100 struct U24ArrayTypeU242100_t1165856516 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU242100_t1165856516__padding[2100]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU242100_T1165856516_H #ifndef POLICYLEVELTYPE_T244468749_H #define POLICYLEVELTYPE_T244468749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.PolicyLevelType struct PolicyLevelType_t244468749 { public: // System.Int32 System.Security.PolicyLevelType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PolicyLevelType_t244468749, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POLICYLEVELTYPE_T244468749_H #ifndef SECURITYPERMISSIONFLAG_T3459270124_H #define SECURITYPERMISSIONFLAG_T3459270124_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityPermissionFlag struct SecurityPermissionFlag_t3459270124 { public: // System.Int32 System.Security.Permissions.SecurityPermissionFlag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityPermissionFlag_t3459270124, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPERMISSIONFLAG_T3459270124_H #ifndef SECURITYACTION_T569814076_H #define SECURITYACTION_T569814076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityAction struct SecurityAction_t569814076 { public: // System.Int32 System.Security.Permissions.SecurityAction::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityAction_t569814076, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYACTION_T569814076_H #ifndef SECURITYEXCEPTION_T975544473_H #define SECURITYEXCEPTION_T975544473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityException struct SecurityException_t975544473 : public SystemException_t176217640 { public: // System.String System.Security.SecurityException::permissionState String_t* ___permissionState_11; // System.Type System.Security.SecurityException::permissionType Type_t * ___permissionType_12; // System.String System.Security.SecurityException::_granted String_t* ____granted_13; // System.String System.Security.SecurityException::_refused String_t* ____refused_14; // System.Object System.Security.SecurityException::_demanded RuntimeObject * ____demanded_15; // System.Security.IPermission System.Security.SecurityException::_firstperm RuntimeObject* ____firstperm_16; // System.Reflection.MethodInfo System.Security.SecurityException::_method MethodInfo_t * ____method_17; // System.Security.Policy.Evidence System.Security.SecurityException::_evidence Evidence_t2008144148 * ____evidence_18; public: inline static int32_t get_offset_of_permissionState_11() { return static_cast(offsetof(SecurityException_t975544473, ___permissionState_11)); } inline String_t* get_permissionState_11() const { return ___permissionState_11; } inline String_t** get_address_of_permissionState_11() { return &___permissionState_11; } inline void set_permissionState_11(String_t* value) { ___permissionState_11 = value; Il2CppCodeGenWriteBarrier((&___permissionState_11), value); } inline static int32_t get_offset_of_permissionType_12() { return static_cast(offsetof(SecurityException_t975544473, ___permissionType_12)); } inline Type_t * get_permissionType_12() const { return ___permissionType_12; } inline Type_t ** get_address_of_permissionType_12() { return &___permissionType_12; } inline void set_permissionType_12(Type_t * value) { ___permissionType_12 = value; Il2CppCodeGenWriteBarrier((&___permissionType_12), value); } inline static int32_t get_offset_of__granted_13() { return static_cast(offsetof(SecurityException_t975544473, ____granted_13)); } inline String_t* get__granted_13() const { return ____granted_13; } inline String_t** get_address_of__granted_13() { return &____granted_13; } inline void set__granted_13(String_t* value) { ____granted_13 = value; Il2CppCodeGenWriteBarrier((&____granted_13), value); } inline static int32_t get_offset_of__refused_14() { return static_cast(offsetof(SecurityException_t975544473, ____refused_14)); } inline String_t* get__refused_14() const { return ____refused_14; } inline String_t** get_address_of__refused_14() { return &____refused_14; } inline void set__refused_14(String_t* value) { ____refused_14 = value; Il2CppCodeGenWriteBarrier((&____refused_14), value); } inline static int32_t get_offset_of__demanded_15() { return static_cast(offsetof(SecurityException_t975544473, ____demanded_15)); } inline RuntimeObject * get__demanded_15() const { return ____demanded_15; } inline RuntimeObject ** get_address_of__demanded_15() { return &____demanded_15; } inline void set__demanded_15(RuntimeObject * value) { ____demanded_15 = value; Il2CppCodeGenWriteBarrier((&____demanded_15), value); } inline static int32_t get_offset_of__firstperm_16() { return static_cast(offsetof(SecurityException_t975544473, ____firstperm_16)); } inline RuntimeObject* get__firstperm_16() const { return ____firstperm_16; } inline RuntimeObject** get_address_of__firstperm_16() { return &____firstperm_16; } inline void set__firstperm_16(RuntimeObject* value) { ____firstperm_16 = value; Il2CppCodeGenWriteBarrier((&____firstperm_16), value); } inline static int32_t get_offset_of__method_17() { return static_cast(offsetof(SecurityException_t975544473, ____method_17)); } inline MethodInfo_t * get__method_17() const { return ____method_17; } inline MethodInfo_t ** get_address_of__method_17() { return &____method_17; } inline void set__method_17(MethodInfo_t * value) { ____method_17 = value; Il2CppCodeGenWriteBarrier((&____method_17), value); } inline static int32_t get_offset_of__evidence_18() { return static_cast(offsetof(SecurityException_t975544473, ____evidence_18)); } inline Evidence_t2008144148 * get__evidence_18() const { return ____evidence_18; } inline Evidence_t2008144148 ** get_address_of__evidence_18() { return &____evidence_18; } inline void set__evidence_18(Evidence_t2008144148 * value) { ____evidence_18 = value; Il2CppCodeGenWriteBarrier((&____evidence_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYEXCEPTION_T975544473_H #ifndef INDEXOUTOFRANGEEXCEPTION_T1578797820_H #define INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifndef SECURITYZONE_T1272287263_H #define SECURITYZONE_T1272287263_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityZone struct SecurityZone_t1272287263 { public: // System.Int32 System.Security.SecurityZone::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityZone_t1272287263, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYZONE_T1272287263_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef UIPERMISSIONWINDOW_T985109583_H #define UIPERMISSIONWINDOW_T985109583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.UIPermissionWindow struct UIPermissionWindow_t985109583 { public: // System.Int32 System.Security.Permissions.UIPermissionWindow::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UIPermissionWindow_t985109583, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPERMISSIONWINDOW_T985109583_H #ifndef UIPERMISSIONCLIPBOARD_T4002838840_H #define UIPERMISSIONCLIPBOARD_T4002838840_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.UIPermissionClipboard struct UIPermissionClipboard_t4002838840 { public: // System.Int32 System.Security.Permissions.UIPermissionClipboard::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UIPermissionClipboard_t4002838840, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPERMISSIONCLIPBOARD_T4002838840_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef REGISTRYPERMISSIONACCESS_T307445458_H #define REGISTRYPERMISSIONACCESS_T307445458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.RegistryPermissionAccess struct RegistryPermissionAccess_t307445458 { public: // System.Int32 System.Security.Permissions.RegistryPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegistryPermissionAccess_t307445458, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGISTRYPERMISSIONACCESS_T307445458_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { 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_t1871169219, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255361 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields { public: // /$ArrayType$52 ::$$field-0 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D0_0; // /$ArrayType$24 ::$$field-1 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D1_1; // /$ArrayType$24 ::$$field-2 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D2_2; // /$ArrayType$24 ::$$field-3 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D3_3; // /$ArrayType$24 ::$$field-4 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D4_4; // /$ArrayType$16 ::$$field-5 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D5_5; // /$ArrayType$16 ::$$field-6 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D6_6; // /$ArrayType$3132 ::$$field-15 U24ArrayTypeU243132_t2732071528 ___U24U24fieldU2D15_7; // /$ArrayType$20 ::$$field-16 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D16_8; // /$ArrayType$32 ::$$field-17 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D17_9; // /$ArrayType$48 ::$$field-18 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D18_10; // /$ArrayType$64 ::$$field-19 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D19_11; // /$ArrayType$64 ::$$field-20 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D20_12; // /$ArrayType$64 ::$$field-21 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D21_13; // /$ArrayType$64 ::$$field-22 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D22_14; // /$ArrayType$12 ::$$field-23 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D23_15; // /$ArrayType$12 ::$$field-24 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D24_16; // /$ArrayType$12 ::$$field-25 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D25_17; // /$ArrayType$16 ::$$field-26 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D26_18; // /$ArrayType$52 ::$$field-27 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D27_19; // /$ArrayType$52 ::$$field-28 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D28_20; // /$ArrayType$1668 ::$$field-29 U24ArrayTypeU241668_t760361261 ___U24U24fieldU2D29_21; // /$ArrayType$2100 ::$$field-30 U24ArrayTypeU242100_t1165856516 ___U24U24fieldU2D30_22; // /$ArrayType$1452 ::$$field-31 U24ArrayTypeU241452_t377631024 ___U24U24fieldU2D31_23; // /$ArrayType$136 ::$$field-32 U24ArrayTypeU24136_t1950429485 ___U24U24fieldU2D32_24; // /$ArrayType$84 ::$$field-34 U24ArrayTypeU2484_t950115319 ___U24U24fieldU2D34_25; // /$ArrayType$72 ::$$field-35 U24ArrayTypeU2472_t1683523542 ___U24U24fieldU2D35_26; // /$ArrayType$8 ::$$field-36 U24ArrayTypeU248_t3244137463 ___U24U24fieldU2D36_27; // /$ArrayType$20 ::$$field-37 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D37_28; // /$ArrayType$12 ::$$field-38 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D38_29; // /$ArrayType$64 ::$$field-39 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D39_30; // /$ArrayType$124 ::$$field-40 U24ArrayTypeU24124_t4289081647 ___U24U24fieldU2D40_31; // /$ArrayType$32 ::$$field-41 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D41_32; // /$ArrayType$96 ::$$field-42 U24ArrayTypeU2496_t2898536284 ___U24U24fieldU2D42_33; // /$ArrayType$2048 ::$$field-43 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D43_34; // /$ArrayType$56 ::$$field-44 U24ArrayTypeU2456_t1285398176 ___U24U24fieldU2D44_35; // /$ArrayType$16 ::$$field-45 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D45_36; // /$ArrayType$48 ::$$field-46 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D46_37; // /$ArrayType$2048 ::$$field-47 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D47_38; // /$ArrayType$2048 ::$$field-48 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D48_39; // /$ArrayType$256 ::$$field-49 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D49_40; // /$ArrayType$256 ::$$field-50 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D50_41; // /$ArrayType$120 ::$$field-51 U24ArrayTypeU24120_t4289081651 ___U24U24fieldU2D51_42; // /$ArrayType$256 ::$$field-52 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D52_43; // /$ArrayType$256 ::$$field-53 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D53_44; // /$ArrayType$1024 ::$$field-54 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D54_45; // /$ArrayType$1024 ::$$field-55 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D55_46; // /$ArrayType$1024 ::$$field-56 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D56_47; // /$ArrayType$1024 ::$$field-57 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D57_48; // /$ArrayType$1024 ::$$field-58 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D58_49; // /$ArrayType$1024 ::$$field-59 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D59_50; // /$ArrayType$1024 ::$$field-60 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D60_51; // /$ArrayType$1024 ::$$field-61 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D61_52; // /$ArrayType$256 ::$$field-62 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D62_53; // /$ArrayType$640 ::$$field-63 U24ArrayTypeU24640_t2298765680 ___U24U24fieldU2D63_54; // /$ArrayType$96 ::$$field-64 U24ArrayTypeU2496_t2898536284 ___U24U24fieldU2D64_55; // /$ArrayType$160 ::$$field-65 U24ArrayTypeU24160_t758788403 ___U24U24fieldU2D65_56; // /$ArrayType$128 ::$$field-67 U24ArrayTypeU24128_t4289081659 ___U24U24fieldU2D67_57; // /$ArrayType$256 ::$$field-68 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D68_58; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D0_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D1_1)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D1_1() const { return ___U24U24fieldU2D1_1; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D1_1() { return &___U24U24fieldU2D1_1; } inline void set_U24U24fieldU2D1_1(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D1_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D2_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D2_2)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D2_2() const { return ___U24U24fieldU2D2_2; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D2_2() { return &___U24U24fieldU2D2_2; } inline void set_U24U24fieldU2D2_2(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D2_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D3_3)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D3_3() const { return ___U24U24fieldU2D3_3; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D3_3() { return &___U24U24fieldU2D3_3; } inline void set_U24U24fieldU2D3_3(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D3_3 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D4_4)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D4_4() const { return ___U24U24fieldU2D4_4; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D4_4() { return &___U24U24fieldU2D4_4; } inline void set_U24U24fieldU2D4_4(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D4_4 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D5_5)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D5_5() const { return ___U24U24fieldU2D5_5; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D5_5() { return &___U24U24fieldU2D5_5; } inline void set_U24U24fieldU2D5_5(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D5_5 = value; } inline static int32_t get_offset_of_U24U24fieldU2D6_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D6_6)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D6_6() const { return ___U24U24fieldU2D6_6; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D6_6() { return &___U24U24fieldU2D6_6; } inline void set_U24U24fieldU2D6_6(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D6_6 = value; } inline static int32_t get_offset_of_U24U24fieldU2D15_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D15_7)); } inline U24ArrayTypeU243132_t2732071528 get_U24U24fieldU2D15_7() const { return ___U24U24fieldU2D15_7; } inline U24ArrayTypeU243132_t2732071528 * get_address_of_U24U24fieldU2D15_7() { return &___U24U24fieldU2D15_7; } inline void set_U24U24fieldU2D15_7(U24ArrayTypeU243132_t2732071528 value) { ___U24U24fieldU2D15_7 = value; } inline static int32_t get_offset_of_U24U24fieldU2D16_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D16_8)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D16_8() const { return ___U24U24fieldU2D16_8; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D16_8() { return &___U24U24fieldU2D16_8; } inline void set_U24U24fieldU2D16_8(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D16_8 = value; } inline static int32_t get_offset_of_U24U24fieldU2D17_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D17_9)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D17_9() const { return ___U24U24fieldU2D17_9; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D17_9() { return &___U24U24fieldU2D17_9; } inline void set_U24U24fieldU2D17_9(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D17_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D18_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D18_10)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D18_10() const { return ___U24U24fieldU2D18_10; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D18_10() { return &___U24U24fieldU2D18_10; } inline void set_U24U24fieldU2D18_10(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D18_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D19_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D19_11)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D19_11() const { return ___U24U24fieldU2D19_11; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D19_11() { return &___U24U24fieldU2D19_11; } inline void set_U24U24fieldU2D19_11(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D19_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D20_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D20_12)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D20_12() const { return ___U24U24fieldU2D20_12; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D20_12() { return &___U24U24fieldU2D20_12; } inline void set_U24U24fieldU2D20_12(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D20_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D21_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D21_13)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D21_13() const { return ___U24U24fieldU2D21_13; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D21_13() { return &___U24U24fieldU2D21_13; } inline void set_U24U24fieldU2D21_13(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D21_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D22_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D22_14)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D22_14() const { return ___U24U24fieldU2D22_14; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D22_14() { return &___U24U24fieldU2D22_14; } inline void set_U24U24fieldU2D22_14(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D22_14 = value; } inline static int32_t get_offset_of_U24U24fieldU2D23_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D23_15)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D23_15() const { return ___U24U24fieldU2D23_15; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D23_15() { return &___U24U24fieldU2D23_15; } inline void set_U24U24fieldU2D23_15(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D23_15 = value; } inline static int32_t get_offset_of_U24U24fieldU2D24_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D24_16)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D24_16() const { return ___U24U24fieldU2D24_16; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D24_16() { return &___U24U24fieldU2D24_16; } inline void set_U24U24fieldU2D24_16(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D24_16 = value; } inline static int32_t get_offset_of_U24U24fieldU2D25_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D25_17)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D25_17() const { return ___U24U24fieldU2D25_17; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D25_17() { return &___U24U24fieldU2D25_17; } inline void set_U24U24fieldU2D25_17(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D25_17 = value; } inline static int32_t get_offset_of_U24U24fieldU2D26_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D26_18)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D26_18() const { return ___U24U24fieldU2D26_18; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D26_18() { return &___U24U24fieldU2D26_18; } inline void set_U24U24fieldU2D26_18(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D26_18 = value; } inline static int32_t get_offset_of_U24U24fieldU2D27_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D27_19)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D27_19() const { return ___U24U24fieldU2D27_19; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D27_19() { return &___U24U24fieldU2D27_19; } inline void set_U24U24fieldU2D27_19(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D27_19 = value; } inline static int32_t get_offset_of_U24U24fieldU2D28_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D28_20)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D28_20() const { return ___U24U24fieldU2D28_20; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D28_20() { return &___U24U24fieldU2D28_20; } inline void set_U24U24fieldU2D28_20(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D28_20 = value; } inline static int32_t get_offset_of_U24U24fieldU2D29_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D29_21)); } inline U24ArrayTypeU241668_t760361261 get_U24U24fieldU2D29_21() const { return ___U24U24fieldU2D29_21; } inline U24ArrayTypeU241668_t760361261 * get_address_of_U24U24fieldU2D29_21() { return &___U24U24fieldU2D29_21; } inline void set_U24U24fieldU2D29_21(U24ArrayTypeU241668_t760361261 value) { ___U24U24fieldU2D29_21 = value; } inline static int32_t get_offset_of_U24U24fieldU2D30_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D30_22)); } inline U24ArrayTypeU242100_t1165856516 get_U24U24fieldU2D30_22() const { return ___U24U24fieldU2D30_22; } inline U24ArrayTypeU242100_t1165856516 * get_address_of_U24U24fieldU2D30_22() { return &___U24U24fieldU2D30_22; } inline void set_U24U24fieldU2D30_22(U24ArrayTypeU242100_t1165856516 value) { ___U24U24fieldU2D30_22 = value; } inline static int32_t get_offset_of_U24U24fieldU2D31_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D31_23)); } inline U24ArrayTypeU241452_t377631024 get_U24U24fieldU2D31_23() const { return ___U24U24fieldU2D31_23; } inline U24ArrayTypeU241452_t377631024 * get_address_of_U24U24fieldU2D31_23() { return &___U24U24fieldU2D31_23; } inline void set_U24U24fieldU2D31_23(U24ArrayTypeU241452_t377631024 value) { ___U24U24fieldU2D31_23 = value; } inline static int32_t get_offset_of_U24U24fieldU2D32_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D32_24)); } inline U24ArrayTypeU24136_t1950429485 get_U24U24fieldU2D32_24() const { return ___U24U24fieldU2D32_24; } inline U24ArrayTypeU24136_t1950429485 * get_address_of_U24U24fieldU2D32_24() { return &___U24U24fieldU2D32_24; } inline void set_U24U24fieldU2D32_24(U24ArrayTypeU24136_t1950429485 value) { ___U24U24fieldU2D32_24 = value; } inline static int32_t get_offset_of_U24U24fieldU2D34_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D34_25)); } inline U24ArrayTypeU2484_t950115319 get_U24U24fieldU2D34_25() const { return ___U24U24fieldU2D34_25; } inline U24ArrayTypeU2484_t950115319 * get_address_of_U24U24fieldU2D34_25() { return &___U24U24fieldU2D34_25; } inline void set_U24U24fieldU2D34_25(U24ArrayTypeU2484_t950115319 value) { ___U24U24fieldU2D34_25 = value; } inline static int32_t get_offset_of_U24U24fieldU2D35_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D35_26)); } inline U24ArrayTypeU2472_t1683523542 get_U24U24fieldU2D35_26() const { return ___U24U24fieldU2D35_26; } inline U24ArrayTypeU2472_t1683523542 * get_address_of_U24U24fieldU2D35_26() { return &___U24U24fieldU2D35_26; } inline void set_U24U24fieldU2D35_26(U24ArrayTypeU2472_t1683523542 value) { ___U24U24fieldU2D35_26 = value; } inline static int32_t get_offset_of_U24U24fieldU2D36_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D36_27)); } inline U24ArrayTypeU248_t3244137463 get_U24U24fieldU2D36_27() const { return ___U24U24fieldU2D36_27; } inline U24ArrayTypeU248_t3244137463 * get_address_of_U24U24fieldU2D36_27() { return &___U24U24fieldU2D36_27; } inline void set_U24U24fieldU2D36_27(U24ArrayTypeU248_t3244137463 value) { ___U24U24fieldU2D36_27 = value; } inline static int32_t get_offset_of_U24U24fieldU2D37_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D37_28)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D37_28() const { return ___U24U24fieldU2D37_28; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D37_28() { return &___U24U24fieldU2D37_28; } inline void set_U24U24fieldU2D37_28(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D37_28 = value; } inline static int32_t get_offset_of_U24U24fieldU2D38_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D38_29)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D38_29() const { return ___U24U24fieldU2D38_29; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D38_29() { return &___U24U24fieldU2D38_29; } inline void set_U24U24fieldU2D38_29(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D38_29 = value; } inline static int32_t get_offset_of_U24U24fieldU2D39_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D39_30)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D39_30() const { return ___U24U24fieldU2D39_30; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D39_30() { return &___U24U24fieldU2D39_30; } inline void set_U24U24fieldU2D39_30(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D39_30 = value; } inline static int32_t get_offset_of_U24U24fieldU2D40_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D40_31)); } inline U24ArrayTypeU24124_t4289081647 get_U24U24fieldU2D40_31() const { return ___U24U24fieldU2D40_31; } inline U24ArrayTypeU24124_t4289081647 * get_address_of_U24U24fieldU2D40_31() { return &___U24U24fieldU2D40_31; } inline void set_U24U24fieldU2D40_31(U24ArrayTypeU24124_t4289081647 value) { ___U24U24fieldU2D40_31 = value; } inline static int32_t get_offset_of_U24U24fieldU2D41_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D41_32)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D41_32() const { return ___U24U24fieldU2D41_32; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D41_32() { return &___U24U24fieldU2D41_32; } inline void set_U24U24fieldU2D41_32(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D41_32 = value; } inline static int32_t get_offset_of_U24U24fieldU2D42_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D42_33)); } inline U24ArrayTypeU2496_t2898536284 get_U24U24fieldU2D42_33() const { return ___U24U24fieldU2D42_33; } inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D42_33() { return &___U24U24fieldU2D42_33; } inline void set_U24U24fieldU2D42_33(U24ArrayTypeU2496_t2898536284 value) { ___U24U24fieldU2D42_33 = value; } inline static int32_t get_offset_of_U24U24fieldU2D43_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D43_34)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D43_34() const { return ___U24U24fieldU2D43_34; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D43_34() { return &___U24U24fieldU2D43_34; } inline void set_U24U24fieldU2D43_34(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D43_34 = value; } inline static int32_t get_offset_of_U24U24fieldU2D44_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D44_35)); } inline U24ArrayTypeU2456_t1285398176 get_U24U24fieldU2D44_35() const { return ___U24U24fieldU2D44_35; } inline U24ArrayTypeU2456_t1285398176 * get_address_of_U24U24fieldU2D44_35() { return &___U24U24fieldU2D44_35; } inline void set_U24U24fieldU2D44_35(U24ArrayTypeU2456_t1285398176 value) { ___U24U24fieldU2D44_35 = value; } inline static int32_t get_offset_of_U24U24fieldU2D45_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D45_36)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D45_36() const { return ___U24U24fieldU2D45_36; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D45_36() { return &___U24U24fieldU2D45_36; } inline void set_U24U24fieldU2D45_36(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D45_36 = value; } inline static int32_t get_offset_of_U24U24fieldU2D46_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D46_37)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D46_37() const { return ___U24U24fieldU2D46_37; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D46_37() { return &___U24U24fieldU2D46_37; } inline void set_U24U24fieldU2D46_37(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D46_37 = value; } inline static int32_t get_offset_of_U24U24fieldU2D47_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D47_38)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D47_38() const { return ___U24U24fieldU2D47_38; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D47_38() { return &___U24U24fieldU2D47_38; } inline void set_U24U24fieldU2D47_38(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D47_38 = value; } inline static int32_t get_offset_of_U24U24fieldU2D48_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D48_39)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D48_39() const { return ___U24U24fieldU2D48_39; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D48_39() { return &___U24U24fieldU2D48_39; } inline void set_U24U24fieldU2D48_39(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D48_39 = value; } inline static int32_t get_offset_of_U24U24fieldU2D49_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D49_40)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D49_40() const { return ___U24U24fieldU2D49_40; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D49_40() { return &___U24U24fieldU2D49_40; } inline void set_U24U24fieldU2D49_40(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D49_40 = value; } inline static int32_t get_offset_of_U24U24fieldU2D50_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D50_41)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D50_41() const { return ___U24U24fieldU2D50_41; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D50_41() { return &___U24U24fieldU2D50_41; } inline void set_U24U24fieldU2D50_41(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D50_41 = value; } inline static int32_t get_offset_of_U24U24fieldU2D51_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D51_42)); } inline U24ArrayTypeU24120_t4289081651 get_U24U24fieldU2D51_42() const { return ___U24U24fieldU2D51_42; } inline U24ArrayTypeU24120_t4289081651 * get_address_of_U24U24fieldU2D51_42() { return &___U24U24fieldU2D51_42; } inline void set_U24U24fieldU2D51_42(U24ArrayTypeU24120_t4289081651 value) { ___U24U24fieldU2D51_42 = value; } inline static int32_t get_offset_of_U24U24fieldU2D52_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D52_43)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D52_43() const { return ___U24U24fieldU2D52_43; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D52_43() { return &___U24U24fieldU2D52_43; } inline void set_U24U24fieldU2D52_43(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D52_43 = value; } inline static int32_t get_offset_of_U24U24fieldU2D53_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D53_44)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D53_44() const { return ___U24U24fieldU2D53_44; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D53_44() { return &___U24U24fieldU2D53_44; } inline void set_U24U24fieldU2D53_44(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D53_44 = value; } inline static int32_t get_offset_of_U24U24fieldU2D54_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D54_45)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D54_45() const { return ___U24U24fieldU2D54_45; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D54_45() { return &___U24U24fieldU2D54_45; } inline void set_U24U24fieldU2D54_45(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D54_45 = value; } inline static int32_t get_offset_of_U24U24fieldU2D55_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D55_46)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D55_46() const { return ___U24U24fieldU2D55_46; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D55_46() { return &___U24U24fieldU2D55_46; } inline void set_U24U24fieldU2D55_46(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D55_46 = value; } inline static int32_t get_offset_of_U24U24fieldU2D56_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D56_47)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D56_47() const { return ___U24U24fieldU2D56_47; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D56_47() { return &___U24U24fieldU2D56_47; } inline void set_U24U24fieldU2D56_47(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D56_47 = value; } inline static int32_t get_offset_of_U24U24fieldU2D57_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D57_48)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D57_48() const { return ___U24U24fieldU2D57_48; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D57_48() { return &___U24U24fieldU2D57_48; } inline void set_U24U24fieldU2D57_48(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D57_48 = value; } inline static int32_t get_offset_of_U24U24fieldU2D58_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D58_49)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D58_49() const { return ___U24U24fieldU2D58_49; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D58_49() { return &___U24U24fieldU2D58_49; } inline void set_U24U24fieldU2D58_49(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D58_49 = value; } inline static int32_t get_offset_of_U24U24fieldU2D59_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D59_50)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D59_50() const { return ___U24U24fieldU2D59_50; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D59_50() { return &___U24U24fieldU2D59_50; } inline void set_U24U24fieldU2D59_50(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D59_50 = value; } inline static int32_t get_offset_of_U24U24fieldU2D60_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D60_51)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D60_51() const { return ___U24U24fieldU2D60_51; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D60_51() { return &___U24U24fieldU2D60_51; } inline void set_U24U24fieldU2D60_51(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D60_51 = value; } inline static int32_t get_offset_of_U24U24fieldU2D61_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D61_52)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D61_52() const { return ___U24U24fieldU2D61_52; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D61_52() { return &___U24U24fieldU2D61_52; } inline void set_U24U24fieldU2D61_52(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D61_52 = value; } inline static int32_t get_offset_of_U24U24fieldU2D62_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D62_53)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D62_53() const { return ___U24U24fieldU2D62_53; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D62_53() { return &___U24U24fieldU2D62_53; } inline void set_U24U24fieldU2D62_53(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D62_53 = value; } inline static int32_t get_offset_of_U24U24fieldU2D63_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D63_54)); } inline U24ArrayTypeU24640_t2298765680 get_U24U24fieldU2D63_54() const { return ___U24U24fieldU2D63_54; } inline U24ArrayTypeU24640_t2298765680 * get_address_of_U24U24fieldU2D63_54() { return &___U24U24fieldU2D63_54; } inline void set_U24U24fieldU2D63_54(U24ArrayTypeU24640_t2298765680 value) { ___U24U24fieldU2D63_54 = value; } inline static int32_t get_offset_of_U24U24fieldU2D64_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D64_55)); } inline U24ArrayTypeU2496_t2898536284 get_U24U24fieldU2D64_55() const { return ___U24U24fieldU2D64_55; } inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D64_55() { return &___U24U24fieldU2D64_55; } inline void set_U24U24fieldU2D64_55(U24ArrayTypeU2496_t2898536284 value) { ___U24U24fieldU2D64_55 = value; } inline static int32_t get_offset_of_U24U24fieldU2D65_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D65_56)); } inline U24ArrayTypeU24160_t758788403 get_U24U24fieldU2D65_56() const { return ___U24U24fieldU2D65_56; } inline U24ArrayTypeU24160_t758788403 * get_address_of_U24U24fieldU2D65_56() { return &___U24U24fieldU2D65_56; } inline void set_U24U24fieldU2D65_56(U24ArrayTypeU24160_t758788403 value) { ___U24U24fieldU2D65_56 = value; } inline static int32_t get_offset_of_U24U24fieldU2D67_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D67_57)); } inline U24ArrayTypeU24128_t4289081659 get_U24U24fieldU2D67_57() const { return ___U24U24fieldU2D67_57; } inline U24ArrayTypeU24128_t4289081659 * get_address_of_U24U24fieldU2D67_57() { return &___U24U24fieldU2D67_57; } inline void set_U24U24fieldU2D67_57(U24ArrayTypeU24128_t4289081659 value) { ___U24U24fieldU2D67_57 = value; } inline static int32_t get_offset_of_U24U24fieldU2D68_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D68_58)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D68_58() const { return ___U24U24fieldU2D68_58; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D68_58() { return &___U24U24fieldU2D68_58; } inline void set_U24U24fieldU2D68_58(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D68_58 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #ifndef CIPHERMODE_T84635067_H #define CIPHERMODE_T84635067_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CipherMode struct CipherMode_t84635067 { public: // System.Int32 System.Security.Cryptography.CipherMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CipherMode_t84635067, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIPHERMODE_T84635067_H #ifndef PADDINGMODE_T2546806710_H #define PADDINGMODE_T2546806710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.PaddingMode struct PaddingMode_t2546806710 { public: // System.Int32 System.Security.Cryptography.PaddingMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PaddingMode_t2546806710, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PADDINGMODE_T2546806710_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef X509KEYSTORAGEFLAGS_T441861693_H #define X509KEYSTORAGEFLAGS_T441861693_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509KeyStorageFlags struct X509KeyStorageFlags_t441861693 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509KeyStorageFlags_t441861693, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509KEYSTORAGEFLAGS_T441861693_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : 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::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_t1188392813, ___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((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { 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_t3027515415, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef HOSTSECURITYMANAGEROPTIONS_T756318624_H #define HOSTSECURITYMANAGEROPTIONS_T756318624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.HostSecurityManagerOptions struct HostSecurityManagerOptions_t756318624 { public: // System.Int32 System.Security.HostSecurityManagerOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HostSecurityManagerOptions_t756318624, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOSTSECURITYMANAGEROPTIONS_T756318624_H #ifndef ASSEMBLY_T_H #define ASSEMBLY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_t2120639521 * ___resolve_event_holder_1; // System.Security.Policy.Evidence System.Reflection.Assembly::_evidence Evidence_t2008144148 * ____evidence_2; // System.Security.PermissionSet System.Reflection.Assembly::_minimum PermissionSet_t223948603 * ____minimum_3; // System.Security.PermissionSet System.Reflection.Assembly::_optional PermissionSet_t223948603 * ____optional_4; // System.Security.PermissionSet System.Reflection.Assembly::_refuse PermissionSet_t223948603 * ____refuse_5; // System.Security.PermissionSet System.Reflection.Assembly::_granted PermissionSet_t223948603 * ____granted_6; // System.Security.PermissionSet System.Reflection.Assembly::_denied PermissionSet_t223948603 * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; } inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(Evidence_t2008144148 * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((&____evidence_2), value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; } inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(PermissionSet_t223948603 * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((&____minimum_3), value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; } inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(PermissionSet_t223948603 * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((&____optional_4), value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; } inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(PermissionSet_t223948603 * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((&____refuse_5), value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; } inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(PermissionSet_t223948603 * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((&____granted_6), value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; } inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(PermissionSet_t223948603 * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((&____denied_7), value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLY_T_H #ifndef PERMISSIONSTATE_T1178999876_H #define PERMISSIONSTATE_T1178999876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.PermissionState struct PermissionState_t1178999876 { public: // System.Int32 System.Security.Permissions.PermissionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PermissionState_t1178999876, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERMISSIONSTATE_T1178999876_H #ifndef SHA512MANAGED_T1787336339_H #define SHA512MANAGED_T1787336339_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA512Managed struct SHA512Managed_t1787336339 : public SHA512_t1346946930 { public: // System.Byte[] System.Security.Cryptography.SHA512Managed::xBuf ByteU5BU5D_t4116647657* ___xBuf_4; // System.Int32 System.Security.Cryptography.SHA512Managed::xBufOff int32_t ___xBufOff_5; // System.UInt64 System.Security.Cryptography.SHA512Managed::byteCount1 uint64_t ___byteCount1_6; // System.UInt64 System.Security.Cryptography.SHA512Managed::byteCount2 uint64_t ___byteCount2_7; // System.UInt64 System.Security.Cryptography.SHA512Managed::H1 uint64_t ___H1_8; // System.UInt64 System.Security.Cryptography.SHA512Managed::H2 uint64_t ___H2_9; // System.UInt64 System.Security.Cryptography.SHA512Managed::H3 uint64_t ___H3_10; // System.UInt64 System.Security.Cryptography.SHA512Managed::H4 uint64_t ___H4_11; // System.UInt64 System.Security.Cryptography.SHA512Managed::H5 uint64_t ___H5_12; // System.UInt64 System.Security.Cryptography.SHA512Managed::H6 uint64_t ___H6_13; // System.UInt64 System.Security.Cryptography.SHA512Managed::H7 uint64_t ___H7_14; // System.UInt64 System.Security.Cryptography.SHA512Managed::H8 uint64_t ___H8_15; // System.UInt64[] System.Security.Cryptography.SHA512Managed::W UInt64U5BU5D_t1659327989* ___W_16; // System.Int32 System.Security.Cryptography.SHA512Managed::wOff int32_t ___wOff_17; public: inline static int32_t get_offset_of_xBuf_4() { return static_cast(offsetof(SHA512Managed_t1787336339, ___xBuf_4)); } inline ByteU5BU5D_t4116647657* get_xBuf_4() const { return ___xBuf_4; } inline ByteU5BU5D_t4116647657** get_address_of_xBuf_4() { return &___xBuf_4; } inline void set_xBuf_4(ByteU5BU5D_t4116647657* value) { ___xBuf_4 = value; Il2CppCodeGenWriteBarrier((&___xBuf_4), value); } inline static int32_t get_offset_of_xBufOff_5() { return static_cast(offsetof(SHA512Managed_t1787336339, ___xBufOff_5)); } inline int32_t get_xBufOff_5() const { return ___xBufOff_5; } inline int32_t* get_address_of_xBufOff_5() { return &___xBufOff_5; } inline void set_xBufOff_5(int32_t value) { ___xBufOff_5 = value; } inline static int32_t get_offset_of_byteCount1_6() { return static_cast(offsetof(SHA512Managed_t1787336339, ___byteCount1_6)); } inline uint64_t get_byteCount1_6() const { return ___byteCount1_6; } inline uint64_t* get_address_of_byteCount1_6() { return &___byteCount1_6; } inline void set_byteCount1_6(uint64_t value) { ___byteCount1_6 = value; } inline static int32_t get_offset_of_byteCount2_7() { return static_cast(offsetof(SHA512Managed_t1787336339, ___byteCount2_7)); } inline uint64_t get_byteCount2_7() const { return ___byteCount2_7; } inline uint64_t* get_address_of_byteCount2_7() { return &___byteCount2_7; } inline void set_byteCount2_7(uint64_t value) { ___byteCount2_7 = value; } inline static int32_t get_offset_of_H1_8() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H1_8)); } inline uint64_t get_H1_8() const { return ___H1_8; } inline uint64_t* get_address_of_H1_8() { return &___H1_8; } inline void set_H1_8(uint64_t value) { ___H1_8 = value; } inline static int32_t get_offset_of_H2_9() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H2_9)); } inline uint64_t get_H2_9() const { return ___H2_9; } inline uint64_t* get_address_of_H2_9() { return &___H2_9; } inline void set_H2_9(uint64_t value) { ___H2_9 = value; } inline static int32_t get_offset_of_H3_10() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H3_10)); } inline uint64_t get_H3_10() const { return ___H3_10; } inline uint64_t* get_address_of_H3_10() { return &___H3_10; } inline void set_H3_10(uint64_t value) { ___H3_10 = value; } inline static int32_t get_offset_of_H4_11() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H4_11)); } inline uint64_t get_H4_11() const { return ___H4_11; } inline uint64_t* get_address_of_H4_11() { return &___H4_11; } inline void set_H4_11(uint64_t value) { ___H4_11 = value; } inline static int32_t get_offset_of_H5_12() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H5_12)); } inline uint64_t get_H5_12() const { return ___H5_12; } inline uint64_t* get_address_of_H5_12() { return &___H5_12; } inline void set_H5_12(uint64_t value) { ___H5_12 = value; } inline static int32_t get_offset_of_H6_13() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H6_13)); } inline uint64_t get_H6_13() const { return ___H6_13; } inline uint64_t* get_address_of_H6_13() { return &___H6_13; } inline void set_H6_13(uint64_t value) { ___H6_13 = value; } inline static int32_t get_offset_of_H7_14() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H7_14)); } inline uint64_t get_H7_14() const { return ___H7_14; } inline uint64_t* get_address_of_H7_14() { return &___H7_14; } inline void set_H7_14(uint64_t value) { ___H7_14 = value; } inline static int32_t get_offset_of_H8_15() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H8_15)); } inline uint64_t get_H8_15() const { return ___H8_15; } inline uint64_t* get_address_of_H8_15() { return &___H8_15; } inline void set_H8_15(uint64_t value) { ___H8_15 = value; } inline static int32_t get_offset_of_W_16() { return static_cast(offsetof(SHA512Managed_t1787336339, ___W_16)); } inline UInt64U5BU5D_t1659327989* get_W_16() const { return ___W_16; } inline UInt64U5BU5D_t1659327989** get_address_of_W_16() { return &___W_16; } inline void set_W_16(UInt64U5BU5D_t1659327989* value) { ___W_16 = value; Il2CppCodeGenWriteBarrier((&___W_16), value); } inline static int32_t get_offset_of_wOff_17() { return static_cast(offsetof(SHA512Managed_t1787336339, ___wOff_17)); } inline int32_t get_wOff_17() const { return ___wOff_17; } inline int32_t* get_address_of_wOff_17() { return &___wOff_17; } inline void set_wOff_17(int32_t value) { ___wOff_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA512MANAGED_T1787336339_H #ifndef RIPEMD160MANAGED_T2491561941_H #define RIPEMD160MANAGED_T2491561941_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RIPEMD160Managed struct RIPEMD160Managed_t2491561941 : public RIPEMD160_t268675434 { public: // System.Byte[] System.Security.Cryptography.RIPEMD160Managed::_ProcessingBuffer ByteU5BU5D_t4116647657* ____ProcessingBuffer_4; // System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_X UInt32U5BU5D_t2770800703* ____X_5; // System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_HashValue UInt32U5BU5D_t2770800703* ____HashValue_6; // System.UInt64 System.Security.Cryptography.RIPEMD160Managed::_Length uint64_t ____Length_7; // System.Int32 System.Security.Cryptography.RIPEMD160Managed::_ProcessingBufferCount int32_t ____ProcessingBufferCount_8; public: inline static int32_t get_offset_of__ProcessingBuffer_4() { return static_cast(offsetof(RIPEMD160Managed_t2491561941, ____ProcessingBuffer_4)); } inline ByteU5BU5D_t4116647657* get__ProcessingBuffer_4() const { return ____ProcessingBuffer_4; } inline ByteU5BU5D_t4116647657** get_address_of__ProcessingBuffer_4() { return &____ProcessingBuffer_4; } inline void set__ProcessingBuffer_4(ByteU5BU5D_t4116647657* value) { ____ProcessingBuffer_4 = value; Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_4), value); } inline static int32_t get_offset_of__X_5() { return static_cast(offsetof(RIPEMD160Managed_t2491561941, ____X_5)); } inline UInt32U5BU5D_t2770800703* get__X_5() const { return ____X_5; } inline UInt32U5BU5D_t2770800703** get_address_of__X_5() { return &____X_5; } inline void set__X_5(UInt32U5BU5D_t2770800703* value) { ____X_5 = value; Il2CppCodeGenWriteBarrier((&____X_5), value); } inline static int32_t get_offset_of__HashValue_6() { return static_cast(offsetof(RIPEMD160Managed_t2491561941, ____HashValue_6)); } inline UInt32U5BU5D_t2770800703* get__HashValue_6() const { return ____HashValue_6; } inline UInt32U5BU5D_t2770800703** get_address_of__HashValue_6() { return &____HashValue_6; } inline void set__HashValue_6(UInt32U5BU5D_t2770800703* value) { ____HashValue_6 = value; Il2CppCodeGenWriteBarrier((&____HashValue_6), value); } inline static int32_t get_offset_of__Length_7() { return static_cast(offsetof(RIPEMD160Managed_t2491561941, ____Length_7)); } inline uint64_t get__Length_7() const { return ____Length_7; } inline uint64_t* get_address_of__Length_7() { return &____Length_7; } inline void set__Length_7(uint64_t value) { ____Length_7 = value; } inline static int32_t get_offset_of__ProcessingBufferCount_8() { return static_cast(offsetof(RIPEMD160Managed_t2491561941, ____ProcessingBufferCount_8)); } inline int32_t get__ProcessingBufferCount_8() const { return ____ProcessingBufferCount_8; } inline int32_t* get_address_of__ProcessingBufferCount_8() { return &____ProcessingBufferCount_8; } inline void set__ProcessingBufferCount_8(int32_t value) { ____ProcessingBufferCount_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RIPEMD160MANAGED_T2491561941_H #ifndef RNGCRYPTOSERVICEPROVIDER_T3397414743_H #define RNGCRYPTOSERVICEPROVIDER_T3397414743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t3397414743 : public RandomNumberGenerator_t386037858 { public: // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::_handle intptr_t ____handle_1; public: inline static int32_t get_offset_of__handle_1() { return static_cast(offsetof(RNGCryptoServiceProvider_t3397414743, ____handle_1)); } inline intptr_t get__handle_1() const { return ____handle_1; } inline intptr_t* get_address_of__handle_1() { return &____handle_1; } inline void set__handle_1(intptr_t value) { ____handle_1 = value; } }; struct RNGCryptoServiceProvider_t3397414743_StaticFields { public: // System.Object System.Security.Cryptography.RNGCryptoServiceProvider::_lock RuntimeObject * ____lock_0; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(RNGCryptoServiceProvider_t3397414743_StaticFields, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((&____lock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RNGCRYPTOSERVICEPROVIDER_T3397414743_H #ifndef CRYPTOGRAPHICEXCEPTION_T248831461_H #define CRYPTOGRAPHICEXCEPTION_T248831461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOGRAPHICEXCEPTION_T248831461_H #ifndef RSACRYPTOSERVICEPROVIDER_T2683512874_H #define RSACRYPTOSERVICEPROVIDER_T2683512874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_t2683512874 : public RSA_t2385438082 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store KeyPairPersistence_t2094547461 * ___store_2; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey bool ___persistKey_3; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted bool ___persisted_4; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_5; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed bool ___m_disposed_6; // Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa RSAManaged_t1757093819 * ___rsa_7; public: inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___store_2)); } inline KeyPairPersistence_t2094547461 * get_store_2() const { return ___store_2; } inline KeyPairPersistence_t2094547461 ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(KeyPairPersistence_t2094547461 * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((&___store_2), value); } inline static int32_t get_offset_of_persistKey_3() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___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(RSACryptoServiceProvider_t2683512874, ___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(RSACryptoServiceProvider_t2683512874, ___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(RSACryptoServiceProvider_t2683512874, ___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_rsa_7() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___rsa_7)); } inline RSAManaged_t1757093819 * get_rsa_7() const { return ___rsa_7; } inline RSAManaged_t1757093819 ** get_address_of_rsa_7() { return &___rsa_7; } inline void set_rsa_7(RSAManaged_t1757093819 * value) { ___rsa_7 = value; Il2CppCodeGenWriteBarrier((&___rsa_7), value); } }; struct RSACryptoServiceProvider_t2683512874_StaticFields { public: // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_8; // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.RSACryptoServiceProvider::<>f__switch$map2D Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2D_9; public: inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874_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; } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2D_9() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874_StaticFields, ___U3CU3Ef__switchU24map2D_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2D_9() const { return ___U3CU3Ef__switchU24map2D_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2D_9() { return &___U3CU3Ef__switchU24map2D_9; } inline void set_U3CU3Ef__switchU24map2D_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2D_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2D_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSACRYPTOSERVICEPROVIDER_T2683512874_H #ifndef CSPPROVIDERFLAGS_T4094439141_H #define CSPPROVIDERFLAGS_T4094439141_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CspProviderFlags struct CspProviderFlags_t4094439141 { public: // System.Int32 System.Security.Cryptography.CspProviderFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CspProviderFlags_t4094439141, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSPPROVIDERFLAGS_T4094439141_H #ifndef RSAMANAGED_T1757093819_H #define RSAMANAGED_T1757093819_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t1757093819 : public RSA_t2385438082 { 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_t2902905089 * ___d_6; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p BigInteger_t2902905089 * ___p_7; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q BigInteger_t2902905089 * ___q_8; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp BigInteger_t2902905089 * ___dp_9; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq BigInteger_t2902905089 * ___dq_10; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv BigInteger_t2902905089 * ___qInv_11; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n BigInteger_t2902905089 * ___n_12; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e BigInteger_t2902905089 * ___e_13; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated KeyGeneratedEventHandler_t3064139577 * ___KeyGenerated_14; public: inline static int32_t get_offset_of_isCRTpossible_2() { return static_cast(offsetof(RSAManaged_t1757093819, ___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_t1757093819, ___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_t1757093819, ___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_t1757093819, ___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_t1757093819, ___d_6)); } inline BigInteger_t2902905089 * get_d_6() const { return ___d_6; } inline BigInteger_t2902905089 ** get_address_of_d_6() { return &___d_6; } inline void set_d_6(BigInteger_t2902905089 * value) { ___d_6 = value; Il2CppCodeGenWriteBarrier((&___d_6), value); } inline static int32_t get_offset_of_p_7() { return static_cast(offsetof(RSAManaged_t1757093819, ___p_7)); } inline BigInteger_t2902905089 * get_p_7() const { return ___p_7; } inline BigInteger_t2902905089 ** get_address_of_p_7() { return &___p_7; } inline void set_p_7(BigInteger_t2902905089 * value) { ___p_7 = value; Il2CppCodeGenWriteBarrier((&___p_7), value); } inline static int32_t get_offset_of_q_8() { return static_cast(offsetof(RSAManaged_t1757093819, ___q_8)); } inline BigInteger_t2902905089 * get_q_8() const { return ___q_8; } inline BigInteger_t2902905089 ** get_address_of_q_8() { return &___q_8; } inline void set_q_8(BigInteger_t2902905089 * value) { ___q_8 = value; Il2CppCodeGenWriteBarrier((&___q_8), value); } inline static int32_t get_offset_of_dp_9() { return static_cast(offsetof(RSAManaged_t1757093819, ___dp_9)); } inline BigInteger_t2902905089 * get_dp_9() const { return ___dp_9; } inline BigInteger_t2902905089 ** get_address_of_dp_9() { return &___dp_9; } inline void set_dp_9(BigInteger_t2902905089 * value) { ___dp_9 = value; Il2CppCodeGenWriteBarrier((&___dp_9), value); } inline static int32_t get_offset_of_dq_10() { return static_cast(offsetof(RSAManaged_t1757093819, ___dq_10)); } inline BigInteger_t2902905089 * get_dq_10() const { return ___dq_10; } inline BigInteger_t2902905089 ** get_address_of_dq_10() { return &___dq_10; } inline void set_dq_10(BigInteger_t2902905089 * value) { ___dq_10 = value; Il2CppCodeGenWriteBarrier((&___dq_10), value); } inline static int32_t get_offset_of_qInv_11() { return static_cast(offsetof(RSAManaged_t1757093819, ___qInv_11)); } inline BigInteger_t2902905089 * get_qInv_11() const { return ___qInv_11; } inline BigInteger_t2902905089 ** get_address_of_qInv_11() { return &___qInv_11; } inline void set_qInv_11(BigInteger_t2902905089 * value) { ___qInv_11 = value; Il2CppCodeGenWriteBarrier((&___qInv_11), value); } inline static int32_t get_offset_of_n_12() { return static_cast(offsetof(RSAManaged_t1757093819, ___n_12)); } inline BigInteger_t2902905089 * get_n_12() const { return ___n_12; } inline BigInteger_t2902905089 ** get_address_of_n_12() { return &___n_12; } inline void set_n_12(BigInteger_t2902905089 * value) { ___n_12 = value; Il2CppCodeGenWriteBarrier((&___n_12), value); } inline static int32_t get_offset_of_e_13() { return static_cast(offsetof(RSAManaged_t1757093819, ___e_13)); } inline BigInteger_t2902905089 * get_e_13() const { return ___e_13; } inline BigInteger_t2902905089 ** get_address_of_e_13() { return &___e_13; } inline void set_e_13(BigInteger_t2902905089 * value) { ___e_13 = value; Il2CppCodeGenWriteBarrier((&___e_13), value); } inline static int32_t get_offset_of_KeyGenerated_14() { return static_cast(offsetof(RSAManaged_t1757093819, ___KeyGenerated_14)); } inline KeyGeneratedEventHandler_t3064139577 * get_KeyGenerated_14() const { return ___KeyGenerated_14; } inline KeyGeneratedEventHandler_t3064139577 ** get_address_of_KeyGenerated_14() { return &___KeyGenerated_14; } inline void set_KeyGenerated_14(KeyGeneratedEventHandler_t3064139577 * value) { ___KeyGenerated_14 = value; Il2CppCodeGenWriteBarrier((&___KeyGenerated_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAMANAGED_T1757093819_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #define SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1CryptoServiceProvider struct SHA1CryptoServiceProvider_t3661059764 : public SHA1_t1803193667 { public: // System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1CryptoServiceProvider::sha SHA1Internal_t3251293021 * ___sha_4; public: inline static int32_t get_offset_of_sha_4() { return static_cast(offsetof(SHA1CryptoServiceProvider_t3661059764, ___sha_4)); } inline SHA1Internal_t3251293021 * get_sha_4() const { return ___sha_4; } inline SHA1Internal_t3251293021 ** get_address_of_sha_4() { return &___sha_4; } inline void set_sha_4(SHA1Internal_t3251293021 * value) { ___sha_4 = value; Il2CppCodeGenWriteBarrier((&___sha_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #ifndef SHA1MANAGED_T1754513891_H #define SHA1MANAGED_T1754513891_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1Managed struct SHA1Managed_t1754513891 : public SHA1_t1803193667 { public: // System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1Managed::sha SHA1Internal_t3251293021 * ___sha_4; public: inline static int32_t get_offset_of_sha_4() { return static_cast(offsetof(SHA1Managed_t1754513891, ___sha_4)); } inline SHA1Internal_t3251293021 * get_sha_4() const { return ___sha_4; } inline SHA1Internal_t3251293021 ** get_address_of_sha_4() { return &___sha_4; } inline void set_sha_4(SHA1Internal_t3251293021 * value) { ___sha_4 = value; Il2CppCodeGenWriteBarrier((&___sha_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1MANAGED_T1754513891_H #ifndef SHA256MANAGED_T955042874_H #define SHA256MANAGED_T955042874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA256Managed struct SHA256Managed_t955042874 : public SHA256_t3672283617 { public: // System.UInt32[] System.Security.Cryptography.SHA256Managed::_H UInt32U5BU5D_t2770800703* ____H_4; // System.UInt64 System.Security.Cryptography.SHA256Managed::count uint64_t ___count_5; // System.Byte[] System.Security.Cryptography.SHA256Managed::_ProcessingBuffer ByteU5BU5D_t4116647657* ____ProcessingBuffer_6; // System.Int32 System.Security.Cryptography.SHA256Managed::_ProcessingBufferCount int32_t ____ProcessingBufferCount_7; // System.UInt32[] System.Security.Cryptography.SHA256Managed::buff UInt32U5BU5D_t2770800703* ___buff_8; public: inline static int32_t get_offset_of__H_4() { return static_cast(offsetof(SHA256Managed_t955042874, ____H_4)); } inline UInt32U5BU5D_t2770800703* get__H_4() const { return ____H_4; } inline UInt32U5BU5D_t2770800703** get_address_of__H_4() { return &____H_4; } inline void set__H_4(UInt32U5BU5D_t2770800703* value) { ____H_4 = value; Il2CppCodeGenWriteBarrier((&____H_4), value); } inline static int32_t get_offset_of_count_5() { return static_cast(offsetof(SHA256Managed_t955042874, ___count_5)); } inline uint64_t get_count_5() const { return ___count_5; } inline uint64_t* get_address_of_count_5() { return &___count_5; } inline void set_count_5(uint64_t value) { ___count_5 = value; } inline static int32_t get_offset_of__ProcessingBuffer_6() { return static_cast(offsetof(SHA256Managed_t955042874, ____ProcessingBuffer_6)); } inline ByteU5BU5D_t4116647657* get__ProcessingBuffer_6() const { return ____ProcessingBuffer_6; } inline ByteU5BU5D_t4116647657** get_address_of__ProcessingBuffer_6() { return &____ProcessingBuffer_6; } inline void set__ProcessingBuffer_6(ByteU5BU5D_t4116647657* value) { ____ProcessingBuffer_6 = value; Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_6), value); } inline static int32_t get_offset_of__ProcessingBufferCount_7() { return static_cast(offsetof(SHA256Managed_t955042874, ____ProcessingBufferCount_7)); } inline int32_t get__ProcessingBufferCount_7() const { return ____ProcessingBufferCount_7; } inline int32_t* get_address_of__ProcessingBufferCount_7() { return &____ProcessingBufferCount_7; } inline void set__ProcessingBufferCount_7(int32_t value) { ____ProcessingBufferCount_7 = value; } inline static int32_t get_offset_of_buff_8() { return static_cast(offsetof(SHA256Managed_t955042874, ___buff_8)); } inline UInt32U5BU5D_t2770800703* get_buff_8() const { return ___buff_8; } inline UInt32U5BU5D_t2770800703** get_address_of_buff_8() { return &___buff_8; } inline void set_buff_8(UInt32U5BU5D_t2770800703* value) { ___buff_8 = value; Il2CppCodeGenWriteBarrier((&___buff_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA256MANAGED_T955042874_H #ifndef SHA384MANAGED_T74158575_H #define SHA384MANAGED_T74158575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA384Managed struct SHA384Managed_t74158575 : public SHA384_t540967702 { public: // System.Byte[] System.Security.Cryptography.SHA384Managed::xBuf ByteU5BU5D_t4116647657* ___xBuf_4; // System.Int32 System.Security.Cryptography.SHA384Managed::xBufOff int32_t ___xBufOff_5; // System.UInt64 System.Security.Cryptography.SHA384Managed::byteCount1 uint64_t ___byteCount1_6; // System.UInt64 System.Security.Cryptography.SHA384Managed::byteCount2 uint64_t ___byteCount2_7; // System.UInt64 System.Security.Cryptography.SHA384Managed::H1 uint64_t ___H1_8; // System.UInt64 System.Security.Cryptography.SHA384Managed::H2 uint64_t ___H2_9; // System.UInt64 System.Security.Cryptography.SHA384Managed::H3 uint64_t ___H3_10; // System.UInt64 System.Security.Cryptography.SHA384Managed::H4 uint64_t ___H4_11; // System.UInt64 System.Security.Cryptography.SHA384Managed::H5 uint64_t ___H5_12; // System.UInt64 System.Security.Cryptography.SHA384Managed::H6 uint64_t ___H6_13; // System.UInt64 System.Security.Cryptography.SHA384Managed::H7 uint64_t ___H7_14; // System.UInt64 System.Security.Cryptography.SHA384Managed::H8 uint64_t ___H8_15; // System.UInt64[] System.Security.Cryptography.SHA384Managed::W UInt64U5BU5D_t1659327989* ___W_16; // System.Int32 System.Security.Cryptography.SHA384Managed::wOff int32_t ___wOff_17; public: inline static int32_t get_offset_of_xBuf_4() { return static_cast(offsetof(SHA384Managed_t74158575, ___xBuf_4)); } inline ByteU5BU5D_t4116647657* get_xBuf_4() const { return ___xBuf_4; } inline ByteU5BU5D_t4116647657** get_address_of_xBuf_4() { return &___xBuf_4; } inline void set_xBuf_4(ByteU5BU5D_t4116647657* value) { ___xBuf_4 = value; Il2CppCodeGenWriteBarrier((&___xBuf_4), value); } inline static int32_t get_offset_of_xBufOff_5() { return static_cast(offsetof(SHA384Managed_t74158575, ___xBufOff_5)); } inline int32_t get_xBufOff_5() const { return ___xBufOff_5; } inline int32_t* get_address_of_xBufOff_5() { return &___xBufOff_5; } inline void set_xBufOff_5(int32_t value) { ___xBufOff_5 = value; } inline static int32_t get_offset_of_byteCount1_6() { return static_cast(offsetof(SHA384Managed_t74158575, ___byteCount1_6)); } inline uint64_t get_byteCount1_6() const { return ___byteCount1_6; } inline uint64_t* get_address_of_byteCount1_6() { return &___byteCount1_6; } inline void set_byteCount1_6(uint64_t value) { ___byteCount1_6 = value; } inline static int32_t get_offset_of_byteCount2_7() { return static_cast(offsetof(SHA384Managed_t74158575, ___byteCount2_7)); } inline uint64_t get_byteCount2_7() const { return ___byteCount2_7; } inline uint64_t* get_address_of_byteCount2_7() { return &___byteCount2_7; } inline void set_byteCount2_7(uint64_t value) { ___byteCount2_7 = value; } inline static int32_t get_offset_of_H1_8() { return static_cast(offsetof(SHA384Managed_t74158575, ___H1_8)); } inline uint64_t get_H1_8() const { return ___H1_8; } inline uint64_t* get_address_of_H1_8() { return &___H1_8; } inline void set_H1_8(uint64_t value) { ___H1_8 = value; } inline static int32_t get_offset_of_H2_9() { return static_cast(offsetof(SHA384Managed_t74158575, ___H2_9)); } inline uint64_t get_H2_9() const { return ___H2_9; } inline uint64_t* get_address_of_H2_9() { return &___H2_9; } inline void set_H2_9(uint64_t value) { ___H2_9 = value; } inline static int32_t get_offset_of_H3_10() { return static_cast(offsetof(SHA384Managed_t74158575, ___H3_10)); } inline uint64_t get_H3_10() const { return ___H3_10; } inline uint64_t* get_address_of_H3_10() { return &___H3_10; } inline void set_H3_10(uint64_t value) { ___H3_10 = value; } inline static int32_t get_offset_of_H4_11() { return static_cast(offsetof(SHA384Managed_t74158575, ___H4_11)); } inline uint64_t get_H4_11() const { return ___H4_11; } inline uint64_t* get_address_of_H4_11() { return &___H4_11; } inline void set_H4_11(uint64_t value) { ___H4_11 = value; } inline static int32_t get_offset_of_H5_12() { return static_cast(offsetof(SHA384Managed_t74158575, ___H5_12)); } inline uint64_t get_H5_12() const { return ___H5_12; } inline uint64_t* get_address_of_H5_12() { return &___H5_12; } inline void set_H5_12(uint64_t value) { ___H5_12 = value; } inline static int32_t get_offset_of_H6_13() { return static_cast(offsetof(SHA384Managed_t74158575, ___H6_13)); } inline uint64_t get_H6_13() const { return ___H6_13; } inline uint64_t* get_address_of_H6_13() { return &___H6_13; } inline void set_H6_13(uint64_t value) { ___H6_13 = value; } inline static int32_t get_offset_of_H7_14() { return static_cast(offsetof(SHA384Managed_t74158575, ___H7_14)); } inline uint64_t get_H7_14() const { return ___H7_14; } inline uint64_t* get_address_of_H7_14() { return &___H7_14; } inline void set_H7_14(uint64_t value) { ___H7_14 = value; } inline static int32_t get_offset_of_H8_15() { return static_cast(offsetof(SHA384Managed_t74158575, ___H8_15)); } inline uint64_t get_H8_15() const { return ___H8_15; } inline uint64_t* get_address_of_H8_15() { return &___H8_15; } inline void set_H8_15(uint64_t value) { ___H8_15 = value; } inline static int32_t get_offset_of_W_16() { return static_cast(offsetof(SHA384Managed_t74158575, ___W_16)); } inline UInt64U5BU5D_t1659327989* get_W_16() const { return ___W_16; } inline UInt64U5BU5D_t1659327989** get_address_of_W_16() { return &___W_16; } inline void set_W_16(UInt64U5BU5D_t1659327989* value) { ___W_16 = value; Il2CppCodeGenWriteBarrier((&___W_16), value); } inline static int32_t get_offset_of_wOff_17() { return static_cast(offsetof(SHA384Managed_t74158575, ___wOff_17)); } inline int32_t get_wOff_17() const { return ___wOff_17; } inline int32_t* get_address_of_wOff_17() { return &___wOff_17; } inline void set_wOff_17(int32_t value) { ___wOff_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA384MANAGED_T74158575_H #ifndef TYPELOADEXCEPTION_T3707937253_H #define TYPELOADEXCEPTION_T3707937253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TypeLoadException struct TypeLoadException_t3707937253 : public SystemException_t176217640 { public: // System.String System.TypeLoadException::className String_t* ___className_12; // System.String System.TypeLoadException::assemblyName String_t* ___assemblyName_13; public: inline static int32_t get_offset_of_className_12() { return static_cast(offsetof(TypeLoadException_t3707937253, ___className_12)); } inline String_t* get_className_12() const { return ___className_12; } inline String_t** get_address_of_className_12() { return &___className_12; } inline void set_className_12(String_t* value) { ___className_12 = value; Il2CppCodeGenWriteBarrier((&___className_12), value); } inline static int32_t get_offset_of_assemblyName_13() { return static_cast(offsetof(TypeLoadException_t3707937253, ___assemblyName_13)); } inline String_t* get_assemblyName_13() const { return ___assemblyName_13; } inline String_t** get_address_of_assemblyName_13() { return &___assemblyName_13; } inline void set_assemblyName_13(String_t* value) { ___assemblyName_13 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPELOADEXCEPTION_T3707937253_H #ifndef REFLECTIONPERMISSIONFLAG_T4199904140_H #define REFLECTIONPERMISSIONFLAG_T4199904140_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.ReflectionPermissionFlag struct ReflectionPermissionFlag_t4199904140 { public: // System.Int32 System.Security.Permissions.ReflectionPermissionFlag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ReflectionPermissionFlag_t4199904140, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONPERMISSIONFLAG_T4199904140_H #ifndef KEYCONTAINERPERMISSIONFLAGS_T3864969297_H #define KEYCONTAINERPERMISSIONFLAGS_T3864969297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.KeyContainerPermissionFlags struct KeyContainerPermissionFlags_t3864969297 { public: // System.Int32 System.Security.Permissions.KeyContainerPermissionFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(KeyContainerPermissionFlags_t3864969297, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCONTAINERPERMISSIONFLAGS_T3864969297_H #ifndef ISOLATEDSTORAGECONTAINMENT_T3203638662_H #define ISOLATEDSTORAGECONTAINMENT_T3203638662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.IsolatedStorageContainment struct IsolatedStorageContainment_t3203638662 { public: // System.Int32 System.Security.Permissions.IsolatedStorageContainment::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(IsolatedStorageContainment_t3203638662, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISOLATEDSTORAGECONTAINMENT_T3203638662_H #ifndef FILEIOPERMISSIONACCESS_T1559273540_H #define FILEIOPERMISSIONACCESS_T1559273540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileIOPermissionAccess struct FileIOPermissionAccess_t1559273540 { public: // System.Int32 System.Security.Permissions.FileIOPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileIOPermissionAccess_t1559273540, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEIOPERMISSIONACCESS_T1559273540_H #ifndef FILEDIALOGPERMISSIONACCESS_T4172829844_H #define FILEDIALOGPERMISSIONACCESS_T4172829844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileDialogPermissionAccess struct FileDialogPermissionAccess_t4172829844 { public: // System.Int32 System.Security.Permissions.FileDialogPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileDialogPermissionAccess_t4172829844, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEDIALOGPERMISSIONACCESS_T4172829844_H #ifndef ENVIRONMENTPERMISSIONACCESS_T1745565475_H #define ENVIRONMENTPERMISSIONACCESS_T1745565475_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.EnvironmentPermissionAccess struct EnvironmentPermissionAccess_t1745565475 { public: // System.Int32 System.Security.Permissions.EnvironmentPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnvironmentPermissionAccess_t1745565475, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENVIRONMENTPERMISSIONACCESS_T1745565475_H #ifndef CODEACCESSSECURITYATTRIBUTE_T3236455365_H #define CODEACCESSSECURITYATTRIBUTE_T3236455365_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.CodeAccessSecurityAttribute struct CodeAccessSecurityAttribute_t3236455365 : public SecurityAttribute_t4008260079 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEACCESSSECURITYATTRIBUTE_T3236455365_H #ifndef CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #define CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptographicUnexpectedOperationException struct CryptographicUnexpectedOperationException_t2790575154 : public CryptographicException_t248831461 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #ifndef PERMISSIONSET_T223948603_H #define PERMISSIONSET_T223948603_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.PermissionSet struct PermissionSet_t223948603 : public RuntimeObject { public: // System.Security.Permissions.PermissionState System.Security.PermissionSet::state int32_t ___state_1; // System.Collections.ArrayList System.Security.PermissionSet::list ArrayList_t2718874744 * ___list_2; // System.Security.Policy.PolicyLevel System.Security.PermissionSet::_policyLevel PolicyLevel_t2891196107 * ____policyLevel_3; // System.Boolean System.Security.PermissionSet::_declsec bool ____declsec_4; // System.Boolean System.Security.PermissionSet::_readOnly bool ____readOnly_5; public: inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(PermissionSet_t223948603, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(PermissionSet_t223948603, ___list_2)); } inline ArrayList_t2718874744 * get_list_2() const { return ___list_2; } inline ArrayList_t2718874744 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ArrayList_t2718874744 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } inline static int32_t get_offset_of__policyLevel_3() { return static_cast(offsetof(PermissionSet_t223948603, ____policyLevel_3)); } inline PolicyLevel_t2891196107 * get__policyLevel_3() const { return ____policyLevel_3; } inline PolicyLevel_t2891196107 ** get_address_of__policyLevel_3() { return &____policyLevel_3; } inline void set__policyLevel_3(PolicyLevel_t2891196107 * value) { ____policyLevel_3 = value; Il2CppCodeGenWriteBarrier((&____policyLevel_3), value); } inline static int32_t get_offset_of__declsec_4() { return static_cast(offsetof(PermissionSet_t223948603, ____declsec_4)); } inline bool get__declsec_4() const { return ____declsec_4; } inline bool* get_address_of__declsec_4() { return &____declsec_4; } inline void set__declsec_4(bool value) { ____declsec_4 = value; } inline static int32_t get_offset_of__readOnly_5() { return static_cast(offsetof(PermissionSet_t223948603, ____readOnly_5)); } inline bool get__readOnly_5() const { return ____readOnly_5; } inline bool* get_address_of__readOnly_5() { return &____readOnly_5; } inline void set__readOnly_5(bool value) { ____readOnly_5 = value; } }; struct PermissionSet_t223948603_StaticFields { public: // System.Object[] System.Security.PermissionSet::psUnrestricted ObjectU5BU5D_t2843939325* ___psUnrestricted_0; // System.Object[] System.Security.PermissionSet::action ObjectU5BU5D_t2843939325* ___action_6; public: inline static int32_t get_offset_of_psUnrestricted_0() { return static_cast(offsetof(PermissionSet_t223948603_StaticFields, ___psUnrestricted_0)); } inline ObjectU5BU5D_t2843939325* get_psUnrestricted_0() const { return ___psUnrestricted_0; } inline ObjectU5BU5D_t2843939325** get_address_of_psUnrestricted_0() { return &___psUnrestricted_0; } inline void set_psUnrestricted_0(ObjectU5BU5D_t2843939325* value) { ___psUnrestricted_0 = value; Il2CppCodeGenWriteBarrier((&___psUnrestricted_0), value); } inline static int32_t get_offset_of_action_6() { return static_cast(offsetof(PermissionSet_t223948603_StaticFields, ___action_6)); } inline ObjectU5BU5D_t2843939325* get_action_6() const { return ___action_6; } inline ObjectU5BU5D_t2843939325** get_address_of_action_6() { return &___action_6; } inline void set_action_6(ObjectU5BU5D_t2843939325* value) { ___action_6 = value; Il2CppCodeGenWriteBarrier((&___action_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERMISSIONSET_T223948603_H #ifndef STRONGNAMEIDENTITYPERMISSION_T2780499738_H #define STRONGNAMEIDENTITYPERMISSION_T2780499738_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.StrongNameIdentityPermission struct StrongNameIdentityPermission_t2780499738 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.PermissionState System.Security.Permissions.StrongNameIdentityPermission::_state int32_t ____state_1; // System.Collections.ArrayList System.Security.Permissions.StrongNameIdentityPermission::_list ArrayList_t2718874744 * ____list_2; public: inline static int32_t get_offset_of__state_1() { return static_cast(offsetof(StrongNameIdentityPermission_t2780499738, ____state_1)); } inline int32_t get__state_1() const { return ____state_1; } inline int32_t* get_address_of__state_1() { return &____state_1; } inline void set__state_1(int32_t value) { ____state_1 = value; } inline static int32_t get_offset_of__list_2() { return static_cast(offsetof(StrongNameIdentityPermission_t2780499738, ____list_2)); } inline ArrayList_t2718874744 * get__list_2() const { return ____list_2; } inline ArrayList_t2718874744 ** get_address_of__list_2() { return &____list_2; } inline void set__list_2(ArrayList_t2718874744 * value) { ____list_2 = value; Il2CppCodeGenWriteBarrier((&____list_2), value); } }; struct StrongNameIdentityPermission_t2780499738_StaticFields { public: // System.Version System.Security.Permissions.StrongNameIdentityPermission::defaultVersion Version_t3456873960 * ___defaultVersion_0; public: inline static int32_t get_offset_of_defaultVersion_0() { return static_cast(offsetof(StrongNameIdentityPermission_t2780499738_StaticFields, ___defaultVersion_0)); } inline Version_t3456873960 * get_defaultVersion_0() const { return ___defaultVersion_0; } inline Version_t3456873960 ** get_address_of_defaultVersion_0() { return &___defaultVersion_0; } inline void set_defaultVersion_0(Version_t3456873960 * value) { ___defaultVersion_0 = value; Il2CppCodeGenWriteBarrier((&___defaultVersion_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRONGNAMEIDENTITYPERMISSION_T2780499738_H #ifndef KEYCONTAINERPERMISSION_T1460699488_H #define KEYCONTAINERPERMISSION_T1460699488_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.KeyContainerPermission struct KeyContainerPermission_t1460699488 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.KeyContainerPermissionAccessEntryCollection System.Security.Permissions.KeyContainerPermission::_accessEntries KeyContainerPermissionAccessEntryCollection_t4144114052 * ____accessEntries_0; // System.Security.Permissions.KeyContainerPermissionFlags System.Security.Permissions.KeyContainerPermission::_flags int32_t ____flags_1; public: inline static int32_t get_offset_of__accessEntries_0() { return static_cast(offsetof(KeyContainerPermission_t1460699488, ____accessEntries_0)); } inline KeyContainerPermissionAccessEntryCollection_t4144114052 * get__accessEntries_0() const { return ____accessEntries_0; } inline KeyContainerPermissionAccessEntryCollection_t4144114052 ** get_address_of__accessEntries_0() { return &____accessEntries_0; } inline void set__accessEntries_0(KeyContainerPermissionAccessEntryCollection_t4144114052 * value) { ____accessEntries_0 = value; Il2CppCodeGenWriteBarrier((&____accessEntries_0), value); } inline static int32_t get_offset_of__flags_1() { return static_cast(offsetof(KeyContainerPermission_t1460699488, ____flags_1)); } inline int32_t get__flags_1() const { return ____flags_1; } inline int32_t* get_address_of__flags_1() { return &____flags_1; } inline void set__flags_1(int32_t value) { ____flags_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCONTAINERPERMISSION_T1460699488_H #ifndef ISOLATEDSTORAGEPERMISSION_T2996329588_H #define ISOLATEDSTORAGEPERMISSION_T2996329588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.IsolatedStoragePermission struct IsolatedStoragePermission_t2996329588 : public CodeAccessPermission_t2681295399 { public: // System.Int64 System.Security.Permissions.IsolatedStoragePermission::m_userQuota int64_t ___m_userQuota_0; // System.Int64 System.Security.Permissions.IsolatedStoragePermission::m_machineQuota int64_t ___m_machineQuota_1; // System.Int64 System.Security.Permissions.IsolatedStoragePermission::m_expirationDays int64_t ___m_expirationDays_2; // System.Boolean System.Security.Permissions.IsolatedStoragePermission::m_permanentData bool ___m_permanentData_3; // System.Security.Permissions.IsolatedStorageContainment System.Security.Permissions.IsolatedStoragePermission::m_allowed int32_t ___m_allowed_4; public: inline static int32_t get_offset_of_m_userQuota_0() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_userQuota_0)); } inline int64_t get_m_userQuota_0() const { return ___m_userQuota_0; } inline int64_t* get_address_of_m_userQuota_0() { return &___m_userQuota_0; } inline void set_m_userQuota_0(int64_t value) { ___m_userQuota_0 = value; } inline static int32_t get_offset_of_m_machineQuota_1() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_machineQuota_1)); } inline int64_t get_m_machineQuota_1() const { return ___m_machineQuota_1; } inline int64_t* get_address_of_m_machineQuota_1() { return &___m_machineQuota_1; } inline void set_m_machineQuota_1(int64_t value) { ___m_machineQuota_1 = value; } inline static int32_t get_offset_of_m_expirationDays_2() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_expirationDays_2)); } inline int64_t get_m_expirationDays_2() const { return ___m_expirationDays_2; } inline int64_t* get_address_of_m_expirationDays_2() { return &___m_expirationDays_2; } inline void set_m_expirationDays_2(int64_t value) { ___m_expirationDays_2 = value; } inline static int32_t get_offset_of_m_permanentData_3() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_permanentData_3)); } inline bool get_m_permanentData_3() const { return ___m_permanentData_3; } inline bool* get_address_of_m_permanentData_3() { return &___m_permanentData_3; } inline void set_m_permanentData_3(bool value) { ___m_permanentData_3 = value; } inline static int32_t get_offset_of_m_allowed_4() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_allowed_4)); } inline int32_t get_m_allowed_4() const { return ___m_allowed_4; } inline int32_t* get_address_of_m_allowed_4() { return &___m_allowed_4; } inline void set_m_allowed_4(int32_t value) { ___m_allowed_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISOLATEDSTORAGEPERMISSION_T2996329588_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef KEYCONTAINERPERMISSIONACCESSENTRY_T3026022710_H #define KEYCONTAINERPERMISSIONACCESSENTRY_T3026022710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.KeyContainerPermissionAccessEntry struct KeyContainerPermissionAccessEntry_t3026022710 : public RuntimeObject { public: // System.Security.Permissions.KeyContainerPermissionFlags System.Security.Permissions.KeyContainerPermissionAccessEntry::_flags int32_t ____flags_0; // System.String System.Security.Permissions.KeyContainerPermissionAccessEntry::_containerName String_t* ____containerName_1; // System.Int32 System.Security.Permissions.KeyContainerPermissionAccessEntry::_spec int32_t ____spec_2; // System.String System.Security.Permissions.KeyContainerPermissionAccessEntry::_store String_t* ____store_3; // System.String System.Security.Permissions.KeyContainerPermissionAccessEntry::_providerName String_t* ____providerName_4; // System.Int32 System.Security.Permissions.KeyContainerPermissionAccessEntry::_type int32_t ____type_5; public: inline static int32_t get_offset_of__flags_0() { return static_cast(offsetof(KeyContainerPermissionAccessEntry_t3026022710, ____flags_0)); } inline int32_t get__flags_0() const { return ____flags_0; } inline int32_t* get_address_of__flags_0() { return &____flags_0; } inline void set__flags_0(int32_t value) { ____flags_0 = value; } inline static int32_t get_offset_of__containerName_1() { return static_cast(offsetof(KeyContainerPermissionAccessEntry_t3026022710, ____containerName_1)); } inline String_t* get__containerName_1() const { return ____containerName_1; } inline String_t** get_address_of__containerName_1() { return &____containerName_1; } inline void set__containerName_1(String_t* value) { ____containerName_1 = value; Il2CppCodeGenWriteBarrier((&____containerName_1), value); } inline static int32_t get_offset_of__spec_2() { return static_cast(offsetof(KeyContainerPermissionAccessEntry_t3026022710, ____spec_2)); } inline int32_t get__spec_2() const { return ____spec_2; } inline int32_t* get_address_of__spec_2() { return &____spec_2; } inline void set__spec_2(int32_t value) { ____spec_2 = value; } inline static int32_t get_offset_of__store_3() { return static_cast(offsetof(KeyContainerPermissionAccessEntry_t3026022710, ____store_3)); } inline String_t* get__store_3() const { return ____store_3; } inline String_t** get_address_of__store_3() { return &____store_3; } inline void set__store_3(String_t* value) { ____store_3 = value; Il2CppCodeGenWriteBarrier((&____store_3), value); } inline static int32_t get_offset_of__providerName_4() { return static_cast(offsetof(KeyContainerPermissionAccessEntry_t3026022710, ____providerName_4)); } inline String_t* get__providerName_4() const { return ____providerName_4; } inline String_t** get_address_of__providerName_4() { return &____providerName_4; } inline void set__providerName_4(String_t* value) { ____providerName_4 = value; Il2CppCodeGenWriteBarrier((&____providerName_4), value); } inline static int32_t get_offset_of__type_5() { return static_cast(offsetof(KeyContainerPermissionAccessEntry_t3026022710, ____type_5)); } inline int32_t get__type_5() const { return ____type_5; } inline int32_t* get_address_of__type_5() { return &____type_5; } inline void set__type_5(int32_t value) { ____type_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCONTAINERPERMISSIONACCESSENTRY_T3026022710_H #ifndef REGISTRYPERMISSION_T4244934776_H #define REGISTRYPERMISSION_T4244934776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.RegistryPermission struct RegistryPermission_t4244934776 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.PermissionState System.Security.Permissions.RegistryPermission::_state int32_t ____state_0; // System.Collections.ArrayList System.Security.Permissions.RegistryPermission::createList ArrayList_t2718874744 * ___createList_1; // System.Collections.ArrayList System.Security.Permissions.RegistryPermission::readList ArrayList_t2718874744 * ___readList_2; // System.Collections.ArrayList System.Security.Permissions.RegistryPermission::writeList ArrayList_t2718874744 * ___writeList_3; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(RegistryPermission_t4244934776, ____state_0)); } inline int32_t get__state_0() const { return ____state_0; } inline int32_t* get_address_of__state_0() { return &____state_0; } inline void set__state_0(int32_t value) { ____state_0 = value; } inline static int32_t get_offset_of_createList_1() { return static_cast(offsetof(RegistryPermission_t4244934776, ___createList_1)); } inline ArrayList_t2718874744 * get_createList_1() const { return ___createList_1; } inline ArrayList_t2718874744 ** get_address_of_createList_1() { return &___createList_1; } inline void set_createList_1(ArrayList_t2718874744 * value) { ___createList_1 = value; Il2CppCodeGenWriteBarrier((&___createList_1), value); } inline static int32_t get_offset_of_readList_2() { return static_cast(offsetof(RegistryPermission_t4244934776, ___readList_2)); } inline ArrayList_t2718874744 * get_readList_2() const { return ___readList_2; } inline ArrayList_t2718874744 ** get_address_of_readList_2() { return &___readList_2; } inline void set_readList_2(ArrayList_t2718874744 * value) { ___readList_2 = value; Il2CppCodeGenWriteBarrier((&___readList_2), value); } inline static int32_t get_offset_of_writeList_3() { return static_cast(offsetof(RegistryPermission_t4244934776, ___writeList_3)); } inline ArrayList_t2718874744 * get_writeList_3() const { return ___writeList_3; } inline ArrayList_t2718874744 ** get_address_of_writeList_3() { return &___writeList_3; } inline void set_writeList_3(ArrayList_t2718874744 * value) { ___writeList_3 = value; Il2CppCodeGenWriteBarrier((&___writeList_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGISTRYPERMISSION_T4244934776_H #ifndef SECURITYPERMISSION_T2954997752_H #define SECURITYPERMISSION_T2954997752_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityPermission struct SecurityPermission_t2954997752 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.SecurityPermissionFlag System.Security.Permissions.SecurityPermission::flags int32_t ___flags_0; public: inline static int32_t get_offset_of_flags_0() { return static_cast(offsetof(SecurityPermission_t2954997752, ___flags_0)); } inline int32_t get_flags_0() const { return ___flags_0; } inline int32_t* get_address_of_flags_0() { return &___flags_0; } inline void set_flags_0(int32_t value) { ___flags_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPERMISSION_T2954997752_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef REFLECTIONPERMISSION_T2208099681_H #define REFLECTIONPERMISSION_T2208099681_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.ReflectionPermission struct ReflectionPermission_t2208099681 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.ReflectionPermissionFlag System.Security.Permissions.ReflectionPermission::flags int32_t ___flags_0; public: inline static int32_t get_offset_of_flags_0() { return static_cast(offsetof(ReflectionPermission_t2208099681, ___flags_0)); } inline int32_t get_flags_0() const { return ___flags_0; } inline int32_t* get_address_of_flags_0() { return &___flags_0; } inline void set_flags_0(int32_t value) { ___flags_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONPERMISSION_T2208099681_H #ifndef CSPPARAMETERS_T239852639_H #define CSPPARAMETERS_T239852639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CspParameters struct CspParameters_t239852639 : public RuntimeObject { public: // System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::_Flags int32_t ____Flags_0; // System.String System.Security.Cryptography.CspParameters::KeyContainerName String_t* ___KeyContainerName_1; // System.Int32 System.Security.Cryptography.CspParameters::KeyNumber int32_t ___KeyNumber_2; // System.String System.Security.Cryptography.CspParameters::ProviderName String_t* ___ProviderName_3; // System.Int32 System.Security.Cryptography.CspParameters::ProviderType int32_t ___ProviderType_4; public: inline static int32_t get_offset_of__Flags_0() { return static_cast(offsetof(CspParameters_t239852639, ____Flags_0)); } inline int32_t get__Flags_0() const { return ____Flags_0; } inline int32_t* get_address_of__Flags_0() { return &____Flags_0; } inline void set__Flags_0(int32_t value) { ____Flags_0 = value; } inline static int32_t get_offset_of_KeyContainerName_1() { return static_cast(offsetof(CspParameters_t239852639, ___KeyContainerName_1)); } inline String_t* get_KeyContainerName_1() const { return ___KeyContainerName_1; } inline String_t** get_address_of_KeyContainerName_1() { return &___KeyContainerName_1; } inline void set_KeyContainerName_1(String_t* value) { ___KeyContainerName_1 = value; Il2CppCodeGenWriteBarrier((&___KeyContainerName_1), value); } inline static int32_t get_offset_of_KeyNumber_2() { return static_cast(offsetof(CspParameters_t239852639, ___KeyNumber_2)); } inline int32_t get_KeyNumber_2() const { return ___KeyNumber_2; } inline int32_t* get_address_of_KeyNumber_2() { return &___KeyNumber_2; } inline void set_KeyNumber_2(int32_t value) { ___KeyNumber_2 = value; } inline static int32_t get_offset_of_ProviderName_3() { return static_cast(offsetof(CspParameters_t239852639, ___ProviderName_3)); } inline String_t* get_ProviderName_3() const { return ___ProviderName_3; } inline String_t** get_address_of_ProviderName_3() { return &___ProviderName_3; } inline void set_ProviderName_3(String_t* value) { ___ProviderName_3 = value; Il2CppCodeGenWriteBarrier((&___ProviderName_3), value); } inline static int32_t get_offset_of_ProviderType_4() { return static_cast(offsetof(CspParameters_t239852639, ___ProviderType_4)); } inline int32_t get_ProviderType_4() const { return ___ProviderType_4; } inline int32_t* get_address_of_ProviderType_4() { return &___ProviderType_4; } inline void set_ProviderType_4(int32_t value) { ___ProviderType_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSPPARAMETERS_T239852639_H #ifndef SECURITYPERMISSIONATTRIBUTE_T2256310021_H #define SECURITYPERMISSIONATTRIBUTE_T2256310021_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityPermissionAttribute struct SecurityPermissionAttribute_t2256310021 : public CodeAccessSecurityAttribute_t3236455365 { public: // System.Security.Permissions.SecurityPermissionFlag System.Security.Permissions.SecurityPermissionAttribute::m_Flags int32_t ___m_Flags_1; public: inline static int32_t get_offset_of_m_Flags_1() { return static_cast(offsetof(SecurityPermissionAttribute_t2256310021, ___m_Flags_1)); } inline int32_t get_m_Flags_1() const { return ___m_Flags_1; } inline int32_t* get_address_of_m_Flags_1() { return &___m_Flags_1; } inline void set_m_Flags_1(int32_t value) { ___m_Flags_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPERMISSIONATTRIBUTE_T2256310021_H #ifndef PERMISSIONSETATTRIBUTE_T2779865727_H #define PERMISSIONSETATTRIBUTE_T2779865727_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.PermissionSetAttribute struct PermissionSetAttribute_t2779865727 : public CodeAccessSecurityAttribute_t3236455365 { public: // System.String System.Security.Permissions.PermissionSetAttribute::xml String_t* ___xml_1; public: inline static int32_t get_offset_of_xml_1() { return static_cast(offsetof(PermissionSetAttribute_t2779865727, ___xml_1)); } inline String_t* get_xml_1() const { return ___xml_1; } inline String_t** get_address_of_xml_1() { return &___xml_1; } inline void set_xml_1(String_t* value) { ___xml_1 = value; Il2CppCodeGenWriteBarrier((&___xml_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERMISSIONSETATTRIBUTE_T2779865727_H #ifndef UIPERMISSION_T826475846_H #define UIPERMISSION_T826475846_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.UIPermission struct UIPermission_t826475846 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.UIPermissionWindow System.Security.Permissions.UIPermission::_window int32_t ____window_0; // System.Security.Permissions.UIPermissionClipboard System.Security.Permissions.UIPermission::_clipboard int32_t ____clipboard_1; public: inline static int32_t get_offset_of__window_0() { return static_cast(offsetof(UIPermission_t826475846, ____window_0)); } inline int32_t get__window_0() const { return ____window_0; } inline int32_t* get_address_of__window_0() { return &____window_0; } inline void set__window_0(int32_t value) { ____window_0 = value; } inline static int32_t get_offset_of__clipboard_1() { return static_cast(offsetof(UIPermission_t826475846, ____clipboard_1)); } inline int32_t get__clipboard_1() const { return ____clipboard_1; } inline int32_t* get_address_of__clipboard_1() { return &____clipboard_1; } inline void set__clipboard_1(int32_t value) { ____clipboard_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPERMISSION_T826475846_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef FILEDIALOGPERMISSION_T986095094_H #define FILEDIALOGPERMISSION_T986095094_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileDialogPermission struct FileDialogPermission_t986095094 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.FileDialogPermissionAccess System.Security.Permissions.FileDialogPermission::_access int32_t ____access_0; public: inline static int32_t get_offset_of__access_0() { return static_cast(offsetof(FileDialogPermission_t986095094, ____access_0)); } inline int32_t get__access_0() const { return ____access_0; } inline int32_t* get_address_of__access_0() { return &____access_0; } inline void set__access_0(int32_t value) { ____access_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEDIALOGPERMISSION_T986095094_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef POLICYLEVEL_T2891196107_H #define POLICYLEVEL_T2891196107_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.PolicyLevel struct PolicyLevel_t2891196107 : public RuntimeObject { public: // System.String System.Security.Policy.PolicyLevel::label String_t* ___label_0; // System.Security.Policy.CodeGroup System.Security.Policy.PolicyLevel::root_code_group CodeGroup_t3811807446 * ___root_code_group_1; // System.Collections.ArrayList System.Security.Policy.PolicyLevel::full_trust_assemblies ArrayList_t2718874744 * ___full_trust_assemblies_2; // System.Collections.ArrayList System.Security.Policy.PolicyLevel::named_permission_sets ArrayList_t2718874744 * ___named_permission_sets_3; // System.String System.Security.Policy.PolicyLevel::_location String_t* ____location_4; // System.Security.PolicyLevelType System.Security.Policy.PolicyLevel::_type int32_t ____type_5; // System.Collections.Hashtable System.Security.Policy.PolicyLevel::fullNames Hashtable_t1853889766 * ___fullNames_6; // System.Security.SecurityElement System.Security.Policy.PolicyLevel::xml SecurityElement_t1046076091 * ___xml_7; public: inline static int32_t get_offset_of_label_0() { return static_cast(offsetof(PolicyLevel_t2891196107, ___label_0)); } inline String_t* get_label_0() const { return ___label_0; } inline String_t** get_address_of_label_0() { return &___label_0; } inline void set_label_0(String_t* value) { ___label_0 = value; Il2CppCodeGenWriteBarrier((&___label_0), value); } inline static int32_t get_offset_of_root_code_group_1() { return static_cast(offsetof(PolicyLevel_t2891196107, ___root_code_group_1)); } inline CodeGroup_t3811807446 * get_root_code_group_1() const { return ___root_code_group_1; } inline CodeGroup_t3811807446 ** get_address_of_root_code_group_1() { return &___root_code_group_1; } inline void set_root_code_group_1(CodeGroup_t3811807446 * value) { ___root_code_group_1 = value; Il2CppCodeGenWriteBarrier((&___root_code_group_1), value); } inline static int32_t get_offset_of_full_trust_assemblies_2() { return static_cast(offsetof(PolicyLevel_t2891196107, ___full_trust_assemblies_2)); } inline ArrayList_t2718874744 * get_full_trust_assemblies_2() const { return ___full_trust_assemblies_2; } inline ArrayList_t2718874744 ** get_address_of_full_trust_assemblies_2() { return &___full_trust_assemblies_2; } inline void set_full_trust_assemblies_2(ArrayList_t2718874744 * value) { ___full_trust_assemblies_2 = value; Il2CppCodeGenWriteBarrier((&___full_trust_assemblies_2), value); } inline static int32_t get_offset_of_named_permission_sets_3() { return static_cast(offsetof(PolicyLevel_t2891196107, ___named_permission_sets_3)); } inline ArrayList_t2718874744 * get_named_permission_sets_3() const { return ___named_permission_sets_3; } inline ArrayList_t2718874744 ** get_address_of_named_permission_sets_3() { return &___named_permission_sets_3; } inline void set_named_permission_sets_3(ArrayList_t2718874744 * value) { ___named_permission_sets_3 = value; Il2CppCodeGenWriteBarrier((&___named_permission_sets_3), value); } inline static int32_t get_offset_of__location_4() { return static_cast(offsetof(PolicyLevel_t2891196107, ____location_4)); } inline String_t* get__location_4() const { return ____location_4; } inline String_t** get_address_of__location_4() { return &____location_4; } inline void set__location_4(String_t* value) { ____location_4 = value; Il2CppCodeGenWriteBarrier((&____location_4), value); } inline static int32_t get_offset_of__type_5() { return static_cast(offsetof(PolicyLevel_t2891196107, ____type_5)); } inline int32_t get__type_5() const { return ____type_5; } inline int32_t* get_address_of__type_5() { return &____type_5; } inline void set__type_5(int32_t value) { ____type_5 = value; } inline static int32_t get_offset_of_fullNames_6() { return static_cast(offsetof(PolicyLevel_t2891196107, ___fullNames_6)); } inline Hashtable_t1853889766 * get_fullNames_6() const { return ___fullNames_6; } inline Hashtable_t1853889766 ** get_address_of_fullNames_6() { return &___fullNames_6; } inline void set_fullNames_6(Hashtable_t1853889766 * value) { ___fullNames_6 = value; Il2CppCodeGenWriteBarrier((&___fullNames_6), value); } inline static int32_t get_offset_of_xml_7() { return static_cast(offsetof(PolicyLevel_t2891196107, ___xml_7)); } inline SecurityElement_t1046076091 * get_xml_7() const { return ___xml_7; } inline SecurityElement_t1046076091 ** get_address_of_xml_7() { return &___xml_7; } inline void set_xml_7(SecurityElement_t1046076091 * value) { ___xml_7 = value; Il2CppCodeGenWriteBarrier((&___xml_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POLICYLEVEL_T2891196107_H #ifndef OBJECTDISPOSEDEXCEPTION_T21392786_H #define OBJECTDISPOSEDEXCEPTION_T21392786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_t21392786 : public InvalidOperationException_t56020091 { public: // System.String System.ObjectDisposedException::obj_name String_t* ___obj_name_12; // System.String System.ObjectDisposedException::msg String_t* ___msg_13; public: inline static int32_t get_offset_of_obj_name_12() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___obj_name_12)); } inline String_t* get_obj_name_12() const { return ___obj_name_12; } inline String_t** get_address_of_obj_name_12() { return &___obj_name_12; } inline void set_obj_name_12(String_t* value) { ___obj_name_12 = value; Il2CppCodeGenWriteBarrier((&___obj_name_12), value); } inline static int32_t get_offset_of_msg_13() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___msg_13)); } inline String_t* get_msg_13() const { return ___msg_13; } inline String_t** get_address_of_msg_13() { return &___msg_13; } inline void set_msg_13(String_t* value) { ___msg_13 = value; Il2CppCodeGenWriteBarrier((&___msg_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_T21392786_H #ifndef SYMMETRICALGORITHM_T4254223087_H #define SYMMETRICALGORITHM_T4254223087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t4254223087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue int32_t ___BlockSizeValue_0; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue ByteU5BU5D_t4116647657* ___IVValue_1; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_2; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue ByteU5BU5D_t4116647657* ___KeyValue_3; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue KeySizesU5BU5D_t722666473* ___LegalBlockSizesValue_4; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_5; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue int32_t ___FeedbackSizeValue_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; // System.Boolean System.Security.Cryptography.SymmetricAlgorithm::m_disposed bool ___m_disposed_9; public: inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___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_IVValue_1() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___IVValue_1)); } inline ByteU5BU5D_t4116647657* get_IVValue_1() const { return ___IVValue_1; } inline ByteU5BU5D_t4116647657** get_address_of_IVValue_1() { return &___IVValue_1; } inline void set_IVValue_1(ByteU5BU5D_t4116647657* value) { ___IVValue_1 = value; Il2CppCodeGenWriteBarrier((&___IVValue_1), value); } inline static int32_t get_offset_of_KeySizeValue_2() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___KeySizeValue_2)); } inline int32_t get_KeySizeValue_2() const { return ___KeySizeValue_2; } inline int32_t* get_address_of_KeySizeValue_2() { return &___KeySizeValue_2; } inline void set_KeySizeValue_2(int32_t value) { ___KeySizeValue_2 = value; } inline static int32_t get_offset_of_KeyValue_3() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___KeyValue_3)); } inline ByteU5BU5D_t4116647657* get_KeyValue_3() const { return ___KeyValue_3; } inline ByteU5BU5D_t4116647657** get_address_of_KeyValue_3() { return &___KeyValue_3; } inline void set_KeyValue_3(ByteU5BU5D_t4116647657* value) { ___KeyValue_3 = value; Il2CppCodeGenWriteBarrier((&___KeyValue_3), value); } inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___LegalBlockSizesValue_4)); } inline KeySizesU5BU5D_t722666473* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; } inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_t722666473* value) { ___LegalBlockSizesValue_4 = value; Il2CppCodeGenWriteBarrier((&___LegalBlockSizesValue_4), value); } inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___LegalKeySizesValue_5)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; } inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_5 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_5), value); } inline static int32_t get_offset_of_FeedbackSizeValue_6() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___FeedbackSizeValue_6)); } inline int32_t get_FeedbackSizeValue_6() const { return ___FeedbackSizeValue_6; } inline int32_t* get_address_of_FeedbackSizeValue_6() { return &___FeedbackSizeValue_6; } inline void set_FeedbackSizeValue_6(int32_t value) { ___FeedbackSizeValue_6 = value; } inline static int32_t get_offset_of_ModeValue_7() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___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_t4254223087, ___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; } inline static int32_t get_offset_of_m_disposed_9() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYMMETRICALGORITHM_T4254223087_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef ENVIRONMENTPERMISSION_T1242010617_H #define ENVIRONMENTPERMISSION_T1242010617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.EnvironmentPermission struct EnvironmentPermission_t1242010617 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.PermissionState System.Security.Permissions.EnvironmentPermission::_state int32_t ____state_0; // System.Collections.ArrayList System.Security.Permissions.EnvironmentPermission::readList ArrayList_t2718874744 * ___readList_1; // System.Collections.ArrayList System.Security.Permissions.EnvironmentPermission::writeList ArrayList_t2718874744 * ___writeList_2; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ____state_0)); } inline int32_t get__state_0() const { return ____state_0; } inline int32_t* get_address_of__state_0() { return &____state_0; } inline void set__state_0(int32_t value) { ____state_0 = value; } inline static int32_t get_offset_of_readList_1() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ___readList_1)); } inline ArrayList_t2718874744 * get_readList_1() const { return ___readList_1; } inline ArrayList_t2718874744 ** get_address_of_readList_1() { return &___readList_1; } inline void set_readList_1(ArrayList_t2718874744 * value) { ___readList_1 = value; Il2CppCodeGenWriteBarrier((&___readList_1), value); } inline static int32_t get_offset_of_writeList_2() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ___writeList_2)); } inline ArrayList_t2718874744 * get_writeList_2() const { return ___writeList_2; } inline ArrayList_t2718874744 ** get_address_of_writeList_2() { return &___writeList_2; } inline void set_writeList_2(ArrayList_t2718874744 * value) { ___writeList_2 = value; Il2CppCodeGenWriteBarrier((&___writeList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENVIRONMENTPERMISSION_T1242010617_H #ifndef FILEIOPERMISSION_T3596906749_H #define FILEIOPERMISSION_T3596906749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileIOPermission struct FileIOPermission_t3596906749 : public CodeAccessPermission_t2681295399 { public: // System.Boolean System.Security.Permissions.FileIOPermission::m_Unrestricted bool ___m_Unrestricted_2; // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::m_AllFilesAccess int32_t ___m_AllFilesAccess_3; // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::m_AllLocalFilesAccess int32_t ___m_AllLocalFilesAccess_4; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::readList ArrayList_t2718874744 * ___readList_5; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::writeList ArrayList_t2718874744 * ___writeList_6; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::appendList ArrayList_t2718874744 * ___appendList_7; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::pathList ArrayList_t2718874744 * ___pathList_8; public: inline static int32_t get_offset_of_m_Unrestricted_2() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_Unrestricted_2)); } inline bool get_m_Unrestricted_2() const { return ___m_Unrestricted_2; } inline bool* get_address_of_m_Unrestricted_2() { return &___m_Unrestricted_2; } inline void set_m_Unrestricted_2(bool value) { ___m_Unrestricted_2 = value; } inline static int32_t get_offset_of_m_AllFilesAccess_3() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_AllFilesAccess_3)); } inline int32_t get_m_AllFilesAccess_3() const { return ___m_AllFilesAccess_3; } inline int32_t* get_address_of_m_AllFilesAccess_3() { return &___m_AllFilesAccess_3; } inline void set_m_AllFilesAccess_3(int32_t value) { ___m_AllFilesAccess_3 = value; } inline static int32_t get_offset_of_m_AllLocalFilesAccess_4() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_AllLocalFilesAccess_4)); } inline int32_t get_m_AllLocalFilesAccess_4() const { return ___m_AllLocalFilesAccess_4; } inline int32_t* get_address_of_m_AllLocalFilesAccess_4() { return &___m_AllLocalFilesAccess_4; } inline void set_m_AllLocalFilesAccess_4(int32_t value) { ___m_AllLocalFilesAccess_4 = value; } inline static int32_t get_offset_of_readList_5() { return static_cast(offsetof(FileIOPermission_t3596906749, ___readList_5)); } inline ArrayList_t2718874744 * get_readList_5() const { return ___readList_5; } inline ArrayList_t2718874744 ** get_address_of_readList_5() { return &___readList_5; } inline void set_readList_5(ArrayList_t2718874744 * value) { ___readList_5 = value; Il2CppCodeGenWriteBarrier((&___readList_5), value); } inline static int32_t get_offset_of_writeList_6() { return static_cast(offsetof(FileIOPermission_t3596906749, ___writeList_6)); } inline ArrayList_t2718874744 * get_writeList_6() const { return ___writeList_6; } inline ArrayList_t2718874744 ** get_address_of_writeList_6() { return &___writeList_6; } inline void set_writeList_6(ArrayList_t2718874744 * value) { ___writeList_6 = value; Il2CppCodeGenWriteBarrier((&___writeList_6), value); } inline static int32_t get_offset_of_appendList_7() { return static_cast(offsetof(FileIOPermission_t3596906749, ___appendList_7)); } inline ArrayList_t2718874744 * get_appendList_7() const { return ___appendList_7; } inline ArrayList_t2718874744 ** get_address_of_appendList_7() { return &___appendList_7; } inline void set_appendList_7(ArrayList_t2718874744 * value) { ___appendList_7 = value; Il2CppCodeGenWriteBarrier((&___appendList_7), value); } inline static int32_t get_offset_of_pathList_8() { return static_cast(offsetof(FileIOPermission_t3596906749, ___pathList_8)); } inline ArrayList_t2718874744 * get_pathList_8() const { return ___pathList_8; } inline ArrayList_t2718874744 ** get_address_of_pathList_8() { return &___pathList_8; } inline void set_pathList_8(ArrayList_t2718874744 * value) { ___pathList_8 = value; Il2CppCodeGenWriteBarrier((&___pathList_8), value); } }; struct FileIOPermission_t3596906749_StaticFields { public: // System.Char[] System.Security.Permissions.FileIOPermission::BadPathNameCharacters CharU5BU5D_t3528271667* ___BadPathNameCharacters_0; // System.Char[] System.Security.Permissions.FileIOPermission::BadFileNameCharacters CharU5BU5D_t3528271667* ___BadFileNameCharacters_1; public: inline static int32_t get_offset_of_BadPathNameCharacters_0() { return static_cast(offsetof(FileIOPermission_t3596906749_StaticFields, ___BadPathNameCharacters_0)); } inline CharU5BU5D_t3528271667* get_BadPathNameCharacters_0() const { return ___BadPathNameCharacters_0; } inline CharU5BU5D_t3528271667** get_address_of_BadPathNameCharacters_0() { return &___BadPathNameCharacters_0; } inline void set_BadPathNameCharacters_0(CharU5BU5D_t3528271667* value) { ___BadPathNameCharacters_0 = value; Il2CppCodeGenWriteBarrier((&___BadPathNameCharacters_0), value); } inline static int32_t get_offset_of_BadFileNameCharacters_1() { return static_cast(offsetof(FileIOPermission_t3596906749_StaticFields, ___BadFileNameCharacters_1)); } inline CharU5BU5D_t3528271667* get_BadFileNameCharacters_1() const { return ___BadFileNameCharacters_1; } inline CharU5BU5D_t3528271667** get_address_of_BadFileNameCharacters_1() { return &___BadFileNameCharacters_1; } inline void set_BadFileNameCharacters_1(CharU5BU5D_t3528271667* value) { ___BadFileNameCharacters_1 = value; Il2CppCodeGenWriteBarrier((&___BadFileNameCharacters_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEIOPERMISSION_T3596906749_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef ZONEIDENTITYPERMISSION_T2250593031_H #define ZONEIDENTITYPERMISSION_T2250593031_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.ZoneIdentityPermission struct ZoneIdentityPermission_t2250593031 : public CodeAccessPermission_t2681295399 { public: // System.Security.SecurityZone System.Security.Permissions.ZoneIdentityPermission::zone int32_t ___zone_0; public: inline static int32_t get_offset_of_zone_0() { return static_cast(offsetof(ZoneIdentityPermission_t2250593031, ___zone_0)); } inline int32_t get_zone_0() const { return ___zone_0; } inline int32_t* get_address_of_zone_0() { return &___zone_0; } inline void set_zone_0(int32_t value) { ___zone_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZONEIDENTITYPERMISSION_T2250593031_H #ifndef X509CERTIFICATE_T489243024_H #define X509CERTIFICATE_T489243024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Certificate struct X509Certificate_t489243024 : public RuntimeObject { public: // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder ASN1_t2114160832 * ___decoder_0; // System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert ByteU5BU5D_t4116647657* ___m_encodedcert_1; // System.DateTime Mono.Security.X509.X509Certificate::m_from DateTime_t3738529785 ___m_from_2; // System.DateTime Mono.Security.X509.X509Certificate::m_until DateTime_t3738529785 ___m_until_3; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer ASN1_t2114160832 * ___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_t4116647657* ___m_keyalgoparams_7; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject ASN1_t2114160832 * ___subject_8; // System.String Mono.Security.X509.X509Certificate::m_subject String_t* ___m_subject_9; // System.Byte[] Mono.Security.X509.X509Certificate::m_publickey ByteU5BU5D_t4116647657* ___m_publickey_10; // System.Byte[] Mono.Security.X509.X509Certificate::signature ByteU5BU5D_t4116647657* ___signature_11; // System.String Mono.Security.X509.X509Certificate::m_signaturealgo String_t* ___m_signaturealgo_12; // System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams ByteU5BU5D_t4116647657* ___m_signaturealgoparams_13; // System.Byte[] Mono.Security.X509.X509Certificate::certhash ByteU5BU5D_t4116647657* ___certhash_14; // System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::_rsa RSA_t2385438082 * ____rsa_15; // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa DSA_t2386879874 * ____dsa_16; // System.Int32 Mono.Security.X509.X509Certificate::version int32_t ___version_17; // System.Byte[] Mono.Security.X509.X509Certificate::serialnumber ByteU5BU5D_t4116647657* ___serialnumber_18; // System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID ByteU5BU5D_t4116647657* ___issuerUniqueID_19; // System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID ByteU5BU5D_t4116647657* ___subjectUniqueID_20; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions X509ExtensionCollection_t609554708 * ___extensions_21; public: inline static int32_t get_offset_of_decoder_0() { return static_cast(offsetof(X509Certificate_t489243024, ___decoder_0)); } inline ASN1_t2114160832 * get_decoder_0() const { return ___decoder_0; } inline ASN1_t2114160832 ** get_address_of_decoder_0() { return &___decoder_0; } inline void set_decoder_0(ASN1_t2114160832 * value) { ___decoder_0 = value; Il2CppCodeGenWriteBarrier((&___decoder_0), value); } inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast(offsetof(X509Certificate_t489243024, ___m_encodedcert_1)); } inline ByteU5BU5D_t4116647657* get_m_encodedcert_1() const { return ___m_encodedcert_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; } inline void set_m_encodedcert_1(ByteU5BU5D_t4116647657* value) { ___m_encodedcert_1 = value; Il2CppCodeGenWriteBarrier((&___m_encodedcert_1), value); } inline static int32_t get_offset_of_m_from_2() { return static_cast(offsetof(X509Certificate_t489243024, ___m_from_2)); } inline DateTime_t3738529785 get_m_from_2() const { return ___m_from_2; } inline DateTime_t3738529785 * get_address_of_m_from_2() { return &___m_from_2; } inline void set_m_from_2(DateTime_t3738529785 value) { ___m_from_2 = value; } inline static int32_t get_offset_of_m_until_3() { return static_cast(offsetof(X509Certificate_t489243024, ___m_until_3)); } inline DateTime_t3738529785 get_m_until_3() const { return ___m_until_3; } inline DateTime_t3738529785 * get_address_of_m_until_3() { return &___m_until_3; } inline void set_m_until_3(DateTime_t3738529785 value) { ___m_until_3 = value; } inline static int32_t get_offset_of_issuer_4() { return static_cast(offsetof(X509Certificate_t489243024, ___issuer_4)); } inline ASN1_t2114160832 * get_issuer_4() const { return ___issuer_4; } inline ASN1_t2114160832 ** get_address_of_issuer_4() { return &___issuer_4; } inline void set_issuer_4(ASN1_t2114160832 * value) { ___issuer_4 = value; Il2CppCodeGenWriteBarrier((&___issuer_4), value); } inline static int32_t get_offset_of_m_issuername_5() { return static_cast(offsetof(X509Certificate_t489243024, ___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((&___m_issuername_5), value); } inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast(offsetof(X509Certificate_t489243024, ___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((&___m_keyalgo_6), value); } inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast(offsetof(X509Certificate_t489243024, ___m_keyalgoparams_7)); } inline ByteU5BU5D_t4116647657* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; } inline ByteU5BU5D_t4116647657** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; } inline void set_m_keyalgoparams_7(ByteU5BU5D_t4116647657* value) { ___m_keyalgoparams_7 = value; Il2CppCodeGenWriteBarrier((&___m_keyalgoparams_7), value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(X509Certificate_t489243024, ___subject_8)); } inline ASN1_t2114160832 * get_subject_8() const { return ___subject_8; } inline ASN1_t2114160832 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(ASN1_t2114160832 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((&___subject_8), value); } inline static int32_t get_offset_of_m_subject_9() { return static_cast(offsetof(X509Certificate_t489243024, ___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((&___m_subject_9), value); } inline static int32_t get_offset_of_m_publickey_10() { return static_cast(offsetof(X509Certificate_t489243024, ___m_publickey_10)); } inline ByteU5BU5D_t4116647657* get_m_publickey_10() const { return ___m_publickey_10; } inline ByteU5BU5D_t4116647657** get_address_of_m_publickey_10() { return &___m_publickey_10; } inline void set_m_publickey_10(ByteU5BU5D_t4116647657* value) { ___m_publickey_10 = value; Il2CppCodeGenWriteBarrier((&___m_publickey_10), value); } inline static int32_t get_offset_of_signature_11() { return static_cast(offsetof(X509Certificate_t489243024, ___signature_11)); } inline ByteU5BU5D_t4116647657* get_signature_11() const { return ___signature_11; } inline ByteU5BU5D_t4116647657** get_address_of_signature_11() { return &___signature_11; } inline void set_signature_11(ByteU5BU5D_t4116647657* value) { ___signature_11 = value; Il2CppCodeGenWriteBarrier((&___signature_11), value); } inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast(offsetof(X509Certificate_t489243024, ___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((&___m_signaturealgo_12), value); } inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast(offsetof(X509Certificate_t489243024, ___m_signaturealgoparams_13)); } inline ByteU5BU5D_t4116647657* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; } inline ByteU5BU5D_t4116647657** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; } inline void set_m_signaturealgoparams_13(ByteU5BU5D_t4116647657* value) { ___m_signaturealgoparams_13 = value; Il2CppCodeGenWriteBarrier((&___m_signaturealgoparams_13), value); } inline static int32_t get_offset_of_certhash_14() { return static_cast(offsetof(X509Certificate_t489243024, ___certhash_14)); } inline ByteU5BU5D_t4116647657* get_certhash_14() const { return ___certhash_14; } inline ByteU5BU5D_t4116647657** get_address_of_certhash_14() { return &___certhash_14; } inline void set_certhash_14(ByteU5BU5D_t4116647657* value) { ___certhash_14 = value; Il2CppCodeGenWriteBarrier((&___certhash_14), value); } inline static int32_t get_offset_of__rsa_15() { return static_cast(offsetof(X509Certificate_t489243024, ____rsa_15)); } inline RSA_t2385438082 * get__rsa_15() const { return ____rsa_15; } inline RSA_t2385438082 ** get_address_of__rsa_15() { return &____rsa_15; } inline void set__rsa_15(RSA_t2385438082 * value) { ____rsa_15 = value; Il2CppCodeGenWriteBarrier((&____rsa_15), value); } inline static int32_t get_offset_of__dsa_16() { return static_cast(offsetof(X509Certificate_t489243024, ____dsa_16)); } inline DSA_t2386879874 * get__dsa_16() const { return ____dsa_16; } inline DSA_t2386879874 ** get_address_of__dsa_16() { return &____dsa_16; } inline void set__dsa_16(DSA_t2386879874 * value) { ____dsa_16 = value; Il2CppCodeGenWriteBarrier((&____dsa_16), value); } inline static int32_t get_offset_of_version_17() { return static_cast(offsetof(X509Certificate_t489243024, ___version_17)); } inline int32_t get_version_17() const { return ___version_17; } inline int32_t* get_address_of_version_17() { return &___version_17; } inline void set_version_17(int32_t value) { ___version_17 = value; } inline static int32_t get_offset_of_serialnumber_18() { return static_cast(offsetof(X509Certificate_t489243024, ___serialnumber_18)); } inline ByteU5BU5D_t4116647657* get_serialnumber_18() const { return ___serialnumber_18; } inline ByteU5BU5D_t4116647657** get_address_of_serialnumber_18() { return &___serialnumber_18; } inline void set_serialnumber_18(ByteU5BU5D_t4116647657* value) { ___serialnumber_18 = value; Il2CppCodeGenWriteBarrier((&___serialnumber_18), value); } inline static int32_t get_offset_of_issuerUniqueID_19() { return static_cast(offsetof(X509Certificate_t489243024, ___issuerUniqueID_19)); } inline ByteU5BU5D_t4116647657* get_issuerUniqueID_19() const { return ___issuerUniqueID_19; } inline ByteU5BU5D_t4116647657** get_address_of_issuerUniqueID_19() { return &___issuerUniqueID_19; } inline void set_issuerUniqueID_19(ByteU5BU5D_t4116647657* value) { ___issuerUniqueID_19 = value; Il2CppCodeGenWriteBarrier((&___issuerUniqueID_19), value); } inline static int32_t get_offset_of_subjectUniqueID_20() { return static_cast(offsetof(X509Certificate_t489243024, ___subjectUniqueID_20)); } inline ByteU5BU5D_t4116647657* get_subjectUniqueID_20() const { return ___subjectUniqueID_20; } inline ByteU5BU5D_t4116647657** get_address_of_subjectUniqueID_20() { return &___subjectUniqueID_20; } inline void set_subjectUniqueID_20(ByteU5BU5D_t4116647657* value) { ___subjectUniqueID_20 = value; Il2CppCodeGenWriteBarrier((&___subjectUniqueID_20), value); } inline static int32_t get_offset_of_extensions_21() { return static_cast(offsetof(X509Certificate_t489243024, ___extensions_21)); } inline X509ExtensionCollection_t609554708 * get_extensions_21() const { return ___extensions_21; } inline X509ExtensionCollection_t609554708 ** get_address_of_extensions_21() { return &___extensions_21; } inline void set_extensions_21(X509ExtensionCollection_t609554708 * value) { ___extensions_21 = value; Il2CppCodeGenWriteBarrier((&___extensions_21), value); } }; struct X509Certificate_t489243024_StaticFields { public: // System.String Mono.Security.X509.X509Certificate::encoding_error String_t* ___encoding_error_22; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map13 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map13_23; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map14 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map14_24; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map15 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map15_25; public: inline static int32_t get_offset_of_encoding_error_22() { return static_cast(offsetof(X509Certificate_t489243024_StaticFields, ___encoding_error_22)); } inline String_t* get_encoding_error_22() const { return ___encoding_error_22; } inline String_t** get_address_of_encoding_error_22() { return &___encoding_error_22; } inline void set_encoding_error_22(String_t* value) { ___encoding_error_22 = value; Il2CppCodeGenWriteBarrier((&___encoding_error_22), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map13_23() { return static_cast(offsetof(X509Certificate_t489243024_StaticFields, ___U3CU3Ef__switchU24map13_23)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map13_23() const { return ___U3CU3Ef__switchU24map13_23; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map13_23() { return &___U3CU3Ef__switchU24map13_23; } inline void set_U3CU3Ef__switchU24map13_23(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map13_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map13_23), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map14_24() { return static_cast(offsetof(X509Certificate_t489243024_StaticFields, ___U3CU3Ef__switchU24map14_24)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map14_24() const { return ___U3CU3Ef__switchU24map14_24; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map14_24() { return &___U3CU3Ef__switchU24map14_24; } inline void set_U3CU3Ef__switchU24map14_24(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map14_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map14_24), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map15_25() { return static_cast(offsetof(X509Certificate_t489243024_StaticFields, ___U3CU3Ef__switchU24map15_25)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map15_25() const { return ___U3CU3Ef__switchU24map15_25; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map15_25() { return &___U3CU3Ef__switchU24map15_25; } inline void set_U3CU3Ef__switchU24map15_25(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map15_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map15_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T489243024_H #ifndef DES_T821106792_H #define DES_T821106792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DES struct DES_t821106792 : public SymmetricAlgorithm_t4254223087 { public: public: }; struct DES_t821106792_StaticFields { public: // System.Byte[,] System.Security.Cryptography.DES::weakKeys ByteU5BU2CU5D_t4116647658* ___weakKeys_10; // System.Byte[,] System.Security.Cryptography.DES::semiWeakKeys ByteU5BU2CU5D_t4116647658* ___semiWeakKeys_11; public: inline static int32_t get_offset_of_weakKeys_10() { return static_cast(offsetof(DES_t821106792_StaticFields, ___weakKeys_10)); } inline ByteU5BU2CU5D_t4116647658* get_weakKeys_10() const { return ___weakKeys_10; } inline ByteU5BU2CU5D_t4116647658** get_address_of_weakKeys_10() { return &___weakKeys_10; } inline void set_weakKeys_10(ByteU5BU2CU5D_t4116647658* value) { ___weakKeys_10 = value; Il2CppCodeGenWriteBarrier((&___weakKeys_10), value); } inline static int32_t get_offset_of_semiWeakKeys_11() { return static_cast(offsetof(DES_t821106792_StaticFields, ___semiWeakKeys_11)); } inline ByteU5BU2CU5D_t4116647658* get_semiWeakKeys_11() const { return ___semiWeakKeys_11; } inline ByteU5BU2CU5D_t4116647658** get_address_of_semiWeakKeys_11() { return &___semiWeakKeys_11; } inline void set_semiWeakKeys_11(ByteU5BU2CU5D_t4116647658* value) { ___semiWeakKeys_11 = value; Il2CppCodeGenWriteBarrier((&___semiWeakKeys_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DES_T821106792_H #ifndef KEYGENERATEDEVENTHANDLER_T3064139577_H #define KEYGENERATEDEVENTHANDLER_T3064139577_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t3064139577 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYGENERATEDEVENTHANDLER_T3064139577_H #ifndef TRIPLEDES_T92303514_H #define TRIPLEDES_T92303514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.TripleDES struct TripleDES_t92303514 : public SymmetricAlgorithm_t4254223087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRIPLEDES_T92303514_H #ifndef ISOLATEDSTORAGEFILEPERMISSION_T2861120981_H #define ISOLATEDSTORAGEFILEPERMISSION_T2861120981_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.IsolatedStorageFilePermission struct IsolatedStorageFilePermission_t2861120981 : public IsolatedStoragePermission_t2996329588 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISOLATEDSTORAGEFILEPERMISSION_T2861120981_H #ifndef NAMEDPERMISSIONSET_T2915669112_H #define NAMEDPERMISSIONSET_T2915669112_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.NamedPermissionSet struct NamedPermissionSet_t2915669112 : public PermissionSet_t223948603 { public: // System.String System.Security.NamedPermissionSet::name String_t* ___name_7; // System.String System.Security.NamedPermissionSet::description String_t* ___description_8; public: inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(NamedPermissionSet_t2915669112, ___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((&___name_7), value); } inline static int32_t get_offset_of_description_8() { return static_cast(offsetof(NamedPermissionSet_t2915669112, ___description_8)); } inline String_t* get_description_8() const { return ___description_8; } inline String_t** get_address_of_description_8() { return &___description_8; } inline void set_description_8(String_t* value) { ___description_8 = value; Il2CppCodeGenWriteBarrier((&___description_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEDPERMISSIONSET_T2915669112_H #ifndef TRIPLEDESCRYPTOSERVICEPROVIDER_T3595206342_H #define TRIPLEDESCRYPTOSERVICEPROVIDER_T3595206342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.TripleDESCryptoServiceProvider struct TripleDESCryptoServiceProvider_t3595206342 : public TripleDES_t92303514 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRIPLEDESCRYPTOSERVICEPROVIDER_T3595206342_H // System.UInt32[] struct UInt32U5BU5D_t2770800703 : 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.Byte[] struct ByteU5BU5D_t4116647657 : 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.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473 : public RuntimeArray { public: ALIGN_FIELD (8) KeySizes_t85027896 * m_Items[1]; public: inline KeySizes_t85027896 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeySizes_t85027896 ** 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_t85027896 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline KeySizes_t85027896 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeySizes_t85027896 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t85027896 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.UInt64[] struct UInt64U5BU5D_t1659327989 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_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, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.String[] struct StringU5BU5D_t1281789340 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : 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.Security.Permissions.KeyContainerPermissionAccessEntry[] struct KeyContainerPermissionAccessEntryU5BU5D_t3830449459 : public RuntimeArray { public: ALIGN_FIELD (8) KeyContainerPermissionAccessEntry_t3026022710 * m_Items[1]; public: inline KeyContainerPermissionAccessEntry_t3026022710 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyContainerPermissionAccessEntry_t3026022710 ** 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, KeyContainerPermissionAccessEntry_t3026022710 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline KeyContainerPermissionAccessEntry_t3026022710 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyContainerPermissionAccessEntry_t3026022710 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyContainerPermissionAccessEntry_t3026022710 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Boolean[] struct BooleanU5BU5D_t2897418192 : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HashAlgorithm::.ctor() extern "C" IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_m190815979 (HashAlgorithm_t1432317219 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160::.ctor() extern "C" IL2CPP_METHOD_ATTR void RIPEMD160__ctor_m860963627 (RIPEMD160_t268675434 * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m2231608178 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::ProcessBlock(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_ProcessBlock_m3304263146 (RIPEMD160Managed_t2491561941 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::CompressFinal(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_CompressFinal_m497690796 (RIPEMD160Managed_t2491561941 * __this, uint64_t ___length0, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::Compress() extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_Compress_m126479169 (RIPEMD160Managed_t2491561941 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::FF(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_FF_m738585160 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::GG(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_GG_m3020389474 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::HH(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_HH_m90236373 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::II(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_II_m1560285116 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::JJ(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_JJ_m112143231 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::JJJ(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_JJJ_m4161373884 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::III(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_III_m3606824266 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::HHH(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_HHH_m2839246531 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::GGG(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_GGG_m1715572318 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::FFF(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_FFF_m3692014807 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::F(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_F_m2051853483 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::ROL(System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_ROL_m2647139887 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, int32_t ___n1, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::G(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_G_m3625715749 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::H(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_H_m2707761209 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::I(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_I_m2107336345 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::J(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_J_m1336489154 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RandomNumberGenerator::.ctor() extern "C" IL2CPP_METHOD_ATTR void RandomNumberGenerator__ctor_m1589693309 (RandomNumberGenerator_t386037858 * __this, const RuntimeMethod* method); // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngInitialize(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngInitialize_m2025286560 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___seed0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Check() extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Check_m3453818294 (RNGCryptoServiceProvider_t3397414743 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RNGCryptoServiceProvider::RngOpen() extern "C" IL2CPP_METHOD_ATTR bool RNGCryptoServiceProvider_RngOpen_m792795472 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m408849716 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3374010885 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m503735289 (CryptographicException_t248831461 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngGetBytes(System.IntPtr,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngGetBytes_m1695806698 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m3063970704 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::RngClose(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_RngClose_m3915778345 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricAlgorithm::.ctor() extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm__ctor_m1554933721 (AsymmetricAlgorithm_t932037087 * __this, const RuntimeMethod* method); // System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create(System.String) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * RSA_Create_m2021570897 (RuntimeObject * __this /* static, unused */, String_t* ___algName0, const RuntimeMethod* method); // System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_m1538277313 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.AsymmetricAlgorithm::GetNamedParam(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AsymmetricAlgorithm_GetNamedParam_m2128682280 (RuntimeObject * __this /* static, unused */, String_t* ___xml0, String_t* ___param1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSA::ZeroizePrivateKey(System.Security.Cryptography.RSAParameters) extern "C" IL2CPP_METHOD_ATTR void RSA_ZeroizePrivateKey_m4052091611 (RSA_t2385438082 * __this, RSAParameters_t1728406613 ___parameters0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m1422015889 (CryptographicException_t248831461 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m3839334935 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inArray0, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSA::.ctor() extern "C" IL2CPP_METHOD_ATTR void RSA__ctor_m2923348713 (RSA_t2385438082 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::Common(System.Int32,System.Security.Cryptography.CspParameters) extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_Common_m861233239 (RSACryptoServiceProvider_t2683512874 * __this, int32_t ___dwKeySize0, CspParameters_t239852639 * ___p1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void KeySizes__ctor_m3113946058 (KeySizes_t85027896 * __this, int32_t ___minSize0, int32_t ___maxSize1, int32_t ___skipSize2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricAlgorithm::set_KeySize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_set_KeySize_m2163393617 (AsymmetricAlgorithm_t932037087 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.RSACryptoServiceProvider::get_KeySize() extern "C" IL2CPP_METHOD_ATTR int32_t RSACryptoServiceProvider_get_KeySize_m2654153358 (RSACryptoServiceProvider_t2683512874 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RSAManaged__ctor_m3394311431 (RSAManaged_t1757093819 * __this, int32_t ___keySize0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler__ctor_m1990062371 (KeyGeneratedEventHandler_t3064139577 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged::add_KeyGenerated(Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler) extern "C" IL2CPP_METHOD_ATTR void RSAManaged_add_KeyGenerated_m3688329863 (RSAManaged_t1757093819 * __this, KeyGeneratedEventHandler_t3064139577 * ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CspParameters__ctor_m2741097571 (CspParameters_t239852639 * __this, int32_t ___dwTypeIn0, const RuntimeMethod* method); // System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::get_Flags() extern "C" IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_m4238672607 (CspParameters_t239852639 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CspParameters::set_Flags(System.Security.Cryptography.CspProviderFlags) extern "C" IL2CPP_METHOD_ATTR void CspParameters_set_Flags_m397261363 (CspParameters_t239852639 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters) extern "C" IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_m103880447 (KeyPairPersistence_t2094547461 * __this, CspParameters_t239852639 * ___parameters0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::Load() extern "C" IL2CPP_METHOD_ATTR bool KeyPairPersistence_Load_m2518737071 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.KeyPairPersistence::get_KeyValue() extern "C" IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m2994490605 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_Dispose_m1199148535 (RSACryptoServiceProvider_t2683512874 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly() extern "C" IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m595121416 (RSAManaged_t1757093819 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.RSAManaged::get_IsCrtPossible() extern "C" IL2CPP_METHOD_ATTR bool RSAManaged_get_IsCrtPossible_m3949564681 (RSAManaged_t1757093819 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Security.Cryptography.RSACryptoServiceProvider::GetHashNameFromOID(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* RSACryptoServiceProvider_GetHashNameFromOID_m3078990602 (RSACryptoServiceProvider_t2683512874 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HashAlgorithm::Create(System.String) extern "C" IL2CPP_METHOD_ATTR HashAlgorithm_t1432317219 * HashAlgorithm_Create_m644612360 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m2816868480 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, ByteU5BU5D_t4116647657* ___signature3, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.KeyPairPersistence::Remove() extern "C" IL2CPP_METHOD_ATTR void KeyPairPersistence_Remove_m1876145547 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricAlgorithm::Clear() extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Clear_m1528825448 (AsymmetricAlgorithm_t932037087 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.KeyPairPersistence::set_KeyValue(System.String) extern "C" IL2CPP_METHOD_ATTR void KeyPairPersistence_set_KeyValue_m3459302102 (KeyPairPersistence_t2094547461 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.KeyPairPersistence::Save() extern "C" IL2CPP_METHOD_ATTR void KeyPairPersistence_Save_m3111435398 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricKeyExchangeFormatter::.ctor() extern "C" IL2CPP_METHOD_ATTR void AsymmetricKeyExchangeFormatter__ctor_m1720558774 (AsymmetricKeyExchangeFormatter_t937192061 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::SetRSAKey(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943 (RSAPKCS1KeyExchangeFormatter_t2761096101 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_m2381988196 (CryptographicUnexpectedOperationException_t2790575154 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t386037858 * RandomNumberGenerator_Create_m4162970280 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS1::Encrypt_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.RandomNumberGenerator,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_Encrypt_v15_m1016948107 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, RandomNumberGenerator_t386037858 * ___rng1, ByteU5BU5D_t4116647657* ___M2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SignatureDescription::.ctor() extern "C" IL2CPP_METHOD_ATTR void SignatureDescription__ctor_m3689246904 (SignatureDescription_t1971889425 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SignatureDescription::set_DeformatterAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void SignatureDescription_set_DeformatterAlgorithm_m2634775062 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SignatureDescription::set_DigestAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void SignatureDescription_set_DigestAlgorithm_m1385003273 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SignatureDescription::set_FormatterAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void SignatureDescription_set_FormatterAlgorithm_m3829972493 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SignatureDescription::set_KeyAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void SignatureDescription_set_KeyAlgorithm_m3497860189 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::.ctor() extern "C" IL2CPP_METHOD_ATTR void AsymmetricSignatureDeformatter__ctor_m88114807 (AsymmetricSignatureDeformatter_t2681190756 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::.ctor() extern "C" IL2CPP_METHOD_ATTR void AsymmetricSignatureFormatter__ctor_m3278494933 (AsymmetricSignatureFormatter_t3486936014 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS1::Sign_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_Sign_v15_m2719206817 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, const RuntimeMethod* method); // System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create(System.String) extern "C" IL2CPP_METHOD_ATTR SHA1_t1803193667 * SHA1_Create_m2934697039 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA1__ctor_m2454864745 (SHA1_t1803193667 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1Internal::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA1Internal__ctor_m2437096624 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_Dispose_m1653611664 (SHA1CryptoServiceProvider_t3661059764 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_m620242512 (HashAlgorithm_t1432317219 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1Internal::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_HashCore_m1635242363 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.SHA1Internal::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SHA1Internal_HashFinal_m1760803056 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1Internal::Initialize() extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_Initialize_m499810128 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1Internal::ProcessBlock(System.Byte[],System.UInt32) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_ProcessBlock_m1991889327 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, uint32_t ___inputOffset1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1Internal::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_ProcessFinalBlock_m1403775421 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1Internal::InitialiseBuff(System.UInt32[],System.Byte[],System.UInt32) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_InitialiseBuff_m2891366785 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___buff0, ByteU5BU5D_t4116647657* ___input1, uint32_t ___inputOffset2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1Internal::FillBuff(System.UInt32[]) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_FillBuff_m3615718415 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___buff0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1Internal::AddLength(System.UInt64,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_AddLength_m2737455899 (SHA1Internal_t3251293021 * __this, uint64_t ___length0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___position2, const RuntimeMethod* method); // System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create(System.String) extern "C" IL2CPP_METHOD_ATTR SHA256_t3672283617 * SHA256_Create_m697467885 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA256::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA256__ctor_m4000989288 (SHA256_t3672283617 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA256Managed::ProcessBlock(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA256Managed_ProcessBlock_m2297835517 (SHA256Managed_t955042874 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA256Managed::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA256Managed_ProcessFinalBlock_m3518004226 (SHA256Managed_t955042874 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA256Managed::AddLength(System.UInt64,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA256Managed_AddLength_m1060552216 (SHA256Managed_t955042874 * __this, uint64_t ___length0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___position2, const RuntimeMethod* method); // System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create(System.String) extern "C" IL2CPP_METHOD_ATTR SHA384_t540967702 * SHA384_Create_m1745173416 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA384__ctor_m202253083 (SHA384_t540967702 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::Initialize(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_Initialize_m1661896576 (SHA384Managed_t74158575 * __this, bool ___reuse0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::update(System.Byte) extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_update_m2910797953 (SHA384Managed_t74158575 * __this, uint8_t ___input0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::processWord(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_processWord_m3832940157 (SHA384Managed_t74158575 * __this, ByteU5BU5D_t4116647657* ___input0, int32_t ___inOff1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::adjustByteCounts() extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_adjustByteCounts_m2921970088 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::processLength(System.UInt64,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_processLength_m1746354084 (SHA384Managed_t74158575 * __this, uint64_t ___lowW0, uint64_t ___hiW1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::processBlock() extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_processBlock_m1272529332 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::unpackWord(System.UInt64,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_unpackWord_m785426507 (SHA384Managed_t74158575 * __this, uint64_t ___word0, ByteU5BU5D_t4116647657* ___output1, int32_t ___outOff2, const RuntimeMethod* method); // System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create(System.String) extern "C" IL2CPP_METHOD_ATTR SHA512_t1346946930 * SHA512_Create_m3236870067 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA512__ctor_m84228937 (SHA512_t1346946930 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::Initialize(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_Initialize_m2527292789 (SHA512Managed_t1787336339 * __this, bool ___reuse0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::update(System.Byte) extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_update_m3202186042 (SHA512Managed_t1787336339 * __this, uint8_t ___input0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::processWord(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_processWord_m1015820257 (SHA512Managed_t1787336339 * __this, ByteU5BU5D_t4116647657* ___input0, int32_t ___inOff1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::adjustByteCounts() extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_adjustByteCounts_m3003603904 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::processLength(System.UInt64,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_processLength_m2162821715 (SHA512Managed_t1787336339 * __this, uint64_t ___lowW0, uint64_t ___hiW1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::processBlock() extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_processBlock_m1725885004 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::unpackWord(System.UInt64,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_unpackWord_m3785560830 (SHA512Managed_t1787336339 * __this, uint64_t ___word0, ByteU5BU5D_t4116647657* ___output1, int32_t ___outOff2, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma1(System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sigma1_m922902398 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma0(System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sigma0_m921579649 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::Sum1(System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sum1_m4163780989 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::Ch(System.UInt64,System.UInt64,System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Ch_m213737293 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::Sum0(System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sum0_m1216661412 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::Maj(System.UInt64,System.UInt64,System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Maj_m3649014337 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method); // System.UInt64 System.Security.Cryptography.SHA512Managed::rotateRight(System.UInt64,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_rotateRight_m3393943223 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, int32_t ___n1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeFieldHandle_t1871169219 ___fldHandle1, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.KeySizes::IsLegalKeySize(System.Security.Cryptography.KeySizes[],System.Int32) extern "C" IL2CPP_METHOD_ATTR bool KeySizes_IsLegalKeySize_m2571462035 (RuntimeObject * __this /* static, unused */, KeySizesU5BU5D_t722666473* ___legalKeys0, int32_t ___size1, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Enum::IsDefined(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Enum_IsDefined_m1442314461 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m3603759869 (ObjectDisposedException_t21392786 * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.ToBase64Transform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ToBase64Transform_InternalTransformBlock_m3458782414 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.ToBase64Transform::get_OutputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t ToBase64Transform_get_OutputBlockSize_m1897680077 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.ToBase64Transform::get_InputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t ToBase64Transform_get_InputBlockSize_m1094416431 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.ToBase64Transform::InternalTransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ToBase64Transform_InternalTransformFinalBlock_m360524956 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SymmetricAlgorithm::.ctor() extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm__ctor_m467277132 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.TripleDES::IsWeakKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool TripleDES_IsWeakKey_m2147489852 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___rgbKey0, const RuntimeMethod* method); // System.Security.Cryptography.TripleDES System.Security.Cryptography.TripleDES::Create(System.String) extern "C" IL2CPP_METHOD_ATTR TripleDES_t92303514 * TripleDES_Create_m2471273334 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.TripleDES::.ctor() extern "C" IL2CPP_METHOD_ATTR void TripleDES__ctor_m4045412014 (TripleDES_t92303514 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.KeyBuilder::IV(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KeyBuilder_IV_m2230195376 (RuntimeObject * __this /* static, unused */, int32_t ___size0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.TripleDESTransform::GetStrongKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TripleDESTransform_GetStrongKey_m292426577 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.TripleDESTransform::.ctor(System.Security.Cryptography.TripleDES,System.Boolean,System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TripleDESTransform__ctor_m3915497765 (TripleDESTransform_t964169060 * __this, TripleDES_t92303514 * ___algo0, bool ___encryption1, ByteU5BU5D_t4116647657* ___key2, ByteU5BU5D_t4116647657* ___iv3, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.SymmetricTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void SymmetricTransform__ctor_m25459519 (SymmetricTransform_t3802591842 * __this, SymmetricAlgorithm_t4254223087 * ___symmAlgo0, bool ___encryption1, ByteU5BU5D_t4116647657* ___rgbIV2, const RuntimeMethod* method); // System.Security.Cryptography.DES System.Security.Cryptography.DES::Create() extern "C" IL2CPP_METHOD_ATTR DES_t821106792 * DES_Create_m1258183099 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DESTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void DESTransform__ctor_m878979107 (DESTransform_t4088905499 * __this, SymmetricAlgorithm_t4254223087 * ___symmAlgo0, bool ___encryption1, ByteU5BU5D_t4116647657* ___key2, ByteU5BU5D_t4116647657* ___iv3, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DESTransform::Permutation(System.Byte[],System.Byte[],System.UInt32[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DESTransform_Permutation_m252663723 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___input0, ByteU5BU5D_t4116647657* ___output1, UInt32U5BU5D_t2770800703* ___permTab2, bool ___preSwap3, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DESTransform::ProcessBlock(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void DESTransform_ProcessBlock_m2449315636 (DESTransform_t4088905499 * __this, ByteU5BU5D_t4116647657* ___input0, ByteU5BU5D_t4116647657* ___output1, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KeyBuilder_Key_m876696100 (RuntimeObject * __this /* static, unused */, int32_t ___size0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Byte[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m1008109281 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, bool ___dates1, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Certificate::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m3656389950 (X509Certificate_t489243024 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 ___handle0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m42271953 (SerializationInfo_t950877179 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create() extern "C" IL2CPP_METHOD_ATTR SHA1_t1803193667 * SHA1_Create_m1390871308 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HashAlgorithm_ComputeHash_m2825542963 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate::tostr(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_tostr_m197816703 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToLocalTime_m3134475597 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.String System.DateTime::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m884486936 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.String System.Object::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Object_ToString_m1740002499 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Subject() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Subject_m2638144878 (X509Certificate_t713131622 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3255666490 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Issuer() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Issuer_m2934704867 (X509Certificate_t713131622 * __this, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetIssuerName() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * X509Certificate_GetIssuerName_m4238857993 (X509Certificate_t489243024 * __this, const RuntimeMethod* method); // System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1,System.Boolean,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X501_ToString_m2278029064 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___seq0, bool ___reversed1, String_t* ___separator2, bool ___quotes3, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetSubjectName() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * X509Certificate_GetSubjectName_m584504796 (X509Certificate_t489243024 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PKCS12__ctor_m2089474062 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates() extern "C" IL2CPP_METHOD_ATTR X509CertificateCollection_t1542168549 * PKCS12_get_Certificates_m1630860723 (PKCS12_t4101533060 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m1708965601 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t489243024 * X509CertificateCollection_get_Item_m3219599455 (X509CertificateCollection_t1542168549 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String) extern "C" IL2CPP_METHOD_ATTR void PKCS12__ctor_m1771540803 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___data0, String_t* ___password1, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void PermissionSet__ctor_m2328457660 (PermissionSet_t223948603 * __this, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void PermissionSet__ctor_m1527907377 (PermissionSet_t223948603 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.NamedPermissionSet::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void NamedPermissionSet_set_Name_m1397773350 (NamedPermissionSet_t2915669112 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::.ctor(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR void PermissionSet__ctor_m2402996717 (PermissionSet_t223948603 * __this, PermissionSet_t223948603 * ___permSet0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Security.NamedPermissionSet::.ctor(System.Security.NamedPermissionSet) extern "C" IL2CPP_METHOD_ATTR void NamedPermissionSet__ctor_m933883889 (NamedPermissionSet_t2915669112 * __this, NamedPermissionSet_t2915669112 * ___permSet0, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_FromXml_m3602789488 (PermissionSet_t223948603 * __this, SecurityElement_t1046076091 * ___et0, const RuntimeMethod* method); // System.String System.Security.SecurityElement::Attribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_Attribute_m2289480139 (SecurityElement_t1046076091 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.PermissionSet::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * PermissionSet_ToXml_m1189081064 (PermissionSet_t223948603 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_AddAttribute_m311510562 (SecurityElement_t1046076091 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.String System.Security.NamedPermissionSet::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* NamedPermissionSet_get_Name_m3352394288 (NamedPermissionSet_t2915669112 * __this, const RuntimeMethod* method); // System.Boolean System.Security.PermissionSet::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool PermissionSet_Equals_m448293422 (PermissionSet_t223948603 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Security.PermissionSet::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t PermissionSet_GetHashCode_m3262825218 (PermissionSet_t223948603 * __this, const RuntimeMethod* method); // System.Int32 System.String::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m1906374149 (String_t* __this, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement__ctor_m6516005 (SecurityElement_t1046076091 * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Security.IPermission System.Security.PermissionBuilder::CreatePermission(System.String,System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionBuilder_CreatePermission_m1989384588 (RuntimeObject * __this /* static, unused */, String_t* ___fullname0, SecurityElement_t1046076091 * ___se1, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m94526014 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m1693760368 (RuntimeObject * __this /* static, unused */, String_t* ___typeName0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.TypeLoadException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m2362330792 (TypeLoadException_t3707937253 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Security.IPermission System.Security.PermissionBuilder::Create(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionBuilder_Create_m1746982897 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Security.CodeAccessPermission::.ctor() extern "C" IL2CPP_METHOD_ATTR void CodeAccessPermission__ctor_m1135661531 (CodeAccessPermission_t2681295399 * __this, const RuntimeMethod* method); // System.Security.Permissions.PermissionState System.Security.CodeAccessPermission::CheckPermissionState(System.Security.Permissions.PermissionState,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CodeAccessPermission_CheckPermissionState_m731966000 (RuntimeObject * __this /* static, unused */, int32_t ___state0, bool ___allowUnrestricted1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.EnvironmentPermission::SetPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission_SetPathList_m1757934094 (EnvironmentPermission_t1242010617 * __this, int32_t ___flag0, String_t* ___pathList1, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, const RuntimeMethod* method); // System.Void System.Security.Permissions.EnvironmentPermission::ThrowInvalidFlag(System.Security.Permissions.EnvironmentPermissionAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission_ThrowInvalidFlag_m306084302 (EnvironmentPermission_t1242010617 * __this, int32_t ___flag0, bool ___context1, const RuntimeMethod* method); // System.Void System.Security.Permissions.EnvironmentPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission__ctor_m592705807 (EnvironmentPermission_t1242010617 * __this, int32_t ___state0, const RuntimeMethod* method); // System.String System.Security.Permissions.EnvironmentPermission::GetPathList(System.Security.Permissions.EnvironmentPermissionAccess) extern "C" IL2CPP_METHOD_ATTR String_t* EnvironmentPermission_GetPathList_m3432964439 (EnvironmentPermission_t1242010617 * __this, int32_t ___flag0, const RuntimeMethod* method); // System.Int32 System.Security.CodeAccessPermission::CheckSecurityElement(System.Security.SecurityElement,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CodeAccessPermission_CheckSecurityElement_m4150703613 (RuntimeObject * __this /* static, unused */, SecurityElement_t1046076091 * ___se0, String_t* ___parameterName1, int32_t ___minimumVersion2, int32_t ___maximumVersion3, const RuntimeMethod* method); // System.Boolean System.Security.CodeAccessPermission::IsUnrestricted(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR bool CodeAccessPermission_IsUnrestricted_m1224416114 (RuntimeObject * __this /* static, unused */, SecurityElement_t1046076091 * ___se0, const RuntimeMethod* method); // System.String System.Security.Permissions.EnvironmentPermission::GetPathList(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR String_t* EnvironmentPermission_GetPathList_m1905953961 (EnvironmentPermission_t1242010617 * __this, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method); // System.Security.Permissions.EnvironmentPermission System.Security.Permissions.EnvironmentPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR EnvironmentPermission_t1242010617 * EnvironmentPermission_Cast_m4026767733 (EnvironmentPermission_t1242010617 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.EnvironmentPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool EnvironmentPermission_IsUnrestricted_m63233652 (EnvironmentPermission_t1242010617 * __this, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.EnvironmentPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EnvironmentPermission_Copy_m886506347 (EnvironmentPermission_t1242010617 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.EnvironmentPermission::AddPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission_AddPathList_m995802162 (EnvironmentPermission_t1242010617 * __this, int32_t ___flag0, String_t* ___pathList1, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.CodeAccessPermission::Element(System.Int32) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * CodeAccessPermission_Element_m4280812549 (CodeAccessPermission_t2681295399 * __this, int32_t ___version0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.EnvironmentPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool EnvironmentPermission_IsEmpty_m234985852 (EnvironmentPermission_t1242010617 * __this, const RuntimeMethod* method); // System.Void System.Security.CodeAccessPermission::ThrowInvalidPermission(System.Security.IPermission,System.Type) extern "C" IL2CPP_METHOD_ATTR void CodeAccessPermission_ThrowInvalidPermission_m3890026412 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___target0, Type_t * ___expected1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileDialogPermission::set_Access(System.Security.Permissions.FileDialogPermissionAccess) extern "C" IL2CPP_METHOD_ATTR void FileDialogPermission_set_Access_m2513660204 (FileDialogPermission_t986095094 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileDialogPermission::.ctor(System.Security.Permissions.FileDialogPermissionAccess) extern "C" IL2CPP_METHOD_ATTR void FileDialogPermission__ctor_m2387896431 (FileDialogPermission_t986095094 * __this, int32_t ___access0, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m1871331077 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, String_t* ___value1, const RuntimeMethod* method); // System.Security.Permissions.FileDialogPermission System.Security.Permissions.FileDialogPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR FileDialogPermission_t986095094 * FileDialogPermission_Cast_m3042944597 (FileDialogPermission_t986095094 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.FileDialogPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileDialogPermission_Copy_m960905877 (FileDialogPermission_t986095094 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.FileDialogPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool FileDialogPermission_IsUnrestricted_m1535515616 (FileDialogPermission_t986095094 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileDialogPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void FileDialogPermission__ctor_m1540359201 (FileDialogPermission_t986095094 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::CreateLists() extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_CreateLists_m2514333598 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_AddPathList_m2670030776 (FileIOPermission_t3596906749 * __this, int32_t ___access0, String_t* ___path1, const RuntimeMethod* method); // System.Char[] System.IO.Path::GetInvalidPathChars() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* Path_GetInvalidPathChars_m3959874485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Char[] System.IO.Path::GetInvalidFileNameChars() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* Path_GetInvalidFileNameChars_m535930204 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::ThrowInvalidFlag(System.Security.Permissions.FileIOPermissionAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_ThrowInvalidFlag_m1708592716 (RuntimeObject * __this /* static, unused */, int32_t ___access0, bool ___context1, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::ThrowIfInvalidPath(System.String) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_ThrowIfInvalidPath_m845788753 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::AddPathInternal(System.Security.Permissions.FileIOPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_AddPathInternal_m4199413382 (FileIOPermission_t3596906749 * __this, int32_t ___access0, String_t* ___path1, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::ThrowIfInvalidPath(System.String[]) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_ThrowIfInvalidPath_m2136048986 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* ___paths0, const RuntimeMethod* method); // System.String System.IO.Path::InsecureGetFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_InsecureGetFullPath_m129101154 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission__ctor_m1908186556 (FileIOPermission_t3596906749 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[]) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_AddPathList_m923461984 (FileIOPermission_t3596906749 * __this, int32_t ___access0, StringU5BU5D_t1281789340* ___pathList1, const RuntimeMethod* method); // System.Security.Permissions.FileIOPermission System.Security.Permissions.FileIOPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR FileIOPermission_t3596906749 * FileIOPermission_Cast_m845369805 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.FileIOPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool FileIOPermission_IsUnrestricted_m3593893315 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.FileIOPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileIOPermission_Copy_m1475819040 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method); // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::get_AllFiles() extern "C" IL2CPP_METHOD_ATTR int32_t FileIOPermission_get_AllFiles_m2026149675 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::set_AllFiles(System.Security.Permissions.FileIOPermissionAccess) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_set_AllFiles_m3075410880 (FileIOPermission_t3596906749 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::get_AllLocalFiles() extern "C" IL2CPP_METHOD_ATTR int32_t FileIOPermission_get_AllLocalFiles_m839909416 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::set_AllLocalFiles(System.Security.Permissions.FileIOPermissionAccess) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_set_AllLocalFiles_m1808524353 (FileIOPermission_t3596906749 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::IntersectKeys(System.Collections.IList,System.Collections.IList,System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_IntersectKeys_m2315219909 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___local0, RuntimeObject* ___target1, RuntimeObject* ___result2, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.FileIOPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool FileIOPermission_IsEmpty_m2279777008 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.FileIOPermission::KeyIsSubsetOf(System.Collections.IList,System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR bool FileIOPermission_KeyIsSubsetOf_m350541938 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___local0, RuntimeObject* ___target1, const RuntimeMethod* method); // System.String[] System.Security.Permissions.FileIOPermission::GetPathList(System.Security.Permissions.FileIOPermissionAccess) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* FileIOPermission_GetPathList_m1886200273 (FileIOPermission_t3596906749 * __this, int32_t ___access0, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m2050845953 (RuntimeObject * __this /* static, unused */, String_t* ___separator0, StringU5BU5D_t1281789340* ___value1, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::UnionKeys(System.Collections.IList,System.String[]) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_UnionKeys_m3348723214 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___list0, StringU5BU5D_t1281789340* ___paths1, const RuntimeMethod* method); // System.Int32 System.Security.CodeAccessPermission::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CodeAccessPermission_GetHashCode_m880096813 (CodeAccessPermission_t2681295399 * __this, const RuntimeMethod* method); // System.String System.IO.Path::GetDirectoryName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_m3496866581 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_m545540478 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, const RuntimeMethod* method); // System.String System.IO.Path::GetFileName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFileName_m1354558116 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.IO.Path::IsPathRooted(System.String) extern "C" IL2CPP_METHOD_ATTR bool Path_IsPathRooted_m3515805419 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.IO.Path::IsPathSubsetOf(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool Path_IsPathSubsetOf_m3034834568 (RuntimeObject * __this /* static, unused */, String_t* ___subset0, String_t* ___path1, const RuntimeMethod* method); // System.Void System.Security.Permissions.GacIdentityPermission::.ctor() extern "C" IL2CPP_METHOD_ATTR void GacIdentityPermission__ctor_m4158789826 (GacIdentityPermission_t2991335275 * __this, const RuntimeMethod* method); // System.Security.Permissions.GacIdentityPermission System.Security.Permissions.GacIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR GacIdentityPermission_t2991335275 * GacIdentityPermission_Cast_m834911036 (GacIdentityPermission_t2991335275 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.GacIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GacIdentityPermission_Copy_m334609544 (GacIdentityPermission_t2991335275 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.IsolatedStoragePermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void IsolatedStoragePermission__ctor_m857592185 (IsolatedStoragePermission_t2996329588 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.IsolatedStorageFilePermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void IsolatedStorageFilePermission__ctor_m3391652299 (IsolatedStorageFilePermission_t2861120981 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Security.Permissions.IsolatedStorageFilePermission System.Security.Permissions.IsolatedStorageFilePermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR IsolatedStorageFilePermission_t2861120981 * IsolatedStorageFilePermission_Cast_m2464707317 (IsolatedStorageFilePermission_t2861120981 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.IsolatedStoragePermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool IsolatedStoragePermission_IsEmpty_m3951070925 (IsolatedStoragePermission_t2996329588 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.IsolatedStoragePermission::set_UsageAllowed(System.Security.Permissions.IsolatedStorageContainment) extern "C" IL2CPP_METHOD_ATTR void IsolatedStoragePermission_set_UsageAllowed_m4108712463 (IsolatedStoragePermission_t2996329588 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.IsolatedStoragePermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool IsolatedStoragePermission_IsUnrestricted_m1758885899 (IsolatedStoragePermission_t2996329588 * __this, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.IsolatedStorageFilePermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* IsolatedStorageFilePermission_Copy_m3242731701 (IsolatedStorageFilePermission_t2861120981 * __this, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Permissions.IsolatedStoragePermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * IsolatedStoragePermission_ToXml_m3412014939 (IsolatedStoragePermission_t2996329588 * __this, const RuntimeMethod* method); // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method); // System.Boolean System.Int64::Parse(System.String,System.Boolean,System.Int64&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int64_Parse_m3309897583 (RuntimeObject * __this /* static, unused */, String_t* ___s0, bool ___tryParse1, int64_t* ___result2, Exception_t ** ___exc3, const RuntimeMethod* method); // System.Void System.Security.Permissions.KeyContainerPermission::SetFlags(System.Security.Permissions.KeyContainerPermissionFlags) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermission_SetFlags_m3672689155 (KeyContainerPermission_t1460699488 * __this, int32_t ___flags0, const RuntimeMethod* method); // System.Int32 System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::Add(System.Security.Permissions.KeyContainerPermissionAccessEntry) extern "C" IL2CPP_METHOD_ATTR int32_t KeyContainerPermissionAccessEntryCollection_Add_m694840409 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, KeyContainerPermissionAccessEntry_t3026022710 * ___accessEntry0, const RuntimeMethod* method); // System.Int32 System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t KeyContainerPermissionAccessEntryCollection_get_Count_m642232447 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.KeyContainerPermission::.ctor(System.Security.Permissions.KeyContainerPermissionFlags) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermission__ctor_m27481148 (KeyContainerPermission_t1460699488 * __this, int32_t ___flags0, const RuntimeMethod* method); // System.Void System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::CopyTo(System.Security.Permissions.KeyContainerPermissionAccessEntry[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermissionAccessEntryCollection_CopyTo_m1825894660 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, KeyContainerPermissionAccessEntryU5BU5D_t3830449459* ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Security.Permissions.KeyContainerPermission::.ctor(System.Security.Permissions.KeyContainerPermissionFlags,System.Security.Permissions.KeyContainerPermissionAccessEntry[]) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermission__ctor_m2860365968 (KeyContainerPermission_t1460699488 * __this, int32_t ___flags0, KeyContainerPermissionAccessEntryU5BU5D_t3830449459* ___accessList1, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.KeyContainerPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool KeyContainerPermission_IsUnrestricted_m1568235530 (KeyContainerPermission_t1460699488 * __this, const RuntimeMethod* method); // System.Security.Permissions.KeyContainerPermission System.Security.Permissions.KeyContainerPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR KeyContainerPermission_t1460699488 * KeyContainerPermission_Cast_m3744190167 (KeyContainerPermission_t1460699488 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.KeyContainerPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* KeyContainerPermission_Copy_m1153925706 (KeyContainerPermission_t1460699488 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermissionAccessEntryCollection__ctor_m1064940544 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, const RuntimeMethod* method); // System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR KeyContainerPermissionAccessEntryEnumerator_t3641947072 * KeyContainerPermissionAccessEntryCollection_GetEnumerator_m632235850 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, const RuntimeMethod* method); // System.Security.Permissions.KeyContainerPermissionAccessEntry System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyContainerPermissionAccessEntry_t3026022710 * KeyContainerPermissionAccessEntryEnumerator_get_Current_m2187682901 (KeyContainerPermissionAccessEntryEnumerator_t3641947072 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool KeyContainerPermissionAccessEntryEnumerator_MoveNext_m3211539720 (KeyContainerPermissionAccessEntryEnumerator_t3641947072 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::IndexOf(System.Security.Permissions.KeyContainerPermissionAccessEntry) extern "C" IL2CPP_METHOD_ATTR int32_t KeyContainerPermissionAccessEntryCollection_IndexOf_m1625613501 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, KeyContainerPermissionAccessEntry_t3026022710 * ___accessEntry0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermissionAccessEntryEnumerator__ctor_m1885627819 (KeyContainerPermissionAccessEntryEnumerator_t3641947072 * __this, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.KeyContainerPermissionAccessEntry::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool KeyContainerPermissionAccessEntry_Equals_m1469203282 (KeyContainerPermissionAccessEntry_t3026022710 * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void System.Security.Permissions.PublisherIdentityPermission::set_Certificate(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void PublisherIdentityPermission_set_Certificate_m3980395892 (PublisherIdentityPermission_t594127488 * __this, X509Certificate_t713131622 * ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.PublisherIdentityPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void PublisherIdentityPermission__ctor_m2641124654 (PublisherIdentityPermission_t594127488 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Collections.Hashtable System.Security.SecurityElement::get_Attributes() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * SecurityElement_get_Attributes_m1319762035 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.CryptoConvert::FromHex(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CryptoConvert_FromHex_m3940911299 (RuntimeObject * __this /* static, unused */, String_t* ___hex0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m1413707489 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Security.Permissions.PublisherIdentityPermission System.Security.Permissions.PublisherIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR PublisherIdentityPermission_t594127488 * PublisherIdentityPermission_Cast_m1972400146 (PublisherIdentityPermission_t594127488 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Void System.Security.Permissions.PublisherIdentityPermission::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void PublisherIdentityPermission__ctor_m1050004138 (PublisherIdentityPermission_t594127488 * __this, X509Certificate_t713131622 * ___certificate0, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.PublisherIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PublisherIdentityPermission_Copy_m4278048358 (PublisherIdentityPermission_t594127488 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.ReflectionPermission::set_Flags(System.Security.Permissions.ReflectionPermissionFlag) extern "C" IL2CPP_METHOD_ATTR void ReflectionPermission_set_Flags_m1280946911 (ReflectionPermission_t2208099681 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.ReflectionPermission::.ctor(System.Security.Permissions.ReflectionPermissionFlag) extern "C" IL2CPP_METHOD_ATTR void ReflectionPermission__ctor_m1354536571 (ReflectionPermission_t2208099681 * __this, int32_t ___flag0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Security.Permissions.ReflectionPermission System.Security.Permissions.ReflectionPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR ReflectionPermission_t2208099681 * ReflectionPermission_Cast_m2554660366 (ReflectionPermission_t2208099681 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.ReflectionPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool ReflectionPermission_IsUnrestricted_m3644031038 (ReflectionPermission_t2208099681 * __this, const RuntimeMethod* method); // System.Security.Permissions.ReflectionPermissionFlag System.Security.Permissions.ReflectionPermission::get_Flags() extern "C" IL2CPP_METHOD_ATTR int32_t ReflectionPermission_get_Flags_m3983278668 (ReflectionPermission_t2208099681 * __this, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.ReflectionPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReflectionPermission_Copy_m274021237 (ReflectionPermission_t2208099681 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.ReflectionPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void ReflectionPermission__ctor_m604587807 (ReflectionPermission_t2208099681 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.RegistryPermission::AddWithUnionKey(System.Collections.IList,System.String) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission_AddWithUnionKey_m479354432 (RegistryPermission_t4244934776 * __this, RuntimeObject* ___list0, String_t* ___pathList1, const RuntimeMethod* method); // System.Void System.Security.Permissions.RegistryPermission::ThrowInvalidFlag(System.Security.Permissions.RegistryPermissionAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission_ThrowInvalidFlag_m1489227963 (RegistryPermission_t4244934776 * __this, int32_t ___flag0, bool ___context1, const RuntimeMethod* method); // System.String System.Security.Permissions.RegistryPermission::GetPathList(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR String_t* RegistryPermission_GetPathList_m506144580 (RegistryPermission_t4244934776 * __this, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method); // System.Void System.Security.Permissions.RegistryPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission__ctor_m2010290529 (RegistryPermission_t4244934776 * __this, int32_t ___state0, const RuntimeMethod* method); // System.String System.Security.Permissions.RegistryPermission::GetPathList(System.Security.Permissions.RegistryPermissionAccess) extern "C" IL2CPP_METHOD_ATTR String_t* RegistryPermission_GetPathList_m1921697061 (RegistryPermission_t4244934776 * __this, int32_t ___access0, const RuntimeMethod* method); // System.Void System.Security.Permissions.RegistryPermission::SetPathList(System.Security.Permissions.RegistryPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission_SetPathList_m177476511 (RegistryPermission_t4244934776 * __this, int32_t ___access0, String_t* ___pathList1, const RuntimeMethod* method); // System.Security.Permissions.RegistryPermission System.Security.Permissions.RegistryPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RegistryPermission_t4244934776 * RegistryPermission_Cast_m1752377571 (RegistryPermission_t4244934776 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.RegistryPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool RegistryPermission_IsUnrestricted_m2108884862 (RegistryPermission_t4244934776 * __this, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.RegistryPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RegistryPermission_Copy_m1236070534 (RegistryPermission_t4244934776 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.RegistryPermission::IntersectKeys(System.Collections.IList,System.Collections.IList,System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission_IntersectKeys_m961022720 (RegistryPermission_t4244934776 * __this, RuntimeObject* ___local0, RuntimeObject* ___target1, RuntimeObject* ___result2, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.RegistryPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool RegistryPermission_IsEmpty_m1847288601 (RegistryPermission_t4244934776 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.RegistryPermission::KeyIsSubsetOf(System.Collections.IList,System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR bool RegistryPermission_KeyIsSubsetOf_m1742537875 (RegistryPermission_t4244934776 * __this, RuntimeObject* ___local0, RuntimeObject* ___target1, const RuntimeMethod* method); // System.Void System.Security.Permissions.RegistryPermission::AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission_AddPathList_m2434130390 (RegistryPermission_t4244934776 * __this, int32_t ___access0, String_t* ___pathList1, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.SecurityPermission::set_Flags(System.Security.Permissions.SecurityPermissionFlag) extern "C" IL2CPP_METHOD_ATTR void SecurityPermission_set_Flags_m1503445204 (SecurityPermission_t2954997752 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.SecurityPermission::.ctor(System.Security.Permissions.SecurityPermissionFlag) extern "C" IL2CPP_METHOD_ATTR void SecurityPermission__ctor_m1462427327 (SecurityPermission_t2954997752 * __this, int32_t ___flag0, const RuntimeMethod* method); // System.Security.Permissions.SecurityPermission System.Security.Permissions.SecurityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR SecurityPermission_t2954997752 * SecurityPermission_Cast_m2392017566 (SecurityPermission_t2954997752 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.SecurityPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool SecurityPermission_IsEmpty_m2033068359 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.SecurityPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool SecurityPermission_IsUnrestricted_m3327262311 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.SecurityPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void SecurityPermission__ctor_m885935718 (SecurityPermission_t2954997752 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.SecurityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SecurityPermission_Copy_m1646826186 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.SecurityAttribute::get_Unrestricted() extern "C" IL2CPP_METHOD_ATTR bool SecurityAttribute_get_Unrestricted_m4193236990 (SecurityAttribute_t4008260079 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.SiteIdentityPermission::set_Site(System.String) extern "C" IL2CPP_METHOD_ATTR void SiteIdentityPermission_set_Site_m1105079855 (SiteIdentityPermission_t4239769539 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.SiteIdentityPermission::IsValid(System.String) extern "C" IL2CPP_METHOD_ATTR bool SiteIdentityPermission_IsValid_m1450653188 (SiteIdentityPermission_t4239769539 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.SiteIdentityPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool SiteIdentityPermission_IsEmpty_m4185238942 (SiteIdentityPermission_t4239769539 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.SiteIdentityPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void SiteIdentityPermission__ctor_m3358818095 (SiteIdentityPermission_t4239769539 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.SiteIdentityPermission::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SiteIdentityPermission__ctor_m1960307132 (SiteIdentityPermission_t4239769539 * __this, String_t* ___site0, const RuntimeMethod* method); // System.Security.Permissions.SiteIdentityPermission System.Security.Permissions.SiteIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR SiteIdentityPermission_t4239769539 * SiteIdentityPermission_Cast_m1204175153 (SiteIdentityPermission_t4239769539 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.SiteIdentityPermission::Match(System.String) extern "C" IL2CPP_METHOD_ATTR bool SiteIdentityPermission_Match_m877843143 (SiteIdentityPermission_t4239769539 * __this, String_t* ___target0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m1901926500 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.SiteIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SiteIdentityPermission_Copy_m495304303 (SiteIdentityPermission_t4239769539 * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Security.Permissions.StrongNameIdentityPermission/SNIP System.Security.Permissions.StrongNameIdentityPermission/SNIP::CreateDefault() extern "C" IL2CPP_METHOD_ATTR SNIP_t4156255223 SNIP_CreateDefault_m539902947 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Permissions.StrongNameIdentityPermission/SNIP::.ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version) extern "C" IL2CPP_METHOD_ATTR void SNIP__ctor_m102776470 (SNIP_t4156255223 * __this, StrongNamePublicKeyBlob_t3355146440 * ___pk0, String_t* ___name1, Version_t3456873960 * ___version2, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m3828927650 (ArrayList_t2718874744 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Version::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Version__ctor_m3537335798 (Version_t3456873960 * __this, int32_t ___major0, int32_t ___minor1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.StrongNameIdentityPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool StrongNameIdentityPermission_IsEmpty_m3953280418 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.StrongNameIdentityPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void StrongNameIdentityPermission__ctor_m1226025723 (StrongNameIdentityPermission_t2780499738 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.StrongNameIdentityPermission::.ctor(System.Security.Permissions.StrongNameIdentityPermission) extern "C" IL2CPP_METHOD_ATTR void StrongNameIdentityPermission__ctor_m773036023 (StrongNameIdentityPermission_t2780499738 * __this, StrongNameIdentityPermission_t2780499738 * ___snip0, const RuntimeMethod* method); // System.Collections.ArrayList System.Security.SecurityElement::get_Children() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * SecurityElement_get_Children_m1231540612 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method); // System.Security.Permissions.StrongNameIdentityPermission/SNIP System.Security.Permissions.StrongNameIdentityPermission::FromSecurityElement(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR SNIP_t4156255223 StrongNameIdentityPermission_FromSecurityElement_m3174499286 (StrongNameIdentityPermission_t2780499738 * __this, SecurityElement_t1046076091 * ___se0, const RuntimeMethod* method); // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Permissions.StrongNamePublicKeyBlob::FromString(System.String) extern "C" IL2CPP_METHOD_ATTR StrongNamePublicKeyBlob_t3355146440 * StrongNamePublicKeyBlob_FromString_m4128186012 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Version::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Version__ctor_m1394137037 (Version_t3456873960 * __this, String_t* ___version0, const RuntimeMethod* method); // System.String System.Security.Permissions.StrongNameIdentityPermission::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* StrongNameIdentityPermission_get_Name_m2936560582 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.StrongNameIdentityPermission::Match(System.String) extern "C" IL2CPP_METHOD_ATTR bool StrongNameIdentityPermission_Match_m3829662664 (StrongNameIdentityPermission_t2780499738 * __this, String_t* ___target0, const RuntimeMethod* method); // System.Version System.Security.Permissions.StrongNameIdentityPermission::get_Version() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * StrongNameIdentityPermission_get_Version_m2388059123 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method); // System.Boolean System.Version::Equals(System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_Equals_m1564427710 (Version_t3456873960 * __this, Version_t3456873960 * ___obj0, const RuntimeMethod* method); // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Permissions.StrongNameIdentityPermission::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR StrongNamePublicKeyBlob_t3355146440 * StrongNameIdentityPermission_get_PublicKey_m1510164349 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.StrongNamePublicKeyBlob::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StrongNamePublicKeyBlob_Equals_m3655422942 (StrongNamePublicKeyBlob_t3355146440 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Security.Permissions.StrongNameIdentityPermission::.ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version) extern "C" IL2CPP_METHOD_ATTR void StrongNameIdentityPermission__ctor_m894027171 (StrongNameIdentityPermission_t2780499738 * __this, StrongNamePublicKeyBlob_t3355146440 * ___blob0, String_t* ___name1, Version_t3456873960 * ___version2, const RuntimeMethod* method); // System.Security.Permissions.StrongNameIdentityPermission System.Security.Permissions.StrongNameIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR StrongNameIdentityPermission_t2780499738 * StrongNameIdentityPermission_Cast_m2979682952 (StrongNameIdentityPermission_t2780499738 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.StrongNameIdentityPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool StrongNameIdentityPermission_IsUnrestricted_m3087242751 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.StrongNameIdentityPermission/SNIP::IsSubsetOf(System.Security.Permissions.StrongNameIdentityPermission/SNIP) extern "C" IL2CPP_METHOD_ATTR bool SNIP_IsSubsetOf_m157520153 (SNIP_t4156255223 * __this, SNIP_t4156255223 ___target0, const RuntimeMethod* method); // System.Void System.Security.Permissions.StrongNameIdentityPermission::ToSecurityElement(System.Security.SecurityElement,System.Security.Permissions.StrongNameIdentityPermission/SNIP) extern "C" IL2CPP_METHOD_ATTR void StrongNameIdentityPermission_ToSecurityElement_m726688216 (StrongNameIdentityPermission_t2780499738 * __this, SecurityElement_t1046076091 * ___se0, SNIP_t4156255223 ___snip1, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_AddChild_m1606852781 (SecurityElement_t1046076091 * __this, SecurityElement_t1046076091 * ___child0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.StrongNameIdentityPermission::IsEmpty(System.Security.Permissions.StrongNameIdentityPermission/SNIP) extern "C" IL2CPP_METHOD_ATTR bool StrongNameIdentityPermission_IsEmpty_m2417614451 (StrongNameIdentityPermission_t2780499738 * __this, SNIP_t4156255223 ___snip0, const RuntimeMethod* method); // System.String System.Security.Permissions.StrongNamePublicKeyBlob::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StrongNamePublicKeyBlob_ToString_m724833278 (StrongNamePublicKeyBlob_t3355146440 * __this, const RuntimeMethod* method); // System.Boolean System.Version::op_Inequality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Inequality_m1696193441 (RuntimeObject * __this /* static, unused */, Version_t3456873960 * ___v10, Version_t3456873960 * ___v21, const RuntimeMethod* method); // System.String System.Version::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Version_ToString_m2279867705 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.StrongNameIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StrongNameIdentityPermission_Copy_m3748742351 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.StrongNameIdentityPermission::Contains(System.Security.Permissions.StrongNameIdentityPermission/SNIP) extern "C" IL2CPP_METHOD_ATTR bool StrongNameIdentityPermission_Contains_m1691198051 (StrongNameIdentityPermission_t2780499738 * __this, SNIP_t4156255223 ___snip0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.StrongNameIdentityPermission/SNIP::IsNameSubsetOf(System.String) extern "C" IL2CPP_METHOD_ATTR bool SNIP_IsNameSubsetOf_m3700450608 (SNIP_t4156255223 * __this, String_t* ___target0, const RuntimeMethod* method); // System.Boolean System.Version::op_Equality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Equality_m3804852517 (RuntimeObject * __this /* static, unused */, Version_t3456873960 * ___v10, Version_t3456873960 * ___v21, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3451222878 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_m3468062251 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m945110377 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, bool ___ignoreCase5, CultureInfo_t4157843068 * ___culture6, const RuntimeMethod* method); // System.Object System.Version::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Version_Clone_m1749041863 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Byte System.Security.Permissions.StrongNamePublicKeyBlob::CharToByte(System.Char) extern "C" IL2CPP_METHOD_ATTR uint8_t StrongNamePublicKeyBlob_CharToByte_m1523689864 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m1734770211 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.StrongNamePublicKeyBlob::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void StrongNamePublicKeyBlob__ctor_m410211827 (StrongNamePublicKeyBlob_t3355146440 * __this, ByteU5BU5D_t4116647657* ___publicKey0, const RuntimeMethod* method); // System.Char System.Char::ToLowerInvariant(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLowerInvariant_m1926695830 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m3646673943 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Security.Permissions.UIPermission::set_Clipboard(System.Security.Permissions.UIPermissionClipboard) extern "C" IL2CPP_METHOD_ATTR void UIPermission_set_Clipboard_m59511337 (UIPermission_t826475846 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.UIPermission::set_Window(System.Security.Permissions.UIPermissionWindow) extern "C" IL2CPP_METHOD_ATTR void UIPermission_set_Window_m2172434563 (UIPermission_t826475846 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.UIPermission::.ctor(System.Security.Permissions.UIPermissionWindow,System.Security.Permissions.UIPermissionClipboard) extern "C" IL2CPP_METHOD_ATTR void UIPermission__ctor_m764438077 (UIPermission_t826475846 * __this, int32_t ___windowFlag0, int32_t ___clipboardFlag1, const RuntimeMethod* method); // System.Security.Permissions.UIPermission System.Security.Permissions.UIPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR UIPermission_t826475846 * UIPermission_Cast_m3162503250 (UIPermission_t826475846 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.UIPermission::IsEmpty(System.Security.Permissions.UIPermissionWindow,System.Security.Permissions.UIPermissionClipboard) extern "C" IL2CPP_METHOD_ATTR bool UIPermission_IsEmpty_m2628414423 (UIPermission_t826475846 * __this, int32_t ___w0, int32_t ___c1, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.UIPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool UIPermission_IsUnrestricted_m4005442076 (UIPermission_t826475846 * __this, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.UIPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UIPermission_Copy_m2822358349 (UIPermission_t826475846 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.UrlIdentityPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void UrlIdentityPermission__ctor_m3053469988 (UrlIdentityPermission_t48040392 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.UrlIdentityPermission::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void UrlIdentityPermission__ctor_m1110496892 (UrlIdentityPermission_t48040392 * __this, String_t* ___site0, const RuntimeMethod* method); // System.Void System.Security.Permissions.UrlIdentityPermission::set_Url(System.String) extern "C" IL2CPP_METHOD_ATTR void UrlIdentityPermission_set_Url_m463084892 (UrlIdentityPermission_t48040392 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Security.Permissions.UrlIdentityPermission System.Security.Permissions.UrlIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR UrlIdentityPermission_t48040392 * UrlIdentityPermission_Cast_m4123444590 (UrlIdentityPermission_t48040392 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.UrlIdentityPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool UrlIdentityPermission_IsEmpty_m608147207 (UrlIdentityPermission_t48040392 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.UrlIdentityPermission::Match(System.String) extern "C" IL2CPP_METHOD_ATTR bool UrlIdentityPermission_Match_m3241274090 (UrlIdentityPermission_t48040392 * __this, String_t* ___target0, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.UrlIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UrlIdentityPermission_Copy_m54500706 (UrlIdentityPermission_t48040392 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.ZoneIdentityPermission::set_SecurityZone(System.Security.SecurityZone) extern "C" IL2CPP_METHOD_ATTR void ZoneIdentityPermission_set_SecurityZone_m1661108249 (ZoneIdentityPermission_t2250593031 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.ZoneIdentityPermission::.ctor(System.Security.SecurityZone) extern "C" IL2CPP_METHOD_ATTR void ZoneIdentityPermission__ctor_m1270857138 (ZoneIdentityPermission_t2250593031 * __this, int32_t ___zone0, const RuntimeMethod* method); // System.Security.Permissions.ZoneIdentityPermission System.Security.Permissions.ZoneIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR ZoneIdentityPermission_t2250593031 * ZoneIdentityPermission_Cast_m3730232780 (ZoneIdentityPermission_t2250593031 * __this, RuntimeObject* ___target0, const RuntimeMethod* method); // System.Security.IPermission System.Security.Permissions.ZoneIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ZoneIdentityPermission_Copy_m3264825818 (ZoneIdentityPermission_t2250593031 * __this, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.SecurityElement::FromString(System.String) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * SecurityElement_FromString_m2092342195 (RuntimeObject * __this /* static, unused */, String_t* ___xml0, const RuntimeMethod* method); // System.Security.IPermission System.Security.PermissionSet::RemovePermission(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_RemovePermission_m78436141 (PermissionSet_t223948603 * __this, Type_t * ___permClass0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m3448755881 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m3408750441 (IndexOutOfRangeException_t1578797820 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Security.SecurityElement::get_Tag() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_m2258014803 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Security.Policy.PolicyLevel System.Security.PermissionSet::get_Resolver() extern "C" IL2CPP_METHOD_ATTR PolicyLevel_t2891196107 * PermissionSet_get_Resolver_m1175292228 (PermissionSet_t223948603 * __this, const RuntimeMethod* method); // System.String System.Security.Policy.PolicyLevel::ResolveClassName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* PolicyLevel_ResolveClassName_m1024075074 (PolicyLevel_t2891196107 * __this, String_t* ___className0, const RuntimeMethod* method); // System.Security.IPermission System.Security.PermissionBuilder::Create(System.String,System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionBuilder_Create_m708304050 (RuntimeObject * __this /* static, unused */, String_t* ___fullname0, SecurityElement_t1046076091 * ___se1, const RuntimeMethod* method); // System.Boolean System.Security.PermissionSet::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool PermissionSet_IsEmpty_m3967159731 (PermissionSet_t223948603 * __this, const RuntimeMethod* method); // System.Boolean System.Security.PermissionSet::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool PermissionSet_IsUnrestricted_m3107958415 (PermissionSet_t223948603 * __this, const RuntimeMethod* method); // System.Security.IPermission System.Security.PermissionSet::GetPermission(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_GetPermission_m1451093916 (PermissionSet_t223948603 * __this, Type_t * ___permClass0, const RuntimeMethod* method); // System.Boolean System.Type::Equals(System.Type) extern "C" IL2CPP_METHOD_ATTR bool Type_Equals_m709225487 (Type_t * __this, Type_t * ___o0, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::InternalIntersect(System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_InternalIntersect_m3389278230 (PermissionSet_t223948603 * __this, PermissionSet_t223948603 * ___intersect0, PermissionSet_t223948603 * ___a1, PermissionSet_t223948603 * ___b2, bool ___unrestricted3, const RuntimeMethod* method); // System.Security.IPermission System.Security.PermissionSet::AddPermission(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_AddPermission_m409481996 (PermissionSet_t223948603 * __this, RuntimeObject* ___perm0, const RuntimeMethod* method); // System.String System.Security.SecurityElement::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_ToString_m1918878627 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.Int32 System.Object::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m2705121830 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityException__ctor_m1631242336 (SecurityException_t975544473 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Security.PermissionSet::ReadEncodedInt(System.Byte[],System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t PermissionSet_ReadEncodedInt_m3624754624 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, int32_t* ___position1, const RuntimeMethod* method); // System.Security.IPermission System.Security.PermissionSet::ProcessAttribute(System.Byte[],System.Int32&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_ProcessAttribute_m1079175190 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, int32_t* ___position1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.BitConverter::ToInt32(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BitConverter_ToInt32_m1089563119 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2984378204 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Byte) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m2532412511 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m717245755 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m2566001229 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Byte) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m701474428 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m4064261444 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2505564049 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m360864467 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Byte) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m395638860 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m2652538228 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Byte) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m2769033141 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Byte) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m3124823876 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m3414567179 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Reflection.FieldInfo System.Type::GetField(System.String) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * Type_GetField_m2961003358 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void FieldInfo_SetValue_m2460171138 (FieldInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RIPEMD160::.ctor() extern "C" IL2CPP_METHOD_ATTR void RIPEMD160__ctor_m860963627 (RIPEMD160_t268675434 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL); ((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)160)); 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 System.Security.Cryptography.RIPEMD160Managed::.ctor() extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed__ctor_m1837600365 (RIPEMD160Managed_t2491561941 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RIPEMD160Managed__ctor_m1837600365_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RIPEMD160__ctor_m860963627(__this, /*hidden argument*/NULL); __this->set__X_5(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)))); __this->set__HashValue_6(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)5))); __this->set__ProcessingBuffer_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)))); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.RIPEMD160Managed::Initialize() */, __this); return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::Initialize() extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_Initialize_m2173168986 (RIPEMD160Managed_t2491561941 * __this, const RuntimeMethod* method) { { UInt32U5BU5D_t2770800703* L_0 = __this->get__HashValue_6(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)((int32_t)1732584193)); UInt32U5BU5D_t2770800703* L_1 = __this->get__HashValue_6(); NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint32_t)((int32_t)-271733879)); UInt32U5BU5D_t2770800703* L_2 = __this->get__HashValue_6(); NullCheck(L_2); (L_2)->SetAt(static_cast(2), (uint32_t)((int32_t)-1732584194)); UInt32U5BU5D_t2770800703* L_3 = __this->get__HashValue_6(); NullCheck(L_3); (L_3)->SetAt(static_cast(3), (uint32_t)((int32_t)271733878)); UInt32U5BU5D_t2770800703* L_4 = __this->get__HashValue_6(); NullCheck(L_4); (L_4)->SetAt(static_cast(4), (uint32_t)((int32_t)-1009589776)); __this->set__Length_7((((int64_t)((int64_t)0)))); __this->set__ProcessingBufferCount_8(0); UInt32U5BU5D_t2770800703* L_5 = __this->get__X_5(); UInt32U5BU5D_t2770800703* L_6 = __this->get__X_5(); NullCheck(L_6); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = __this->get__ProcessingBuffer_4(); ByteU5BU5D_t4116647657* L_8 = __this->get__ProcessingBuffer_4(); NullCheck(L_8); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_HashCore_m2350629432 (RIPEMD160Managed_t2491561941 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { int32_t V_0 = 0; { ((HashAlgorithm_t1432317219 *)__this)->set_State_2(1); uint64_t L_0 = __this->get__Length_7(); int32_t L_1 = ___cbSize2; __this->set__Length_7(((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)L_1))))))))); int32_t L_2 = __this->get__ProcessingBufferCount_8(); if (!L_2) { goto IL_008f; } } { int32_t L_3 = ___cbSize2; int32_t L_4 = __this->get__ProcessingBufferCount_8(); if ((((int32_t)L_3) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_4))))) { goto IL_0053; } } { ByteU5BU5D_t4116647657* L_5 = ___rgb0; int32_t L_6 = ___ibStart1; ByteU5BU5D_t4116647657* L_7 = __this->get__ProcessingBuffer_4(); int32_t L_8 = __this->get__ProcessingBufferCount_8(); int32_t L_9 = ___cbSize2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, L_6, (RuntimeArray *)(RuntimeArray *)L_7, L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = __this->get__ProcessingBufferCount_8(); int32_t L_11 = ___cbSize2; __this->set__ProcessingBufferCount_8(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11))); return; } IL_0053: { int32_t L_12 = __this->get__ProcessingBufferCount_8(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_12)); ByteU5BU5D_t4116647657* L_13 = ___rgb0; int32_t L_14 = ___ibStart1; ByteU5BU5D_t4116647657* L_15 = __this->get__ProcessingBuffer_4(); int32_t L_16 = __this->get__ProcessingBufferCount_8(); int32_t L_17 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, L_14, (RuntimeArray *)(RuntimeArray *)L_15, L_16, L_17, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_18 = __this->get__ProcessingBuffer_4(); RIPEMD160Managed_ProcessBlock_m3304263146(__this, L_18, 0, /*hidden argument*/NULL); __this->set__ProcessingBufferCount_8(0); int32_t L_19 = ___ibStart1; int32_t L_20 = V_0; ___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)); int32_t L_21 = ___cbSize2; int32_t L_22 = V_0; ___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)); } IL_008f: { V_0 = 0; goto IL_00a5; } IL_0096: { ByteU5BU5D_t4116647657* L_23 = ___rgb0; int32_t L_24 = ___ibStart1; int32_t L_25 = V_0; RIPEMD160Managed_ProcessBlock_m3304263146(__this, L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL); int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)64))); } IL_00a5: { int32_t L_27 = V_0; int32_t L_28 = ___cbSize2; int32_t L_29 = ___cbSize2; if ((((int32_t)L_27) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)((int32_t)((int32_t)L_29%(int32_t)((int32_t)64)))))))) { goto IL_0096; } } { int32_t L_30 = ___cbSize2; if (!((int32_t)((int32_t)L_30%(int32_t)((int32_t)64)))) { goto IL_00dd; } } { ByteU5BU5D_t4116647657* L_31 = ___rgb0; int32_t L_32 = ___cbSize2; int32_t L_33 = ___cbSize2; int32_t L_34 = ___ibStart1; ByteU5BU5D_t4116647657* L_35 = __this->get__ProcessingBuffer_4(); int32_t L_36 = ___cbSize2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_31, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)((int32_t)((int32_t)L_33%(int32_t)((int32_t)64))))), (int32_t)L_34)), (RuntimeArray *)(RuntimeArray *)L_35, 0, ((int32_t)((int32_t)L_36%(int32_t)((int32_t)64))), /*hidden argument*/NULL); int32_t L_37 = ___cbSize2; __this->set__ProcessingBufferCount_8(((int32_t)((int32_t)L_37%(int32_t)((int32_t)64)))); } IL_00dd: { return; } } // System.Byte[] System.Security.Cryptography.RIPEMD160Managed::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RIPEMD160Managed_HashFinal_m1016449914 (RIPEMD160Managed_t2491561941 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RIPEMD160Managed_HashFinal_m1016449914_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { uint64_t L_0 = __this->get__Length_7(); RIPEMD160Managed_CompressFinal_m497690796(__this, L_0, /*hidden argument*/NULL); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20))); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); bool L_1 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_IsLittleEndian_1(); if (L_1) { goto IL_005e; } } { V_1 = 0; goto IL_0052; } IL_0025: { V_2 = 0; goto IL_0047; } IL_002c: { ByteU5BU5D_t4116647657* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_2; UInt32U5BU5D_t2770800703* L_5 = __this->get__HashValue_6(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); int32_t L_9 = V_2; NullCheck(L_2); (L_2)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)4)), (int32_t)L_4))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_8>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)8))&(int32_t)((int32_t)31))))))))); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0047: { int32_t L_11 = V_2; if ((((int32_t)L_11) < ((int32_t)4))) { goto IL_002c; } } { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0052: { int32_t L_13 = V_1; if ((((int32_t)L_13) < ((int32_t)5))) { goto IL_0025; } } { goto IL_006e; } IL_005e: { UInt32U5BU5D_t2770800703* L_14 = __this->get__HashValue_6(); ByteU5BU5D_t4116647657* L_15 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_14, 0, (RuntimeArray *)(RuntimeArray *)L_15, 0, ((int32_t)20), /*hidden argument*/NULL); } IL_006e: { ByteU5BU5D_t4116647657* L_16 = V_0; return L_16; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::Finalize() extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_Finalize_m2864487594 (RIPEMD160Managed_t2491561941 * __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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::ProcessBlock(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_ProcessBlock_m3304263146 (RIPEMD160Managed_t2491561941 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RIPEMD160Managed_ProcessBlock_m3304263146_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_IsLittleEndian_1(); if (L_0) { goto IL_0052; } } { V_0 = 0; goto IL_003f; } IL_0011: { UInt32U5BU5D_t2770800703* L_1 = __this->get__X_5(); int32_t L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = ___buffer0; int32_t L_4 = ___offset1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_t4116647657* L_7 = ___buffer0; int32_t L_8 = ___offset1; 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_t4116647657* L_11 = ___buffer0; int32_t L_12 = ___offset1; 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_t4116647657* L_15 = ___buffer0; int32_t L_16 = ___offset1; 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 = ___offset1; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)4)); int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_003f: { int32_t L_21 = V_0; UInt32U5BU5D_t2770800703* L_22 = __this->get__X_5(); NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0011; } } { goto IL_0062; } IL_0052: { ByteU5BU5D_t4116647657* L_23 = ___buffer0; int32_t L_24 = ___offset1; UInt32U5BU5D_t2770800703* L_25 = __this->get__X_5(); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_23, L_24, (RuntimeArray *)(RuntimeArray *)L_25, 0, ((int32_t)64), /*hidden argument*/NULL); } IL_0062: { RIPEMD160Managed_Compress_m126479169(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::Compress() extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_Compress_m126479169 (RIPEMD160Managed_t2491561941 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; uint32_t V_8 = 0; uint32_t V_9 = 0; { UInt32U5BU5D_t2770800703* L_0 = __this->get__HashValue_6(); NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; UInt32U5BU5D_t2770800703* L_3 = __this->get__HashValue_6(); NullCheck(L_3); int32_t L_4 = 1; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = L_5; UInt32U5BU5D_t2770800703* L_6 = __this->get__HashValue_6(); NullCheck(L_6); int32_t L_7 = 2; uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_2 = L_8; UInt32U5BU5D_t2770800703* L_9 = __this->get__HashValue_6(); NullCheck(L_9); int32_t L_10 = 3; uint32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_3 = L_11; UInt32U5BU5D_t2770800703* L_12 = __this->get__HashValue_6(); NullCheck(L_12); int32_t L_13 = 4; uint32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_4 = L_14; UInt32U5BU5D_t2770800703* L_15 = __this->get__HashValue_6(); NullCheck(L_15); int32_t L_16 = 0; uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_5 = L_17; UInt32U5BU5D_t2770800703* L_18 = __this->get__HashValue_6(); NullCheck(L_18); int32_t L_19 = 1; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); V_6 = L_20; UInt32U5BU5D_t2770800703* L_21 = __this->get__HashValue_6(); NullCheck(L_21); int32_t L_22 = 2; uint32_t L_23 = (L_21)->GetAt(static_cast(L_22)); V_7 = L_23; UInt32U5BU5D_t2770800703* L_24 = __this->get__HashValue_6(); NullCheck(L_24); int32_t L_25 = 3; uint32_t L_26 = (L_24)->GetAt(static_cast(L_25)); V_8 = L_26; UInt32U5BU5D_t2770800703* L_27 = __this->get__HashValue_6(); NullCheck(L_27); int32_t L_28 = 4; uint32_t L_29 = (L_27)->GetAt(static_cast(L_28)); V_9 = L_29; uint32_t L_30 = V_1; uint32_t L_31 = V_3; uint32_t L_32 = V_4; UInt32U5BU5D_t2770800703* L_33 = __this->get__X_5(); NullCheck(L_33); int32_t L_34 = 0; uint32_t L_35 = (L_33)->GetAt(static_cast(L_34)); RIPEMD160Managed_FF_m738585160(__this, (&V_0), L_30, (&V_2), L_31, L_32, L_35, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_36 = V_0; uint32_t L_37 = V_2; uint32_t L_38 = V_3; UInt32U5BU5D_t2770800703* L_39 = __this->get__X_5(); NullCheck(L_39); int32_t L_40 = 1; uint32_t L_41 = (L_39)->GetAt(static_cast(L_40)); RIPEMD160Managed_FF_m738585160(__this, (&V_4), L_36, (&V_1), L_37, L_38, L_41, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_42 = V_4; uint32_t L_43 = V_1; uint32_t L_44 = V_2; UInt32U5BU5D_t2770800703* L_45 = __this->get__X_5(); NullCheck(L_45); int32_t L_46 = 2; uint32_t L_47 = (L_45)->GetAt(static_cast(L_46)); RIPEMD160Managed_FF_m738585160(__this, (&V_3), L_42, (&V_0), L_43, L_44, L_47, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_48 = V_3; uint32_t L_49 = V_0; uint32_t L_50 = V_1; UInt32U5BU5D_t2770800703* L_51 = __this->get__X_5(); NullCheck(L_51); int32_t L_52 = 3; uint32_t L_53 = (L_51)->GetAt(static_cast(L_52)); RIPEMD160Managed_FF_m738585160(__this, (&V_2), L_48, (&V_4), L_49, L_50, L_53, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_54 = V_2; uint32_t L_55 = V_4; uint32_t L_56 = V_0; UInt32U5BU5D_t2770800703* L_57 = __this->get__X_5(); NullCheck(L_57); int32_t L_58 = 4; uint32_t L_59 = (L_57)->GetAt(static_cast(L_58)); RIPEMD160Managed_FF_m738585160(__this, (&V_1), L_54, (&V_3), L_55, L_56, L_59, 5, /*hidden argument*/NULL); uint32_t L_60 = V_1; uint32_t L_61 = V_3; uint32_t L_62 = V_4; UInt32U5BU5D_t2770800703* L_63 = __this->get__X_5(); NullCheck(L_63); int32_t L_64 = 5; uint32_t L_65 = (L_63)->GetAt(static_cast(L_64)); RIPEMD160Managed_FF_m738585160(__this, (&V_0), L_60, (&V_2), L_61, L_62, L_65, 8, /*hidden argument*/NULL); uint32_t L_66 = V_0; uint32_t L_67 = V_2; uint32_t L_68 = V_3; UInt32U5BU5D_t2770800703* L_69 = __this->get__X_5(); NullCheck(L_69); int32_t L_70 = 6; uint32_t L_71 = (L_69)->GetAt(static_cast(L_70)); RIPEMD160Managed_FF_m738585160(__this, (&V_4), L_66, (&V_1), L_67, L_68, L_71, 7, /*hidden argument*/NULL); uint32_t L_72 = V_4; uint32_t L_73 = V_1; uint32_t L_74 = V_2; UInt32U5BU5D_t2770800703* L_75 = __this->get__X_5(); NullCheck(L_75); int32_t L_76 = 7; uint32_t L_77 = (L_75)->GetAt(static_cast(L_76)); RIPEMD160Managed_FF_m738585160(__this, (&V_3), L_72, (&V_0), L_73, L_74, L_77, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_78 = V_3; uint32_t L_79 = V_0; uint32_t L_80 = V_1; UInt32U5BU5D_t2770800703* L_81 = __this->get__X_5(); NullCheck(L_81); int32_t L_82 = 8; uint32_t L_83 = (L_81)->GetAt(static_cast(L_82)); RIPEMD160Managed_FF_m738585160(__this, (&V_2), L_78, (&V_4), L_79, L_80, L_83, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_84 = V_2; uint32_t L_85 = V_4; uint32_t L_86 = V_0; UInt32U5BU5D_t2770800703* L_87 = __this->get__X_5(); NullCheck(L_87); int32_t L_88 = ((int32_t)9); uint32_t L_89 = (L_87)->GetAt(static_cast(L_88)); RIPEMD160Managed_FF_m738585160(__this, (&V_1), L_84, (&V_3), L_85, L_86, L_89, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_90 = V_1; uint32_t L_91 = V_3; uint32_t L_92 = V_4; UInt32U5BU5D_t2770800703* L_93 = __this->get__X_5(); NullCheck(L_93); int32_t L_94 = ((int32_t)10); uint32_t L_95 = (L_93)->GetAt(static_cast(L_94)); RIPEMD160Managed_FF_m738585160(__this, (&V_0), L_90, (&V_2), L_91, L_92, L_95, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_96 = V_0; uint32_t L_97 = V_2; uint32_t L_98 = V_3; UInt32U5BU5D_t2770800703* L_99 = __this->get__X_5(); NullCheck(L_99); int32_t L_100 = ((int32_t)11); uint32_t L_101 = (L_99)->GetAt(static_cast(L_100)); RIPEMD160Managed_FF_m738585160(__this, (&V_4), L_96, (&V_1), L_97, L_98, L_101, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_102 = V_4; uint32_t L_103 = V_1; uint32_t L_104 = V_2; UInt32U5BU5D_t2770800703* L_105 = __this->get__X_5(); NullCheck(L_105); int32_t L_106 = ((int32_t)12); uint32_t L_107 = (L_105)->GetAt(static_cast(L_106)); RIPEMD160Managed_FF_m738585160(__this, (&V_3), L_102, (&V_0), L_103, L_104, L_107, 6, /*hidden argument*/NULL); uint32_t L_108 = V_3; uint32_t L_109 = V_0; uint32_t L_110 = V_1; UInt32U5BU5D_t2770800703* L_111 = __this->get__X_5(); NullCheck(L_111); int32_t L_112 = ((int32_t)13); uint32_t L_113 = (L_111)->GetAt(static_cast(L_112)); RIPEMD160Managed_FF_m738585160(__this, (&V_2), L_108, (&V_4), L_109, L_110, L_113, 7, /*hidden argument*/NULL); uint32_t L_114 = V_2; uint32_t L_115 = V_4; uint32_t L_116 = V_0; UInt32U5BU5D_t2770800703* L_117 = __this->get__X_5(); NullCheck(L_117); int32_t L_118 = ((int32_t)14); uint32_t L_119 = (L_117)->GetAt(static_cast(L_118)); RIPEMD160Managed_FF_m738585160(__this, (&V_1), L_114, (&V_3), L_115, L_116, L_119, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_120 = V_1; uint32_t L_121 = V_3; uint32_t L_122 = V_4; UInt32U5BU5D_t2770800703* L_123 = __this->get__X_5(); NullCheck(L_123); int32_t L_124 = ((int32_t)15); uint32_t L_125 = (L_123)->GetAt(static_cast(L_124)); RIPEMD160Managed_FF_m738585160(__this, (&V_0), L_120, (&V_2), L_121, L_122, L_125, 8, /*hidden argument*/NULL); uint32_t L_126 = V_0; uint32_t L_127 = V_2; uint32_t L_128 = V_3; UInt32U5BU5D_t2770800703* L_129 = __this->get__X_5(); NullCheck(L_129); int32_t L_130 = 7; uint32_t L_131 = (L_129)->GetAt(static_cast(L_130)); RIPEMD160Managed_GG_m3020389474(__this, (&V_4), L_126, (&V_1), L_127, L_128, L_131, 7, /*hidden argument*/NULL); uint32_t L_132 = V_4; uint32_t L_133 = V_1; uint32_t L_134 = V_2; UInt32U5BU5D_t2770800703* L_135 = __this->get__X_5(); NullCheck(L_135); int32_t L_136 = 4; uint32_t L_137 = (L_135)->GetAt(static_cast(L_136)); RIPEMD160Managed_GG_m3020389474(__this, (&V_3), L_132, (&V_0), L_133, L_134, L_137, 6, /*hidden argument*/NULL); uint32_t L_138 = V_3; uint32_t L_139 = V_0; uint32_t L_140 = V_1; UInt32U5BU5D_t2770800703* L_141 = __this->get__X_5(); NullCheck(L_141); int32_t L_142 = ((int32_t)13); uint32_t L_143 = (L_141)->GetAt(static_cast(L_142)); RIPEMD160Managed_GG_m3020389474(__this, (&V_2), L_138, (&V_4), L_139, L_140, L_143, 8, /*hidden argument*/NULL); uint32_t L_144 = V_2; uint32_t L_145 = V_4; uint32_t L_146 = V_0; UInt32U5BU5D_t2770800703* L_147 = __this->get__X_5(); NullCheck(L_147); int32_t L_148 = 1; uint32_t L_149 = (L_147)->GetAt(static_cast(L_148)); RIPEMD160Managed_GG_m3020389474(__this, (&V_1), L_144, (&V_3), L_145, L_146, L_149, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_150 = V_1; uint32_t L_151 = V_3; uint32_t L_152 = V_4; UInt32U5BU5D_t2770800703* L_153 = __this->get__X_5(); NullCheck(L_153); int32_t L_154 = ((int32_t)10); uint32_t L_155 = (L_153)->GetAt(static_cast(L_154)); RIPEMD160Managed_GG_m3020389474(__this, (&V_0), L_150, (&V_2), L_151, L_152, L_155, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_156 = V_0; uint32_t L_157 = V_2; uint32_t L_158 = V_3; UInt32U5BU5D_t2770800703* L_159 = __this->get__X_5(); NullCheck(L_159); int32_t L_160 = 6; uint32_t L_161 = (L_159)->GetAt(static_cast(L_160)); RIPEMD160Managed_GG_m3020389474(__this, (&V_4), L_156, (&V_1), L_157, L_158, L_161, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_162 = V_4; uint32_t L_163 = V_1; uint32_t L_164 = V_2; UInt32U5BU5D_t2770800703* L_165 = __this->get__X_5(); NullCheck(L_165); int32_t L_166 = ((int32_t)15); uint32_t L_167 = (L_165)->GetAt(static_cast(L_166)); RIPEMD160Managed_GG_m3020389474(__this, (&V_3), L_162, (&V_0), L_163, L_164, L_167, 7, /*hidden argument*/NULL); uint32_t L_168 = V_3; uint32_t L_169 = V_0; uint32_t L_170 = V_1; UInt32U5BU5D_t2770800703* L_171 = __this->get__X_5(); NullCheck(L_171); int32_t L_172 = 3; uint32_t L_173 = (L_171)->GetAt(static_cast(L_172)); RIPEMD160Managed_GG_m3020389474(__this, (&V_2), L_168, (&V_4), L_169, L_170, L_173, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_174 = V_2; uint32_t L_175 = V_4; uint32_t L_176 = V_0; UInt32U5BU5D_t2770800703* L_177 = __this->get__X_5(); NullCheck(L_177); int32_t L_178 = ((int32_t)12); uint32_t L_179 = (L_177)->GetAt(static_cast(L_178)); RIPEMD160Managed_GG_m3020389474(__this, (&V_1), L_174, (&V_3), L_175, L_176, L_179, 7, /*hidden argument*/NULL); uint32_t L_180 = V_1; uint32_t L_181 = V_3; uint32_t L_182 = V_4; UInt32U5BU5D_t2770800703* L_183 = __this->get__X_5(); NullCheck(L_183); int32_t L_184 = 0; uint32_t L_185 = (L_183)->GetAt(static_cast(L_184)); RIPEMD160Managed_GG_m3020389474(__this, (&V_0), L_180, (&V_2), L_181, L_182, L_185, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_186 = V_0; uint32_t L_187 = V_2; uint32_t L_188 = V_3; UInt32U5BU5D_t2770800703* L_189 = __this->get__X_5(); NullCheck(L_189); int32_t L_190 = ((int32_t)9); uint32_t L_191 = (L_189)->GetAt(static_cast(L_190)); RIPEMD160Managed_GG_m3020389474(__this, (&V_4), L_186, (&V_1), L_187, L_188, L_191, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_192 = V_4; uint32_t L_193 = V_1; uint32_t L_194 = V_2; UInt32U5BU5D_t2770800703* L_195 = __this->get__X_5(); NullCheck(L_195); int32_t L_196 = 5; uint32_t L_197 = (L_195)->GetAt(static_cast(L_196)); RIPEMD160Managed_GG_m3020389474(__this, (&V_3), L_192, (&V_0), L_193, L_194, L_197, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_198 = V_3; uint32_t L_199 = V_0; uint32_t L_200 = V_1; UInt32U5BU5D_t2770800703* L_201 = __this->get__X_5(); NullCheck(L_201); int32_t L_202 = 2; uint32_t L_203 = (L_201)->GetAt(static_cast(L_202)); RIPEMD160Managed_GG_m3020389474(__this, (&V_2), L_198, (&V_4), L_199, L_200, L_203, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_204 = V_2; uint32_t L_205 = V_4; uint32_t L_206 = V_0; UInt32U5BU5D_t2770800703* L_207 = __this->get__X_5(); NullCheck(L_207); int32_t L_208 = ((int32_t)14); uint32_t L_209 = (L_207)->GetAt(static_cast(L_208)); RIPEMD160Managed_GG_m3020389474(__this, (&V_1), L_204, (&V_3), L_205, L_206, L_209, 7, /*hidden argument*/NULL); uint32_t L_210 = V_1; uint32_t L_211 = V_3; uint32_t L_212 = V_4; UInt32U5BU5D_t2770800703* L_213 = __this->get__X_5(); NullCheck(L_213); int32_t L_214 = ((int32_t)11); uint32_t L_215 = (L_213)->GetAt(static_cast(L_214)); RIPEMD160Managed_GG_m3020389474(__this, (&V_0), L_210, (&V_2), L_211, L_212, L_215, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_216 = V_0; uint32_t L_217 = V_2; uint32_t L_218 = V_3; UInt32U5BU5D_t2770800703* L_219 = __this->get__X_5(); NullCheck(L_219); int32_t L_220 = 8; uint32_t L_221 = (L_219)->GetAt(static_cast(L_220)); RIPEMD160Managed_GG_m3020389474(__this, (&V_4), L_216, (&V_1), L_217, L_218, L_221, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_222 = V_4; uint32_t L_223 = V_1; uint32_t L_224 = V_2; UInt32U5BU5D_t2770800703* L_225 = __this->get__X_5(); NullCheck(L_225); int32_t L_226 = 3; uint32_t L_227 = (L_225)->GetAt(static_cast(L_226)); RIPEMD160Managed_HH_m90236373(__this, (&V_3), L_222, (&V_0), L_223, L_224, L_227, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_228 = V_3; uint32_t L_229 = V_0; uint32_t L_230 = V_1; UInt32U5BU5D_t2770800703* L_231 = __this->get__X_5(); NullCheck(L_231); int32_t L_232 = ((int32_t)10); uint32_t L_233 = (L_231)->GetAt(static_cast(L_232)); RIPEMD160Managed_HH_m90236373(__this, (&V_2), L_228, (&V_4), L_229, L_230, L_233, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_234 = V_2; uint32_t L_235 = V_4; uint32_t L_236 = V_0; UInt32U5BU5D_t2770800703* L_237 = __this->get__X_5(); NullCheck(L_237); int32_t L_238 = ((int32_t)14); uint32_t L_239 = (L_237)->GetAt(static_cast(L_238)); RIPEMD160Managed_HH_m90236373(__this, (&V_1), L_234, (&V_3), L_235, L_236, L_239, 6, /*hidden argument*/NULL); uint32_t L_240 = V_1; uint32_t L_241 = V_3; uint32_t L_242 = V_4; UInt32U5BU5D_t2770800703* L_243 = __this->get__X_5(); NullCheck(L_243); int32_t L_244 = 4; uint32_t L_245 = (L_243)->GetAt(static_cast(L_244)); RIPEMD160Managed_HH_m90236373(__this, (&V_0), L_240, (&V_2), L_241, L_242, L_245, 7, /*hidden argument*/NULL); uint32_t L_246 = V_0; uint32_t L_247 = V_2; uint32_t L_248 = V_3; UInt32U5BU5D_t2770800703* L_249 = __this->get__X_5(); NullCheck(L_249); int32_t L_250 = ((int32_t)9); uint32_t L_251 = (L_249)->GetAt(static_cast(L_250)); RIPEMD160Managed_HH_m90236373(__this, (&V_4), L_246, (&V_1), L_247, L_248, L_251, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_252 = V_4; uint32_t L_253 = V_1; uint32_t L_254 = V_2; UInt32U5BU5D_t2770800703* L_255 = __this->get__X_5(); NullCheck(L_255); int32_t L_256 = ((int32_t)15); uint32_t L_257 = (L_255)->GetAt(static_cast(L_256)); RIPEMD160Managed_HH_m90236373(__this, (&V_3), L_252, (&V_0), L_253, L_254, L_257, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_258 = V_3; uint32_t L_259 = V_0; uint32_t L_260 = V_1; UInt32U5BU5D_t2770800703* L_261 = __this->get__X_5(); NullCheck(L_261); int32_t L_262 = 8; uint32_t L_263 = (L_261)->GetAt(static_cast(L_262)); RIPEMD160Managed_HH_m90236373(__this, (&V_2), L_258, (&V_4), L_259, L_260, L_263, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_264 = V_2; uint32_t L_265 = V_4; uint32_t L_266 = V_0; UInt32U5BU5D_t2770800703* L_267 = __this->get__X_5(); NullCheck(L_267); int32_t L_268 = 1; uint32_t L_269 = (L_267)->GetAt(static_cast(L_268)); RIPEMD160Managed_HH_m90236373(__this, (&V_1), L_264, (&V_3), L_265, L_266, L_269, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_270 = V_1; uint32_t L_271 = V_3; uint32_t L_272 = V_4; UInt32U5BU5D_t2770800703* L_273 = __this->get__X_5(); NullCheck(L_273); int32_t L_274 = 2; uint32_t L_275 = (L_273)->GetAt(static_cast(L_274)); RIPEMD160Managed_HH_m90236373(__this, (&V_0), L_270, (&V_2), L_271, L_272, L_275, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_276 = V_0; uint32_t L_277 = V_2; uint32_t L_278 = V_3; UInt32U5BU5D_t2770800703* L_279 = __this->get__X_5(); NullCheck(L_279); int32_t L_280 = 7; uint32_t L_281 = (L_279)->GetAt(static_cast(L_280)); RIPEMD160Managed_HH_m90236373(__this, (&V_4), L_276, (&V_1), L_277, L_278, L_281, 8, /*hidden argument*/NULL); uint32_t L_282 = V_4; uint32_t L_283 = V_1; uint32_t L_284 = V_2; UInt32U5BU5D_t2770800703* L_285 = __this->get__X_5(); NullCheck(L_285); int32_t L_286 = 0; uint32_t L_287 = (L_285)->GetAt(static_cast(L_286)); RIPEMD160Managed_HH_m90236373(__this, (&V_3), L_282, (&V_0), L_283, L_284, L_287, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_288 = V_3; uint32_t L_289 = V_0; uint32_t L_290 = V_1; UInt32U5BU5D_t2770800703* L_291 = __this->get__X_5(); NullCheck(L_291); int32_t L_292 = 6; uint32_t L_293 = (L_291)->GetAt(static_cast(L_292)); RIPEMD160Managed_HH_m90236373(__this, (&V_2), L_288, (&V_4), L_289, L_290, L_293, 6, /*hidden argument*/NULL); uint32_t L_294 = V_2; uint32_t L_295 = V_4; uint32_t L_296 = V_0; UInt32U5BU5D_t2770800703* L_297 = __this->get__X_5(); NullCheck(L_297); int32_t L_298 = ((int32_t)13); uint32_t L_299 = (L_297)->GetAt(static_cast(L_298)); RIPEMD160Managed_HH_m90236373(__this, (&V_1), L_294, (&V_3), L_295, L_296, L_299, 5, /*hidden argument*/NULL); uint32_t L_300 = V_1; uint32_t L_301 = V_3; uint32_t L_302 = V_4; UInt32U5BU5D_t2770800703* L_303 = __this->get__X_5(); NullCheck(L_303); int32_t L_304 = ((int32_t)11); uint32_t L_305 = (L_303)->GetAt(static_cast(L_304)); RIPEMD160Managed_HH_m90236373(__this, (&V_0), L_300, (&V_2), L_301, L_302, L_305, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_306 = V_0; uint32_t L_307 = V_2; uint32_t L_308 = V_3; UInt32U5BU5D_t2770800703* L_309 = __this->get__X_5(); NullCheck(L_309); int32_t L_310 = 5; uint32_t L_311 = (L_309)->GetAt(static_cast(L_310)); RIPEMD160Managed_HH_m90236373(__this, (&V_4), L_306, (&V_1), L_307, L_308, L_311, 7, /*hidden argument*/NULL); uint32_t L_312 = V_4; uint32_t L_313 = V_1; uint32_t L_314 = V_2; UInt32U5BU5D_t2770800703* L_315 = __this->get__X_5(); NullCheck(L_315); int32_t L_316 = ((int32_t)12); uint32_t L_317 = (L_315)->GetAt(static_cast(L_316)); RIPEMD160Managed_HH_m90236373(__this, (&V_3), L_312, (&V_0), L_313, L_314, L_317, 5, /*hidden argument*/NULL); uint32_t L_318 = V_3; uint32_t L_319 = V_0; uint32_t L_320 = V_1; UInt32U5BU5D_t2770800703* L_321 = __this->get__X_5(); NullCheck(L_321); int32_t L_322 = 1; uint32_t L_323 = (L_321)->GetAt(static_cast(L_322)); RIPEMD160Managed_II_m1560285116(__this, (&V_2), L_318, (&V_4), L_319, L_320, L_323, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_324 = V_2; uint32_t L_325 = V_4; uint32_t L_326 = V_0; UInt32U5BU5D_t2770800703* L_327 = __this->get__X_5(); NullCheck(L_327); int32_t L_328 = ((int32_t)9); uint32_t L_329 = (L_327)->GetAt(static_cast(L_328)); RIPEMD160Managed_II_m1560285116(__this, (&V_1), L_324, (&V_3), L_325, L_326, L_329, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_330 = V_1; uint32_t L_331 = V_3; uint32_t L_332 = V_4; UInt32U5BU5D_t2770800703* L_333 = __this->get__X_5(); NullCheck(L_333); int32_t L_334 = ((int32_t)11); uint32_t L_335 = (L_333)->GetAt(static_cast(L_334)); RIPEMD160Managed_II_m1560285116(__this, (&V_0), L_330, (&V_2), L_331, L_332, L_335, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_336 = V_0; uint32_t L_337 = V_2; uint32_t L_338 = V_3; UInt32U5BU5D_t2770800703* L_339 = __this->get__X_5(); NullCheck(L_339); int32_t L_340 = ((int32_t)10); uint32_t L_341 = (L_339)->GetAt(static_cast(L_340)); RIPEMD160Managed_II_m1560285116(__this, (&V_4), L_336, (&V_1), L_337, L_338, L_341, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_342 = V_4; uint32_t L_343 = V_1; uint32_t L_344 = V_2; UInt32U5BU5D_t2770800703* L_345 = __this->get__X_5(); NullCheck(L_345); int32_t L_346 = 0; uint32_t L_347 = (L_345)->GetAt(static_cast(L_346)); RIPEMD160Managed_II_m1560285116(__this, (&V_3), L_342, (&V_0), L_343, L_344, L_347, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_348 = V_3; uint32_t L_349 = V_0; uint32_t L_350 = V_1; UInt32U5BU5D_t2770800703* L_351 = __this->get__X_5(); NullCheck(L_351); int32_t L_352 = 8; uint32_t L_353 = (L_351)->GetAt(static_cast(L_352)); RIPEMD160Managed_II_m1560285116(__this, (&V_2), L_348, (&V_4), L_349, L_350, L_353, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_354 = V_2; uint32_t L_355 = V_4; uint32_t L_356 = V_0; UInt32U5BU5D_t2770800703* L_357 = __this->get__X_5(); NullCheck(L_357); int32_t L_358 = ((int32_t)12); uint32_t L_359 = (L_357)->GetAt(static_cast(L_358)); RIPEMD160Managed_II_m1560285116(__this, (&V_1), L_354, (&V_3), L_355, L_356, L_359, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_360 = V_1; uint32_t L_361 = V_3; uint32_t L_362 = V_4; UInt32U5BU5D_t2770800703* L_363 = __this->get__X_5(); NullCheck(L_363); int32_t L_364 = 4; uint32_t L_365 = (L_363)->GetAt(static_cast(L_364)); RIPEMD160Managed_II_m1560285116(__this, (&V_0), L_360, (&V_2), L_361, L_362, L_365, 8, /*hidden argument*/NULL); uint32_t L_366 = V_0; uint32_t L_367 = V_2; uint32_t L_368 = V_3; UInt32U5BU5D_t2770800703* L_369 = __this->get__X_5(); NullCheck(L_369); int32_t L_370 = ((int32_t)13); uint32_t L_371 = (L_369)->GetAt(static_cast(L_370)); RIPEMD160Managed_II_m1560285116(__this, (&V_4), L_366, (&V_1), L_367, L_368, L_371, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_372 = V_4; uint32_t L_373 = V_1; uint32_t L_374 = V_2; UInt32U5BU5D_t2770800703* L_375 = __this->get__X_5(); NullCheck(L_375); int32_t L_376 = 3; uint32_t L_377 = (L_375)->GetAt(static_cast(L_376)); RIPEMD160Managed_II_m1560285116(__this, (&V_3), L_372, (&V_0), L_373, L_374, L_377, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_378 = V_3; uint32_t L_379 = V_0; uint32_t L_380 = V_1; UInt32U5BU5D_t2770800703* L_381 = __this->get__X_5(); NullCheck(L_381); int32_t L_382 = 7; uint32_t L_383 = (L_381)->GetAt(static_cast(L_382)); RIPEMD160Managed_II_m1560285116(__this, (&V_2), L_378, (&V_4), L_379, L_380, L_383, 5, /*hidden argument*/NULL); uint32_t L_384 = V_2; uint32_t L_385 = V_4; uint32_t L_386 = V_0; UInt32U5BU5D_t2770800703* L_387 = __this->get__X_5(); NullCheck(L_387); int32_t L_388 = ((int32_t)15); uint32_t L_389 = (L_387)->GetAt(static_cast(L_388)); RIPEMD160Managed_II_m1560285116(__this, (&V_1), L_384, (&V_3), L_385, L_386, L_389, 6, /*hidden argument*/NULL); uint32_t L_390 = V_1; uint32_t L_391 = V_3; uint32_t L_392 = V_4; UInt32U5BU5D_t2770800703* L_393 = __this->get__X_5(); NullCheck(L_393); int32_t L_394 = ((int32_t)14); uint32_t L_395 = (L_393)->GetAt(static_cast(L_394)); RIPEMD160Managed_II_m1560285116(__this, (&V_0), L_390, (&V_2), L_391, L_392, L_395, 8, /*hidden argument*/NULL); uint32_t L_396 = V_0; uint32_t L_397 = V_2; uint32_t L_398 = V_3; UInt32U5BU5D_t2770800703* L_399 = __this->get__X_5(); NullCheck(L_399); int32_t L_400 = 5; uint32_t L_401 = (L_399)->GetAt(static_cast(L_400)); RIPEMD160Managed_II_m1560285116(__this, (&V_4), L_396, (&V_1), L_397, L_398, L_401, 6, /*hidden argument*/NULL); uint32_t L_402 = V_4; uint32_t L_403 = V_1; uint32_t L_404 = V_2; UInt32U5BU5D_t2770800703* L_405 = __this->get__X_5(); NullCheck(L_405); int32_t L_406 = 6; uint32_t L_407 = (L_405)->GetAt(static_cast(L_406)); RIPEMD160Managed_II_m1560285116(__this, (&V_3), L_402, (&V_0), L_403, L_404, L_407, 5, /*hidden argument*/NULL); uint32_t L_408 = V_3; uint32_t L_409 = V_0; uint32_t L_410 = V_1; UInt32U5BU5D_t2770800703* L_411 = __this->get__X_5(); NullCheck(L_411); int32_t L_412 = 2; uint32_t L_413 = (L_411)->GetAt(static_cast(L_412)); RIPEMD160Managed_II_m1560285116(__this, (&V_2), L_408, (&V_4), L_409, L_410, L_413, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_414 = V_2; uint32_t L_415 = V_4; uint32_t L_416 = V_0; UInt32U5BU5D_t2770800703* L_417 = __this->get__X_5(); NullCheck(L_417); int32_t L_418 = 4; uint32_t L_419 = (L_417)->GetAt(static_cast(L_418)); RIPEMD160Managed_JJ_m112143231(__this, (&V_1), L_414, (&V_3), L_415, L_416, L_419, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_420 = V_1; uint32_t L_421 = V_3; uint32_t L_422 = V_4; UInt32U5BU5D_t2770800703* L_423 = __this->get__X_5(); NullCheck(L_423); int32_t L_424 = 0; uint32_t L_425 = (L_423)->GetAt(static_cast(L_424)); RIPEMD160Managed_JJ_m112143231(__this, (&V_0), L_420, (&V_2), L_421, L_422, L_425, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_426 = V_0; uint32_t L_427 = V_2; uint32_t L_428 = V_3; UInt32U5BU5D_t2770800703* L_429 = __this->get__X_5(); NullCheck(L_429); int32_t L_430 = 5; uint32_t L_431 = (L_429)->GetAt(static_cast(L_430)); RIPEMD160Managed_JJ_m112143231(__this, (&V_4), L_426, (&V_1), L_427, L_428, L_431, 5, /*hidden argument*/NULL); uint32_t L_432 = V_4; uint32_t L_433 = V_1; uint32_t L_434 = V_2; UInt32U5BU5D_t2770800703* L_435 = __this->get__X_5(); NullCheck(L_435); int32_t L_436 = ((int32_t)9); uint32_t L_437 = (L_435)->GetAt(static_cast(L_436)); RIPEMD160Managed_JJ_m112143231(__this, (&V_3), L_432, (&V_0), L_433, L_434, L_437, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_438 = V_3; uint32_t L_439 = V_0; uint32_t L_440 = V_1; UInt32U5BU5D_t2770800703* L_441 = __this->get__X_5(); NullCheck(L_441); int32_t L_442 = 7; uint32_t L_443 = (L_441)->GetAt(static_cast(L_442)); RIPEMD160Managed_JJ_m112143231(__this, (&V_2), L_438, (&V_4), L_439, L_440, L_443, 6, /*hidden argument*/NULL); uint32_t L_444 = V_2; uint32_t L_445 = V_4; uint32_t L_446 = V_0; UInt32U5BU5D_t2770800703* L_447 = __this->get__X_5(); NullCheck(L_447); int32_t L_448 = ((int32_t)12); uint32_t L_449 = (L_447)->GetAt(static_cast(L_448)); RIPEMD160Managed_JJ_m112143231(__this, (&V_1), L_444, (&V_3), L_445, L_446, L_449, 8, /*hidden argument*/NULL); uint32_t L_450 = V_1; uint32_t L_451 = V_3; uint32_t L_452 = V_4; UInt32U5BU5D_t2770800703* L_453 = __this->get__X_5(); NullCheck(L_453); int32_t L_454 = 2; uint32_t L_455 = (L_453)->GetAt(static_cast(L_454)); RIPEMD160Managed_JJ_m112143231(__this, (&V_0), L_450, (&V_2), L_451, L_452, L_455, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_456 = V_0; uint32_t L_457 = V_2; uint32_t L_458 = V_3; UInt32U5BU5D_t2770800703* L_459 = __this->get__X_5(); NullCheck(L_459); int32_t L_460 = ((int32_t)10); uint32_t L_461 = (L_459)->GetAt(static_cast(L_460)); RIPEMD160Managed_JJ_m112143231(__this, (&V_4), L_456, (&V_1), L_457, L_458, L_461, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_462 = V_4; uint32_t L_463 = V_1; uint32_t L_464 = V_2; UInt32U5BU5D_t2770800703* L_465 = __this->get__X_5(); NullCheck(L_465); int32_t L_466 = ((int32_t)14); uint32_t L_467 = (L_465)->GetAt(static_cast(L_466)); RIPEMD160Managed_JJ_m112143231(__this, (&V_3), L_462, (&V_0), L_463, L_464, L_467, 5, /*hidden argument*/NULL); uint32_t L_468 = V_3; uint32_t L_469 = V_0; uint32_t L_470 = V_1; UInt32U5BU5D_t2770800703* L_471 = __this->get__X_5(); NullCheck(L_471); int32_t L_472 = 1; uint32_t L_473 = (L_471)->GetAt(static_cast(L_472)); RIPEMD160Managed_JJ_m112143231(__this, (&V_2), L_468, (&V_4), L_469, L_470, L_473, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_474 = V_2; uint32_t L_475 = V_4; uint32_t L_476 = V_0; UInt32U5BU5D_t2770800703* L_477 = __this->get__X_5(); NullCheck(L_477); int32_t L_478 = 3; uint32_t L_479 = (L_477)->GetAt(static_cast(L_478)); RIPEMD160Managed_JJ_m112143231(__this, (&V_1), L_474, (&V_3), L_475, L_476, L_479, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_480 = V_1; uint32_t L_481 = V_3; uint32_t L_482 = V_4; UInt32U5BU5D_t2770800703* L_483 = __this->get__X_5(); NullCheck(L_483); int32_t L_484 = 8; uint32_t L_485 = (L_483)->GetAt(static_cast(L_484)); RIPEMD160Managed_JJ_m112143231(__this, (&V_0), L_480, (&V_2), L_481, L_482, L_485, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_486 = V_0; uint32_t L_487 = V_2; uint32_t L_488 = V_3; UInt32U5BU5D_t2770800703* L_489 = __this->get__X_5(); NullCheck(L_489); int32_t L_490 = ((int32_t)11); uint32_t L_491 = (L_489)->GetAt(static_cast(L_490)); RIPEMD160Managed_JJ_m112143231(__this, (&V_4), L_486, (&V_1), L_487, L_488, L_491, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_492 = V_4; uint32_t L_493 = V_1; uint32_t L_494 = V_2; UInt32U5BU5D_t2770800703* L_495 = __this->get__X_5(); NullCheck(L_495); int32_t L_496 = 6; uint32_t L_497 = (L_495)->GetAt(static_cast(L_496)); RIPEMD160Managed_JJ_m112143231(__this, (&V_3), L_492, (&V_0), L_493, L_494, L_497, 8, /*hidden argument*/NULL); uint32_t L_498 = V_3; uint32_t L_499 = V_0; uint32_t L_500 = V_1; UInt32U5BU5D_t2770800703* L_501 = __this->get__X_5(); NullCheck(L_501); int32_t L_502 = ((int32_t)15); uint32_t L_503 = (L_501)->GetAt(static_cast(L_502)); RIPEMD160Managed_JJ_m112143231(__this, (&V_2), L_498, (&V_4), L_499, L_500, L_503, 5, /*hidden argument*/NULL); uint32_t L_504 = V_2; uint32_t L_505 = V_4; uint32_t L_506 = V_0; UInt32U5BU5D_t2770800703* L_507 = __this->get__X_5(); NullCheck(L_507); int32_t L_508 = ((int32_t)13); uint32_t L_509 = (L_507)->GetAt(static_cast(L_508)); RIPEMD160Managed_JJ_m112143231(__this, (&V_1), L_504, (&V_3), L_505, L_506, L_509, 6, /*hidden argument*/NULL); uint32_t L_510 = V_6; uint32_t L_511 = V_8; uint32_t L_512 = V_9; UInt32U5BU5D_t2770800703* L_513 = __this->get__X_5(); NullCheck(L_513); int32_t L_514 = 5; uint32_t L_515 = (L_513)->GetAt(static_cast(L_514)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_5), L_510, (&V_7), L_511, L_512, L_515, 8, /*hidden argument*/NULL); uint32_t L_516 = V_5; uint32_t L_517 = V_7; uint32_t L_518 = V_8; UInt32U5BU5D_t2770800703* L_519 = __this->get__X_5(); NullCheck(L_519); int32_t L_520 = ((int32_t)14); uint32_t L_521 = (L_519)->GetAt(static_cast(L_520)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_9), L_516, (&V_6), L_517, L_518, L_521, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_522 = V_9; uint32_t L_523 = V_6; uint32_t L_524 = V_7; UInt32U5BU5D_t2770800703* L_525 = __this->get__X_5(); NullCheck(L_525); int32_t L_526 = 7; uint32_t L_527 = (L_525)->GetAt(static_cast(L_526)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_8), L_522, (&V_5), L_523, L_524, L_527, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_528 = V_8; uint32_t L_529 = V_5; uint32_t L_530 = V_6; UInt32U5BU5D_t2770800703* L_531 = __this->get__X_5(); NullCheck(L_531); int32_t L_532 = 0; uint32_t L_533 = (L_531)->GetAt(static_cast(L_532)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_7), L_528, (&V_9), L_529, L_530, L_533, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_534 = V_7; uint32_t L_535 = V_9; uint32_t L_536 = V_5; UInt32U5BU5D_t2770800703* L_537 = __this->get__X_5(); NullCheck(L_537); int32_t L_538 = ((int32_t)9); uint32_t L_539 = (L_537)->GetAt(static_cast(L_538)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_6), L_534, (&V_8), L_535, L_536, L_539, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_540 = V_6; uint32_t L_541 = V_8; uint32_t L_542 = V_9; UInt32U5BU5D_t2770800703* L_543 = __this->get__X_5(); NullCheck(L_543); int32_t L_544 = 2; uint32_t L_545 = (L_543)->GetAt(static_cast(L_544)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_5), L_540, (&V_7), L_541, L_542, L_545, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_546 = V_5; uint32_t L_547 = V_7; uint32_t L_548 = V_8; UInt32U5BU5D_t2770800703* L_549 = __this->get__X_5(); NullCheck(L_549); int32_t L_550 = ((int32_t)11); uint32_t L_551 = (L_549)->GetAt(static_cast(L_550)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_9), L_546, (&V_6), L_547, L_548, L_551, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_552 = V_9; uint32_t L_553 = V_6; uint32_t L_554 = V_7; UInt32U5BU5D_t2770800703* L_555 = __this->get__X_5(); NullCheck(L_555); int32_t L_556 = 4; uint32_t L_557 = (L_555)->GetAt(static_cast(L_556)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_8), L_552, (&V_5), L_553, L_554, L_557, 5, /*hidden argument*/NULL); uint32_t L_558 = V_8; uint32_t L_559 = V_5; uint32_t L_560 = V_6; UInt32U5BU5D_t2770800703* L_561 = __this->get__X_5(); NullCheck(L_561); int32_t L_562 = ((int32_t)13); uint32_t L_563 = (L_561)->GetAt(static_cast(L_562)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_7), L_558, (&V_9), L_559, L_560, L_563, 7, /*hidden argument*/NULL); uint32_t L_564 = V_7; uint32_t L_565 = V_9; uint32_t L_566 = V_5; UInt32U5BU5D_t2770800703* L_567 = __this->get__X_5(); NullCheck(L_567); int32_t L_568 = 6; uint32_t L_569 = (L_567)->GetAt(static_cast(L_568)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_6), L_564, (&V_8), L_565, L_566, L_569, 7, /*hidden argument*/NULL); uint32_t L_570 = V_6; uint32_t L_571 = V_8; uint32_t L_572 = V_9; UInt32U5BU5D_t2770800703* L_573 = __this->get__X_5(); NullCheck(L_573); int32_t L_574 = ((int32_t)15); uint32_t L_575 = (L_573)->GetAt(static_cast(L_574)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_5), L_570, (&V_7), L_571, L_572, L_575, 8, /*hidden argument*/NULL); uint32_t L_576 = V_5; uint32_t L_577 = V_7; uint32_t L_578 = V_8; UInt32U5BU5D_t2770800703* L_579 = __this->get__X_5(); NullCheck(L_579); int32_t L_580 = 8; uint32_t L_581 = (L_579)->GetAt(static_cast(L_580)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_9), L_576, (&V_6), L_577, L_578, L_581, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_582 = V_9; uint32_t L_583 = V_6; uint32_t L_584 = V_7; UInt32U5BU5D_t2770800703* L_585 = __this->get__X_5(); NullCheck(L_585); int32_t L_586 = 1; uint32_t L_587 = (L_585)->GetAt(static_cast(L_586)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_8), L_582, (&V_5), L_583, L_584, L_587, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_588 = V_8; uint32_t L_589 = V_5; uint32_t L_590 = V_6; UInt32U5BU5D_t2770800703* L_591 = __this->get__X_5(); NullCheck(L_591); int32_t L_592 = ((int32_t)10); uint32_t L_593 = (L_591)->GetAt(static_cast(L_592)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_7), L_588, (&V_9), L_589, L_590, L_593, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_594 = V_7; uint32_t L_595 = V_9; uint32_t L_596 = V_5; UInt32U5BU5D_t2770800703* L_597 = __this->get__X_5(); NullCheck(L_597); int32_t L_598 = 3; uint32_t L_599 = (L_597)->GetAt(static_cast(L_598)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_6), L_594, (&V_8), L_595, L_596, L_599, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_600 = V_6; uint32_t L_601 = V_8; uint32_t L_602 = V_9; UInt32U5BU5D_t2770800703* L_603 = __this->get__X_5(); NullCheck(L_603); int32_t L_604 = ((int32_t)12); uint32_t L_605 = (L_603)->GetAt(static_cast(L_604)); RIPEMD160Managed_JJJ_m4161373884(__this, (&V_5), L_600, (&V_7), L_601, L_602, L_605, 6, /*hidden argument*/NULL); uint32_t L_606 = V_5; uint32_t L_607 = V_7; uint32_t L_608 = V_8; UInt32U5BU5D_t2770800703* L_609 = __this->get__X_5(); NullCheck(L_609); int32_t L_610 = 6; uint32_t L_611 = (L_609)->GetAt(static_cast(L_610)); RIPEMD160Managed_III_m3606824266(__this, (&V_9), L_606, (&V_6), L_607, L_608, L_611, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_612 = V_9; uint32_t L_613 = V_6; uint32_t L_614 = V_7; UInt32U5BU5D_t2770800703* L_615 = __this->get__X_5(); NullCheck(L_615); int32_t L_616 = ((int32_t)11); uint32_t L_617 = (L_615)->GetAt(static_cast(L_616)); RIPEMD160Managed_III_m3606824266(__this, (&V_8), L_612, (&V_5), L_613, L_614, L_617, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_618 = V_8; uint32_t L_619 = V_5; uint32_t L_620 = V_6; UInt32U5BU5D_t2770800703* L_621 = __this->get__X_5(); NullCheck(L_621); int32_t L_622 = 3; uint32_t L_623 = (L_621)->GetAt(static_cast(L_622)); RIPEMD160Managed_III_m3606824266(__this, (&V_7), L_618, (&V_9), L_619, L_620, L_623, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_624 = V_7; uint32_t L_625 = V_9; uint32_t L_626 = V_5; UInt32U5BU5D_t2770800703* L_627 = __this->get__X_5(); NullCheck(L_627); int32_t L_628 = 7; uint32_t L_629 = (L_627)->GetAt(static_cast(L_628)); RIPEMD160Managed_III_m3606824266(__this, (&V_6), L_624, (&V_8), L_625, L_626, L_629, 7, /*hidden argument*/NULL); uint32_t L_630 = V_6; uint32_t L_631 = V_8; uint32_t L_632 = V_9; UInt32U5BU5D_t2770800703* L_633 = __this->get__X_5(); NullCheck(L_633); int32_t L_634 = 0; uint32_t L_635 = (L_633)->GetAt(static_cast(L_634)); RIPEMD160Managed_III_m3606824266(__this, (&V_5), L_630, (&V_7), L_631, L_632, L_635, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_636 = V_5; uint32_t L_637 = V_7; uint32_t L_638 = V_8; UInt32U5BU5D_t2770800703* L_639 = __this->get__X_5(); NullCheck(L_639); int32_t L_640 = ((int32_t)13); uint32_t L_641 = (L_639)->GetAt(static_cast(L_640)); RIPEMD160Managed_III_m3606824266(__this, (&V_9), L_636, (&V_6), L_637, L_638, L_641, 8, /*hidden argument*/NULL); uint32_t L_642 = V_9; uint32_t L_643 = V_6; uint32_t L_644 = V_7; UInt32U5BU5D_t2770800703* L_645 = __this->get__X_5(); NullCheck(L_645); int32_t L_646 = 5; uint32_t L_647 = (L_645)->GetAt(static_cast(L_646)); RIPEMD160Managed_III_m3606824266(__this, (&V_8), L_642, (&V_5), L_643, L_644, L_647, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_648 = V_8; uint32_t L_649 = V_5; uint32_t L_650 = V_6; UInt32U5BU5D_t2770800703* L_651 = __this->get__X_5(); NullCheck(L_651); int32_t L_652 = ((int32_t)10); uint32_t L_653 = (L_651)->GetAt(static_cast(L_652)); RIPEMD160Managed_III_m3606824266(__this, (&V_7), L_648, (&V_9), L_649, L_650, L_653, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_654 = V_7; uint32_t L_655 = V_9; uint32_t L_656 = V_5; UInt32U5BU5D_t2770800703* L_657 = __this->get__X_5(); NullCheck(L_657); int32_t L_658 = ((int32_t)14); uint32_t L_659 = (L_657)->GetAt(static_cast(L_658)); RIPEMD160Managed_III_m3606824266(__this, (&V_6), L_654, (&V_8), L_655, L_656, L_659, 7, /*hidden argument*/NULL); uint32_t L_660 = V_6; uint32_t L_661 = V_8; uint32_t L_662 = V_9; UInt32U5BU5D_t2770800703* L_663 = __this->get__X_5(); NullCheck(L_663); int32_t L_664 = ((int32_t)15); uint32_t L_665 = (L_663)->GetAt(static_cast(L_664)); RIPEMD160Managed_III_m3606824266(__this, (&V_5), L_660, (&V_7), L_661, L_662, L_665, 7, /*hidden argument*/NULL); uint32_t L_666 = V_5; uint32_t L_667 = V_7; uint32_t L_668 = V_8; UInt32U5BU5D_t2770800703* L_669 = __this->get__X_5(); NullCheck(L_669); int32_t L_670 = 8; uint32_t L_671 = (L_669)->GetAt(static_cast(L_670)); RIPEMD160Managed_III_m3606824266(__this, (&V_9), L_666, (&V_6), L_667, L_668, L_671, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_672 = V_9; uint32_t L_673 = V_6; uint32_t L_674 = V_7; UInt32U5BU5D_t2770800703* L_675 = __this->get__X_5(); NullCheck(L_675); int32_t L_676 = ((int32_t)12); uint32_t L_677 = (L_675)->GetAt(static_cast(L_676)); RIPEMD160Managed_III_m3606824266(__this, (&V_8), L_672, (&V_5), L_673, L_674, L_677, 7, /*hidden argument*/NULL); uint32_t L_678 = V_8; uint32_t L_679 = V_5; uint32_t L_680 = V_6; UInt32U5BU5D_t2770800703* L_681 = __this->get__X_5(); NullCheck(L_681); int32_t L_682 = 4; uint32_t L_683 = (L_681)->GetAt(static_cast(L_682)); RIPEMD160Managed_III_m3606824266(__this, (&V_7), L_678, (&V_9), L_679, L_680, L_683, 6, /*hidden argument*/NULL); uint32_t L_684 = V_7; uint32_t L_685 = V_9; uint32_t L_686 = V_5; UInt32U5BU5D_t2770800703* L_687 = __this->get__X_5(); NullCheck(L_687); int32_t L_688 = ((int32_t)9); uint32_t L_689 = (L_687)->GetAt(static_cast(L_688)); RIPEMD160Managed_III_m3606824266(__this, (&V_6), L_684, (&V_8), L_685, L_686, L_689, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_690 = V_6; uint32_t L_691 = V_8; uint32_t L_692 = V_9; UInt32U5BU5D_t2770800703* L_693 = __this->get__X_5(); NullCheck(L_693); int32_t L_694 = 1; uint32_t L_695 = (L_693)->GetAt(static_cast(L_694)); RIPEMD160Managed_III_m3606824266(__this, (&V_5), L_690, (&V_7), L_691, L_692, L_695, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_696 = V_5; uint32_t L_697 = V_7; uint32_t L_698 = V_8; UInt32U5BU5D_t2770800703* L_699 = __this->get__X_5(); NullCheck(L_699); int32_t L_700 = 2; uint32_t L_701 = (L_699)->GetAt(static_cast(L_700)); RIPEMD160Managed_III_m3606824266(__this, (&V_9), L_696, (&V_6), L_697, L_698, L_701, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_702 = V_9; uint32_t L_703 = V_6; uint32_t L_704 = V_7; UInt32U5BU5D_t2770800703* L_705 = __this->get__X_5(); NullCheck(L_705); int32_t L_706 = ((int32_t)15); uint32_t L_707 = (L_705)->GetAt(static_cast(L_706)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_8), L_702, (&V_5), L_703, L_704, L_707, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_708 = V_8; uint32_t L_709 = V_5; uint32_t L_710 = V_6; UInt32U5BU5D_t2770800703* L_711 = __this->get__X_5(); NullCheck(L_711); int32_t L_712 = 5; uint32_t L_713 = (L_711)->GetAt(static_cast(L_712)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_7), L_708, (&V_9), L_709, L_710, L_713, 7, /*hidden argument*/NULL); uint32_t L_714 = V_7; uint32_t L_715 = V_9; uint32_t L_716 = V_5; UInt32U5BU5D_t2770800703* L_717 = __this->get__X_5(); NullCheck(L_717); int32_t L_718 = 1; uint32_t L_719 = (L_717)->GetAt(static_cast(L_718)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_6), L_714, (&V_8), L_715, L_716, L_719, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_720 = V_6; uint32_t L_721 = V_8; uint32_t L_722 = V_9; UInt32U5BU5D_t2770800703* L_723 = __this->get__X_5(); NullCheck(L_723); int32_t L_724 = 3; uint32_t L_725 = (L_723)->GetAt(static_cast(L_724)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_5), L_720, (&V_7), L_721, L_722, L_725, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_726 = V_5; uint32_t L_727 = V_7; uint32_t L_728 = V_8; UInt32U5BU5D_t2770800703* L_729 = __this->get__X_5(); NullCheck(L_729); int32_t L_730 = 7; uint32_t L_731 = (L_729)->GetAt(static_cast(L_730)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_9), L_726, (&V_6), L_727, L_728, L_731, 8, /*hidden argument*/NULL); uint32_t L_732 = V_9; uint32_t L_733 = V_6; uint32_t L_734 = V_7; UInt32U5BU5D_t2770800703* L_735 = __this->get__X_5(); NullCheck(L_735); int32_t L_736 = ((int32_t)14); uint32_t L_737 = (L_735)->GetAt(static_cast(L_736)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_8), L_732, (&V_5), L_733, L_734, L_737, 6, /*hidden argument*/NULL); uint32_t L_738 = V_8; uint32_t L_739 = V_5; uint32_t L_740 = V_6; UInt32U5BU5D_t2770800703* L_741 = __this->get__X_5(); NullCheck(L_741); int32_t L_742 = 6; uint32_t L_743 = (L_741)->GetAt(static_cast(L_742)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_7), L_738, (&V_9), L_739, L_740, L_743, 6, /*hidden argument*/NULL); uint32_t L_744 = V_7; uint32_t L_745 = V_9; uint32_t L_746 = V_5; UInt32U5BU5D_t2770800703* L_747 = __this->get__X_5(); NullCheck(L_747); int32_t L_748 = ((int32_t)9); uint32_t L_749 = (L_747)->GetAt(static_cast(L_748)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_6), L_744, (&V_8), L_745, L_746, L_749, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_750 = V_6; uint32_t L_751 = V_8; uint32_t L_752 = V_9; UInt32U5BU5D_t2770800703* L_753 = __this->get__X_5(); NullCheck(L_753); int32_t L_754 = ((int32_t)11); uint32_t L_755 = (L_753)->GetAt(static_cast(L_754)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_5), L_750, (&V_7), L_751, L_752, L_755, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_756 = V_5; uint32_t L_757 = V_7; uint32_t L_758 = V_8; UInt32U5BU5D_t2770800703* L_759 = __this->get__X_5(); NullCheck(L_759); int32_t L_760 = 8; uint32_t L_761 = (L_759)->GetAt(static_cast(L_760)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_9), L_756, (&V_6), L_757, L_758, L_761, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_762 = V_9; uint32_t L_763 = V_6; uint32_t L_764 = V_7; UInt32U5BU5D_t2770800703* L_765 = __this->get__X_5(); NullCheck(L_765); int32_t L_766 = ((int32_t)12); uint32_t L_767 = (L_765)->GetAt(static_cast(L_766)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_8), L_762, (&V_5), L_763, L_764, L_767, 5, /*hidden argument*/NULL); uint32_t L_768 = V_8; uint32_t L_769 = V_5; uint32_t L_770 = V_6; UInt32U5BU5D_t2770800703* L_771 = __this->get__X_5(); NullCheck(L_771); int32_t L_772 = 2; uint32_t L_773 = (L_771)->GetAt(static_cast(L_772)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_7), L_768, (&V_9), L_769, L_770, L_773, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_774 = V_7; uint32_t L_775 = V_9; uint32_t L_776 = V_5; UInt32U5BU5D_t2770800703* L_777 = __this->get__X_5(); NullCheck(L_777); int32_t L_778 = ((int32_t)10); uint32_t L_779 = (L_777)->GetAt(static_cast(L_778)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_6), L_774, (&V_8), L_775, L_776, L_779, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_780 = V_6; uint32_t L_781 = V_8; uint32_t L_782 = V_9; UInt32U5BU5D_t2770800703* L_783 = __this->get__X_5(); NullCheck(L_783); int32_t L_784 = 0; uint32_t L_785 = (L_783)->GetAt(static_cast(L_784)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_5), L_780, (&V_7), L_781, L_782, L_785, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_786 = V_5; uint32_t L_787 = V_7; uint32_t L_788 = V_8; UInt32U5BU5D_t2770800703* L_789 = __this->get__X_5(); NullCheck(L_789); int32_t L_790 = 4; uint32_t L_791 = (L_789)->GetAt(static_cast(L_790)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_9), L_786, (&V_6), L_787, L_788, L_791, 7, /*hidden argument*/NULL); uint32_t L_792 = V_9; uint32_t L_793 = V_6; uint32_t L_794 = V_7; UInt32U5BU5D_t2770800703* L_795 = __this->get__X_5(); NullCheck(L_795); int32_t L_796 = ((int32_t)13); uint32_t L_797 = (L_795)->GetAt(static_cast(L_796)); RIPEMD160Managed_HHH_m2839246531(__this, (&V_8), L_792, (&V_5), L_793, L_794, L_797, 5, /*hidden argument*/NULL); uint32_t L_798 = V_8; uint32_t L_799 = V_5; uint32_t L_800 = V_6; UInt32U5BU5D_t2770800703* L_801 = __this->get__X_5(); NullCheck(L_801); int32_t L_802 = 8; uint32_t L_803 = (L_801)->GetAt(static_cast(L_802)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_7), L_798, (&V_9), L_799, L_800, L_803, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_804 = V_7; uint32_t L_805 = V_9; uint32_t L_806 = V_5; UInt32U5BU5D_t2770800703* L_807 = __this->get__X_5(); NullCheck(L_807); int32_t L_808 = 6; uint32_t L_809 = (L_807)->GetAt(static_cast(L_808)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_6), L_804, (&V_8), L_805, L_806, L_809, 5, /*hidden argument*/NULL); uint32_t L_810 = V_6; uint32_t L_811 = V_8; uint32_t L_812 = V_9; UInt32U5BU5D_t2770800703* L_813 = __this->get__X_5(); NullCheck(L_813); int32_t L_814 = 4; uint32_t L_815 = (L_813)->GetAt(static_cast(L_814)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_5), L_810, (&V_7), L_811, L_812, L_815, 8, /*hidden argument*/NULL); uint32_t L_816 = V_5; uint32_t L_817 = V_7; uint32_t L_818 = V_8; UInt32U5BU5D_t2770800703* L_819 = __this->get__X_5(); NullCheck(L_819); int32_t L_820 = 1; uint32_t L_821 = (L_819)->GetAt(static_cast(L_820)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_9), L_816, (&V_6), L_817, L_818, L_821, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_822 = V_9; uint32_t L_823 = V_6; uint32_t L_824 = V_7; UInt32U5BU5D_t2770800703* L_825 = __this->get__X_5(); NullCheck(L_825); int32_t L_826 = 3; uint32_t L_827 = (L_825)->GetAt(static_cast(L_826)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_8), L_822, (&V_5), L_823, L_824, L_827, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_828 = V_8; uint32_t L_829 = V_5; uint32_t L_830 = V_6; UInt32U5BU5D_t2770800703* L_831 = __this->get__X_5(); NullCheck(L_831); int32_t L_832 = ((int32_t)11); uint32_t L_833 = (L_831)->GetAt(static_cast(L_832)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_7), L_828, (&V_9), L_829, L_830, L_833, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_834 = V_7; uint32_t L_835 = V_9; uint32_t L_836 = V_5; UInt32U5BU5D_t2770800703* L_837 = __this->get__X_5(); NullCheck(L_837); int32_t L_838 = ((int32_t)15); uint32_t L_839 = (L_837)->GetAt(static_cast(L_838)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_6), L_834, (&V_8), L_835, L_836, L_839, 6, /*hidden argument*/NULL); uint32_t L_840 = V_6; uint32_t L_841 = V_8; uint32_t L_842 = V_9; UInt32U5BU5D_t2770800703* L_843 = __this->get__X_5(); NullCheck(L_843); int32_t L_844 = 0; uint32_t L_845 = (L_843)->GetAt(static_cast(L_844)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_5), L_840, (&V_7), L_841, L_842, L_845, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_846 = V_5; uint32_t L_847 = V_7; uint32_t L_848 = V_8; UInt32U5BU5D_t2770800703* L_849 = __this->get__X_5(); NullCheck(L_849); int32_t L_850 = 5; uint32_t L_851 = (L_849)->GetAt(static_cast(L_850)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_9), L_846, (&V_6), L_847, L_848, L_851, 6, /*hidden argument*/NULL); uint32_t L_852 = V_9; uint32_t L_853 = V_6; uint32_t L_854 = V_7; UInt32U5BU5D_t2770800703* L_855 = __this->get__X_5(); NullCheck(L_855); int32_t L_856 = ((int32_t)12); uint32_t L_857 = (L_855)->GetAt(static_cast(L_856)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_8), L_852, (&V_5), L_853, L_854, L_857, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_858 = V_8; uint32_t L_859 = V_5; uint32_t L_860 = V_6; UInt32U5BU5D_t2770800703* L_861 = __this->get__X_5(); NullCheck(L_861); int32_t L_862 = 2; uint32_t L_863 = (L_861)->GetAt(static_cast(L_862)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_7), L_858, (&V_9), L_859, L_860, L_863, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_864 = V_7; uint32_t L_865 = V_9; uint32_t L_866 = V_5; UInt32U5BU5D_t2770800703* L_867 = __this->get__X_5(); NullCheck(L_867); int32_t L_868 = ((int32_t)13); uint32_t L_869 = (L_867)->GetAt(static_cast(L_868)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_6), L_864, (&V_8), L_865, L_866, L_869, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_870 = V_6; uint32_t L_871 = V_8; uint32_t L_872 = V_9; UInt32U5BU5D_t2770800703* L_873 = __this->get__X_5(); NullCheck(L_873); int32_t L_874 = ((int32_t)9); uint32_t L_875 = (L_873)->GetAt(static_cast(L_874)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_5), L_870, (&V_7), L_871, L_872, L_875, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_876 = V_5; uint32_t L_877 = V_7; uint32_t L_878 = V_8; UInt32U5BU5D_t2770800703* L_879 = __this->get__X_5(); NullCheck(L_879); int32_t L_880 = 7; uint32_t L_881 = (L_879)->GetAt(static_cast(L_880)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_9), L_876, (&V_6), L_877, L_878, L_881, 5, /*hidden argument*/NULL); uint32_t L_882 = V_9; uint32_t L_883 = V_6; uint32_t L_884 = V_7; UInt32U5BU5D_t2770800703* L_885 = __this->get__X_5(); NullCheck(L_885); int32_t L_886 = ((int32_t)10); uint32_t L_887 = (L_885)->GetAt(static_cast(L_886)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_8), L_882, (&V_5), L_883, L_884, L_887, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_888 = V_8; uint32_t L_889 = V_5; uint32_t L_890 = V_6; UInt32U5BU5D_t2770800703* L_891 = __this->get__X_5(); NullCheck(L_891); int32_t L_892 = ((int32_t)14); uint32_t L_893 = (L_891)->GetAt(static_cast(L_892)); RIPEMD160Managed_GGG_m1715572318(__this, (&V_7), L_888, (&V_9), L_889, L_890, L_893, 8, /*hidden argument*/NULL); uint32_t L_894 = V_7; uint32_t L_895 = V_9; uint32_t L_896 = V_5; UInt32U5BU5D_t2770800703* L_897 = __this->get__X_5(); NullCheck(L_897); int32_t L_898 = ((int32_t)12); uint32_t L_899 = (L_897)->GetAt(static_cast(L_898)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_6), L_894, (&V_8), L_895, L_896, L_899, 8, /*hidden argument*/NULL); uint32_t L_900 = V_6; uint32_t L_901 = V_8; uint32_t L_902 = V_9; UInt32U5BU5D_t2770800703* L_903 = __this->get__X_5(); NullCheck(L_903); int32_t L_904 = ((int32_t)15); uint32_t L_905 = (L_903)->GetAt(static_cast(L_904)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_5), L_900, (&V_7), L_901, L_902, L_905, 5, /*hidden argument*/NULL); uint32_t L_906 = V_5; uint32_t L_907 = V_7; uint32_t L_908 = V_8; UInt32U5BU5D_t2770800703* L_909 = __this->get__X_5(); NullCheck(L_909); int32_t L_910 = ((int32_t)10); uint32_t L_911 = (L_909)->GetAt(static_cast(L_910)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_9), L_906, (&V_6), L_907, L_908, L_911, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_912 = V_9; uint32_t L_913 = V_6; uint32_t L_914 = V_7; UInt32U5BU5D_t2770800703* L_915 = __this->get__X_5(); NullCheck(L_915); int32_t L_916 = 4; uint32_t L_917 = (L_915)->GetAt(static_cast(L_916)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_8), L_912, (&V_5), L_913, L_914, L_917, ((int32_t)9), /*hidden argument*/NULL); uint32_t L_918 = V_8; uint32_t L_919 = V_5; uint32_t L_920 = V_6; UInt32U5BU5D_t2770800703* L_921 = __this->get__X_5(); NullCheck(L_921); int32_t L_922 = 1; uint32_t L_923 = (L_921)->GetAt(static_cast(L_922)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_7), L_918, (&V_9), L_919, L_920, L_923, ((int32_t)12), /*hidden argument*/NULL); uint32_t L_924 = V_7; uint32_t L_925 = V_9; uint32_t L_926 = V_5; UInt32U5BU5D_t2770800703* L_927 = __this->get__X_5(); NullCheck(L_927); int32_t L_928 = 5; uint32_t L_929 = (L_927)->GetAt(static_cast(L_928)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_6), L_924, (&V_8), L_925, L_926, L_929, 5, /*hidden argument*/NULL); uint32_t L_930 = V_6; uint32_t L_931 = V_8; uint32_t L_932 = V_9; UInt32U5BU5D_t2770800703* L_933 = __this->get__X_5(); NullCheck(L_933); int32_t L_934 = 8; uint32_t L_935 = (L_933)->GetAt(static_cast(L_934)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_5), L_930, (&V_7), L_931, L_932, L_935, ((int32_t)14), /*hidden argument*/NULL); uint32_t L_936 = V_5; uint32_t L_937 = V_7; uint32_t L_938 = V_8; UInt32U5BU5D_t2770800703* L_939 = __this->get__X_5(); NullCheck(L_939); int32_t L_940 = 7; uint32_t L_941 = (L_939)->GetAt(static_cast(L_940)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_9), L_936, (&V_6), L_937, L_938, L_941, 6, /*hidden argument*/NULL); uint32_t L_942 = V_9; uint32_t L_943 = V_6; uint32_t L_944 = V_7; UInt32U5BU5D_t2770800703* L_945 = __this->get__X_5(); NullCheck(L_945); int32_t L_946 = 6; uint32_t L_947 = (L_945)->GetAt(static_cast(L_946)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_8), L_942, (&V_5), L_943, L_944, L_947, 8, /*hidden argument*/NULL); uint32_t L_948 = V_8; uint32_t L_949 = V_5; uint32_t L_950 = V_6; UInt32U5BU5D_t2770800703* L_951 = __this->get__X_5(); NullCheck(L_951); int32_t L_952 = 2; uint32_t L_953 = (L_951)->GetAt(static_cast(L_952)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_7), L_948, (&V_9), L_949, L_950, L_953, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_954 = V_7; uint32_t L_955 = V_9; uint32_t L_956 = V_5; UInt32U5BU5D_t2770800703* L_957 = __this->get__X_5(); NullCheck(L_957); int32_t L_958 = ((int32_t)13); uint32_t L_959 = (L_957)->GetAt(static_cast(L_958)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_6), L_954, (&V_8), L_955, L_956, L_959, 6, /*hidden argument*/NULL); uint32_t L_960 = V_6; uint32_t L_961 = V_8; uint32_t L_962 = V_9; UInt32U5BU5D_t2770800703* L_963 = __this->get__X_5(); NullCheck(L_963); int32_t L_964 = ((int32_t)14); uint32_t L_965 = (L_963)->GetAt(static_cast(L_964)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_5), L_960, (&V_7), L_961, L_962, L_965, 5, /*hidden argument*/NULL); uint32_t L_966 = V_5; uint32_t L_967 = V_7; uint32_t L_968 = V_8; UInt32U5BU5D_t2770800703* L_969 = __this->get__X_5(); NullCheck(L_969); int32_t L_970 = 0; uint32_t L_971 = (L_969)->GetAt(static_cast(L_970)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_9), L_966, (&V_6), L_967, L_968, L_971, ((int32_t)15), /*hidden argument*/NULL); uint32_t L_972 = V_9; uint32_t L_973 = V_6; uint32_t L_974 = V_7; UInt32U5BU5D_t2770800703* L_975 = __this->get__X_5(); NullCheck(L_975); int32_t L_976 = 3; uint32_t L_977 = (L_975)->GetAt(static_cast(L_976)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_8), L_972, (&V_5), L_973, L_974, L_977, ((int32_t)13), /*hidden argument*/NULL); uint32_t L_978 = V_8; uint32_t L_979 = V_5; uint32_t L_980 = V_6; UInt32U5BU5D_t2770800703* L_981 = __this->get__X_5(); NullCheck(L_981); int32_t L_982 = ((int32_t)9); uint32_t L_983 = (L_981)->GetAt(static_cast(L_982)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_7), L_978, (&V_9), L_979, L_980, L_983, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_984 = V_7; uint32_t L_985 = V_9; uint32_t L_986 = V_5; UInt32U5BU5D_t2770800703* L_987 = __this->get__X_5(); NullCheck(L_987); int32_t L_988 = ((int32_t)11); uint32_t L_989 = (L_987)->GetAt(static_cast(L_988)); RIPEMD160Managed_FFF_m3692014807(__this, (&V_6), L_984, (&V_8), L_985, L_986, L_989, ((int32_t)11), /*hidden argument*/NULL); uint32_t L_990 = V_8; uint32_t L_991 = V_2; UInt32U5BU5D_t2770800703* L_992 = __this->get__HashValue_6(); NullCheck(L_992); int32_t L_993 = 1; uint32_t L_994 = (L_992)->GetAt(static_cast(L_993)); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_990, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_991, (int32_t)L_994)))); UInt32U5BU5D_t2770800703* L_995 = __this->get__HashValue_6(); UInt32U5BU5D_t2770800703* L_996 = __this->get__HashValue_6(); NullCheck(L_996); int32_t L_997 = 2; uint32_t L_998 = (L_996)->GetAt(static_cast(L_997)); uint32_t L_999 = V_3; uint32_t L_1000 = V_9; NullCheck(L_995); (L_995)->SetAt(static_cast(1), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_998, (int32_t)L_999)), (int32_t)L_1000))); UInt32U5BU5D_t2770800703* L_1001 = __this->get__HashValue_6(); UInt32U5BU5D_t2770800703* L_1002 = __this->get__HashValue_6(); NullCheck(L_1002); int32_t L_1003 = 3; uint32_t L_1004 = (L_1002)->GetAt(static_cast(L_1003)); uint32_t L_1005 = V_4; uint32_t L_1006 = V_5; NullCheck(L_1001); (L_1001)->SetAt(static_cast(2), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1004, (int32_t)L_1005)), (int32_t)L_1006))); UInt32U5BU5D_t2770800703* L_1007 = __this->get__HashValue_6(); UInt32U5BU5D_t2770800703* L_1008 = __this->get__HashValue_6(); NullCheck(L_1008); int32_t L_1009 = 4; uint32_t L_1010 = (L_1008)->GetAt(static_cast(L_1009)); uint32_t L_1011 = V_0; uint32_t L_1012 = V_6; NullCheck(L_1007); (L_1007)->SetAt(static_cast(3), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1010, (int32_t)L_1011)), (int32_t)L_1012))); UInt32U5BU5D_t2770800703* L_1013 = __this->get__HashValue_6(); UInt32U5BU5D_t2770800703* L_1014 = __this->get__HashValue_6(); NullCheck(L_1014); int32_t L_1015 = 0; uint32_t L_1016 = (L_1014)->GetAt(static_cast(L_1015)); uint32_t L_1017 = V_1; uint32_t L_1018 = V_7; NullCheck(L_1013); (L_1013)->SetAt(static_cast(4), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1016, (int32_t)L_1017)), (int32_t)L_1018))); UInt32U5BU5D_t2770800703* L_1019 = __this->get__HashValue_6(); uint32_t L_1020 = V_8; NullCheck(L_1019); (L_1019)->SetAt(static_cast(0), (uint32_t)L_1020); return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::CompressFinal(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_CompressFinal_m497690796 (RIPEMD160Managed_t2491561941 * __this, uint64_t ___length0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; uint32_t V_3 = 0; { uint64_t L_0 = ___length0; V_0 = (((int32_t)((uint32_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))); uint64_t L_1 = ___length0; V_1 = (((int32_t)((uint32_t)((int64_t)((uint64_t)L_1>>((int32_t)32)))))); UInt32U5BU5D_t2770800703* L_2 = __this->get__X_5(); UInt32U5BU5D_t2770800703* L_3 = __this->get__X_5(); NullCheck(L_3); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL); V_2 = 0; V_3 = 0; goto IL_0058; } IL_0029: { UInt32U5BU5D_t2770800703* L_4 = __this->get__X_5(); uint32_t L_5 = V_3; NullCheck(L_4); uint32_t* L_6 = ((L_4)->GetAddressAt(static_cast((((uintptr_t)((int32_t)((uint32_t)L_5>>2))))))); ByteU5BU5D_t4116647657* L_7 = __this->get__ProcessingBuffer_4(); int32_t L_8 = V_2; int32_t L_9 = L_8; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); NullCheck(L_7); int32_t L_10 = L_9; uint8_t L_11 = (L_7)->GetAt(static_cast(L_10)); uint32_t L_12 = V_3; *((int32_t*)(L_6)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_6))^(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)((int32_t)L_12&(int32_t)3))))&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))); uint32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0058: { uint32_t L_14 = V_3; uint32_t L_15 = V_0; if ((!(((uint32_t)L_14) >= ((uint32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)63))))))) { goto IL_0029; } } { UInt32U5BU5D_t2770800703* L_16 = __this->get__X_5(); uint32_t L_17 = V_0; NullCheck(L_16); uint32_t* L_18 = ((L_16)->GetAddressAt(static_cast((((uintptr_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_17>>2))&(int32_t)((int32_t)15)))))))); uint32_t L_19 = V_0; *((int32_t*)(L_18)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_18))^(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)((int32_t)L_19&(int32_t)3)))), (int32_t)7))&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))); uint32_t L_20 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)63)))) > ((uint32_t)((int32_t)55))))) { goto IL_00ac; } } { RIPEMD160Managed_Compress_m126479169(__this, /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_21 = __this->get__X_5(); UInt32U5BU5D_t2770800703* L_22 = __this->get__X_5(); NullCheck(L_22); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))), /*hidden argument*/NULL); } IL_00ac: { UInt32U5BU5D_t2770800703* L_23 = __this->get__X_5(); uint32_t L_24 = V_0; NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)14)), (uint32_t)((int32_t)((int32_t)L_24<<(int32_t)3))); UInt32U5BU5D_t2770800703* L_25 = __this->get__X_5(); uint32_t L_26 = V_0; uint32_t L_27 = V_1; NullCheck(L_25); (L_25)->SetAt(static_cast(((int32_t)15)), (uint32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_26>>((int32_t)29)))|(int32_t)((int32_t)((int32_t)L_27<<(int32_t)3))))); RIPEMD160Managed_Compress_m126479169(__this, /*hidden argument*/NULL); return; } } // System.UInt32 System.Security.Cryptography.RIPEMD160Managed::ROL(System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_ROL_m2647139887 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, int32_t ___n1, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; int32_t L_1 = ___n1; uint32_t L_2 = ___x0; int32_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.UInt32 System.Security.Cryptography.RIPEMD160Managed::F(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_F_m2051853483 (RIPEMD160Managed_t2491561941 * __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 System.Security.Cryptography.RIPEMD160Managed::G(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_G_m3625715749 (RIPEMD160Managed_t2491561941 * __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 System.Security.Cryptography.RIPEMD160Managed::H(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_H_m2707761209 (RIPEMD160Managed_t2491561941 * __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 System.Security.Cryptography.RIPEMD160Managed::I(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_I_m2107336345 (RIPEMD160Managed_t2491561941 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___z2; uint32_t L_2 = ___y1; 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 System.Security.Cryptography.RIPEMD160Managed::J(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t RIPEMD160Managed_J_m1336489154 (RIPEMD160Managed_t2491561941 * __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)L_0^(int32_t)((int32_t)((int32_t)L_1|(int32_t)((~L_2)))))); } } // System.Void System.Security.Cryptography.RIPEMD160Managed::FF(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_FF_m738585160 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t* L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = RIPEMD160Managed_F_m2051853483(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x5; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; int32_t L_9 = ___s6; uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); uint32_t L_11 = ___e4; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint32_t* L_12 = ___c2; uint32_t* L_13 = ___c2; uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL); *((int32_t*)(L_12)) = (int32_t)L_14; return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::GG(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_GG_m3020389474 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t* L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = RIPEMD160Managed_G_m3625715749(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x5; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1518500249))))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; int32_t L_9 = ___s6; uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); uint32_t L_11 = ___e4; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint32_t* L_12 = ___c2; uint32_t* L_13 = ___c2; uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL); *((int32_t*)(L_12)) = (int32_t)L_14; return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::HH(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_HH_m90236373 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t* L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = RIPEMD160Managed_H_m2707761209(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x5; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1859775393))))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; int32_t L_9 = ___s6; uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); uint32_t L_11 = ___e4; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint32_t* L_12 = ___c2; uint32_t* L_13 = ___c2; uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL); *((int32_t*)(L_12)) = (int32_t)L_14; return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::II(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_II_m1560285116 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t* L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = RIPEMD160Managed_I_m2107336345(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x5; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)-1894007588))))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; int32_t L_9 = ___s6; uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); uint32_t L_11 = ___e4; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint32_t* L_12 = ___c2; uint32_t* L_13 = ___c2; uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL); *((int32_t*)(L_12)) = (int32_t)L_14; return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::JJ(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_JJ_m112143231 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t* L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = RIPEMD160Managed_J_m1336489154(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x5; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)-1454113458))))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; int32_t L_9 = ___s6; uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); uint32_t L_11 = ___e4; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint32_t* L_12 = ___c2; uint32_t* L_13 = ___c2; uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL); *((int32_t*)(L_12)) = (int32_t)L_14; return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::FFF(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_FFF_m3692014807 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t* L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = RIPEMD160Managed_F_m2051853483(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x5; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; int32_t L_9 = ___s6; uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); uint32_t L_11 = ___e4; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint32_t* L_12 = ___c2; uint32_t* L_13 = ___c2; uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL); *((int32_t*)(L_12)) = (int32_t)L_14; return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::GGG(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_GGG_m1715572318 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t* L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = RIPEMD160Managed_G_m3625715749(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x5; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)2053994217))))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; int32_t L_9 = ___s6; uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); uint32_t L_11 = ___e4; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint32_t* L_12 = ___c2; uint32_t* L_13 = ___c2; uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL); *((int32_t*)(L_12)) = (int32_t)L_14; return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::HHH(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_HHH_m2839246531 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t* L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = RIPEMD160Managed_H_m2707761209(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x5; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1836072691))))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; int32_t L_9 = ___s6; uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); uint32_t L_11 = ___e4; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint32_t* L_12 = ___c2; uint32_t* L_13 = ___c2; uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL); *((int32_t*)(L_12)) = (int32_t)L_14; return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::III(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_III_m3606824266 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t* L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = RIPEMD160Managed_I_m2107336345(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x5; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1548603684))))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; int32_t L_9 = ___s6; uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); uint32_t L_11 = ___e4; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint32_t* L_12 = ___c2; uint32_t* L_13 = ___c2; uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL); *((int32_t*)(L_12)) = (int32_t)L_14; return; } } // System.Void System.Security.Cryptography.RIPEMD160Managed::JJJ(System.UInt32&,System.UInt32,System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RIPEMD160Managed_JJJ_m4161373884 (RIPEMD160Managed_t2491561941 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t* ___c2, uint32_t ___d3, uint32_t ___e4, uint32_t ___x5, int32_t ___s6, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t* L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = RIPEMD160Managed_J_m1336489154(__this, L_2, (*((uint32_t*)L_3)), L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x5; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1352829926))))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; int32_t L_9 = ___s6; uint32_t L_10 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); uint32_t L_11 = ___e4; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint32_t* L_12 = ___c2; uint32_t* L_13 = ___c2; uint32_t L_14 = RIPEMD160Managed_ROL_m2647139887(__this, (*((uint32_t*)L_13)), ((int32_t)10), /*hidden argument*/NULL); *((int32_t*)(L_12)) = (int32_t)L_14; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_m2355451105 (RNGCryptoServiceProvider_t3397414743 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RNGCryptoServiceProvider__ctor_m2355451105_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator__ctor_m1589693309(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var); intptr_t L_0 = RNGCryptoServiceProvider_RngInitialize_m2025286560(NULL /*static, unused*/, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, /*hidden argument*/NULL); __this->set__handle_1(L_0); RNGCryptoServiceProvider_Check_m3453818294(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.cctor() extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__cctor_m3587754670 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RNGCryptoServiceProvider__cctor_m3587754670_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = RNGCryptoServiceProvider_RngOpen_m792795472(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_1, /*hidden argument*/NULL); ((RNGCryptoServiceProvider_t3397414743_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var))->set__lock_0(L_1); } IL_0014: { return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Check() extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Check_m3453818294 (RNGCryptoServiceProvider_t3397414743 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RNGCryptoServiceProvider_Check_m3453818294_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = __this->get__handle_1(); bool L_1 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0025; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2855470454, /*hidden argument*/NULL); CryptographicException_t248831461 * L_3 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,RNGCryptoServiceProvider_Check_m3453818294_RuntimeMethod_var); } IL_0025: { return; } } // System.Boolean System.Security.Cryptography.RNGCryptoServiceProvider::RngOpen() extern "C" IL2CPP_METHOD_ATTR bool RNGCryptoServiceProvider_RngOpen_m792795472 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef bool (*RNGCryptoServiceProvider_RngOpen_m792795472_ftn) (); using namespace il2cpp::icalls; return ((RNGCryptoServiceProvider_RngOpen_m792795472_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngOpen) (); } // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngInitialize(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngInitialize_m2025286560 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___seed0, const RuntimeMethod* method) { typedef intptr_t (*RNGCryptoServiceProvider_RngInitialize_m2025286560_ftn) (ByteU5BU5D_t4116647657*); using namespace il2cpp::icalls; return ((RNGCryptoServiceProvider_RngInitialize_m2025286560_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngInitialize) (___seed0); } // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngGetBytes(System.IntPtr,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngGetBytes_m1695806698 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method) { typedef intptr_t (*RNGCryptoServiceProvider_RngGetBytes_m1695806698_ftn) (intptr_t, ByteU5BU5D_t4116647657*); using namespace il2cpp::icalls; return ((RNGCryptoServiceProvider_RngGetBytes_m1695806698_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngGetBytes) (___handle0, ___data1); } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::RngClose(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_RngClose_m3915778345 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method) { typedef void (*RNGCryptoServiceProvider_RngClose_m3915778345_ftn) (intptr_t); using namespace il2cpp::icalls; ((RNGCryptoServiceProvider_RngClose_m3915778345_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngClose) (___handle0); } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::GetBytes(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_GetBytes_m918414272 (RNGCryptoServiceProvider_t3397414743 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RNGCryptoServiceProvider_GetBytes_m918414272_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ByteU5BU5D_t4116647657* L_0 = ___data0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2037252866, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RNGCryptoServiceProvider_GetBytes_m918414272_RuntimeMethod_var); } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((RNGCryptoServiceProvider_t3397414743_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var))->get__lock_0(); if (L_2) { goto IL_0032; } } { intptr_t L_3 = __this->get__handle_1(); ByteU5BU5D_t4116647657* L_4 = ___data0; IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var); intptr_t L_5 = RNGCryptoServiceProvider_RngGetBytes_m1695806698(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); __this->set__handle_1(L_5); goto IL_005c; } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var); RuntimeObject * L_6 = ((RNGCryptoServiceProvider_t3397414743_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var))->get__lock_0(); V_0 = L_6; RuntimeObject * L_7 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); } IL_003e: try { // begin try (depth: 1) intptr_t L_8 = __this->get__handle_1(); ByteU5BU5D_t4116647657* L_9 = ___data0; IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var); intptr_t L_10 = RNGCryptoServiceProvider_RngGetBytes_m1695806698(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); __this->set__handle_1(L_10); IL2CPP_LEAVE(0x5C, FINALLY_0055); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0055; } FINALLY_0055: { // begin finally (depth: 1) RuntimeObject * L_11 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); IL2CPP_END_FINALLY(85) } // end finally (depth: 1) IL2CPP_CLEANUP(85) { IL2CPP_JUMP_TBL(0x5C, IL_005c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005c: { RNGCryptoServiceProvider_Check_m3453818294(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::GetNonZeroBytes(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_GetNonZeroBytes_m1918423726 (RNGCryptoServiceProvider_t3397414743 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RNGCryptoServiceProvider_GetNonZeroBytes_m1918423726_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { ByteU5BU5D_t4116647657* L_0 = ___data0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2037252866, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RNGCryptoServiceProvider_GetNonZeroBytes_m1918423726_RuntimeMethod_var); } IL_0011: { ByteU5BU5D_t4116647657* L_2 = ___data0; NullCheck(L_2); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)2)))); V_1 = 0; goto IL_006f; } IL_0023: { intptr_t L_3 = __this->get__handle_1(); ByteU5BU5D_t4116647657* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var); intptr_t L_5 = RNGCryptoServiceProvider_RngGetBytes_m1695806698(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); __this->set__handle_1(L_5); RNGCryptoServiceProvider_Check_m3453818294(__this, /*hidden argument*/NULL); V_2 = 0; goto IL_0066; } IL_0042: { int32_t L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = ___data0; NullCheck(L_7); if ((!(((uint32_t)L_6) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))))) { goto IL_0050; } } { goto IL_006f; } IL_0050: { ByteU5BU5D_t4116647657* L_8 = V_0; int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); if (!L_11) { goto IL_0062; } } { ByteU5BU5D_t4116647657* L_12 = ___data0; int32_t L_13 = V_1; int32_t L_14 = L_13; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); ByteU5BU5D_t4116647657* L_15 = V_0; int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (uint8_t)L_18); } IL_0062: { int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0066: { int32_t L_20 = V_2; ByteU5BU5D_t4116647657* L_21 = V_0; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0042; } } IL_006f: { int32_t L_22 = V_1; ByteU5BU5D_t4116647657* L_23 = ___data0; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { goto IL_0023; } } { return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Finalize() extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Finalize_m1304072372 (RNGCryptoServiceProvider_t3397414743 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RNGCryptoServiceProvider_Finalize_m1304072372_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { intptr_t L_0 = __this->get__handle_1(); bool L_1 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_002b; } } IL_0015: { intptr_t L_2 = __this->get__handle_1(); IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var); RNGCryptoServiceProvider_RngClose_m3915778345(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set__handle_1((intptr_t)(0)); } IL_002b: { IL2CPP_LEAVE(0x37, FINALLY_0030); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(48) } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { 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 System.Security.Cryptography.RSA::.ctor() extern "C" IL2CPP_METHOD_ATTR void RSA__ctor_m2923348713 (RSA_t2385438082 * __this, const RuntimeMethod* method) { { AsymmetricAlgorithm__ctor_m1554933721(__this, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create() extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * RSA_Create_m4065275734 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSA_Create_m4065275734_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RSA_t2385438082 * L_0 = RSA_Create_m2021570897(NULL /*static, unused*/, _stringLiteral788160616, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create(System.String) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * RSA_Create_m2021570897 (RuntimeObject * __this /* static, unused */, String_t* ___algName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSA_Create_m2021570897_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___algName0; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return ((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_1, RSA_t2385438082_il2cpp_TypeInfo_var)); } } // System.Void System.Security.Cryptography.RSA::ZeroizePrivateKey(System.Security.Cryptography.RSAParameters) extern "C" IL2CPP_METHOD_ATTR void RSA_ZeroizePrivateKey_m4052091611 (RSA_t2385438082 * __this, RSAParameters_t1728406613 ___parameters0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = (&___parameters0)->get_P_0(); if (!L_0) { goto IL_0022; } } { ByteU5BU5D_t4116647657* L_1 = (&___parameters0)->get_P_0(); ByteU5BU5D_t4116647657* L_2 = (&___parameters0)->get_P_0(); NullCheck(L_2); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); } IL_0022: { ByteU5BU5D_t4116647657* L_3 = (&___parameters0)->get_Q_1(); if (!L_3) { goto IL_0044; } } { ByteU5BU5D_t4116647657* L_4 = (&___parameters0)->get_Q_1(); ByteU5BU5D_t4116647657* L_5 = (&___parameters0)->get_Q_1(); NullCheck(L_5); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL); } IL_0044: { ByteU5BU5D_t4116647657* L_6 = (&___parameters0)->get_DP_3(); if (!L_6) { goto IL_0066; } } { ByteU5BU5D_t4116647657* L_7 = (&___parameters0)->get_DP_3(); ByteU5BU5D_t4116647657* L_8 = (&___parameters0)->get_DP_3(); NullCheck(L_8); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), /*hidden argument*/NULL); } IL_0066: { ByteU5BU5D_t4116647657* L_9 = (&___parameters0)->get_DQ_4(); if (!L_9) { goto IL_0088; } } { ByteU5BU5D_t4116647657* L_10 = (&___parameters0)->get_DQ_4(); ByteU5BU5D_t4116647657* L_11 = (&___parameters0)->get_DQ_4(); NullCheck(L_11); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_10, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL); } IL_0088: { ByteU5BU5D_t4116647657* L_12 = (&___parameters0)->get_InverseQ_5(); if (!L_12) { goto IL_00aa; } } { ByteU5BU5D_t4116647657* L_13 = (&___parameters0)->get_InverseQ_5(); ByteU5BU5D_t4116647657* L_14 = (&___parameters0)->get_InverseQ_5(); NullCheck(L_14); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); } IL_00aa: { ByteU5BU5D_t4116647657* L_15 = (&___parameters0)->get_D_2(); if (!L_15) { goto IL_00cc; } } { ByteU5BU5D_t4116647657* L_16 = (&___parameters0)->get_D_2(); ByteU5BU5D_t4116647657* L_17 = (&___parameters0)->get_D_2(); NullCheck(L_17); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))), /*hidden argument*/NULL); } IL_00cc: { return; } } // System.Void System.Security.Cryptography.RSA::FromXmlString(System.String) extern "C" IL2CPP_METHOD_ATTR void RSA_FromXmlString_m2537913712 (RSA_t2385438082 * __this, String_t* ___xmlString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSA_FromXmlString_m2537913712_MetadataUsageId); s_Il2CppMethodInitialized = true; } RSAParameters_t1728406613 V_0; memset(&V_0, 0, sizeof(V_0)); Exception_t * 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___xmlString0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1953671409, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSA_FromXmlString_m2537913712_RuntimeMethod_var); } IL_0011: { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t1728406613 )); } IL_0019: try { // begin try (depth: 1) try { // begin try (depth: 2) String_t* L_2 = ___xmlString0; ByteU5BU5D_t4116647657* L_3 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_2, _stringLiteral3452614640, /*hidden argument*/NULL); (&V_0)->set_P_0(L_3); String_t* L_4 = ___xmlString0; ByteU5BU5D_t4116647657* L_5 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_4, _stringLiteral3452614639, /*hidden argument*/NULL); (&V_0)->set_Q_1(L_5); String_t* L_6 = ___xmlString0; ByteU5BU5D_t4116647657* L_7 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_6, _stringLiteral3452614620, /*hidden argument*/NULL); (&V_0)->set_D_2(L_7); String_t* L_8 = ___xmlString0; ByteU5BU5D_t4116647657* L_9 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_8, _stringLiteral3457857500, /*hidden argument*/NULL); (&V_0)->set_DP_3(L_9); String_t* L_10 = ___xmlString0; ByteU5BU5D_t4116647657* L_11 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_10, _stringLiteral3457791964, /*hidden argument*/NULL); (&V_0)->set_DQ_4(L_11); String_t* L_12 = ___xmlString0; ByteU5BU5D_t4116647657* L_13 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_12, _stringLiteral3577940000, /*hidden argument*/NULL); (&V_0)->set_InverseQ_5(L_13); String_t* L_14 = ___xmlString0; ByteU5BU5D_t4116647657* L_15 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_14, _stringLiteral3415789669, /*hidden argument*/NULL); (&V_0)->set_Exponent_7(L_15); String_t* L_16 = ___xmlString0; ByteU5BU5D_t4116647657* L_17 = AsymmetricAlgorithm_GetNamedParam_m2128682280(NULL /*static, unused*/, L_16, _stringLiteral2758185246, /*hidden argument*/NULL); (&V_0)->set_Modulus_6(L_17); RSAParameters_t1728406613 L_18 = V_0; VirtActionInvoker1< RSAParameters_t1728406613 >::Invoke(13 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, __this, L_18); IL2CPP_LEAVE(0xDB, FINALLY_00d3); } // 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_00b5; throw e; } CATCH_00b5: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); RSAParameters_t1728406613 L_19 = V_0; RSA_ZeroizePrivateKey_m4052091611(__this, L_19, /*hidden argument*/NULL); String_t* L_20 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3501983053, /*hidden argument*/NULL); Exception_t * L_21 = V_1; CryptographicException_t248831461 * L_22 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_22, L_20, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,RSA_FromXmlString_m2537913712_RuntimeMethod_var); } IL_00ce: { IL2CPP_LEAVE(0xDB, FINALLY_00d3); } } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: { // begin finally (depth: 1) RSAParameters_t1728406613 L_23 = V_0; RSA_ZeroizePrivateKey_m4052091611(__this, L_23, /*hidden argument*/NULL); IL2CPP_END_FINALLY(211) } // end finally (depth: 1) IL2CPP_CLEANUP(211) { IL2CPP_JUMP_TBL(0xDB, IL_00db) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00db: { return; } } // System.String System.Security.Cryptography.RSA::ToXmlString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* RSA_ToXmlString_m2922661427 (RSA_t2385438082 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSA_ToXmlString_m2922661427_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; RSAParameters_t1728406613 V_1; memset(&V_1, 0, sizeof(V_1)); String_t* V_2 = NULL; String_t* 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___includePrivateParameters0; RSAParameters_t1728406613 L_2 = VirtFuncInvoker1< RSAParameters_t1728406613 , bool >::Invoke(12 /* 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_m1965104174(L_3, _stringLiteral2330884088, /*hidden argument*/NULL); StringBuilder_t * L_4 = V_0; NullCheck(L_4); StringBuilder_Append_m1965104174(L_4, _stringLiteral264464451, /*hidden argument*/NULL); StringBuilder_t * L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = (&V_1)->get_Modulus_6(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_7 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_Append_m1965104174(L_5, L_7, /*hidden argument*/NULL); StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, _stringLiteral3087219758, /*hidden argument*/NULL); StringBuilder_t * L_9 = V_0; NullCheck(L_9); StringBuilder_Append_m1965104174(L_9, _stringLiteral4195570472, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; ByteU5BU5D_t4116647657* L_11 = (&V_1)->get_Exponent_7(); String_t* L_12 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); StringBuilder_Append_m1965104174(L_10, L_12, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_0; NullCheck(L_13); StringBuilder_Append_m1965104174(L_13, _stringLiteral3252161509, /*hidden argument*/NULL); bool L_14 = ___includePrivateParameters0; if (!L_14) { goto IL_01e4; } } IL_0076: { ByteU5BU5D_t4116647657* L_15 = (&V_1)->get_D_2(); if (L_15) { goto IL_0094; } } IL_0082: { String_t* L_16 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3802091543, /*hidden argument*/NULL); V_2 = L_16; String_t* L_17 = V_2; ArgumentNullException_t1615371798 * L_18 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,RSA_ToXmlString_m2922661427_RuntimeMethod_var); } IL_0094: { ByteU5BU5D_t4116647657* L_19 = (&V_1)->get_P_0(); if (!L_19) { goto IL_00d0; } } IL_00a0: { ByteU5BU5D_t4116647657* L_20 = (&V_1)->get_Q_1(); if (!L_20) { goto IL_00d0; } } IL_00ac: { ByteU5BU5D_t4116647657* L_21 = (&V_1)->get_DP_3(); if (!L_21) { goto IL_00d0; } } IL_00b8: { ByteU5BU5D_t4116647657* L_22 = (&V_1)->get_DQ_4(); if (!L_22) { goto IL_00d0; } } IL_00c4: { ByteU5BU5D_t4116647657* L_23 = (&V_1)->get_InverseQ_5(); if (L_23) { goto IL_00e2; } } IL_00d0: { String_t* L_24 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3588276660, /*hidden argument*/NULL); V_3 = L_24; String_t* L_25 = V_3; CryptographicException_t248831461 * L_26 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,RSA_ToXmlString_m2922661427_RuntimeMethod_var); } IL_00e2: { StringBuilder_t * L_27 = V_0; NullCheck(L_27); StringBuilder_Append_m1965104174(L_27, _stringLiteral1918135800, /*hidden argument*/NULL); StringBuilder_t * L_28 = V_0; ByteU5BU5D_t4116647657* L_29 = (&V_1)->get_P_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_30 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_28); StringBuilder_Append_m1965104174(L_28, L_30, /*hidden argument*/NULL); StringBuilder_t * L_31 = V_0; NullCheck(L_31); StringBuilder_Append_m1965104174(L_31, _stringLiteral417504526, /*hidden argument*/NULL); StringBuilder_t * L_32 = V_0; NullCheck(L_32); StringBuilder_Append_m1965104174(L_32, _stringLiteral1918070264, /*hidden argument*/NULL); StringBuilder_t * L_33 = V_0; ByteU5BU5D_t4116647657* L_34 = (&V_1)->get_Q_1(); String_t* L_35 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); NullCheck(L_33); StringBuilder_Append_m1965104174(L_33, L_35, /*hidden argument*/NULL); StringBuilder_t * L_36 = V_0; NullCheck(L_36); StringBuilder_Append_m1965104174(L_36, _stringLiteral3146387881, /*hidden argument*/NULL); StringBuilder_t * L_37 = V_0; NullCheck(L_37); StringBuilder_Append_m1965104174(L_37, _stringLiteral423468302, /*hidden argument*/NULL); StringBuilder_t * L_38 = V_0; ByteU5BU5D_t4116647657* L_39 = (&V_1)->get_DP_3(); String_t* L_40 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); NullCheck(L_38); StringBuilder_Append_m1965104174(L_38, L_40, /*hidden argument*/NULL); StringBuilder_t * L_41 = V_0; NullCheck(L_41); StringBuilder_Append_m1965104174(L_41, _stringLiteral2921622622, /*hidden argument*/NULL); StringBuilder_t * L_42 = V_0; NullCheck(L_42); StringBuilder_Append_m1965104174(L_42, _stringLiteral3152351657, /*hidden argument*/NULL); StringBuilder_t * L_43 = V_0; ByteU5BU5D_t4116647657* L_44 = (&V_1)->get_DQ_4(); String_t* L_45 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); NullCheck(L_43); StringBuilder_Append_m1965104174(L_43, L_45, /*hidden argument*/NULL); StringBuilder_t * L_46 = V_0; NullCheck(L_46); StringBuilder_Append_m1965104174(L_46, _stringLiteral582970462, /*hidden argument*/NULL); StringBuilder_t * L_47 = V_0; NullCheck(L_47); StringBuilder_Append_m1965104174(L_47, _stringLiteral939428175, /*hidden argument*/NULL); StringBuilder_t * L_48 = V_0; ByteU5BU5D_t4116647657* L_49 = (&V_1)->get_InverseQ_5(); String_t* L_50 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); NullCheck(L_48); StringBuilder_Append_m1965104174(L_48, L_50, /*hidden argument*/NULL); StringBuilder_t * L_51 = V_0; NullCheck(L_51); StringBuilder_Append_m1965104174(L_51, _stringLiteral197188615, /*hidden argument*/NULL); StringBuilder_t * L_52 = V_0; NullCheck(L_52); StringBuilder_Append_m1965104174(L_52, _stringLiteral1916825080, /*hidden argument*/NULL); StringBuilder_t * L_53 = V_0; ByteU5BU5D_t4116647657* L_54 = (&V_1)->get_D_2(); String_t* L_55 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_54, /*hidden argument*/NULL); NullCheck(L_53); StringBuilder_Append_m1965104174(L_53, L_55, /*hidden argument*/NULL); StringBuilder_t * L_56 = V_0; NullCheck(L_56); StringBuilder_Append_m1965104174(L_56, _stringLiteral3455564074, /*hidden argument*/NULL); } IL_01e4: { StringBuilder_t * L_57 = V_0; NullCheck(L_57); StringBuilder_Append_m1965104174(L_57, _stringLiteral1114683495, /*hidden argument*/NULL); goto IL_0204; } } // 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_01f5; throw e; } CATCH_01f5: { // begin catch(System.Object) { RSAParameters_t1728406613 L_58 = V_1; RSA_ZeroizePrivateKey_m4052091611(__this, L_58, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_01ff: { goto IL_0204; } } // end catch (depth: 1) IL_0204: { StringBuilder_t * L_59 = V_0; NullCheck(L_59); String_t* L_60 = StringBuilder_ToString_m3317489284(L_59, /*hidden argument*/NULL); return L_60; } } #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.Security.Cryptography.RSACryptoServiceProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m2288290917 (RSACryptoServiceProvider_t2683512874 * __this, const RuntimeMethod* method) { { __this->set_privateKeyExportable_5((bool)1); RSA__ctor_m2923348713(__this, /*hidden argument*/NULL); RSACryptoServiceProvider_Common_m861233239(__this, ((int32_t)1024), (CspParameters_t239852639 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Security.Cryptography.CspParameters) extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m357386130 (RSACryptoServiceProvider_t2683512874 * __this, CspParameters_t239852639 * ___parameters0, const RuntimeMethod* method) { { __this->set_privateKeyExportable_5((bool)1); RSA__ctor_m2923348713(__this, /*hidden argument*/NULL); CspParameters_t239852639 * L_0 = ___parameters0; RSACryptoServiceProvider_Common_m861233239(__this, ((int32_t)1024), L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m2378475222 (RSACryptoServiceProvider_t2683512874 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method) { { __this->set_privateKeyExportable_5((bool)1); RSA__ctor_m2923348713(__this, /*hidden argument*/NULL); int32_t L_0 = ___dwKeySize0; RSACryptoServiceProvider_Common_m861233239(__this, L_0, (CspParameters_t239852639 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.cctor() extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__cctor_m3113818354 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::Common(System.Int32,System.Security.Cryptography.CspParameters) extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_Common_m861233239 (RSACryptoServiceProvider_t2683512874 * __this, int32_t ___dwKeySize0, CspParameters_t239852639 * ___p1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSACryptoServiceProvider_Common_m861233239_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((AsymmetricAlgorithm_t932037087 *)__this)->set_LegalKeySizesValue_1(((KeySizesU5BU5D_t722666473*)SZArrayNew(KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var, (uint32_t)1))); KeySizesU5BU5D_t722666473* L_0 = ((AsymmetricAlgorithm_t932037087 *)__this)->get_LegalKeySizesValue_1(); KeySizes_t85027896 * L_1 = (KeySizes_t85027896 *)il2cpp_codegen_object_new(KeySizes_t85027896_il2cpp_TypeInfo_var); KeySizes__ctor_m3113946058(L_1, ((int32_t)384), ((int32_t)16384), 8, /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_1); (L_0)->SetAt(static_cast(0), (KeySizes_t85027896 *)L_1); int32_t L_2 = ___dwKeySize0; AsymmetricAlgorithm_set_KeySize_m2163393617(__this, L_2, /*hidden argument*/NULL); int32_t L_3 = RSACryptoServiceProvider_get_KeySize_m2654153358(__this, /*hidden argument*/NULL); RSAManaged_t1757093819 * L_4 = (RSAManaged_t1757093819 *)il2cpp_codegen_object_new(RSAManaged_t1757093819_il2cpp_TypeInfo_var); RSAManaged__ctor_m3394311431(L_4, L_3, /*hidden argument*/NULL); __this->set_rsa_7(L_4); RSAManaged_t1757093819 * L_5 = __this->get_rsa_7(); intptr_t L_6 = (intptr_t)RSACryptoServiceProvider_OnKeyGenerated_m863837376_RuntimeMethod_var; KeyGeneratedEventHandler_t3064139577 * L_7 = (KeyGeneratedEventHandler_t3064139577 *)il2cpp_codegen_object_new(KeyGeneratedEventHandler_t3064139577_il2cpp_TypeInfo_var); KeyGeneratedEventHandler__ctor_m1990062371(L_7, __this, L_6, /*hidden argument*/NULL); NullCheck(L_5); RSAManaged_add_KeyGenerated_m3688329863(L_5, L_7, /*hidden argument*/NULL); CspParameters_t239852639 * L_8 = ___p1; __this->set_persistKey_3((bool)((((int32_t)((((RuntimeObject*)(CspParameters_t239852639 *)L_8) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0)); CspParameters_t239852639 * L_9 = ___p1; if (L_9) { goto IL_0097; } } { CspParameters_t239852639 * L_10 = (CspParameters_t239852639 *)il2cpp_codegen_object_new(CspParameters_t239852639_il2cpp_TypeInfo_var); CspParameters__ctor_m2741097571(L_10, 1, /*hidden argument*/NULL); ___p1 = L_10; IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var); bool L_11 = ((RSACryptoServiceProvider_t2683512874_StaticFields*)il2cpp_codegen_static_fields_for(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var))->get_useMachineKeyStore_8(); if (!L_11) { goto IL_0086; } } { CspParameters_t239852639 * L_12 = ___p1; CspParameters_t239852639 * L_13 = L_12; NullCheck(L_13); int32_t L_14 = CspParameters_get_Flags_m4238672607(L_13, /*hidden argument*/NULL); NullCheck(L_13); CspParameters_set_Flags_m397261363(L_13, ((int32_t)((int32_t)L_14|(int32_t)1)), /*hidden argument*/NULL); } IL_0086: { CspParameters_t239852639 * L_15 = ___p1; KeyPairPersistence_t2094547461 * L_16 = (KeyPairPersistence_t2094547461 *)il2cpp_codegen_object_new(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var); KeyPairPersistence__ctor_m103880447(L_16, L_15, /*hidden argument*/NULL); __this->set_store_2(L_16); goto IL_00d7; } IL_0097: { CspParameters_t239852639 * L_17 = ___p1; KeyPairPersistence_t2094547461 * L_18 = (KeyPairPersistence_t2094547461 *)il2cpp_codegen_object_new(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var); KeyPairPersistence__ctor_m103880447(L_18, L_17, /*hidden argument*/NULL); __this->set_store_2(L_18); KeyPairPersistence_t2094547461 * L_19 = __this->get_store_2(); NullCheck(L_19); KeyPairPersistence_Load_m2518737071(L_19, /*hidden argument*/NULL); KeyPairPersistence_t2094547461 * L_20 = __this->get_store_2(); NullCheck(L_20); String_t* L_21 = KeyPairPersistence_get_KeyValue_m2994490605(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00d7; } } { __this->set_persisted_4((bool)1); KeyPairPersistence_t2094547461 * L_22 = __this->get_store_2(); NullCheck(L_22); String_t* L_23 = KeyPairPersistence_get_KeyValue_m2994490605(L_22, /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void System.Security.Cryptography.RSA::FromXmlString(System.String) */, __this, L_23); } IL_00d7: { return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::Finalize() extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_Finalize_m1969564496 (RSACryptoServiceProvider_t2683512874 * __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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) RSACryptoServiceProvider_Dispose_m1199148535(__this, (bool)0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Int32 System.Security.Cryptography.RSACryptoServiceProvider::get_KeySize() extern "C" IL2CPP_METHOD_ATTR int32_t RSACryptoServiceProvider_get_KeySize_m2654153358 (RSACryptoServiceProvider_t2683512874 * __this, const RuntimeMethod* method) { { RSAManaged_t1757093819 * L_0 = __this->get_rsa_7(); if (L_0) { goto IL_0012; } } { int32_t L_1 = ((AsymmetricAlgorithm_t932037087 *)__this)->get_KeySizeValue_0(); return L_1; } IL_0012: { RSAManaged_t1757093819 * L_2 = __this->get_rsa_7(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, L_2); return L_3; } } // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_PublicOnly() extern "C" IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_get_PublicOnly_m4039982639 (RSACryptoServiceProvider_t2683512874 * __this, const RuntimeMethod* method) { { RSAManaged_t1757093819 * L_0 = __this->get_rsa_7(); NullCheck(L_0); bool L_1 = RSAManaged_get_PublicOnly_m595121416(L_0, /*hidden argument*/NULL); return L_1; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::DecryptValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RSACryptoServiceProvider_DecryptValue_m3095079293 (RSACryptoServiceProvider_t2683512874 * __this, ByteU5BU5D_t4116647657* ___rgb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSACryptoServiceProvider_DecryptValue_m3095079293_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RSAManaged_t1757093819 * L_0 = __this->get_rsa_7(); NullCheck(L_0); bool L_1 = RSAManaged_get_IsCrtPossible_m3949564681(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001b; } } { CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, _stringLiteral3919486692, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RSACryptoServiceProvider_DecryptValue_m3095079293_RuntimeMethod_var); } IL_001b: { RSAManaged_t1757093819 * L_3 = __this->get_rsa_7(); ByteU5BU5D_t4116647657* L_4 = ___rgb0; NullCheck(L_3); ByteU5BU5D_t4116647657* L_5 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Byte[] Mono.Security.Cryptography.RSAManaged::DecryptValue(System.Byte[]) */, L_3, L_4); return L_5; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::EncryptValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RSACryptoServiceProvider_EncryptValue_m944137256 (RSACryptoServiceProvider_t2683512874 * __this, ByteU5BU5D_t4116647657* ___rgb0, const RuntimeMethod* method) { { RSAManaged_t1757093819 * L_0 = __this->get_rsa_7(); ByteU5BU5D_t4116647657* L_1 = ___rgb0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Byte[] Mono.Security.Cryptography.RSAManaged::EncryptValue(System.Byte[]) */, L_0, L_1); return L_2; } } // System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSACryptoServiceProvider::ExportParameters(System.Boolean) extern "C" IL2CPP_METHOD_ATTR RSAParameters_t1728406613 RSACryptoServiceProvider_ExportParameters_m3871179960 (RSACryptoServiceProvider_t2683512874 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSACryptoServiceProvider_ExportParameters_m3871179960_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___includePrivateParameters0; if (!L_0) { goto IL_001c; } } { bool L_1 = __this->get_privateKeyExportable_5(); if (L_1) { goto IL_001c; } } { CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, _stringLiteral4048132565, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RSACryptoServiceProvider_ExportParameters_m3871179960_RuntimeMethod_var); } IL_001c: { RSAManaged_t1757093819 * L_3 = __this->get_rsa_7(); bool L_4 = ___includePrivateParameters0; NullCheck(L_3); RSAParameters_t1728406613 L_5 = VirtFuncInvoker1< RSAParameters_t1728406613 , bool >::Invoke(12 /* System.Security.Cryptography.RSAParameters Mono.Security.Cryptography.RSAManaged::ExportParameters(System.Boolean) */, L_3, L_4); return L_5; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::ImportParameters(System.Security.Cryptography.RSAParameters) extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_ImportParameters_m614616705 (RSACryptoServiceProvider_t2683512874 * __this, RSAParameters_t1728406613 ___parameters0, const RuntimeMethod* method) { { RSAManaged_t1757093819 * L_0 = __this->get_rsa_7(); RSAParameters_t1728406613 L_1 = ___parameters0; NullCheck(L_0); VirtActionInvoker1< RSAParameters_t1728406613 >::Invoke(13 /* System.Void Mono.Security.Cryptography.RSAManaged::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_0, L_1); return; } } // System.String System.Security.Cryptography.RSACryptoServiceProvider::GetHashNameFromOID(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* RSACryptoServiceProvider_GetHashNameFromOID_m3078990602 (RSACryptoServiceProvider_t2683512874 * __this, String_t* ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSACryptoServiceProvider_GetHashNameFromOID_m3078990602_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___oid0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_0067; } } { IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_2 = ((RSACryptoServiceProvider_t2683512874_StaticFields*)il2cpp_codegen_static_fields_for(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2D_9(); if (L_2) { goto IL_0037; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral3539017007, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3256681020, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var); ((RSACryptoServiceProvider_t2683512874_StaticFields*)il2cpp_codegen_static_fields_for(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map2D_9(L_6); } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_7 = ((RSACryptoServiceProvider_t2683512874_StaticFields*)il2cpp_codegen_static_fields_for(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2D_9(); String_t* L_8 = V_0; NullCheck(L_7); bool L_9 = Dictionary_2_TryGetValue_m1013208020(L_7, L_8, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_9) { goto IL_0067; } } { int32_t L_10 = V_2; if (!L_10) { goto IL_005b; } } { int32_t L_11 = V_2; if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_0061; } } { goto IL_0067; } IL_005b: { return _stringLiteral1144609714; } IL_0061: { return _stringLiteral3839139460; } IL_0067: { String_t* L_12 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, L_12, _stringLiteral706094756, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_14 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,RSACryptoServiceProvider_GetHashNameFromOID_m3078990602_RuntimeMethod_var); } } // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::VerifyHash(System.Byte[],System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_VerifyHash_m54573565 (RSACryptoServiceProvider_t2683512874 * __this, ByteU5BU5D_t4116647657* ___rgbHash0, String_t* ___str1, ByteU5BU5D_t4116647657* ___rgbSignature2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSACryptoServiceProvider_VerifyHash_m54573565_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; HashAlgorithm_t1432317219 * V_1 = NULL; String_t* G_B7_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___rgbHash0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2917899049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSACryptoServiceProvider_VerifyHash_m54573565_RuntimeMethod_var); } IL_0011: { ByteU5BU5D_t4116647657* L_2 = ___rgbSignature2; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3170101360, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,RSACryptoServiceProvider_VerifyHash_m54573565_RuntimeMethod_var); } IL_0022: { String_t* L_4 = ___str1; if (L_4) { goto IL_0032; } } { G_B7_0 = _stringLiteral1144609714; goto IL_0039; } IL_0032: { String_t* L_5 = ___str1; String_t* L_6 = RSACryptoServiceProvider_GetHashNameFromOID_m3078990602(__this, L_5, /*hidden argument*/NULL); G_B7_0 = L_6; } IL_0039: { V_0 = G_B7_0; String_t* L_7 = V_0; HashAlgorithm_t1432317219 * L_8 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_1 = L_8; HashAlgorithm_t1432317219 * L_9 = V_1; ByteU5BU5D_t4116647657* L_10 = ___rgbHash0; ByteU5BU5D_t4116647657* L_11 = ___rgbSignature2; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var); bool L_12 = PKCS1_Verify_v15_m2816868480(NULL /*static, unused*/, __this, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_Dispose_m1199148535 (RSACryptoServiceProvider_t2683512874 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_m_disposed_6(); if (L_0) { goto IL_0049; } } { bool L_1 = __this->get_persisted_4(); if (!L_1) { goto IL_002c; } } { bool L_2 = __this->get_persistKey_3(); if (L_2) { goto IL_002c; } } { KeyPairPersistence_t2094547461 * L_3 = __this->get_store_2(); NullCheck(L_3); KeyPairPersistence_Remove_m1876145547(L_3, /*hidden argument*/NULL); } IL_002c: { RSAManaged_t1757093819 * L_4 = __this->get_rsa_7(); if (!L_4) { goto IL_0042; } } { RSAManaged_t1757093819 * L_5 = __this->get_rsa_7(); NullCheck(L_5); AsymmetricAlgorithm_Clear_m1528825448(L_5, /*hidden argument*/NULL); } IL_0042: { __this->set_m_disposed_6((bool)1); } IL_0049: { return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::OnKeyGenerated(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_OnKeyGenerated_m863837376 (RSACryptoServiceProvider_t2683512874 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, const RuntimeMethod* method) { { bool L_0 = __this->get_persistKey_3(); if (!L_0) { goto IL_0047; } } { bool L_1 = __this->get_persisted_4(); if (L_1) { goto IL_0047; } } { KeyPairPersistence_t2094547461 * L_2 = __this->get_store_2(); RSAManaged_t1757093819 * L_3 = __this->get_rsa_7(); NullCheck(L_3); bool L_4 = RSAManaged_get_PublicOnly_m595121416(L_3, /*hidden argument*/NULL); String_t* L_5 = VirtFuncInvoker1< String_t*, bool >::Invoke(9 /* System.String System.Security.Cryptography.RSA::ToXmlString(System.Boolean) */, __this, (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0)); NullCheck(L_2); KeyPairPersistence_set_KeyValue_m3459302102(L_2, L_5, /*hidden argument*/NULL); KeyPairPersistence_t2094547461 * L_6 = __this->get_store_2(); NullCheck(L_6); KeyPairPersistence_Save_m3111435398(L_6, /*hidden argument*/NULL); __this->set_persisted_4((bool)1); } IL_0047: { 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 // Conversion methods for marshalling of: System.Security.Cryptography.RSAParameters extern "C" void RSAParameters_t1728406613_marshal_pinvoke(const RSAParameters_t1728406613& unmarshaled, RSAParameters_t1728406613_marshaled_pinvoke& marshaled) { if (unmarshaled.get_P_0() != NULL) { il2cpp_array_size_t _unmarshaled_P_Length = (unmarshaled.get_P_0())->max_length; marshaled.___P_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_P_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_P_Length); i++) { (marshaled.___P_0)[i] = (unmarshaled.get_P_0())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___P_0 = NULL; } if (unmarshaled.get_Q_1() != NULL) { il2cpp_array_size_t _unmarshaled_Q_Length = (unmarshaled.get_Q_1())->max_length; marshaled.___Q_1 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_Q_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Q_Length); i++) { (marshaled.___Q_1)[i] = (unmarshaled.get_Q_1())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___Q_1 = NULL; } if (unmarshaled.get_D_2() != NULL) { il2cpp_array_size_t _unmarshaled_D_Length = (unmarshaled.get_D_2())->max_length; marshaled.___D_2 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_D_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_D_Length); i++) { (marshaled.___D_2)[i] = (unmarshaled.get_D_2())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___D_2 = NULL; } if (unmarshaled.get_DP_3() != NULL) { il2cpp_array_size_t _unmarshaled_DP_Length = (unmarshaled.get_DP_3())->max_length; marshaled.___DP_3 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_DP_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_DP_Length); i++) { (marshaled.___DP_3)[i] = (unmarshaled.get_DP_3())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___DP_3 = NULL; } if (unmarshaled.get_DQ_4() != NULL) { il2cpp_array_size_t _unmarshaled_DQ_Length = (unmarshaled.get_DQ_4())->max_length; marshaled.___DQ_4 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_DQ_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_DQ_Length); i++) { (marshaled.___DQ_4)[i] = (unmarshaled.get_DQ_4())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___DQ_4 = NULL; } if (unmarshaled.get_InverseQ_5() != NULL) { il2cpp_array_size_t _unmarshaled_InverseQ_Length = (unmarshaled.get_InverseQ_5())->max_length; marshaled.___InverseQ_5 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_InverseQ_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_InverseQ_Length); i++) { (marshaled.___InverseQ_5)[i] = (unmarshaled.get_InverseQ_5())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___InverseQ_5 = NULL; } if (unmarshaled.get_Modulus_6() != NULL) { il2cpp_array_size_t _unmarshaled_Modulus_Length = (unmarshaled.get_Modulus_6())->max_length; marshaled.___Modulus_6 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_Modulus_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Modulus_Length); i++) { (marshaled.___Modulus_6)[i] = (unmarshaled.get_Modulus_6())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___Modulus_6 = NULL; } if (unmarshaled.get_Exponent_7() != NULL) { il2cpp_array_size_t _unmarshaled_Exponent_Length = (unmarshaled.get_Exponent_7())->max_length; marshaled.___Exponent_7 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_Exponent_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Exponent_Length); i++) { (marshaled.___Exponent_7)[i] = (unmarshaled.get_Exponent_7())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___Exponent_7 = NULL; } } extern "C" void RSAParameters_t1728406613_marshal_pinvoke_back(const RSAParameters_t1728406613_marshaled_pinvoke& marshaled, RSAParameters_t1728406613& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAParameters_t1728406613_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.___P_0 != NULL) { if (unmarshaled.get_P_0() == NULL) { unmarshaled.set_P_0(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_P_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_P_0())->SetAtUnchecked(static_cast(i), (marshaled.___P_0)[i]); } } if (marshaled.___Q_1 != NULL) { if (unmarshaled.get_Q_1() == NULL) { unmarshaled.set_Q_1(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_Q_1())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_Q_1())->SetAtUnchecked(static_cast(i), (marshaled.___Q_1)[i]); } } if (marshaled.___D_2 != NULL) { if (unmarshaled.get_D_2() == NULL) { unmarshaled.set_D_2(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_D_2())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_D_2())->SetAtUnchecked(static_cast(i), (marshaled.___D_2)[i]); } } if (marshaled.___DP_3 != NULL) { if (unmarshaled.get_DP_3() == NULL) { unmarshaled.set_DP_3(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_DP_3())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_DP_3())->SetAtUnchecked(static_cast(i), (marshaled.___DP_3)[i]); } } if (marshaled.___DQ_4 != NULL) { if (unmarshaled.get_DQ_4() == NULL) { unmarshaled.set_DQ_4(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_DQ_4())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_DQ_4())->SetAtUnchecked(static_cast(i), (marshaled.___DQ_4)[i]); } } if (marshaled.___InverseQ_5 != NULL) { if (unmarshaled.get_InverseQ_5() == NULL) { unmarshaled.set_InverseQ_5(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_InverseQ_5())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_InverseQ_5())->SetAtUnchecked(static_cast(i), (marshaled.___InverseQ_5)[i]); } } if (marshaled.___Modulus_6 != NULL) { if (unmarshaled.get_Modulus_6() == NULL) { unmarshaled.set_Modulus_6(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_Modulus_6())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_Modulus_6())->SetAtUnchecked(static_cast(i), (marshaled.___Modulus_6)[i]); } } if (marshaled.___Exponent_7 != NULL) { if (unmarshaled.get_Exponent_7() == NULL) { unmarshaled.set_Exponent_7(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_Exponent_7())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_Exponent_7())->SetAtUnchecked(static_cast(i), (marshaled.___Exponent_7)[i]); } } } // Conversion method for clean up from marshalling of: System.Security.Cryptography.RSAParameters extern "C" void RSAParameters_t1728406613_marshal_pinvoke_cleanup(RSAParameters_t1728406613_marshaled_pinvoke& marshaled) { if (marshaled.___P_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.___P_0); marshaled.___P_0 = NULL; } if (marshaled.___Q_1 != NULL) { il2cpp_codegen_marshal_free(marshaled.___Q_1); marshaled.___Q_1 = NULL; } if (marshaled.___D_2 != NULL) { il2cpp_codegen_marshal_free(marshaled.___D_2); marshaled.___D_2 = NULL; } if (marshaled.___DP_3 != NULL) { il2cpp_codegen_marshal_free(marshaled.___DP_3); marshaled.___DP_3 = NULL; } if (marshaled.___DQ_4 != NULL) { il2cpp_codegen_marshal_free(marshaled.___DQ_4); marshaled.___DQ_4 = NULL; } if (marshaled.___InverseQ_5 != NULL) { il2cpp_codegen_marshal_free(marshaled.___InverseQ_5); marshaled.___InverseQ_5 = NULL; } if (marshaled.___Modulus_6 != NULL) { il2cpp_codegen_marshal_free(marshaled.___Modulus_6); marshaled.___Modulus_6 = NULL; } if (marshaled.___Exponent_7 != NULL) { il2cpp_codegen_marshal_free(marshaled.___Exponent_7); marshaled.___Exponent_7 = NULL; } } // Conversion methods for marshalling of: System.Security.Cryptography.RSAParameters extern "C" void RSAParameters_t1728406613_marshal_com(const RSAParameters_t1728406613& unmarshaled, RSAParameters_t1728406613_marshaled_com& marshaled) { if (unmarshaled.get_P_0() != NULL) { il2cpp_array_size_t _unmarshaled_P_Length = (unmarshaled.get_P_0())->max_length; marshaled.___P_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_P_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_P_Length); i++) { (marshaled.___P_0)[i] = (unmarshaled.get_P_0())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___P_0 = NULL; } if (unmarshaled.get_Q_1() != NULL) { il2cpp_array_size_t _unmarshaled_Q_Length = (unmarshaled.get_Q_1())->max_length; marshaled.___Q_1 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_Q_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Q_Length); i++) { (marshaled.___Q_1)[i] = (unmarshaled.get_Q_1())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___Q_1 = NULL; } if (unmarshaled.get_D_2() != NULL) { il2cpp_array_size_t _unmarshaled_D_Length = (unmarshaled.get_D_2())->max_length; marshaled.___D_2 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_D_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_D_Length); i++) { (marshaled.___D_2)[i] = (unmarshaled.get_D_2())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___D_2 = NULL; } if (unmarshaled.get_DP_3() != NULL) { il2cpp_array_size_t _unmarshaled_DP_Length = (unmarshaled.get_DP_3())->max_length; marshaled.___DP_3 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_DP_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_DP_Length); i++) { (marshaled.___DP_3)[i] = (unmarshaled.get_DP_3())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___DP_3 = NULL; } if (unmarshaled.get_DQ_4() != NULL) { il2cpp_array_size_t _unmarshaled_DQ_Length = (unmarshaled.get_DQ_4())->max_length; marshaled.___DQ_4 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_DQ_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_DQ_Length); i++) { (marshaled.___DQ_4)[i] = (unmarshaled.get_DQ_4())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___DQ_4 = NULL; } if (unmarshaled.get_InverseQ_5() != NULL) { il2cpp_array_size_t _unmarshaled_InverseQ_Length = (unmarshaled.get_InverseQ_5())->max_length; marshaled.___InverseQ_5 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_InverseQ_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_InverseQ_Length); i++) { (marshaled.___InverseQ_5)[i] = (unmarshaled.get_InverseQ_5())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___InverseQ_5 = NULL; } if (unmarshaled.get_Modulus_6() != NULL) { il2cpp_array_size_t _unmarshaled_Modulus_Length = (unmarshaled.get_Modulus_6())->max_length; marshaled.___Modulus_6 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_Modulus_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Modulus_Length); i++) { (marshaled.___Modulus_6)[i] = (unmarshaled.get_Modulus_6())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___Modulus_6 = NULL; } if (unmarshaled.get_Exponent_7() != NULL) { il2cpp_array_size_t _unmarshaled_Exponent_Length = (unmarshaled.get_Exponent_7())->max_length; marshaled.___Exponent_7 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_Exponent_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_Exponent_Length); i++) { (marshaled.___Exponent_7)[i] = (unmarshaled.get_Exponent_7())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___Exponent_7 = NULL; } } extern "C" void RSAParameters_t1728406613_marshal_com_back(const RSAParameters_t1728406613_marshaled_com& marshaled, RSAParameters_t1728406613& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAParameters_t1728406613_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.___P_0 != NULL) { if (unmarshaled.get_P_0() == NULL) { unmarshaled.set_P_0(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_P_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_P_0())->SetAtUnchecked(static_cast(i), (marshaled.___P_0)[i]); } } if (marshaled.___Q_1 != NULL) { if (unmarshaled.get_Q_1() == NULL) { unmarshaled.set_Q_1(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_Q_1())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_Q_1())->SetAtUnchecked(static_cast(i), (marshaled.___Q_1)[i]); } } if (marshaled.___D_2 != NULL) { if (unmarshaled.get_D_2() == NULL) { unmarshaled.set_D_2(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_D_2())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_D_2())->SetAtUnchecked(static_cast(i), (marshaled.___D_2)[i]); } } if (marshaled.___DP_3 != NULL) { if (unmarshaled.get_DP_3() == NULL) { unmarshaled.set_DP_3(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_DP_3())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_DP_3())->SetAtUnchecked(static_cast(i), (marshaled.___DP_3)[i]); } } if (marshaled.___DQ_4 != NULL) { if (unmarshaled.get_DQ_4() == NULL) { unmarshaled.set_DQ_4(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_DQ_4())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_DQ_4())->SetAtUnchecked(static_cast(i), (marshaled.___DQ_4)[i]); } } if (marshaled.___InverseQ_5 != NULL) { if (unmarshaled.get_InverseQ_5() == NULL) { unmarshaled.set_InverseQ_5(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_InverseQ_5())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_InverseQ_5())->SetAtUnchecked(static_cast(i), (marshaled.___InverseQ_5)[i]); } } if (marshaled.___Modulus_6 != NULL) { if (unmarshaled.get_Modulus_6() == NULL) { unmarshaled.set_Modulus_6(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_Modulus_6())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_Modulus_6())->SetAtUnchecked(static_cast(i), (marshaled.___Modulus_6)[i]); } } if (marshaled.___Exponent_7 != NULL) { if (unmarshaled.get_Exponent_7() == NULL) { unmarshaled.set_Exponent_7(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_Exponent_7())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_Exponent_7())->SetAtUnchecked(static_cast(i), (marshaled.___Exponent_7)[i]); } } } // Conversion method for clean up from marshalling of: System.Security.Cryptography.RSAParameters extern "C" void RSAParameters_t1728406613_marshal_com_cleanup(RSAParameters_t1728406613_marshaled_com& marshaled) { if (marshaled.___P_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.___P_0); marshaled.___P_0 = NULL; } if (marshaled.___Q_1 != NULL) { il2cpp_codegen_marshal_free(marshaled.___Q_1); marshaled.___Q_1 = NULL; } if (marshaled.___D_2 != NULL) { il2cpp_codegen_marshal_free(marshaled.___D_2); marshaled.___D_2 = NULL; } if (marshaled.___DP_3 != NULL) { il2cpp_codegen_marshal_free(marshaled.___DP_3); marshaled.___DP_3 = NULL; } if (marshaled.___DQ_4 != NULL) { il2cpp_codegen_marshal_free(marshaled.___DQ_4); marshaled.___DQ_4 = NULL; } if (marshaled.___InverseQ_5 != NULL) { il2cpp_codegen_marshal_free(marshaled.___InverseQ_5); marshaled.___InverseQ_5 = NULL; } if (marshaled.___Modulus_6 != NULL) { il2cpp_codegen_marshal_free(marshaled.___Modulus_6); marshaled.___Modulus_6 = NULL; } if (marshaled.___Exponent_7 != NULL) { il2cpp_codegen_marshal_free(marshaled.___Exponent_7); marshaled.___Exponent_7 = NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeFormatter__ctor_m1170240343 (RSAPKCS1KeyExchangeFormatter_t2761096101 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method) { { AsymmetricKeyExchangeFormatter__ctor_m1720558774(__this, /*hidden argument*/NULL); AsymmetricAlgorithm_t932037087 * L_0 = ___key0; RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943(__this, L_0, /*hidden argument*/NULL); return; } } // System.Byte[] System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::CreateKeyExchange(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_m1611814432 (RSAPKCS1KeyExchangeFormatter_t2761096101 * __this, ByteU5BU5D_t4116647657* ___rgbData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_m1611814432_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___rgbData0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2602199788, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_m1611814432_RuntimeMethod_var); } IL_0011: { RSA_t2385438082 * L_2 = __this->get_rsa_0(); if (L_2) { goto IL_002e; } } { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3248900012, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; CryptographicUnexpectedOperationException_t2790575154 * L_5 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var); CryptographicUnexpectedOperationException__ctor_m2381988196(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_m1611814432_RuntimeMethod_var); } IL_002e: { RandomNumberGenerator_t386037858 * L_6 = __this->get_random_1(); if (L_6) { goto IL_0044; } } { RandomNumberGenerator_t386037858 * L_7 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_random_1(L_7); } IL_0044: { RSA_t2385438082 * L_8 = __this->get_rsa_0(); RandomNumberGenerator_t386037858 * L_9 = __this->get_random_1(); ByteU5BU5D_t4116647657* L_10 = ___rgbData0; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_11 = PKCS1_Encrypt_v15_m1016948107(NULL /*static, unused*/, L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::SetRSAKey(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943 (RSAPKCS1KeyExchangeFormatter_t2761096101 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsymmetricAlgorithm_t932037087 * L_0 = ___key0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600271970, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSAPKCS1KeyExchangeFormatter_SetRSAKey_m1477802943_RuntimeMethod_var); } IL_0011: { AsymmetricAlgorithm_t932037087 * L_2 = ___key0; __this->set_rsa_0(((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_2, RSA_t2385438082_il2cpp_TypeInfo_var))); 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 System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription::.ctor() extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SHA1SignatureDescription__ctor_m621804060 (RSAPKCS1SHA1SignatureDescription_t2887980541 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAPKCS1SHA1SignatureDescription__ctor_m621804060_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SignatureDescription__ctor_m3689246904(__this, /*hidden argument*/NULL); SignatureDescription_set_DeformatterAlgorithm_m2634775062(__this, _stringLiteral2169945542, /*hidden argument*/NULL); SignatureDescription_set_DigestAlgorithm_m1385003273(__this, _stringLiteral2063782298, /*hidden argument*/NULL); SignatureDescription_set_FormatterAlgorithm_m3829972493(__this, _stringLiteral4211886892, /*hidden argument*/NULL); SignatureDescription_set_KeyAlgorithm_m3497860189(__this, _stringLiteral1086235408, /*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 System.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor() extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter__ctor_m3540701537 (RSAPKCS1SignatureDeformatter_t3767223008 * __this, const RuntimeMethod* method) { { AsymmetricSignatureDeformatter__ctor_m88114807(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter__ctor_m3706544163 (RSAPKCS1SignatureDeformatter_t3767223008 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method) { { AsymmetricSignatureDeformatter__ctor_m88114807(__this, /*hidden argument*/NULL); AsymmetricAlgorithm_t932037087 * L_0 = ___key0; VirtActionInvoker1< AsymmetricAlgorithm_t932037087 * >::Invoke(5 /* System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) */, __this, L_0); return; } } // System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::SetHashAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m1602190713 (RSAPKCS1SignatureDeformatter_t3767223008 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m1602190713_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strName0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral328941489, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m1602190713_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___strName0; __this->set_hashName_1(L_2); return; } } // System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter_SetKey_m614724234 (RSAPKCS1SignatureDeformatter_t3767223008 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAPKCS1SignatureDeformatter_SetKey_m614724234_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsymmetricAlgorithm_t932037087 * L_0 = ___key0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600271970, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSAPKCS1SignatureDeformatter_SetKey_m614724234_RuntimeMethod_var); } IL_0011: { AsymmetricAlgorithm_t932037087 * L_2 = ___key0; __this->set_rsa_0(((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_2, RSA_t2385438082_il2cpp_TypeInfo_var))); return; } } // System.Boolean System.Security.Cryptography.RSAPKCS1SignatureDeformatter::VerifySignature(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool RSAPKCS1SignatureDeformatter_VerifySignature_m1810970621 (RSAPKCS1SignatureDeformatter_t3767223008 * __this, ByteU5BU5D_t4116647657* ___rgbHash0, ByteU5BU5D_t4116647657* ___rgbSignature1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAPKCS1SignatureDeformatter_VerifySignature_m1810970621_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RSA_t2385438082 * L_0 = __this->get_rsa_0(); if (L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4015236544, /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t2790575154 * L_2 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var); CryptographicUnexpectedOperationException__ctor_m2381988196(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RSAPKCS1SignatureDeformatter_VerifySignature_m1810970621_RuntimeMethod_var); } IL_001b: { String_t* L_3 = __this->get_hashName_1(); if (L_3) { goto IL_0036; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral710276514, /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t2790575154 * L_5 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var); CryptographicUnexpectedOperationException__ctor_m2381988196(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,RSAPKCS1SignatureDeformatter_VerifySignature_m1810970621_RuntimeMethod_var); } IL_0036: { ByteU5BU5D_t4116647657* L_6 = ___rgbHash0; if (L_6) { goto IL_0047; } } { ArgumentNullException_t1615371798 * L_7 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_7, _stringLiteral2917899049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,RSAPKCS1SignatureDeformatter_VerifySignature_m1810970621_RuntimeMethod_var); } IL_0047: { ByteU5BU5D_t4116647657* L_8 = ___rgbSignature1; if (L_8) { goto IL_0058; } } { ArgumentNullException_t1615371798 * L_9 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_9, _stringLiteral3170101360, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,RSAPKCS1SignatureDeformatter_VerifySignature_m1810970621_RuntimeMethod_var); } IL_0058: { RSA_t2385438082 * L_10 = __this->get_rsa_0(); String_t* L_11 = __this->get_hashName_1(); HashAlgorithm_t1432317219 * L_12 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_13 = ___rgbHash0; ByteU5BU5D_t4116647657* L_14 = ___rgbSignature1; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var); bool L_15 = PKCS1_Verify_v15_m2816868480(NULL /*static, unused*/, L_10, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } #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.Security.Cryptography.RSAPKCS1SignatureFormatter::.ctor() extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter__ctor_m1234483002 (RSAPKCS1SignatureFormatter_t1514197062 * __this, const RuntimeMethod* method) { { AsymmetricSignatureFormatter__ctor_m3278494933(__this, /*hidden argument*/NULL); return; } } // System.Byte[] System.Security.Cryptography.RSAPKCS1SignatureFormatter::CreateSignature(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RSAPKCS1SignatureFormatter_CreateSignature_m3191980616 (RSAPKCS1SignatureFormatter_t1514197062 * __this, ByteU5BU5D_t4116647657* ___rgbHash0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAPKCS1SignatureFormatter_CreateSignature_m3191980616_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RSA_t2385438082 * L_0 = __this->get_rsa_0(); if (L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral114326928, /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t2790575154 * L_2 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var); CryptographicUnexpectedOperationException__ctor_m2381988196(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RSAPKCS1SignatureFormatter_CreateSignature_m3191980616_RuntimeMethod_var); } IL_001b: { HashAlgorithm_t1432317219 * L_3 = __this->get_hash_1(); if (L_3) { goto IL_0036; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral710276514, /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t2790575154 * L_5 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var); CryptographicUnexpectedOperationException__ctor_m2381988196(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,RSAPKCS1SignatureFormatter_CreateSignature_m3191980616_RuntimeMethod_var); } IL_0036: { ByteU5BU5D_t4116647657* L_6 = ___rgbHash0; if (L_6) { goto IL_0047; } } { ArgumentNullException_t1615371798 * L_7 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_7, _stringLiteral2917899049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,RSAPKCS1SignatureFormatter_CreateSignature_m3191980616_RuntimeMethod_var); } IL_0047: { RSA_t2385438082 * L_8 = __this->get_rsa_0(); HashAlgorithm_t1432317219 * L_9 = __this->get_hash_1(); ByteU5BU5D_t4116647657* L_10 = ___rgbHash0; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_11 = PKCS1_Sign_v15_m2719206817(NULL /*static, unused*/, L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::SetHashAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter_SetHashAlgorithm_m446605265 (RSAPKCS1SignatureFormatter_t1514197062 * __this, String_t* ___strName0, const RuntimeMethod* method) { { String_t* L_0 = ___strName0; HashAlgorithm_t1432317219 * L_1 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); __this->set_hash_1(L_1); return; } } // System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter_SetKey_m2935054088 (RSAPKCS1SignatureFormatter_t1514197062 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAPKCS1SignatureFormatter_SetKey_m2935054088_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsymmetricAlgorithm_t932037087 * L_0 = ___key0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600271970, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSAPKCS1SignatureFormatter_SetKey_m2935054088_RuntimeMethod_var); } IL_0011: { AsymmetricAlgorithm_t932037087 * L_2 = ___key0; __this->set_rsa_0(((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_2, RSA_t2385438082_il2cpp_TypeInfo_var))); 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 System.Security.Cryptography.SHA1::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA1__ctor_m2454864745 (SHA1_t1803193667 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL); ((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)160)); return; } } // System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create() extern "C" IL2CPP_METHOD_ATTR SHA1_t1803193667 * SHA1_Create_m1390871308 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA1_Create_m1390871308_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SHA1_t1803193667 * L_0 = SHA1_Create_m2934697039(NULL /*static, unused*/, _stringLiteral205916201, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create(System.String) extern "C" IL2CPP_METHOD_ATTR SHA1_t1803193667 * SHA1_Create_m2934697039 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA1_Create_m2934697039_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___hashName0; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return ((SHA1_t1803193667 *)CastclassClass((RuntimeObject*)L_1, SHA1_t1803193667_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 System.Security.Cryptography.SHA1CryptoServiceProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider__ctor_m4195188793 (SHA1CryptoServiceProvider_t3661059764 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA1CryptoServiceProvider__ctor_m4195188793_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SHA1__ctor_m2454864745(__this, /*hidden argument*/NULL); SHA1Internal_t3251293021 * L_0 = (SHA1Internal_t3251293021 *)il2cpp_codegen_object_new(SHA1Internal_t3251293021_il2cpp_TypeInfo_var); SHA1Internal__ctor_m2437096624(L_0, /*hidden argument*/NULL); __this->set_sha_4(L_0); return; } } // System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Finalize() extern "C" IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_Finalize_m1793183797 (SHA1CryptoServiceProvider_t3661059764 * __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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) SHA1CryptoServiceProvider_Dispose_m1653611664(__this, (bool)0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_Dispose_m1653611664 (SHA1CryptoServiceProvider_t3661059764 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; HashAlgorithm_Dispose_m620242512(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_HashCore_m3575298072 (SHA1CryptoServiceProvider_t3661059764 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { { ((HashAlgorithm_t1432317219 *)__this)->set_State_2(1); SHA1Internal_t3251293021 * L_0 = __this->get_sha_4(); ByteU5BU5D_t4116647657* L_1 = ___rgb0; int32_t L_2 = ___ibStart1; int32_t L_3 = ___cbSize2; NullCheck(L_0); SHA1Internal_HashCore_m1635242363(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Byte[] System.Security.Cryptography.SHA1CryptoServiceProvider::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SHA1CryptoServiceProvider_HashFinal_m2727634713 (SHA1CryptoServiceProvider_t3661059764 * __this, const RuntimeMethod* method) { { ((HashAlgorithm_t1432317219 *)__this)->set_State_2(0); SHA1Internal_t3251293021 * L_0 = __this->get_sha_4(); NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = SHA1Internal_HashFinal_m1760803056(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Initialize() extern "C" IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_Initialize_m1426968065 (SHA1CryptoServiceProvider_t3661059764 * __this, const RuntimeMethod* method) { { SHA1Internal_t3251293021 * L_0 = __this->get_sha_4(); NullCheck(L_0); SHA1Internal_Initialize_m499810128(L_0, /*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 System.Security.Cryptography.SHA1Internal::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA1Internal__ctor_m2437096624 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA1Internal__ctor_m2437096624_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__H_0(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)5))); __this->set__ProcessingBuffer_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)))); __this->set_buff_4(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80)))); SHA1Internal_Initialize_m499810128(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SHA1Internal::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_HashCore_m1635242363 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__ProcessingBufferCount_3(); if (!L_0) { goto IL_0079; } } { int32_t L_1 = ___cbSize2; int32_t L_2 = __this->get__ProcessingBufferCount_3(); if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_2))))) { goto IL_003d; } } { ByteU5BU5D_t4116647657* L_3 = ___rgb0; int32_t L_4 = ___ibStart1; ByteU5BU5D_t4116647657* L_5 = __this->get__ProcessingBuffer_2(); int32_t L_6 = __this->get__ProcessingBufferCount_3(); int32_t L_7 = ___cbSize2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, L_6, L_7, /*hidden argument*/NULL); int32_t L_8 = __this->get__ProcessingBufferCount_3(); int32_t L_9 = ___cbSize2; __this->set__ProcessingBufferCount_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))); return; } IL_003d: { int32_t L_10 = __this->get__ProcessingBufferCount_3(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_10)); ByteU5BU5D_t4116647657* L_11 = ___rgb0; int32_t L_12 = ___ibStart1; ByteU5BU5D_t4116647657* L_13 = __this->get__ProcessingBuffer_2(); int32_t L_14 = __this->get__ProcessingBufferCount_3(); int32_t L_15 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, L_14, L_15, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_16 = __this->get__ProcessingBuffer_2(); SHA1Internal_ProcessBlock_m1991889327(__this, L_16, 0, /*hidden argument*/NULL); __this->set__ProcessingBufferCount_3(0); int32_t L_17 = ___ibStart1; int32_t L_18 = V_0; ___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)); int32_t L_19 = ___cbSize2; int32_t L_20 = V_0; ___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)); } IL_0079: { V_0 = 0; goto IL_008f; } IL_0080: { ByteU5BU5D_t4116647657* L_21 = ___rgb0; int32_t L_22 = ___ibStart1; int32_t L_23 = V_0; SHA1Internal_ProcessBlock_m1991889327(__this, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL); int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)((int32_t)64))); } IL_008f: { int32_t L_25 = V_0; int32_t L_26 = ___cbSize2; int32_t L_27 = ___cbSize2; if ((((int32_t)L_25) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)((int32_t)L_27%(int32_t)((int32_t)64)))))))) { goto IL_0080; } } { int32_t L_28 = ___cbSize2; if (!((int32_t)((int32_t)L_28%(int32_t)((int32_t)64)))) { goto IL_00c7; } } { ByteU5BU5D_t4116647657* L_29 = ___rgb0; int32_t L_30 = ___cbSize2; int32_t L_31 = ___cbSize2; int32_t L_32 = ___ibStart1; ByteU5BU5D_t4116647657* L_33 = __this->get__ProcessingBuffer_2(); int32_t L_34 = ___cbSize2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)((int32_t)L_31%(int32_t)((int32_t)64))))), (int32_t)L_32)), (RuntimeArray *)(RuntimeArray *)L_33, 0, ((int32_t)((int32_t)L_34%(int32_t)((int32_t)64))), /*hidden argument*/NULL); int32_t L_35 = ___cbSize2; __this->set__ProcessingBufferCount_3(((int32_t)((int32_t)L_35%(int32_t)((int32_t)64)))); } IL_00c7: { return; } } // System.Byte[] System.Security.Cryptography.SHA1Internal::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SHA1Internal_HashFinal_m1760803056 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA1Internal_HashFinal_m1760803056_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20))); ByteU5BU5D_t4116647657* L_0 = __this->get__ProcessingBuffer_2(); int32_t L_1 = __this->get__ProcessingBufferCount_3(); SHA1Internal_ProcessFinalBlock_m1403775421(__this, L_0, 0, L_1, /*hidden argument*/NULL); V_1 = 0; goto IL_0051; } IL_0022: { V_2 = 0; goto IL_0046; } IL_0029: { ByteU5BU5D_t4116647657* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_2; UInt32U5BU5D_t2770800703* L_5 = __this->get__H_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); int32_t L_9 = V_2; NullCheck(L_2); (L_2)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)4)), (int32_t)L_4))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_8>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)3, (int32_t)L_9))))&(int32_t)((int32_t)31))))))))); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0046: { int32_t L_11 = V_2; if ((((int32_t)L_11) < ((int32_t)4))) { goto IL_0029; } } { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0051: { int32_t L_13 = V_1; if ((((int32_t)L_13) < ((int32_t)5))) { goto IL_0022; } } { ByteU5BU5D_t4116647657* L_14 = V_0; return L_14; } } // System.Void System.Security.Cryptography.SHA1Internal::Initialize() extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_Initialize_m499810128 (SHA1Internal_t3251293021 * __this, const RuntimeMethod* method) { { __this->set_count_1((((int64_t)((int64_t)0)))); __this->set__ProcessingBufferCount_3(0); UInt32U5BU5D_t2770800703* L_0 = __this->get__H_0(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)((int32_t)1732584193)); UInt32U5BU5D_t2770800703* L_1 = __this->get__H_0(); NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint32_t)((int32_t)-271733879)); UInt32U5BU5D_t2770800703* L_2 = __this->get__H_0(); NullCheck(L_2); (L_2)->SetAt(static_cast(2), (uint32_t)((int32_t)-1732584194)); UInt32U5BU5D_t2770800703* L_3 = __this->get__H_0(); NullCheck(L_3); (L_3)->SetAt(static_cast(3), (uint32_t)((int32_t)271733878)); UInt32U5BU5D_t2770800703* L_4 = __this->get__H_0(); NullCheck(L_4); (L_4)->SetAt(static_cast(4), (uint32_t)((int32_t)-1009589776)); return; } } // System.Void System.Security.Cryptography.SHA1Internal::ProcessBlock(System.Byte[],System.UInt32) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_ProcessBlock_m1991889327 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, uint32_t ___inputOffset1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; UInt32U5BU5D_t2770800703* V_5 = NULL; UInt32U5BU5D_t2770800703* V_6 = NULL; int32_t V_7 = 0; { uint64_t L_0 = __this->get_count_1(); __this->set_count_1(((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)((int32_t)64))))))); UInt32U5BU5D_t2770800703* L_1 = __this->get__H_0(); V_5 = L_1; UInt32U5BU5D_t2770800703* L_2 = __this->get_buff_4(); V_6 = L_2; UInt32U5BU5D_t2770800703* L_3 = V_6; ByteU5BU5D_t4116647657* L_4 = ___inputBuffer0; uint32_t L_5 = ___inputOffset1; SHA1Internal_InitialiseBuff_m2891366785(NULL /*static, unused*/, L_3, L_4, L_5, /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_6 = V_6; SHA1Internal_FillBuff_m3615718415(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_7 = V_5; NullCheck(L_7); int32_t L_8 = 0; uint32_t L_9 = (L_7)->GetAt(static_cast(L_8)); V_0 = L_9; UInt32U5BU5D_t2770800703* L_10 = V_5; NullCheck(L_10); int32_t L_11 = 1; uint32_t L_12 = (L_10)->GetAt(static_cast(L_11)); V_1 = L_12; UInt32U5BU5D_t2770800703* L_13 = V_5; NullCheck(L_13); int32_t L_14 = 2; uint32_t L_15 = (L_13)->GetAt(static_cast(L_14)); V_2 = L_15; UInt32U5BU5D_t2770800703* L_16 = V_5; NullCheck(L_16); int32_t L_17 = 3; uint32_t L_18 = (L_16)->GetAt(static_cast(L_17)); V_3 = L_18; UInt32U5BU5D_t2770800703* L_19 = V_5; NullCheck(L_19); int32_t L_20 = 4; uint32_t L_21 = (L_19)->GetAt(static_cast(L_20)); V_4 = L_21; V_7 = 0; goto IL_0133; } IL_0052: { uint32_t L_22 = V_4; uint32_t L_23 = V_0; uint32_t L_24 = V_0; uint32_t L_25 = V_2; uint32_t L_26 = V_3; uint32_t L_27 = V_1; uint32_t L_28 = V_3; UInt32U5BU5D_t2770800703* L_29 = V_6; int32_t L_30 = V_7; NullCheck(L_29); int32_t L_31 = L_30; uint32_t L_32 = (L_29)->GetAt(static_cast(L_31)); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_24>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_25^(int32_t)L_26))&(int32_t)L_27))^(int32_t)L_28)))), (int32_t)((int32_t)1518500249))), (int32_t)L_32)))); uint32_t L_33 = V_1; uint32_t L_34 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_33<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_34>>2)))); uint32_t L_35 = V_3; uint32_t L_36 = V_4; uint32_t L_37 = V_4; uint32_t L_38 = V_1; uint32_t L_39 = V_2; uint32_t L_40 = V_0; uint32_t L_41 = V_2; UInt32U5BU5D_t2770800703* L_42 = V_6; int32_t L_43 = V_7; NullCheck(L_42); int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); uint32_t L_45 = (L_42)->GetAt(static_cast(L_44)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_36<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_37>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38^(int32_t)L_39))&(int32_t)L_40))^(int32_t)L_41)))), (int32_t)((int32_t)1518500249))), (int32_t)L_45)))); uint32_t L_46 = V_0; uint32_t L_47 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_46<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_47>>2)))); uint32_t L_48 = V_2; uint32_t L_49 = V_3; uint32_t L_50 = V_3; uint32_t L_51 = V_0; uint32_t L_52 = V_1; uint32_t L_53 = V_4; uint32_t L_54 = V_1; UInt32U5BU5D_t2770800703* L_55 = V_6; int32_t L_56 = V_7; NullCheck(L_55); int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)2)); uint32_t L_58 = (L_55)->GetAt(static_cast(L_57)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_49<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_50>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_51^(int32_t)L_52))&(int32_t)L_53))^(int32_t)L_54)))), (int32_t)((int32_t)1518500249))), (int32_t)L_58)))); uint32_t L_59 = V_4; uint32_t L_60 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_59<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_60>>2)))); uint32_t L_61 = V_1; uint32_t L_62 = V_2; uint32_t L_63 = V_2; uint32_t L_64 = V_4; uint32_t L_65 = V_0; uint32_t L_66 = V_3; uint32_t L_67 = V_0; UInt32U5BU5D_t2770800703* L_68 = V_6; int32_t L_69 = V_7; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)3)); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_62<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_63>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_64^(int32_t)L_65))&(int32_t)L_66))^(int32_t)L_67)))), (int32_t)((int32_t)1518500249))), (int32_t)L_71)))); uint32_t L_72 = V_3; uint32_t L_73 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_72<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_73>>2)))); uint32_t L_74 = V_0; uint32_t L_75 = V_1; uint32_t L_76 = V_1; uint32_t L_77 = V_3; uint32_t L_78 = V_4; uint32_t L_79 = V_2; uint32_t L_80 = V_4; UInt32U5BU5D_t2770800703* L_81 = V_6; int32_t L_82 = V_7; NullCheck(L_81); int32_t L_83 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)4)); uint32_t L_84 = (L_81)->GetAt(static_cast(L_83)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_75<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_76>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_77^(int32_t)L_78))&(int32_t)L_79))^(int32_t)L_80)))), (int32_t)((int32_t)1518500249))), (int32_t)L_84)))); uint32_t L_85 = V_2; uint32_t L_86 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_85<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_86>>2)))); int32_t L_87 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)5)); } IL_0133: { int32_t L_88 = V_7; if ((((int32_t)L_88) < ((int32_t)((int32_t)20)))) { goto IL_0052; } } { goto IL_0217; } IL_0141: { uint32_t L_89 = V_4; uint32_t L_90 = V_0; uint32_t L_91 = V_0; uint32_t L_92 = V_1; uint32_t L_93 = V_2; uint32_t L_94 = V_3; UInt32U5BU5D_t2770800703* L_95 = V_6; int32_t L_96 = V_7; NullCheck(L_95); int32_t L_97 = L_96; uint32_t L_98 = (L_95)->GetAt(static_cast(L_97)); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_90<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_91>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_92^(int32_t)L_93))^(int32_t)L_94)))), (int32_t)((int32_t)1859775393))), (int32_t)L_98)))); uint32_t L_99 = V_1; uint32_t L_100 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_99<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_100>>2)))); uint32_t L_101 = V_3; uint32_t L_102 = V_4; uint32_t L_103 = V_4; uint32_t L_104 = V_0; uint32_t L_105 = V_1; uint32_t L_106 = V_2; UInt32U5BU5D_t2770800703* L_107 = V_6; int32_t L_108 = V_7; NullCheck(L_107); int32_t L_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); uint32_t L_110 = (L_107)->GetAt(static_cast(L_109)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_102<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_103>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_104^(int32_t)L_105))^(int32_t)L_106)))), (int32_t)((int32_t)1859775393))), (int32_t)L_110)))); uint32_t L_111 = V_0; uint32_t L_112 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_111<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_112>>2)))); uint32_t L_113 = V_2; uint32_t L_114 = V_3; uint32_t L_115 = V_3; uint32_t L_116 = V_4; uint32_t L_117 = V_0; uint32_t L_118 = V_1; UInt32U5BU5D_t2770800703* L_119 = V_6; int32_t L_120 = V_7; NullCheck(L_119); int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)2)); uint32_t L_122 = (L_119)->GetAt(static_cast(L_121)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_114<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_115>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_116^(int32_t)L_117))^(int32_t)L_118)))), (int32_t)((int32_t)1859775393))), (int32_t)L_122)))); uint32_t L_123 = V_4; uint32_t L_124 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_123<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_124>>2)))); uint32_t L_125 = V_1; uint32_t L_126 = V_2; uint32_t L_127 = V_2; uint32_t L_128 = V_3; uint32_t L_129 = V_4; uint32_t L_130 = V_0; UInt32U5BU5D_t2770800703* L_131 = V_6; int32_t L_132 = V_7; NullCheck(L_131); int32_t L_133 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)3)); uint32_t L_134 = (L_131)->GetAt(static_cast(L_133)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_126<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_127>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_128^(int32_t)L_129))^(int32_t)L_130)))), (int32_t)((int32_t)1859775393))), (int32_t)L_134)))); uint32_t L_135 = V_3; uint32_t L_136 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_135<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_136>>2)))); uint32_t L_137 = V_0; uint32_t L_138 = V_1; uint32_t L_139 = V_1; uint32_t L_140 = V_2; uint32_t L_141 = V_3; uint32_t L_142 = V_4; UInt32U5BU5D_t2770800703* L_143 = V_6; int32_t L_144 = V_7; NullCheck(L_143); int32_t L_145 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)4)); uint32_t L_146 = (L_143)->GetAt(static_cast(L_145)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_138<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_139>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_140^(int32_t)L_141))^(int32_t)L_142)))), (int32_t)((int32_t)1859775393))), (int32_t)L_146)))); uint32_t L_147 = V_2; uint32_t L_148 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_147<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_148>>2)))); int32_t L_149 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)5)); } IL_0217: { int32_t L_150 = V_7; if ((((int32_t)L_150) < ((int32_t)((int32_t)40)))) { goto IL_0141; } } { goto IL_031c; } IL_0225: { uint32_t L_151 = V_4; uint32_t L_152 = V_0; uint32_t L_153 = V_0; uint32_t L_154 = V_1; uint32_t L_155 = V_2; uint32_t L_156 = V_1; uint32_t L_157 = V_3; uint32_t L_158 = V_2; uint32_t L_159 = V_3; UInt32U5BU5D_t2770800703* L_160 = V_6; int32_t L_161 = V_7; NullCheck(L_160); int32_t L_162 = L_161; uint32_t L_163 = (L_160)->GetAt(static_cast(L_162)); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_152<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_153>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_154&(int32_t)L_155))|(int32_t)((int32_t)((int32_t)L_156&(int32_t)L_157))))|(int32_t)((int32_t)((int32_t)L_158&(int32_t)L_159)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_163)))); uint32_t L_164 = V_1; uint32_t L_165 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_164<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_165>>2)))); uint32_t L_166 = V_3; uint32_t L_167 = V_4; uint32_t L_168 = V_4; uint32_t L_169 = V_0; uint32_t L_170 = V_1; uint32_t L_171 = V_0; uint32_t L_172 = V_2; uint32_t L_173 = V_1; uint32_t L_174 = V_2; UInt32U5BU5D_t2770800703* L_175 = V_6; int32_t L_176 = V_7; NullCheck(L_175); int32_t L_177 = ((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)1)); uint32_t L_178 = (L_175)->GetAt(static_cast(L_177)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_167<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_168>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_169&(int32_t)L_170))|(int32_t)((int32_t)((int32_t)L_171&(int32_t)L_172))))|(int32_t)((int32_t)((int32_t)L_173&(int32_t)L_174)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_178)))); uint32_t L_179 = V_0; uint32_t L_180 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_179<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_180>>2)))); uint32_t L_181 = V_2; uint32_t L_182 = V_3; uint32_t L_183 = V_3; uint32_t L_184 = V_4; uint32_t L_185 = V_0; uint32_t L_186 = V_4; uint32_t L_187 = V_1; uint32_t L_188 = V_0; uint32_t L_189 = V_1; UInt32U5BU5D_t2770800703* L_190 = V_6; int32_t L_191 = V_7; NullCheck(L_190); int32_t L_192 = ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)2)); uint32_t L_193 = (L_190)->GetAt(static_cast(L_192)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_181, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_182<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_183>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_184&(int32_t)L_185))|(int32_t)((int32_t)((int32_t)L_186&(int32_t)L_187))))|(int32_t)((int32_t)((int32_t)L_188&(int32_t)L_189)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_193)))); uint32_t L_194 = V_4; uint32_t L_195 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_194<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_195>>2)))); uint32_t L_196 = V_1; uint32_t L_197 = V_2; uint32_t L_198 = V_2; uint32_t L_199 = V_3; uint32_t L_200 = V_4; uint32_t L_201 = V_3; uint32_t L_202 = V_0; uint32_t L_203 = V_4; uint32_t L_204 = V_0; UInt32U5BU5D_t2770800703* L_205 = V_6; int32_t L_206 = V_7; NullCheck(L_205); int32_t L_207 = ((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)3)); uint32_t L_208 = (L_205)->GetAt(static_cast(L_207)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_196, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_197<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_198>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_199&(int32_t)L_200))|(int32_t)((int32_t)((int32_t)L_201&(int32_t)L_202))))|(int32_t)((int32_t)((int32_t)L_203&(int32_t)L_204)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_208)))); uint32_t L_209 = V_3; uint32_t L_210 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_209<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_210>>2)))); uint32_t L_211 = V_0; uint32_t L_212 = V_1; uint32_t L_213 = V_1; uint32_t L_214 = V_2; uint32_t L_215 = V_3; uint32_t L_216 = V_2; uint32_t L_217 = V_4; uint32_t L_218 = V_3; uint32_t L_219 = V_4; UInt32U5BU5D_t2770800703* L_220 = V_6; int32_t L_221 = V_7; NullCheck(L_220); int32_t L_222 = ((int32_t)il2cpp_codegen_add((int32_t)L_221, (int32_t)4)); uint32_t L_223 = (L_220)->GetAt(static_cast(L_222)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_212<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_213>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_214&(int32_t)L_215))|(int32_t)((int32_t)((int32_t)L_216&(int32_t)L_217))))|(int32_t)((int32_t)((int32_t)L_218&(int32_t)L_219)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_223)))); uint32_t L_224 = V_2; uint32_t L_225 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_224<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_225>>2)))); int32_t L_226 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)5)); } IL_031c: { int32_t L_227 = V_7; if ((((int32_t)L_227) < ((int32_t)((int32_t)60)))) { goto IL_0225; } } { goto IL_0400; } IL_032a: { uint32_t L_228 = V_4; uint32_t L_229 = V_0; uint32_t L_230 = V_0; uint32_t L_231 = V_1; uint32_t L_232 = V_2; uint32_t L_233 = V_3; UInt32U5BU5D_t2770800703* L_234 = V_6; int32_t L_235 = V_7; NullCheck(L_234); int32_t L_236 = L_235; uint32_t L_237 = (L_234)->GetAt(static_cast(L_236)); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_228, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_229<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_230>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_231^(int32_t)L_232))^(int32_t)L_233)))), (int32_t)((int32_t)-899497514))), (int32_t)L_237)))); uint32_t L_238 = V_1; uint32_t L_239 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_238<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_239>>2)))); uint32_t L_240 = V_3; uint32_t L_241 = V_4; uint32_t L_242 = V_4; uint32_t L_243 = V_0; uint32_t L_244 = V_1; uint32_t L_245 = V_2; UInt32U5BU5D_t2770800703* L_246 = V_6; int32_t L_247 = V_7; NullCheck(L_246); int32_t L_248 = ((int32_t)il2cpp_codegen_add((int32_t)L_247, (int32_t)1)); uint32_t L_249 = (L_246)->GetAt(static_cast(L_248)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_240, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_241<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_242>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_243^(int32_t)L_244))^(int32_t)L_245)))), (int32_t)((int32_t)-899497514))), (int32_t)L_249)))); uint32_t L_250 = V_0; uint32_t L_251 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_250<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_251>>2)))); uint32_t L_252 = V_2; uint32_t L_253 = V_3; uint32_t L_254 = V_3; uint32_t L_255 = V_4; uint32_t L_256 = V_0; uint32_t L_257 = V_1; UInt32U5BU5D_t2770800703* L_258 = V_6; int32_t L_259 = V_7; NullCheck(L_258); int32_t L_260 = ((int32_t)il2cpp_codegen_add((int32_t)L_259, (int32_t)2)); uint32_t L_261 = (L_258)->GetAt(static_cast(L_260)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_252, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_253<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_254>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_255^(int32_t)L_256))^(int32_t)L_257)))), (int32_t)((int32_t)-899497514))), (int32_t)L_261)))); uint32_t L_262 = V_4; uint32_t L_263 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_262<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_263>>2)))); uint32_t L_264 = V_1; uint32_t L_265 = V_2; uint32_t L_266 = V_2; uint32_t L_267 = V_3; uint32_t L_268 = V_4; uint32_t L_269 = V_0; UInt32U5BU5D_t2770800703* L_270 = V_6; int32_t L_271 = V_7; NullCheck(L_270); int32_t L_272 = ((int32_t)il2cpp_codegen_add((int32_t)L_271, (int32_t)3)); uint32_t L_273 = (L_270)->GetAt(static_cast(L_272)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_264, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_265<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_266>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_267^(int32_t)L_268))^(int32_t)L_269)))), (int32_t)((int32_t)-899497514))), (int32_t)L_273)))); uint32_t L_274 = V_3; uint32_t L_275 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_274<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_275>>2)))); uint32_t L_276 = V_0; uint32_t L_277 = V_1; uint32_t L_278 = V_1; uint32_t L_279 = V_2; uint32_t L_280 = V_3; uint32_t L_281 = V_4; UInt32U5BU5D_t2770800703* L_282 = V_6; int32_t L_283 = V_7; NullCheck(L_282); int32_t L_284 = ((int32_t)il2cpp_codegen_add((int32_t)L_283, (int32_t)4)); uint32_t L_285 = (L_282)->GetAt(static_cast(L_284)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_276, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_277<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_278>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_279^(int32_t)L_280))^(int32_t)L_281)))), (int32_t)((int32_t)-899497514))), (int32_t)L_285)))); uint32_t L_286 = V_2; uint32_t L_287 = V_2; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_286<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_287>>2)))); int32_t L_288 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_288, (int32_t)5)); } IL_0400: { int32_t L_289 = V_7; if ((((int32_t)L_289) < ((int32_t)((int32_t)80)))) { goto IL_032a; } } { UInt32U5BU5D_t2770800703* L_290 = V_5; NullCheck(L_290); uint32_t* L_291 = ((L_290)->GetAddressAt(static_cast(0))); uint32_t L_292 = V_0; *((int32_t*)(L_291)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_291)), (int32_t)L_292)); UInt32U5BU5D_t2770800703* L_293 = V_5; NullCheck(L_293); uint32_t* L_294 = ((L_293)->GetAddressAt(static_cast(1))); uint32_t L_295 = V_1; *((int32_t*)(L_294)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_294)), (int32_t)L_295)); UInt32U5BU5D_t2770800703* L_296 = V_5; NullCheck(L_296); uint32_t* L_297 = ((L_296)->GetAddressAt(static_cast(2))); uint32_t L_298 = V_2; *((int32_t*)(L_297)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_297)), (int32_t)L_298)); UInt32U5BU5D_t2770800703* L_299 = V_5; NullCheck(L_299); uint32_t* L_300 = ((L_299)->GetAddressAt(static_cast(3))); uint32_t L_301 = V_3; *((int32_t*)(L_300)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_300)), (int32_t)L_301)); UInt32U5BU5D_t2770800703* L_302 = V_5; NullCheck(L_302); uint32_t* L_303 = ((L_302)->GetAddressAt(static_cast(4))); uint32_t L_304 = V_4; *((int32_t*)(L_303)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_303)), (int32_t)L_304)); return; } } // System.Void System.Security.Cryptography.SHA1Internal::InitialiseBuff(System.UInt32[],System.Byte[],System.UInt32) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_InitialiseBuff_m2891366785 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___buff0, ByteU5BU5D_t4116647657* ___input1, uint32_t ___inputOffset2, const RuntimeMethod* method) { { UInt32U5BU5D_t2770800703* L_0 = ___buff0; ByteU5BU5D_t4116647657* L_1 = ___input1; uint32_t L_2 = ___inputOffset2; NullCheck(L_1); uintptr_t L_3 = (((uintptr_t)L_2)); uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); ByteU5BU5D_t4116647657* L_5 = ___input1; uint32_t L_6 = ___inputOffset2; NullCheck(L_5); uintptr_t L_7 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)))); uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); ByteU5BU5D_t4116647657* L_9 = ___input1; uint32_t L_10 = ___inputOffset2; NullCheck(L_9); uintptr_t L_11 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)))); uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); ByteU5BU5D_t4116647657* L_13 = ___input1; uint32_t L_14 = ___inputOffset2; NullCheck(L_13); uintptr_t L_15 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)))); uint8_t L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_12<<(int32_t)8))))|(int32_t)L_16))); UInt32U5BU5D_t2770800703* L_17 = ___buff0; ByteU5BU5D_t4116647657* L_18 = ___input1; uint32_t L_19 = ___inputOffset2; NullCheck(L_18); uintptr_t L_20 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)4)))); uint8_t L_21 = (L_18)->GetAt(static_cast(L_20)); ByteU5BU5D_t4116647657* L_22 = ___input1; uint32_t L_23 = ___inputOffset2; NullCheck(L_22); uintptr_t L_24 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)5)))); uint8_t L_25 = (L_22)->GetAt(static_cast(L_24)); ByteU5BU5D_t4116647657* L_26 = ___input1; uint32_t L_27 = ___inputOffset2; NullCheck(L_26); uintptr_t L_28 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)6)))); uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); ByteU5BU5D_t4116647657* L_30 = ___input1; uint32_t L_31 = ___inputOffset2; NullCheck(L_30); uintptr_t L_32 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)7)))); uint8_t L_33 = (L_30)->GetAt(static_cast(L_32)); NullCheck(L_17); (L_17)->SetAt(static_cast(1), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_21<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_25<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_29<<(int32_t)8))))|(int32_t)L_33))); UInt32U5BU5D_t2770800703* L_34 = ___buff0; ByteU5BU5D_t4116647657* L_35 = ___input1; uint32_t L_36 = ___inputOffset2; NullCheck(L_35); uintptr_t L_37 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)8)))); uint8_t L_38 = (L_35)->GetAt(static_cast(L_37)); ByteU5BU5D_t4116647657* L_39 = ___input1; uint32_t L_40 = ___inputOffset2; NullCheck(L_39); uintptr_t L_41 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)9))))); uint8_t L_42 = (L_39)->GetAt(static_cast(L_41)); ByteU5BU5D_t4116647657* L_43 = ___input1; uint32_t L_44 = ___inputOffset2; NullCheck(L_43); uintptr_t L_45 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)((int32_t)10))))); uint8_t L_46 = (L_43)->GetAt(static_cast(L_45)); ByteU5BU5D_t4116647657* L_47 = ___input1; uint32_t L_48 = ___inputOffset2; NullCheck(L_47); uintptr_t L_49 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)((int32_t)11))))); uint8_t L_50 = (L_47)->GetAt(static_cast(L_49)); NullCheck(L_34); (L_34)->SetAt(static_cast(2), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_42<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_46<<(int32_t)8))))|(int32_t)L_50))); UInt32U5BU5D_t2770800703* L_51 = ___buff0; ByteU5BU5D_t4116647657* L_52 = ___input1; uint32_t L_53 = ___inputOffset2; NullCheck(L_52); uintptr_t L_54 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)((int32_t)12))))); uint8_t L_55 = (L_52)->GetAt(static_cast(L_54)); ByteU5BU5D_t4116647657* L_56 = ___input1; uint32_t L_57 = ___inputOffset2; NullCheck(L_56); uintptr_t L_58 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)((int32_t)13))))); uint8_t L_59 = (L_56)->GetAt(static_cast(L_58)); ByteU5BU5D_t4116647657* L_60 = ___input1; uint32_t L_61 = ___inputOffset2; NullCheck(L_60); uintptr_t L_62 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)((int32_t)14))))); uint8_t L_63 = (L_60)->GetAt(static_cast(L_62)); ByteU5BU5D_t4116647657* L_64 = ___input1; uint32_t L_65 = ___inputOffset2; NullCheck(L_64); uintptr_t L_66 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)((int32_t)15))))); uint8_t L_67 = (L_64)->GetAt(static_cast(L_66)); NullCheck(L_51); (L_51)->SetAt(static_cast(3), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_55<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_59<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_63<<(int32_t)8))))|(int32_t)L_67))); UInt32U5BU5D_t2770800703* L_68 = ___buff0; ByteU5BU5D_t4116647657* L_69 = ___input1; uint32_t L_70 = ___inputOffset2; NullCheck(L_69); uintptr_t L_71 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)((int32_t)16))))); uint8_t L_72 = (L_69)->GetAt(static_cast(L_71)); ByteU5BU5D_t4116647657* L_73 = ___input1; uint32_t L_74 = ___inputOffset2; NullCheck(L_73); uintptr_t L_75 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)((int32_t)17))))); uint8_t L_76 = (L_73)->GetAt(static_cast(L_75)); ByteU5BU5D_t4116647657* L_77 = ___input1; uint32_t L_78 = ___inputOffset2; NullCheck(L_77); uintptr_t L_79 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)((int32_t)18))))); uint8_t L_80 = (L_77)->GetAt(static_cast(L_79)); ByteU5BU5D_t4116647657* L_81 = ___input1; uint32_t L_82 = ___inputOffset2; NullCheck(L_81); uintptr_t L_83 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)((int32_t)19))))); uint8_t L_84 = (L_81)->GetAt(static_cast(L_83)); NullCheck(L_68); (L_68)->SetAt(static_cast(4), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_72<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_76<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_80<<(int32_t)8))))|(int32_t)L_84))); UInt32U5BU5D_t2770800703* L_85 = ___buff0; ByteU5BU5D_t4116647657* L_86 = ___input1; uint32_t L_87 = ___inputOffset2; NullCheck(L_86); uintptr_t L_88 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)((int32_t)20))))); uint8_t L_89 = (L_86)->GetAt(static_cast(L_88)); ByteU5BU5D_t4116647657* L_90 = ___input1; uint32_t L_91 = ___inputOffset2; NullCheck(L_90); uintptr_t L_92 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)((int32_t)21))))); uint8_t L_93 = (L_90)->GetAt(static_cast(L_92)); ByteU5BU5D_t4116647657* L_94 = ___input1; uint32_t L_95 = ___inputOffset2; NullCheck(L_94); uintptr_t L_96 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)((int32_t)22))))); uint8_t L_97 = (L_94)->GetAt(static_cast(L_96)); ByteU5BU5D_t4116647657* L_98 = ___input1; uint32_t L_99 = ___inputOffset2; NullCheck(L_98); uintptr_t L_100 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)((int32_t)23))))); uint8_t L_101 = (L_98)->GetAt(static_cast(L_100)); NullCheck(L_85); (L_85)->SetAt(static_cast(5), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_89<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_93<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_97<<(int32_t)8))))|(int32_t)L_101))); UInt32U5BU5D_t2770800703* L_102 = ___buff0; ByteU5BU5D_t4116647657* L_103 = ___input1; uint32_t L_104 = ___inputOffset2; NullCheck(L_103); uintptr_t L_105 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)((int32_t)24))))); uint8_t L_106 = (L_103)->GetAt(static_cast(L_105)); ByteU5BU5D_t4116647657* L_107 = ___input1; uint32_t L_108 = ___inputOffset2; NullCheck(L_107); uintptr_t L_109 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)((int32_t)25))))); uint8_t L_110 = (L_107)->GetAt(static_cast(L_109)); ByteU5BU5D_t4116647657* L_111 = ___input1; uint32_t L_112 = ___inputOffset2; NullCheck(L_111); uintptr_t L_113 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)((int32_t)26))))); uint8_t L_114 = (L_111)->GetAt(static_cast(L_113)); ByteU5BU5D_t4116647657* L_115 = ___input1; uint32_t L_116 = ___inputOffset2; NullCheck(L_115); uintptr_t L_117 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)((int32_t)27))))); uint8_t L_118 = (L_115)->GetAt(static_cast(L_117)); NullCheck(L_102); (L_102)->SetAt(static_cast(6), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_106<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_110<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_114<<(int32_t)8))))|(int32_t)L_118))); UInt32U5BU5D_t2770800703* L_119 = ___buff0; ByteU5BU5D_t4116647657* L_120 = ___input1; uint32_t L_121 = ___inputOffset2; NullCheck(L_120); uintptr_t L_122 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)((int32_t)28))))); uint8_t L_123 = (L_120)->GetAt(static_cast(L_122)); ByteU5BU5D_t4116647657* L_124 = ___input1; uint32_t L_125 = ___inputOffset2; NullCheck(L_124); uintptr_t L_126 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)((int32_t)29))))); uint8_t L_127 = (L_124)->GetAt(static_cast(L_126)); ByteU5BU5D_t4116647657* L_128 = ___input1; uint32_t L_129 = ___inputOffset2; NullCheck(L_128); uintptr_t L_130 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)30))))); uint8_t L_131 = (L_128)->GetAt(static_cast(L_130)); ByteU5BU5D_t4116647657* L_132 = ___input1; uint32_t L_133 = ___inputOffset2; NullCheck(L_132); uintptr_t L_134 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)31))))); uint8_t L_135 = (L_132)->GetAt(static_cast(L_134)); NullCheck(L_119); (L_119)->SetAt(static_cast(7), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_123<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_127<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_131<<(int32_t)8))))|(int32_t)L_135))); UInt32U5BU5D_t2770800703* L_136 = ___buff0; ByteU5BU5D_t4116647657* L_137 = ___input1; uint32_t L_138 = ___inputOffset2; NullCheck(L_137); uintptr_t L_139 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)((int32_t)32))))); uint8_t L_140 = (L_137)->GetAt(static_cast(L_139)); ByteU5BU5D_t4116647657* L_141 = ___input1; uint32_t L_142 = ___inputOffset2; NullCheck(L_141); uintptr_t L_143 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)((int32_t)33))))); uint8_t L_144 = (L_141)->GetAt(static_cast(L_143)); ByteU5BU5D_t4116647657* L_145 = ___input1; uint32_t L_146 = ___inputOffset2; NullCheck(L_145); uintptr_t L_147 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)((int32_t)34))))); uint8_t L_148 = (L_145)->GetAt(static_cast(L_147)); ByteU5BU5D_t4116647657* L_149 = ___input1; uint32_t L_150 = ___inputOffset2; NullCheck(L_149); uintptr_t L_151 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)((int32_t)35))))); uint8_t L_152 = (L_149)->GetAt(static_cast(L_151)); NullCheck(L_136); (L_136)->SetAt(static_cast(8), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_140<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_144<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_148<<(int32_t)8))))|(int32_t)L_152))); UInt32U5BU5D_t2770800703* L_153 = ___buff0; ByteU5BU5D_t4116647657* L_154 = ___input1; uint32_t L_155 = ___inputOffset2; NullCheck(L_154); uintptr_t L_156 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)((int32_t)36))))); uint8_t L_157 = (L_154)->GetAt(static_cast(L_156)); ByteU5BU5D_t4116647657* L_158 = ___input1; uint32_t L_159 = ___inputOffset2; NullCheck(L_158); uintptr_t L_160 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)((int32_t)37))))); uint8_t L_161 = (L_158)->GetAt(static_cast(L_160)); ByteU5BU5D_t4116647657* L_162 = ___input1; uint32_t L_163 = ___inputOffset2; NullCheck(L_162); uintptr_t L_164 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)((int32_t)38))))); uint8_t L_165 = (L_162)->GetAt(static_cast(L_164)); ByteU5BU5D_t4116647657* L_166 = ___input1; uint32_t L_167 = ___inputOffset2; NullCheck(L_166); uintptr_t L_168 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)((int32_t)39))))); uint8_t L_169 = (L_166)->GetAt(static_cast(L_168)); NullCheck(L_153); (L_153)->SetAt(static_cast(((int32_t)9)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_157<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_161<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_165<<(int32_t)8))))|(int32_t)L_169))); UInt32U5BU5D_t2770800703* L_170 = ___buff0; ByteU5BU5D_t4116647657* L_171 = ___input1; uint32_t L_172 = ___inputOffset2; NullCheck(L_171); uintptr_t L_173 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)((int32_t)40))))); uint8_t L_174 = (L_171)->GetAt(static_cast(L_173)); ByteU5BU5D_t4116647657* L_175 = ___input1; uint32_t L_176 = ___inputOffset2; NullCheck(L_175); uintptr_t L_177 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)((int32_t)41))))); uint8_t L_178 = (L_175)->GetAt(static_cast(L_177)); ByteU5BU5D_t4116647657* L_179 = ___input1; uint32_t L_180 = ___inputOffset2; NullCheck(L_179); uintptr_t L_181 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)((int32_t)42))))); uint8_t L_182 = (L_179)->GetAt(static_cast(L_181)); ByteU5BU5D_t4116647657* L_183 = ___input1; uint32_t L_184 = ___inputOffset2; NullCheck(L_183); uintptr_t L_185 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)((int32_t)43))))); uint8_t L_186 = (L_183)->GetAt(static_cast(L_185)); NullCheck(L_170); (L_170)->SetAt(static_cast(((int32_t)10)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_174<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_178<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_182<<(int32_t)8))))|(int32_t)L_186))); UInt32U5BU5D_t2770800703* L_187 = ___buff0; ByteU5BU5D_t4116647657* L_188 = ___input1; uint32_t L_189 = ___inputOffset2; NullCheck(L_188); uintptr_t L_190 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)((int32_t)44))))); uint8_t L_191 = (L_188)->GetAt(static_cast(L_190)); ByteU5BU5D_t4116647657* L_192 = ___input1; uint32_t L_193 = ___inputOffset2; NullCheck(L_192); uintptr_t L_194 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_193, (int32_t)((int32_t)45))))); uint8_t L_195 = (L_192)->GetAt(static_cast(L_194)); ByteU5BU5D_t4116647657* L_196 = ___input1; uint32_t L_197 = ___inputOffset2; NullCheck(L_196); uintptr_t L_198 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)((int32_t)46))))); uint8_t L_199 = (L_196)->GetAt(static_cast(L_198)); ByteU5BU5D_t4116647657* L_200 = ___input1; uint32_t L_201 = ___inputOffset2; NullCheck(L_200); uintptr_t L_202 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_201, (int32_t)((int32_t)47))))); uint8_t L_203 = (L_200)->GetAt(static_cast(L_202)); NullCheck(L_187); (L_187)->SetAt(static_cast(((int32_t)11)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_191<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_195<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_199<<(int32_t)8))))|(int32_t)L_203))); UInt32U5BU5D_t2770800703* L_204 = ___buff0; ByteU5BU5D_t4116647657* L_205 = ___input1; uint32_t L_206 = ___inputOffset2; NullCheck(L_205); uintptr_t L_207 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)((int32_t)48))))); uint8_t L_208 = (L_205)->GetAt(static_cast(L_207)); ByteU5BU5D_t4116647657* L_209 = ___input1; uint32_t L_210 = ___inputOffset2; NullCheck(L_209); uintptr_t L_211 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)((int32_t)49))))); uint8_t L_212 = (L_209)->GetAt(static_cast(L_211)); ByteU5BU5D_t4116647657* L_213 = ___input1; uint32_t L_214 = ___inputOffset2; NullCheck(L_213); uintptr_t L_215 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)((int32_t)50))))); uint8_t L_216 = (L_213)->GetAt(static_cast(L_215)); ByteU5BU5D_t4116647657* L_217 = ___input1; uint32_t L_218 = ___inputOffset2; NullCheck(L_217); uintptr_t L_219 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_218, (int32_t)((int32_t)51))))); uint8_t L_220 = (L_217)->GetAt(static_cast(L_219)); NullCheck(L_204); (L_204)->SetAt(static_cast(((int32_t)12)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_208<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_212<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_216<<(int32_t)8))))|(int32_t)L_220))); UInt32U5BU5D_t2770800703* L_221 = ___buff0; ByteU5BU5D_t4116647657* L_222 = ___input1; uint32_t L_223 = ___inputOffset2; NullCheck(L_222); uintptr_t L_224 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_223, (int32_t)((int32_t)52))))); uint8_t L_225 = (L_222)->GetAt(static_cast(L_224)); ByteU5BU5D_t4116647657* L_226 = ___input1; uint32_t L_227 = ___inputOffset2; NullCheck(L_226); uintptr_t L_228 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_227, (int32_t)((int32_t)53))))); uint8_t L_229 = (L_226)->GetAt(static_cast(L_228)); ByteU5BU5D_t4116647657* L_230 = ___input1; uint32_t L_231 = ___inputOffset2; NullCheck(L_230); uintptr_t L_232 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_231, (int32_t)((int32_t)54))))); uint8_t L_233 = (L_230)->GetAt(static_cast(L_232)); ByteU5BU5D_t4116647657* L_234 = ___input1; uint32_t L_235 = ___inputOffset2; NullCheck(L_234); uintptr_t L_236 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_235, (int32_t)((int32_t)55))))); uint8_t L_237 = (L_234)->GetAt(static_cast(L_236)); NullCheck(L_221); (L_221)->SetAt(static_cast(((int32_t)13)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_225<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_229<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_233<<(int32_t)8))))|(int32_t)L_237))); UInt32U5BU5D_t2770800703* L_238 = ___buff0; ByteU5BU5D_t4116647657* L_239 = ___input1; uint32_t L_240 = ___inputOffset2; NullCheck(L_239); uintptr_t L_241 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_240, (int32_t)((int32_t)56))))); uint8_t L_242 = (L_239)->GetAt(static_cast(L_241)); ByteU5BU5D_t4116647657* L_243 = ___input1; uint32_t L_244 = ___inputOffset2; NullCheck(L_243); uintptr_t L_245 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_244, (int32_t)((int32_t)57))))); uint8_t L_246 = (L_243)->GetAt(static_cast(L_245)); ByteU5BU5D_t4116647657* L_247 = ___input1; uint32_t L_248 = ___inputOffset2; NullCheck(L_247); uintptr_t L_249 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_248, (int32_t)((int32_t)58))))); uint8_t L_250 = (L_247)->GetAt(static_cast(L_249)); ByteU5BU5D_t4116647657* L_251 = ___input1; uint32_t L_252 = ___inputOffset2; NullCheck(L_251); uintptr_t L_253 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_252, (int32_t)((int32_t)59))))); uint8_t L_254 = (L_251)->GetAt(static_cast(L_253)); NullCheck(L_238); (L_238)->SetAt(static_cast(((int32_t)14)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_242<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_246<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_250<<(int32_t)8))))|(int32_t)L_254))); UInt32U5BU5D_t2770800703* L_255 = ___buff0; ByteU5BU5D_t4116647657* L_256 = ___input1; uint32_t L_257 = ___inputOffset2; NullCheck(L_256); uintptr_t L_258 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_257, (int32_t)((int32_t)60))))); uint8_t L_259 = (L_256)->GetAt(static_cast(L_258)); ByteU5BU5D_t4116647657* L_260 = ___input1; uint32_t L_261 = ___inputOffset2; NullCheck(L_260); uintptr_t L_262 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_261, (int32_t)((int32_t)61))))); uint8_t L_263 = (L_260)->GetAt(static_cast(L_262)); ByteU5BU5D_t4116647657* L_264 = ___input1; uint32_t L_265 = ___inputOffset2; NullCheck(L_264); uintptr_t L_266 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_265, (int32_t)((int32_t)62))))); uint8_t L_267 = (L_264)->GetAt(static_cast(L_266)); ByteU5BU5D_t4116647657* L_268 = ___input1; uint32_t L_269 = ___inputOffset2; NullCheck(L_268); uintptr_t L_270 = (((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_269, (int32_t)((int32_t)63))))); uint8_t L_271 = (L_268)->GetAt(static_cast(L_270)); NullCheck(L_255); (L_255)->SetAt(static_cast(((int32_t)15)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_259<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_263<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_267<<(int32_t)8))))|(int32_t)L_271))); return; } } // System.Void System.Security.Cryptography.SHA1Internal::FillBuff(System.UInt32[]) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_FillBuff_m3615718415 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___buff0, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { V_1 = ((int32_t)16); goto IL_013e; } IL_0008: { UInt32U5BU5D_t2770800703* L_0 = ___buff0; int32_t L_1 = V_1; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)3)); uint32_t L_3 = (L_0)->GetAt(static_cast(L_2)); UInt32U5BU5D_t2770800703* L_4 = ___buff0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)8)); uint32_t L_7 = (L_4)->GetAt(static_cast(L_6)); UInt32U5BU5D_t2770800703* L_8 = ___buff0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)14))); uint32_t L_11 = (L_8)->GetAt(static_cast(L_10)); UInt32U5BU5D_t2770800703* L_12 = ___buff0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)16))); uint32_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_7))^(int32_t)L_11))^(int32_t)L_15)); UInt32U5BU5D_t2770800703* L_16 = ___buff0; int32_t L_17 = V_1; uint32_t L_18 = V_0; uint32_t L_19 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_18<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_19>>((int32_t)31)))))); UInt32U5BU5D_t2770800703* L_20 = ___buff0; int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)2)); uint32_t L_23 = (L_20)->GetAt(static_cast(L_22)); UInt32U5BU5D_t2770800703* L_24 = ___buff0; int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)7)); uint32_t L_27 = (L_24)->GetAt(static_cast(L_26)); UInt32U5BU5D_t2770800703* L_28 = ___buff0; int32_t L_29 = V_1; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)13))); uint32_t L_31 = (L_28)->GetAt(static_cast(L_30)); UInt32U5BU5D_t2770800703* L_32 = ___buff0; int32_t L_33 = V_1; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)((int32_t)15))); uint32_t L_35 = (L_32)->GetAt(static_cast(L_34)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23^(int32_t)L_27))^(int32_t)L_31))^(int32_t)L_35)); UInt32U5BU5D_t2770800703* L_36 = ___buff0; int32_t L_37 = V_1; uint32_t L_38 = V_0; uint32_t L_39 = V_0; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_39>>((int32_t)31)))))); UInt32U5BU5D_t2770800703* L_40 = ___buff0; int32_t L_41 = V_1; NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); uint32_t L_43 = (L_40)->GetAt(static_cast(L_42)); UInt32U5BU5D_t2770800703* L_44 = ___buff0; int32_t L_45 = V_1; NullCheck(L_44); int32_t L_46 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)6)); uint32_t L_47 = (L_44)->GetAt(static_cast(L_46)); UInt32U5BU5D_t2770800703* L_48 = ___buff0; int32_t L_49 = V_1; NullCheck(L_48); int32_t L_50 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)((int32_t)12))); uint32_t L_51 = (L_48)->GetAt(static_cast(L_50)); UInt32U5BU5D_t2770800703* L_52 = ___buff0; int32_t L_53 = V_1; NullCheck(L_52); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)((int32_t)14))); uint32_t L_55 = (L_52)->GetAt(static_cast(L_54)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_43^(int32_t)L_47))^(int32_t)L_51))^(int32_t)L_55)); UInt32U5BU5D_t2770800703* L_56 = ___buff0; int32_t L_57 = V_1; uint32_t L_58 = V_0; uint32_t L_59 = V_0; NullCheck(L_56); (L_56)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)2))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_58<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_59>>((int32_t)31)))))); UInt32U5BU5D_t2770800703* L_60 = ___buff0; int32_t L_61 = V_1; NullCheck(L_60); int32_t L_62 = L_61; uint32_t L_63 = (L_60)->GetAt(static_cast(L_62)); UInt32U5BU5D_t2770800703* L_64 = ___buff0; int32_t L_65 = V_1; NullCheck(L_64); int32_t L_66 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)5)); uint32_t L_67 = (L_64)->GetAt(static_cast(L_66)); UInt32U5BU5D_t2770800703* L_68 = ___buff0; int32_t L_69 = V_1; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)((int32_t)11))); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); UInt32U5BU5D_t2770800703* L_72 = ___buff0; int32_t L_73 = V_1; NullCheck(L_72); int32_t L_74 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)((int32_t)13))); uint32_t L_75 = (L_72)->GetAt(static_cast(L_74)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_63^(int32_t)L_67))^(int32_t)L_71))^(int32_t)L_75)); UInt32U5BU5D_t2770800703* L_76 = ___buff0; int32_t L_77 = V_1; uint32_t L_78 = V_0; uint32_t L_79 = V_0; NullCheck(L_76); (L_76)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)3))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_78<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_79>>((int32_t)31)))))); UInt32U5BU5D_t2770800703* L_80 = ___buff0; int32_t L_81 = V_1; NullCheck(L_80); int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); uint32_t L_83 = (L_80)->GetAt(static_cast(L_82)); UInt32U5BU5D_t2770800703* L_84 = ___buff0; int32_t L_85 = V_1; NullCheck(L_84); int32_t L_86 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)4)); uint32_t L_87 = (L_84)->GetAt(static_cast(L_86)); UInt32U5BU5D_t2770800703* L_88 = ___buff0; int32_t L_89 = V_1; NullCheck(L_88); int32_t L_90 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)((int32_t)10))); uint32_t L_91 = (L_88)->GetAt(static_cast(L_90)); UInt32U5BU5D_t2770800703* L_92 = ___buff0; int32_t L_93 = V_1; NullCheck(L_92); int32_t L_94 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)((int32_t)12))); uint32_t L_95 = (L_92)->GetAt(static_cast(L_94)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_83^(int32_t)L_87))^(int32_t)L_91))^(int32_t)L_95)); UInt32U5BU5D_t2770800703* L_96 = ___buff0; int32_t L_97 = V_1; uint32_t L_98 = V_0; uint32_t L_99 = V_0; NullCheck(L_96); (L_96)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)4))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_98<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_99>>((int32_t)31)))))); UInt32U5BU5D_t2770800703* L_100 = ___buff0; int32_t L_101 = V_1; NullCheck(L_100); int32_t L_102 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)2)); uint32_t L_103 = (L_100)->GetAt(static_cast(L_102)); UInt32U5BU5D_t2770800703* L_104 = ___buff0; int32_t L_105 = V_1; NullCheck(L_104); int32_t L_106 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)3)); uint32_t L_107 = (L_104)->GetAt(static_cast(L_106)); UInt32U5BU5D_t2770800703* L_108 = ___buff0; int32_t L_109 = V_1; NullCheck(L_108); int32_t L_110 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_109, (int32_t)((int32_t)9))); uint32_t L_111 = (L_108)->GetAt(static_cast(L_110)); UInt32U5BU5D_t2770800703* L_112 = ___buff0; int32_t L_113 = V_1; NullCheck(L_112); int32_t L_114 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_113, (int32_t)((int32_t)11))); uint32_t L_115 = (L_112)->GetAt(static_cast(L_114)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_103^(int32_t)L_107))^(int32_t)L_111))^(int32_t)L_115)); UInt32U5BU5D_t2770800703* L_116 = ___buff0; int32_t L_117 = V_1; uint32_t L_118 = V_0; uint32_t L_119 = V_0; NullCheck(L_116); (L_116)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)5))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_118<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_119>>((int32_t)31)))))); UInt32U5BU5D_t2770800703* L_120 = ___buff0; int32_t L_121 = V_1; NullCheck(L_120); int32_t L_122 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)3)); uint32_t L_123 = (L_120)->GetAt(static_cast(L_122)); UInt32U5BU5D_t2770800703* L_124 = ___buff0; int32_t L_125 = V_1; NullCheck(L_124); int32_t L_126 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_125, (int32_t)2)); uint32_t L_127 = (L_124)->GetAt(static_cast(L_126)); UInt32U5BU5D_t2770800703* L_128 = ___buff0; int32_t L_129 = V_1; NullCheck(L_128); int32_t L_130 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)8)); uint32_t L_131 = (L_128)->GetAt(static_cast(L_130)); UInt32U5BU5D_t2770800703* L_132 = ___buff0; int32_t L_133 = V_1; NullCheck(L_132); int32_t L_134 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_133, (int32_t)((int32_t)10))); uint32_t L_135 = (L_132)->GetAt(static_cast(L_134)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_123^(int32_t)L_127))^(int32_t)L_131))^(int32_t)L_135)); UInt32U5BU5D_t2770800703* L_136 = ___buff0; int32_t L_137 = V_1; uint32_t L_138 = V_0; uint32_t L_139 = V_0; NullCheck(L_136); (L_136)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)6))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_138<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_139>>((int32_t)31)))))); UInt32U5BU5D_t2770800703* L_140 = ___buff0; int32_t L_141 = V_1; NullCheck(L_140); int32_t L_142 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)4)); uint32_t L_143 = (L_140)->GetAt(static_cast(L_142)); UInt32U5BU5D_t2770800703* L_144 = ___buff0; int32_t L_145 = V_1; NullCheck(L_144); int32_t L_146 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_145, (int32_t)1)); uint32_t L_147 = (L_144)->GetAt(static_cast(L_146)); UInt32U5BU5D_t2770800703* L_148 = ___buff0; int32_t L_149 = V_1; NullCheck(L_148); int32_t L_150 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)7)); uint32_t L_151 = (L_148)->GetAt(static_cast(L_150)); UInt32U5BU5D_t2770800703* L_152 = ___buff0; int32_t L_153 = V_1; NullCheck(L_152); int32_t L_154 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_153, (int32_t)((int32_t)9))); uint32_t L_155 = (L_152)->GetAt(static_cast(L_154)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_143^(int32_t)L_147))^(int32_t)L_151))^(int32_t)L_155)); UInt32U5BU5D_t2770800703* L_156 = ___buff0; int32_t L_157 = V_1; uint32_t L_158 = V_0; uint32_t L_159 = V_0; NullCheck(L_156); (L_156)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)7))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_158<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_159>>((int32_t)31)))))); int32_t L_160 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)8)); } IL_013e: { int32_t L_161 = V_1; if ((((int32_t)L_161) < ((int32_t)((int32_t)80)))) { goto IL_0008; } } { return; } } // System.Void System.Security.Cryptography.SHA1Internal::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_ProcessFinalBlock_m1403775421 (SHA1Internal_t3251293021 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA1Internal_ProcessFinalBlock_m1403775421_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; uint64_t V_6 = 0; ByteU5BU5D_t4116647657* G_B5_0 = NULL; { uint64_t L_0 = __this->get_count_1(); int32_t L_1 = ___inputCount2; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)L_1))))); uint64_t L_2 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)56), (int32_t)(((int32_t)((int32_t)((int64_t)((uint64_t)(int64_t)L_2%(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)64))))))))))); int32_t L_3 = V_1; if ((((int32_t)L_3) >= ((int32_t)1))) { goto IL_0020; } } { int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)64))); } IL_0020: { int32_t L_5 = ___inputCount2; int32_t L_6 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)8)); int32_t L_7 = V_2; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)64))))) { goto IL_0039; } } { ByteU5BU5D_t4116647657* L_8 = __this->get__ProcessingBuffer_2(); G_B5_0 = L_8; goto IL_003f; } IL_0039: { int32_t L_9 = V_2; G_B5_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_9)); } IL_003f: { V_3 = G_B5_0; V_4 = 0; goto IL_0058; } IL_0048: { ByteU5BU5D_t4116647657* L_10 = V_3; int32_t L_11 = V_4; ByteU5BU5D_t4116647657* L_12 = ___inputBuffer0; int32_t L_13 = V_4; int32_t L_14 = ___inputOffset1; NullCheck(L_12); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); uint8_t L_16 = (L_12)->GetAt(static_cast(L_15)); NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (uint8_t)L_16); int32_t L_17 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0058: { int32_t L_18 = V_4; int32_t L_19 = ___inputCount2; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0048; } } { ByteU5BU5D_t4116647657* L_20 = V_3; int32_t L_21 = ___inputCount2; NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (uint8_t)((int32_t)128)); int32_t L_22 = ___inputCount2; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); goto IL_007d; } IL_0072: { ByteU5BU5D_t4116647657* L_23 = V_3; int32_t L_24 = V_5; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (uint8_t)0); int32_t L_25 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_007d: { int32_t L_26 = V_5; int32_t L_27 = ___inputCount2; int32_t L_28 = V_1; if ((((int32_t)L_26) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28))))) { goto IL_0072; } } { uint64_t L_29 = V_0; V_6 = ((int64_t)((int64_t)L_29<<(int32_t)3)); uint64_t L_30 = V_6; ByteU5BU5D_t4116647657* L_31 = V_3; int32_t L_32 = ___inputCount2; int32_t L_33 = V_1; SHA1Internal_AddLength_m2737455899(__this, L_30, L_31, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_34 = V_3; SHA1Internal_ProcessBlock_m1991889327(__this, L_34, 0, /*hidden argument*/NULL); int32_t L_35 = V_2; if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)128))))) { goto IL_00b4; } } { ByteU5BU5D_t4116647657* L_36 = V_3; SHA1Internal_ProcessBlock_m1991889327(__this, L_36, ((int32_t)64), /*hidden argument*/NULL); } IL_00b4: { return; } } // System.Void System.Security.Cryptography.SHA1Internal::AddLength(System.UInt64,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA1Internal_AddLength_m2737455899 (SHA1Internal_t3251293021 * __this, uint64_t ___length0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___position2, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___buffer1; int32_t L_1 = ___position2; int32_t L_2 = L_1; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); uint64_t L_3 = ___length0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_2), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_3>>((int32_t)56))))))); ByteU5BU5D_t4116647657* L_4 = ___buffer1; int32_t L_5 = ___position2; int32_t L_6 = L_5; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); uint64_t L_7 = ___length0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_6), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_7>>((int32_t)48))))))); ByteU5BU5D_t4116647657* L_8 = ___buffer1; int32_t L_9 = ___position2; int32_t L_10 = L_9; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); uint64_t L_11 = ___length0; NullCheck(L_8); (L_8)->SetAt(static_cast(L_10), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)40))))))); ByteU5BU5D_t4116647657* L_12 = ___buffer1; int32_t L_13 = ___position2; int32_t L_14 = L_13; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); uint64_t L_15 = ___length0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_15>>((int32_t)32))))))); ByteU5BU5D_t4116647657* L_16 = ___buffer1; int32_t L_17 = ___position2; int32_t L_18 = L_17; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); uint64_t L_19 = ___length0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_18), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_19>>((int32_t)24))))))); ByteU5BU5D_t4116647657* L_20 = ___buffer1; int32_t L_21 = ___position2; int32_t L_22 = L_21; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); uint64_t L_23 = ___length0; NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_23>>((int32_t)16))))))); ByteU5BU5D_t4116647657* L_24 = ___buffer1; int32_t L_25 = ___position2; int32_t L_26 = L_25; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); uint64_t L_27 = ___length0; NullCheck(L_24); (L_24)->SetAt(static_cast(L_26), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_27>>8)))))); ByteU5BU5D_t4116647657* L_28 = ___buffer1; int32_t L_29 = ___position2; uint64_t L_30 = ___length0; NullCheck(L_28); (L_28)->SetAt(static_cast(L_29), (uint8_t)(((int32_t)((uint8_t)L_30)))); 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 System.Security.Cryptography.SHA1Managed::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA1Managed__ctor_m3689558429 (SHA1Managed_t1754513891 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA1Managed__ctor_m3689558429_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SHA1__ctor_m2454864745(__this, /*hidden argument*/NULL); SHA1Internal_t3251293021 * L_0 = (SHA1Internal_t3251293021 *)il2cpp_codegen_object_new(SHA1Internal_t3251293021_il2cpp_TypeInfo_var); SHA1Internal__ctor_m2437096624(L_0, /*hidden argument*/NULL); __this->set_sha_4(L_0); return; } } // System.Void System.Security.Cryptography.SHA1Managed::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA1Managed_HashCore_m3836844037 (SHA1Managed_t1754513891 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { { ((HashAlgorithm_t1432317219 *)__this)->set_State_2(1); SHA1Internal_t3251293021 * L_0 = __this->get_sha_4(); ByteU5BU5D_t4116647657* L_1 = ___rgb0; int32_t L_2 = ___ibStart1; int32_t L_3 = ___cbSize2; NullCheck(L_0); SHA1Internal_HashCore_m1635242363(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Byte[] System.Security.Cryptography.SHA1Managed::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SHA1Managed_HashFinal_m2365675383 (SHA1Managed_t1754513891 * __this, const RuntimeMethod* method) { { ((HashAlgorithm_t1432317219 *)__this)->set_State_2(0); SHA1Internal_t3251293021 * L_0 = __this->get_sha_4(); NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = SHA1Internal_HashFinal_m1760803056(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Security.Cryptography.SHA1Managed::Initialize() extern "C" IL2CPP_METHOD_ATTR void SHA1Managed_Initialize_m1494395538 (SHA1Managed_t1754513891 * __this, const RuntimeMethod* method) { { SHA1Internal_t3251293021 * L_0 = __this->get_sha_4(); NullCheck(L_0); SHA1Internal_Initialize_m499810128(L_0, /*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 System.Security.Cryptography.SHA256::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA256__ctor_m4000989288 (SHA256_t3672283617 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL); ((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)256)); return; } } // System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create() extern "C" IL2CPP_METHOD_ATTR SHA256_t3672283617 * SHA256_Create_m610202894 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA256_Create_m610202894_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SHA256_t3672283617 * L_0 = SHA256_Create_m697467885(NULL /*static, unused*/, _stringLiteral2075006151, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create(System.String) extern "C" IL2CPP_METHOD_ATTR SHA256_t3672283617 * SHA256_Create_m697467885 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA256_Create_m697467885_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___hashName0; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return ((SHA256_t3672283617 *)CastclassClass((RuntimeObject*)L_1, SHA256_t3672283617_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 System.Security.Cryptography.SHA256Managed::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA256Managed__ctor_m2170017447 (SHA256Managed_t955042874 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA256Managed__ctor_m2170017447_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SHA256__ctor_m4000989288(__this, /*hidden argument*/NULL); __this->set__H_4(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)8))); __this->set__ProcessingBuffer_6(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)))); __this->set_buff_8(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)))); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.SHA256Managed::Initialize() */, __this); return; } } // System.Void System.Security.Cryptography.SHA256Managed::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA256Managed_HashCore_m329219284 (SHA256Managed_t955042874 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { int32_t V_0 = 0; { ((HashAlgorithm_t1432317219 *)__this)->set_State_2(1); int32_t L_0 = __this->get__ProcessingBufferCount_7(); if (!L_0) { goto IL_0080; } } { int32_t L_1 = ___cbSize2; int32_t L_2 = __this->get__ProcessingBufferCount_7(); if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_2))))) { goto IL_0044; } } { ByteU5BU5D_t4116647657* L_3 = ___rgb0; int32_t L_4 = ___ibStart1; ByteU5BU5D_t4116647657* L_5 = __this->get__ProcessingBuffer_6(); int32_t L_6 = __this->get__ProcessingBufferCount_7(); int32_t L_7 = ___cbSize2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, L_6, L_7, /*hidden argument*/NULL); int32_t L_8 = __this->get__ProcessingBufferCount_7(); int32_t L_9 = ___cbSize2; __this->set__ProcessingBufferCount_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))); return; } IL_0044: { int32_t L_10 = __this->get__ProcessingBufferCount_7(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_10)); ByteU5BU5D_t4116647657* L_11 = ___rgb0; int32_t L_12 = ___ibStart1; ByteU5BU5D_t4116647657* L_13 = __this->get__ProcessingBuffer_6(); int32_t L_14 = __this->get__ProcessingBufferCount_7(); int32_t L_15 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, L_14, L_15, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_16 = __this->get__ProcessingBuffer_6(); SHA256Managed_ProcessBlock_m2297835517(__this, L_16, 0, /*hidden argument*/NULL); __this->set__ProcessingBufferCount_7(0); int32_t L_17 = ___ibStart1; int32_t L_18 = V_0; ___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)); int32_t L_19 = ___cbSize2; int32_t L_20 = V_0; ___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)); } IL_0080: { V_0 = 0; goto IL_0096; } IL_0087: { ByteU5BU5D_t4116647657* L_21 = ___rgb0; int32_t L_22 = ___ibStart1; int32_t L_23 = V_0; SHA256Managed_ProcessBlock_m2297835517(__this, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL); int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)((int32_t)64))); } IL_0096: { int32_t L_25 = V_0; int32_t L_26 = ___cbSize2; int32_t L_27 = ___cbSize2; if ((((int32_t)L_25) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)((int32_t)L_27%(int32_t)((int32_t)64)))))))) { goto IL_0087; } } { int32_t L_28 = ___cbSize2; if (!((int32_t)((int32_t)L_28%(int32_t)((int32_t)64)))) { goto IL_00ce; } } { ByteU5BU5D_t4116647657* L_29 = ___rgb0; int32_t L_30 = ___cbSize2; int32_t L_31 = ___cbSize2; int32_t L_32 = ___ibStart1; ByteU5BU5D_t4116647657* L_33 = __this->get__ProcessingBuffer_6(); int32_t L_34 = ___cbSize2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)((int32_t)L_31%(int32_t)((int32_t)64))))), (int32_t)L_32)), (RuntimeArray *)(RuntimeArray *)L_33, 0, ((int32_t)((int32_t)L_34%(int32_t)((int32_t)64))), /*hidden argument*/NULL); int32_t L_35 = ___cbSize2; __this->set__ProcessingBufferCount_7(((int32_t)((int32_t)L_35%(int32_t)((int32_t)64)))); } IL_00ce: { return; } } // System.Byte[] System.Security.Cryptography.SHA256Managed::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SHA256Managed_HashFinal_m2914312286 (SHA256Managed_t955042874 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA256Managed_HashFinal_m2914312286_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32))); ByteU5BU5D_t4116647657* L_0 = __this->get__ProcessingBuffer_6(); int32_t L_1 = __this->get__ProcessingBufferCount_7(); SHA256Managed_ProcessFinalBlock_m3518004226(__this, L_0, 0, L_1, /*hidden argument*/NULL); V_1 = 0; goto IL_0052; } IL_0022: { V_2 = 0; goto IL_0047; } IL_0029: { ByteU5BU5D_t4116647657* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_2; UInt32U5BU5D_t2770800703* L_5 = __this->get__H_4(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); int32_t L_9 = V_2; NullCheck(L_2); (L_2)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)4)), (int32_t)L_4))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_8>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)24), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)8))))&(int32_t)((int32_t)31))))))))); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0047: { int32_t L_11 = V_2; if ((((int32_t)L_11) < ((int32_t)4))) { goto IL_0029; } } { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0052: { int32_t L_13 = V_1; if ((((int32_t)L_13) < ((int32_t)8))) { goto IL_0022; } } { ((HashAlgorithm_t1432317219 *)__this)->set_State_2(0); ByteU5BU5D_t4116647657* L_14 = V_0; return L_14; } } // System.Void System.Security.Cryptography.SHA256Managed::Initialize() extern "C" IL2CPP_METHOD_ATTR void SHA256Managed_Initialize_m1787080315 (SHA256Managed_t955042874 * __this, const RuntimeMethod* method) { { __this->set_count_5((((int64_t)((int64_t)0)))); __this->set__ProcessingBufferCount_7(0); UInt32U5BU5D_t2770800703* L_0 = __this->get__H_4(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)((int32_t)1779033703)); UInt32U5BU5D_t2770800703* L_1 = __this->get__H_4(); NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint32_t)((int32_t)-1150833019)); UInt32U5BU5D_t2770800703* L_2 = __this->get__H_4(); NullCheck(L_2); (L_2)->SetAt(static_cast(2), (uint32_t)((int32_t)1013904242)); UInt32U5BU5D_t2770800703* L_3 = __this->get__H_4(); NullCheck(L_3); (L_3)->SetAt(static_cast(3), (uint32_t)((int32_t)-1521486534)); UInt32U5BU5D_t2770800703* L_4 = __this->get__H_4(); NullCheck(L_4); (L_4)->SetAt(static_cast(4), (uint32_t)((int32_t)1359893119)); UInt32U5BU5D_t2770800703* L_5 = __this->get__H_4(); NullCheck(L_5); (L_5)->SetAt(static_cast(5), (uint32_t)((int32_t)-1694144372)); UInt32U5BU5D_t2770800703* L_6 = __this->get__H_4(); NullCheck(L_6); (L_6)->SetAt(static_cast(6), (uint32_t)((int32_t)528734635)); UInt32U5BU5D_t2770800703* L_7 = __this->get__H_4(); NullCheck(L_7); (L_7)->SetAt(static_cast(7), (uint32_t)((int32_t)1541459225)); return; } } // System.Void System.Security.Cryptography.SHA256Managed::ProcessBlock(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA256Managed_ProcessBlock_m2297835517 (SHA256Managed_t955042874 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA256Managed_ProcessBlock_m2297835517_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; uint32_t V_8 = 0; uint32_t V_9 = 0; int32_t V_10 = 0; UInt32U5BU5D_t2770800703* V_11 = NULL; UInt32U5BU5D_t2770800703* V_12 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SHAConstants_t1360924992_il2cpp_TypeInfo_var); UInt32U5BU5D_t2770800703* L_0 = ((SHAConstants_t1360924992_StaticFields*)il2cpp_codegen_static_fields_for(SHAConstants_t1360924992_il2cpp_TypeInfo_var))->get_K1_0(); V_11 = L_0; UInt32U5BU5D_t2770800703* L_1 = __this->get_buff_8(); V_12 = L_1; uint64_t L_2 = __this->get_count_5(); __this->set_count_5(((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)(((int64_t)((int64_t)((int32_t)64))))))); V_10 = 0; goto IL_0063; } IL_0027: { UInt32U5BU5D_t2770800703* L_3 = V_12; int32_t L_4 = V_10; ByteU5BU5D_t4116647657* L_5 = ___inputBuffer0; int32_t L_6 = ___inputOffset1; int32_t L_7 = V_10; NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_7)))); uint8_t L_9 = (L_5)->GetAt(static_cast(L_8)); ByteU5BU5D_t4116647657* L_10 = ___inputBuffer0; int32_t L_11 = ___inputOffset1; int32_t L_12 = V_10; NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_12)))), (int32_t)1)); uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); ByteU5BU5D_t4116647657* L_15 = ___inputBuffer0; int32_t L_16 = ___inputOffset1; int32_t L_17 = V_10; NullCheck(L_15); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_17)))), (int32_t)2)); uint8_t L_19 = (L_15)->GetAt(static_cast(L_18)); ByteU5BU5D_t4116647657* L_20 = ___inputBuffer0; int32_t L_21 = ___inputOffset1; int32_t L_22 = V_10; NullCheck(L_20); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_22)))), (int32_t)3)); uint8_t L_24 = (L_20)->GetAt(static_cast(L_23)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_19<<(int32_t)8))))|(int32_t)L_24))); int32_t L_25 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0063: { int32_t L_26 = V_10; if ((((int32_t)L_26) < ((int32_t)((int32_t)16)))) { goto IL_0027; } } { V_10 = ((int32_t)16); goto IL_00e5; } IL_0075: { UInt32U5BU5D_t2770800703* L_27 = V_12; int32_t L_28 = V_10; NullCheck(L_27); int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)((int32_t)15))); uint32_t L_30 = (L_27)->GetAt(static_cast(L_29)); V_8 = L_30; uint32_t L_31 = V_8; uint32_t L_32 = V_8; uint32_t L_33 = V_8; uint32_t L_34 = V_8; uint32_t L_35 = V_8; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_31>>7))|(int32_t)((int32_t)((int32_t)L_32<<(int32_t)((int32_t)25)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_33>>((int32_t)18)))|(int32_t)((int32_t)((int32_t)L_34<<(int32_t)((int32_t)14)))))))^(int32_t)((int32_t)((uint32_t)L_35>>3)))); UInt32U5BU5D_t2770800703* L_36 = V_12; int32_t L_37 = V_10; NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)2)); uint32_t L_39 = (L_36)->GetAt(static_cast(L_38)); V_9 = L_39; uint32_t L_40 = V_9; uint32_t L_41 = V_9; uint32_t L_42 = V_9; uint32_t L_43 = V_9; uint32_t L_44 = V_9; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_40>>((int32_t)17)))|(int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)15)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_42>>((int32_t)19)))|(int32_t)((int32_t)((int32_t)L_43<<(int32_t)((int32_t)13)))))))^(int32_t)((int32_t)((uint32_t)L_44>>((int32_t)10))))); UInt32U5BU5D_t2770800703* L_45 = V_12; int32_t L_46 = V_10; uint32_t L_47 = V_9; UInt32U5BU5D_t2770800703* L_48 = V_12; int32_t L_49 = V_10; NullCheck(L_48); int32_t L_50 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)7)); uint32_t L_51 = (L_48)->GetAt(static_cast(L_50)); uint32_t L_52 = V_8; UInt32U5BU5D_t2770800703* L_53 = V_12; int32_t L_54 = V_10; NullCheck(L_53); int32_t L_55 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)((int32_t)16))); uint32_t L_56 = (L_53)->GetAt(static_cast(L_55)); NullCheck(L_45); (L_45)->SetAt(static_cast(L_46), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_51)), (int32_t)L_52)), (int32_t)L_56))); int32_t L_57 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_00e5: { int32_t L_58 = V_10; if ((((int32_t)L_58) < ((int32_t)((int32_t)64)))) { goto IL_0075; } } { UInt32U5BU5D_t2770800703* L_59 = __this->get__H_4(); NullCheck(L_59); int32_t L_60 = 0; uint32_t L_61 = (L_59)->GetAt(static_cast(L_60)); V_0 = L_61; UInt32U5BU5D_t2770800703* L_62 = __this->get__H_4(); NullCheck(L_62); int32_t L_63 = 1; uint32_t L_64 = (L_62)->GetAt(static_cast(L_63)); V_1 = L_64; UInt32U5BU5D_t2770800703* L_65 = __this->get__H_4(); NullCheck(L_65); int32_t L_66 = 2; uint32_t L_67 = (L_65)->GetAt(static_cast(L_66)); V_2 = L_67; UInt32U5BU5D_t2770800703* L_68 = __this->get__H_4(); NullCheck(L_68); int32_t L_69 = 3; uint32_t L_70 = (L_68)->GetAt(static_cast(L_69)); V_3 = L_70; UInt32U5BU5D_t2770800703* L_71 = __this->get__H_4(); NullCheck(L_71); int32_t L_72 = 4; uint32_t L_73 = (L_71)->GetAt(static_cast(L_72)); V_4 = L_73; UInt32U5BU5D_t2770800703* L_74 = __this->get__H_4(); NullCheck(L_74); int32_t L_75 = 5; uint32_t L_76 = (L_74)->GetAt(static_cast(L_75)); V_5 = L_76; UInt32U5BU5D_t2770800703* L_77 = __this->get__H_4(); NullCheck(L_77); int32_t L_78 = 6; uint32_t L_79 = (L_77)->GetAt(static_cast(L_78)); V_6 = L_79; UInt32U5BU5D_t2770800703* L_80 = __this->get__H_4(); NullCheck(L_80); int32_t L_81 = 7; uint32_t L_82 = (L_80)->GetAt(static_cast(L_81)); V_7 = L_82; V_10 = 0; goto IL_01d3; } IL_0142: { uint32_t L_83 = V_7; uint32_t L_84 = V_4; uint32_t L_85 = V_4; uint32_t L_86 = V_4; uint32_t L_87 = V_4; uint32_t L_88 = V_4; uint32_t L_89 = V_4; uint32_t L_90 = V_4; uint32_t L_91 = V_5; uint32_t L_92 = V_4; uint32_t L_93 = V_6; UInt32U5BU5D_t2770800703* L_94 = V_11; int32_t L_95 = V_10; NullCheck(L_94); int32_t L_96 = L_95; uint32_t L_97 = (L_94)->GetAt(static_cast(L_96)); UInt32U5BU5D_t2770800703* L_98 = V_12; int32_t L_99 = V_10; NullCheck(L_98); int32_t L_100 = L_99; uint32_t L_101 = (L_98)->GetAt(static_cast(L_100)); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_84>>6))|(int32_t)((int32_t)((int32_t)L_85<<(int32_t)((int32_t)26)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_86>>((int32_t)11)))|(int32_t)((int32_t)((int32_t)L_87<<(int32_t)((int32_t)21)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_88>>((int32_t)25)))|(int32_t)((int32_t)((int32_t)L_89<<(int32_t)7)))))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_90&(int32_t)L_91))^(int32_t)((int32_t)((int32_t)((~L_92))&(int32_t)L_93)))))), (int32_t)L_97)), (int32_t)L_101)); uint32_t L_102 = V_0; uint32_t L_103 = V_0; uint32_t L_104 = V_0; uint32_t L_105 = V_0; uint32_t L_106 = V_0; uint32_t L_107 = V_0; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_102>>2))|(int32_t)((int32_t)((int32_t)L_103<<(int32_t)((int32_t)30)))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_104>>((int32_t)13)))|(int32_t)((int32_t)((int32_t)L_105<<(int32_t)((int32_t)19)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_106>>((int32_t)22)))|(int32_t)((int32_t)((int32_t)L_107<<(int32_t)((int32_t)10))))))); uint32_t L_108 = V_9; uint32_t L_109 = V_0; uint32_t L_110 = V_1; uint32_t L_111 = V_0; uint32_t L_112 = V_2; uint32_t L_113 = V_1; uint32_t L_114 = V_2; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_109&(int32_t)L_110))^(int32_t)((int32_t)((int32_t)L_111&(int32_t)L_112))))^(int32_t)((int32_t)((int32_t)L_113&(int32_t)L_114)))))); uint32_t L_115 = V_6; V_7 = L_115; uint32_t L_116 = V_5; V_6 = L_116; uint32_t L_117 = V_4; V_5 = L_117; uint32_t L_118 = V_3; uint32_t L_119 = V_8; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)L_119)); uint32_t L_120 = V_2; V_3 = L_120; uint32_t L_121 = V_1; V_2 = L_121; uint32_t L_122 = V_0; V_1 = L_122; uint32_t L_123 = V_8; uint32_t L_124 = V_9; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)L_124)); int32_t L_125 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1)); } IL_01d3: { int32_t L_126 = V_10; if ((((int32_t)L_126) < ((int32_t)((int32_t)64)))) { goto IL_0142; } } { UInt32U5BU5D_t2770800703* L_127 = __this->get__H_4(); NullCheck(L_127); uint32_t* L_128 = ((L_127)->GetAddressAt(static_cast(0))); uint32_t L_129 = V_0; *((int32_t*)(L_128)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_128)), (int32_t)L_129)); UInt32U5BU5D_t2770800703* L_130 = __this->get__H_4(); NullCheck(L_130); uint32_t* L_131 = ((L_130)->GetAddressAt(static_cast(1))); uint32_t L_132 = V_1; *((int32_t*)(L_131)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_131)), (int32_t)L_132)); UInt32U5BU5D_t2770800703* L_133 = __this->get__H_4(); NullCheck(L_133); uint32_t* L_134 = ((L_133)->GetAddressAt(static_cast(2))); uint32_t L_135 = V_2; *((int32_t*)(L_134)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_134)), (int32_t)L_135)); UInt32U5BU5D_t2770800703* L_136 = __this->get__H_4(); NullCheck(L_136); uint32_t* L_137 = ((L_136)->GetAddressAt(static_cast(3))); uint32_t L_138 = V_3; *((int32_t*)(L_137)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_137)), (int32_t)L_138)); UInt32U5BU5D_t2770800703* L_139 = __this->get__H_4(); NullCheck(L_139); uint32_t* L_140 = ((L_139)->GetAddressAt(static_cast(4))); uint32_t L_141 = V_4; *((int32_t*)(L_140)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_140)), (int32_t)L_141)); UInt32U5BU5D_t2770800703* L_142 = __this->get__H_4(); NullCheck(L_142); uint32_t* L_143 = ((L_142)->GetAddressAt(static_cast(5))); uint32_t L_144 = V_5; *((int32_t*)(L_143)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_143)), (int32_t)L_144)); UInt32U5BU5D_t2770800703* L_145 = __this->get__H_4(); NullCheck(L_145); uint32_t* L_146 = ((L_145)->GetAddressAt(static_cast(6))); uint32_t L_147 = V_6; *((int32_t*)(L_146)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_146)), (int32_t)L_147)); UInt32U5BU5D_t2770800703* L_148 = __this->get__H_4(); NullCheck(L_148); uint32_t* L_149 = ((L_148)->GetAddressAt(static_cast(7))); uint32_t L_150 = V_7; *((int32_t*)(L_149)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_149)), (int32_t)L_150)); return; } } // System.Void System.Security.Cryptography.SHA256Managed::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA256Managed_ProcessFinalBlock_m3518004226 (SHA256Managed_t955042874 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA256Managed_ProcessFinalBlock_m3518004226_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; uint64_t V_5 = 0; { uint64_t L_0 = __this->get_count_5(); int32_t L_1 = ___inputCount2; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)L_1))))); uint64_t L_2 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)56), (int32_t)(((int32_t)((int32_t)((int64_t)((uint64_t)(int64_t)L_2%(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)64))))))))))); int32_t L_3 = V_1; if ((((int32_t)L_3) >= ((int32_t)1))) { goto IL_0020; } } { int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)64))); } IL_0020: { int32_t L_5 = ___inputCount2; int32_t L_6 = V_1; V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)8)))); V_3 = 0; goto IL_003e; } IL_0032: { ByteU5BU5D_t4116647657* L_7 = V_2; int32_t L_8 = V_3; ByteU5BU5D_t4116647657* L_9 = ___inputBuffer0; int32_t L_10 = V_3; int32_t L_11 = ___inputOffset1; NullCheck(L_9); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint8_t L_13 = (L_9)->GetAt(static_cast(L_12)); NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (uint8_t)L_13); int32_t L_14 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003e: { int32_t L_15 = V_3; int32_t L_16 = ___inputCount2; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0032; } } { ByteU5BU5D_t4116647657* L_17 = V_2; int32_t L_18 = ___inputCount2; NullCheck(L_17); (L_17)->SetAt(static_cast(L_18), (uint8_t)((int32_t)128)); int32_t L_19 = ___inputCount2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); goto IL_0062; } IL_0057: { ByteU5BU5D_t4116647657* L_20 = V_2; int32_t L_21 = V_4; NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (uint8_t)0); int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0062: { int32_t L_23 = V_4; int32_t L_24 = ___inputCount2; int32_t L_25 = V_1; if ((((int32_t)L_23) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25))))) { goto IL_0057; } } { uint64_t L_26 = V_0; V_5 = ((int64_t)((int64_t)L_26<<(int32_t)3)); uint64_t L_27 = V_5; ByteU5BU5D_t4116647657* L_28 = V_2; int32_t L_29 = ___inputCount2; int32_t L_30 = V_1; SHA256Managed_AddLength_m1060552216(__this, L_27, L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_31 = V_2; SHA256Managed_ProcessBlock_m2297835517(__this, L_31, 0, /*hidden argument*/NULL); int32_t L_32 = ___inputCount2; int32_t L_33 = V_1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), (int32_t)8))) == ((uint32_t)((int32_t)128))))) { goto IL_009d; } } { ByteU5BU5D_t4116647657* L_34 = V_2; SHA256Managed_ProcessBlock_m2297835517(__this, L_34, ((int32_t)64), /*hidden argument*/NULL); } IL_009d: { return; } } // System.Void System.Security.Cryptography.SHA256Managed::AddLength(System.UInt64,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA256Managed_AddLength_m1060552216 (SHA256Managed_t955042874 * __this, uint64_t ___length0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___position2, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___buffer1; int32_t L_1 = ___position2; int32_t L_2 = L_1; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); uint64_t L_3 = ___length0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_2), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_3>>((int32_t)56))))))); ByteU5BU5D_t4116647657* L_4 = ___buffer1; int32_t L_5 = ___position2; int32_t L_6 = L_5; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); uint64_t L_7 = ___length0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_6), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_7>>((int32_t)48))))))); ByteU5BU5D_t4116647657* L_8 = ___buffer1; int32_t L_9 = ___position2; int32_t L_10 = L_9; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); uint64_t L_11 = ___length0; NullCheck(L_8); (L_8)->SetAt(static_cast(L_10), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)40))))))); ByteU5BU5D_t4116647657* L_12 = ___buffer1; int32_t L_13 = ___position2; int32_t L_14 = L_13; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); uint64_t L_15 = ___length0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_15>>((int32_t)32))))))); ByteU5BU5D_t4116647657* L_16 = ___buffer1; int32_t L_17 = ___position2; int32_t L_18 = L_17; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); uint64_t L_19 = ___length0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_18), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_19>>((int32_t)24))))))); ByteU5BU5D_t4116647657* L_20 = ___buffer1; int32_t L_21 = ___position2; int32_t L_22 = L_21; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); uint64_t L_23 = ___length0; NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_23>>((int32_t)16))))))); ByteU5BU5D_t4116647657* L_24 = ___buffer1; int32_t L_25 = ___position2; int32_t L_26 = L_25; ___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); uint64_t L_27 = ___length0; NullCheck(L_24); (L_24)->SetAt(static_cast(L_26), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_27>>8)))))); ByteU5BU5D_t4116647657* L_28 = ___buffer1; int32_t L_29 = ___position2; uint64_t L_30 = ___length0; NullCheck(L_28); (L_28)->SetAt(static_cast(L_29), (uint8_t)(((int32_t)((uint8_t)L_30)))); 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 System.Security.Cryptography.SHA384::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA384__ctor_m202253083 (SHA384_t540967702 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL); ((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)384)); return; } } // System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create() extern "C" IL2CPP_METHOD_ATTR SHA384_t540967702 * SHA384_Create_m3237405884 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA384_Create_m3237405884_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SHA384_t540967702 * L_0 = SHA384_Create_m1745173416(NULL /*static, unused*/, _stringLiteral3238657532, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create(System.String) extern "C" IL2CPP_METHOD_ATTR SHA384_t540967702 * SHA384_Create_m1745173416 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA384_Create_m1745173416_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___hashName0; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return ((SHA384_t540967702 *)CastclassClass((RuntimeObject*)L_1, SHA384_t540967702_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 System.Security.Cryptography.SHA384Managed::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA384Managed__ctor_m3220477113 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA384Managed__ctor_m3220477113_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SHA384__ctor_m202253083(__this, /*hidden argument*/NULL); __this->set_xBuf_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8))); __this->set_W_16(((UInt64U5BU5D_t1659327989*)SZArrayNew(UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80)))); SHA384Managed_Initialize_m1661896576(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SHA384Managed::Initialize(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_Initialize_m1661896576 (SHA384Managed_t74158575 * __this, bool ___reuse0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { __this->set_H1_8(((int64_t)-3766243637369397544LL)); __this->set_H2_9(((int64_t)7105036623409894663LL)); __this->set_H3_10(((int64_t)-7973340178411365097LL)); __this->set_H4_11(((int64_t)1526699215303891257LL)); __this->set_H5_12(((int64_t)7436329637833083697LL)); __this->set_H6_13(((int64_t)-8163818279084223215LL)); __this->set_H7_14(((int64_t)-2662702644619276377LL)); __this->set_H8_15(((int64_t)5167115440072839076LL)); bool L_0 = ___reuse0; if (!L_0) { goto IL_00e1; } } { __this->set_byteCount1_6((((int64_t)((int64_t)0)))); __this->set_byteCount2_7((((int64_t)((int64_t)0)))); __this->set_xBufOff_5(0); V_0 = 0; goto IL_00a9; } IL_009c: { ByteU5BU5D_t4116647657* L_1 = __this->get_xBuf_4(); int32_t L_2 = V_0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint8_t)0); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_00a9: { int32_t L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = __this->get_xBuf_4(); NullCheck(L_5); if ((((int32_t)L_4) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))) { goto IL_009c; } } { __this->set_wOff_17(0); V_1 = 0; goto IL_00d3; } IL_00c5: { UInt64U5BU5D_t1659327989* L_6 = __this->get_W_16(); int32_t L_7 = V_1; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (uint64_t)(((int64_t)((int64_t)0)))); int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_00d3: { int32_t L_9 = V_1; UInt64U5BU5D_t1659327989* L_10 = __this->get_W_16(); NullCheck(L_10); if ((!(((uint32_t)L_9) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))))) { goto IL_00c5; } } IL_00e1: { return; } } // System.Void System.Security.Cryptography.SHA384Managed::Initialize() extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_Initialize_m703960418 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method) { { SHA384Managed_Initialize_m1661896576(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SHA384Managed::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_HashCore_m3010817561 (SHA384Managed_t74158575 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { { goto IL_0018; } IL_0005: { ByteU5BU5D_t4116647657* L_0 = ___rgb0; int32_t L_1 = ___ibStart1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); SHA384Managed_update_m2910797953(__this, L_3, /*hidden argument*/NULL); int32_t L_4 = ___ibStart1; ___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = ___cbSize2; ___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } IL_0018: { int32_t L_6 = __this->get_xBufOff_5(); if (!L_6) { goto IL_002a; } } { int32_t L_7 = ___cbSize2; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_0005; } } IL_002a: { goto IL_0065; } IL_002f: { ByteU5BU5D_t4116647657* L_8 = ___rgb0; int32_t L_9 = ___ibStart1; SHA384Managed_processWord_m3832940157(__this, L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = ___ibStart1; ByteU5BU5D_t4116647657* L_11 = __this->get_xBuf_4(); NullCheck(L_11); ___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))); int32_t L_12 = ___cbSize2; ByteU5BU5D_t4116647657* L_13 = __this->get_xBuf_4(); NullCheck(L_13); ___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))); uint64_t L_14 = __this->get_byteCount1_6(); ByteU5BU5D_t4116647657* L_15 = __this->get_xBuf_4(); NullCheck(L_15); __this->set_byteCount1_6(((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))))))))); } IL_0065: { int32_t L_16 = ___cbSize2; ByteU5BU5D_t4116647657* L_17 = __this->get_xBuf_4(); NullCheck(L_17); if ((((int32_t)L_16) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_002f; } } { goto IL_008b; } IL_0078: { ByteU5BU5D_t4116647657* L_18 = ___rgb0; int32_t L_19 = ___ibStart1; NullCheck(L_18); int32_t L_20 = L_19; uint8_t L_21 = (L_18)->GetAt(static_cast(L_20)); SHA384Managed_update_m2910797953(__this, L_21, /*hidden argument*/NULL); int32_t L_22 = ___ibStart1; ___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); int32_t L_23 = ___cbSize2; ___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_008b: { int32_t L_24 = ___cbSize2; if ((((int32_t)L_24) > ((int32_t)0))) { goto IL_0078; } } { return; } } // System.Byte[] System.Security.Cryptography.SHA384Managed::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SHA384Managed_HashFinal_m2401837128 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA384Managed_HashFinal_m2401837128_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; { SHA384Managed_adjustByteCounts_m2921970088(__this, /*hidden argument*/NULL); uint64_t L_0 = __this->get_byteCount1_6(); V_0 = ((int64_t)((int64_t)L_0<<(int32_t)3)); uint64_t L_1 = __this->get_byteCount2_7(); V_1 = L_1; SHA384Managed_update_m2910797953(__this, (uint8_t)((int32_t)128), /*hidden argument*/NULL); goto IL_002d; } IL_0026: { SHA384Managed_update_m2910797953(__this, (uint8_t)0, /*hidden argument*/NULL); } IL_002d: { int32_t L_2 = __this->get_xBufOff_5(); if (L_2) { goto IL_0026; } } { uint64_t L_3 = V_0; uint64_t L_4 = V_1; SHA384Managed_processLength_m1746354084(__this, L_3, L_4, /*hidden argument*/NULL); SHA384Managed_processBlock_m1272529332(__this, /*hidden argument*/NULL); V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48))); uint64_t L_5 = __this->get_H1_8(); ByteU5BU5D_t4116647657* L_6 = V_2; SHA384Managed_unpackWord_m785426507(__this, L_5, L_6, 0, /*hidden argument*/NULL); uint64_t L_7 = __this->get_H2_9(); ByteU5BU5D_t4116647657* L_8 = V_2; SHA384Managed_unpackWord_m785426507(__this, L_7, L_8, 8, /*hidden argument*/NULL); uint64_t L_9 = __this->get_H3_10(); ByteU5BU5D_t4116647657* L_10 = V_2; SHA384Managed_unpackWord_m785426507(__this, L_9, L_10, ((int32_t)16), /*hidden argument*/NULL); uint64_t L_11 = __this->get_H4_11(); ByteU5BU5D_t4116647657* L_12 = V_2; SHA384Managed_unpackWord_m785426507(__this, L_11, L_12, ((int32_t)24), /*hidden argument*/NULL); uint64_t L_13 = __this->get_H5_12(); ByteU5BU5D_t4116647657* L_14 = V_2; SHA384Managed_unpackWord_m785426507(__this, L_13, L_14, ((int32_t)32), /*hidden argument*/NULL); uint64_t L_15 = __this->get_H6_13(); ByteU5BU5D_t4116647657* L_16 = V_2; SHA384Managed_unpackWord_m785426507(__this, L_15, L_16, ((int32_t)40), /*hidden argument*/NULL); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.SHA384Managed::Initialize() */, __this); ByteU5BU5D_t4116647657* L_17 = V_2; return L_17; } } // System.Void System.Security.Cryptography.SHA384Managed::update(System.Byte) extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_update_m2910797953 (SHA384Managed_t74158575 * __this, uint8_t ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get_xBuf_4(); int32_t L_1 = __this->get_xBufOff_5(); int32_t L_2 = L_1; V_0 = L_2; __this->set_xBufOff_5(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; uint8_t L_4 = ___input0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)L_4); int32_t L_5 = __this->get_xBufOff_5(); ByteU5BU5D_t4116647657* L_6 = __this->get_xBuf_4(); NullCheck(L_6); if ((!(((uint32_t)L_5) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))))) { goto IL_0040; } } { ByteU5BU5D_t4116647657* L_7 = __this->get_xBuf_4(); SHA384Managed_processWord_m3832940157(__this, L_7, 0, /*hidden argument*/NULL); __this->set_xBufOff_5(0); } IL_0040: { uint64_t L_8 = __this->get_byteCount1_6(); __this->set_byteCount1_6(((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)(((int64_t)((int64_t)1)))))); return; } } // System.Void System.Security.Cryptography.SHA384Managed::processWord(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_processWord_m3832940157 (SHA384Managed_t74158575 * __this, ByteU5BU5D_t4116647657* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; { UInt64U5BU5D_t1659327989* L_0 = __this->get_W_16(); int32_t L_1 = __this->get_wOff_17(); int32_t L_2 = L_1; V_0 = L_2; __this->set_wOff_17(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = ___input0; int32_t L_5 = ___inOff1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_t4116647657* L_8 = ___input0; int32_t L_9 = ___inOff1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_t4116647657* L_12 = ___input0; int32_t L_13 = ___inOff1; 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)); ByteU5BU5D_t4116647657* L_16 = ___input0; int32_t L_17 = ___inOff1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); ByteU5BU5D_t4116647657* L_20 = ___input0; int32_t L_21 = ___inOff1; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)4)); uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); ByteU5BU5D_t4116647657* L_24 = ___input0; int32_t L_25 = ___inOff1; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)5)); uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); ByteU5BU5D_t4116647657* L_28 = ___input0; int32_t L_29 = ___inOff1; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)6)); uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); ByteU5BU5D_t4116647657* L_32 = ___input0; int32_t L_33 = ___inOff1; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)7)); uint8_t L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_7)))<<(int32_t)((int32_t)56)))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_11)))<<(int32_t)((int32_t)48)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_15)))<<(int32_t)((int32_t)40)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_19)))<<(int32_t)((int32_t)32)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_23)))<<(int32_t)((int32_t)24)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_27)))<<(int32_t)((int32_t)16)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_31)))<<(int32_t)8))))|(int64_t)(((int64_t)((uint64_t)L_35)))))); int32_t L_36 = __this->get_wOff_17(); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)16))))) { goto IL_0074; } } { SHA384Managed_processBlock_m1272529332(__this, /*hidden argument*/NULL); } IL_0074: { return; } } // System.Void System.Security.Cryptography.SHA384Managed::unpackWord(System.UInt64,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_unpackWord_m785426507 (SHA384Managed_t74158575 * __this, uint64_t ___word0, ByteU5BU5D_t4116647657* ___output1, int32_t ___outOff2, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___output1; int32_t L_1 = ___outOff2; uint64_t L_2 = ___word0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_2>>((int32_t)56))))))); ByteU5BU5D_t4116647657* L_3 = ___output1; int32_t L_4 = ___outOff2; uint64_t L_5 = ___word0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_5>>((int32_t)48))))))); ByteU5BU5D_t4116647657* L_6 = ___output1; int32_t L_7 = ___outOff2; uint64_t L_8 = ___word0; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_8>>((int32_t)40))))))); ByteU5BU5D_t4116647657* L_9 = ___output1; int32_t L_10 = ___outOff2; uint64_t L_11 = ___word0; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)32))))))); ByteU5BU5D_t4116647657* L_12 = ___output1; int32_t L_13 = ___outOff2; uint64_t L_14 = ___word0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)4))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_14>>((int32_t)24))))))); ByteU5BU5D_t4116647657* L_15 = ___output1; int32_t L_16 = ___outOff2; uint64_t L_17 = ___word0; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)5))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_17>>((int32_t)16))))))); ByteU5BU5D_t4116647657* L_18 = ___output1; int32_t L_19 = ___outOff2; uint64_t L_20 = ___word0; NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)6))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_20>>8)))))); ByteU5BU5D_t4116647657* L_21 = ___output1; int32_t L_22 = ___outOff2; uint64_t L_23 = ___word0; NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)7))), (uint8_t)(((int32_t)((uint8_t)L_23)))); return; } } // System.Void System.Security.Cryptography.SHA384Managed::adjustByteCounts() extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_adjustByteCounts_m2921970088 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_byteCount1_6(); if ((!(((uint64_t)L_0) > ((uint64_t)((int64_t)2305843009213693951LL))))) { goto IL_0040; } } { uint64_t L_1 = __this->get_byteCount2_7(); uint64_t L_2 = __this->get_byteCount1_6(); __this->set_byteCount2_7(((int64_t)il2cpp_codegen_add((int64_t)L_1, (int64_t)((int64_t)((uint64_t)L_2>>((int32_t)61)))))); uint64_t L_3 = __this->get_byteCount1_6(); __this->set_byteCount1_6(((int64_t)((int64_t)L_3&(int64_t)((int64_t)2305843009213693951LL)))); } IL_0040: { return; } } // System.Void System.Security.Cryptography.SHA384Managed::processLength(System.UInt64,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_processLength_m1746354084 (SHA384Managed_t74158575 * __this, uint64_t ___lowW0, uint64_t ___hiW1, const RuntimeMethod* method) { { int32_t L_0 = __this->get_wOff_17(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)14)))) { goto IL_0013; } } { SHA384Managed_processBlock_m1272529332(__this, /*hidden argument*/NULL); } IL_0013: { UInt64U5BU5D_t1659327989* L_1 = __this->get_W_16(); uint64_t L_2 = ___hiW1; NullCheck(L_1); (L_1)->SetAt(static_cast(((int32_t)14)), (uint64_t)L_2); UInt64U5BU5D_t1659327989* L_3 = __this->get_W_16(); uint64_t L_4 = ___lowW0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)15)), (uint64_t)L_4); return; } } // System.Void System.Security.Cryptography.SHA384Managed::processBlock() extern "C" IL2CPP_METHOD_ATTR void SHA384Managed_processBlock_m1272529332 (SHA384Managed_t74158575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA384Managed_processBlock_m1272529332_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; UInt64U5BU5D_t1659327989* V_8 = NULL; UInt64U5BU5D_t1659327989* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; uint64_t V_12 = 0; uint64_t V_13 = 0; int32_t V_14 = 0; { UInt64U5BU5D_t1659327989* L_0 = __this->get_W_16(); V_8 = L_0; IL2CPP_RUNTIME_CLASS_INIT(SHAConstants_t1360924992_il2cpp_TypeInfo_var); UInt64U5BU5D_t1659327989* L_1 = ((SHAConstants_t1360924992_StaticFields*)il2cpp_codegen_static_fields_for(SHAConstants_t1360924992_il2cpp_TypeInfo_var))->get_K2_1(); V_9 = L_1; SHA384Managed_adjustByteCounts_m2921970088(__this, /*hidden argument*/NULL); V_10 = ((int32_t)16); goto IL_007b; } IL_001e: { UInt64U5BU5D_t1659327989* L_2 = V_8; int32_t L_3 = V_10; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)15))); int64_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; uint64_t L_6 = V_0; uint64_t L_7 = V_0; uint64_t L_8 = V_0; uint64_t L_9 = V_0; uint64_t L_10 = V_0; V_0 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_6>>1))|(int64_t)((int64_t)((int64_t)L_7<<(int32_t)((int32_t)63)))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_8>>8))|(int64_t)((int64_t)((int64_t)L_9<<(int32_t)((int32_t)56)))))))^(int64_t)((int64_t)((uint64_t)L_10>>7)))); UInt64U5BU5D_t1659327989* L_11 = V_8; int32_t L_12 = V_10; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)2)); int64_t L_14 = (L_11)->GetAt(static_cast(L_13)); V_1 = L_14; uint64_t L_15 = V_1; uint64_t L_16 = V_1; uint64_t L_17 = V_1; uint64_t L_18 = V_1; uint64_t L_19 = V_1; V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_15>>((int32_t)19)))|(int64_t)((int64_t)((int64_t)L_16<<(int32_t)((int32_t)45)))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_17>>((int32_t)61)))|(int64_t)((int64_t)((int64_t)L_18<<(int32_t)3))))))^(int64_t)((int64_t)((uint64_t)L_19>>6)))); UInt64U5BU5D_t1659327989* L_20 = V_8; int32_t L_21 = V_10; uint64_t L_22 = V_1; UInt64U5BU5D_t1659327989* L_23 = V_8; int32_t L_24 = V_10; NullCheck(L_23); int32_t L_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)7)); int64_t L_26 = (L_23)->GetAt(static_cast(L_25)); uint64_t L_27 = V_0; UInt64U5BU5D_t1659327989* L_28 = V_8; int32_t L_29 = V_10; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)16))); int64_t L_31 = (L_28)->GetAt(static_cast(L_30)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_22, (int64_t)L_26)), (int64_t)L_27)), (int64_t)L_31))); int32_t L_32 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_007b: { int32_t L_33 = V_10; if ((((int32_t)L_33) <= ((int32_t)((int32_t)79)))) { goto IL_001e; } } { uint64_t L_34 = __this->get_H1_8(); V_0 = L_34; uint64_t L_35 = __this->get_H2_9(); V_1 = L_35; uint64_t L_36 = __this->get_H3_10(); V_2 = L_36; uint64_t L_37 = __this->get_H4_11(); V_3 = L_37; uint64_t L_38 = __this->get_H5_12(); V_4 = L_38; uint64_t L_39 = __this->get_H6_13(); V_5 = L_39; uint64_t L_40 = __this->get_H7_14(); V_6 = L_40; uint64_t L_41 = __this->get_H8_15(); V_7 = L_41; V_11 = 0; goto IL_0160; } IL_00c8: { uint64_t L_42 = V_4; uint64_t L_43 = V_4; uint64_t L_44 = V_4; uint64_t L_45 = V_4; uint64_t L_46 = V_4; uint64_t L_47 = V_4; V_12 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_42>>((int32_t)14)))|(int64_t)((int64_t)((int64_t)L_43<<(int32_t)((int32_t)50)))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_44>>((int32_t)18)))|(int64_t)((int64_t)((int64_t)L_45<<(int32_t)((int32_t)46)))))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_46>>((int32_t)41)))|(int64_t)((int64_t)((int64_t)L_47<<(int32_t)((int32_t)23))))))); uint64_t L_48 = V_12; uint64_t L_49 = V_7; uint64_t L_50 = V_4; uint64_t L_51 = V_5; uint64_t L_52 = V_4; uint64_t L_53 = V_6; UInt64U5BU5D_t1659327989* L_54 = V_9; int32_t L_55 = V_11; NullCheck(L_54); int32_t L_56 = L_55; int64_t L_57 = (L_54)->GetAt(static_cast(L_56)); UInt64U5BU5D_t1659327989* L_58 = V_8; int32_t L_59 = V_11; NullCheck(L_58); int32_t L_60 = L_59; int64_t L_61 = (L_58)->GetAt(static_cast(L_60)); V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_48, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_49, (int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_50&(int64_t)L_51))^(int64_t)((int64_t)((int64_t)((~L_52))&(int64_t)L_53)))))), (int64_t)L_57)), (int64_t)L_61)))); uint64_t L_62 = V_0; uint64_t L_63 = V_0; uint64_t L_64 = V_0; uint64_t L_65 = V_0; uint64_t L_66 = V_0; uint64_t L_67 = V_0; V_13 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_62>>((int32_t)28)))|(int64_t)((int64_t)((int64_t)L_63<<(int32_t)((int32_t)36)))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_64>>((int32_t)34)))|(int64_t)((int64_t)((int64_t)L_65<<(int32_t)((int32_t)30)))))))^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_66>>((int32_t)39)))|(int64_t)((int64_t)((int64_t)L_67<<(int32_t)((int32_t)25))))))); uint64_t L_68 = V_13; uint64_t L_69 = V_0; uint64_t L_70 = V_1; uint64_t L_71 = V_0; uint64_t L_72 = V_2; uint64_t L_73 = V_1; uint64_t L_74 = V_2; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_68, (int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_69&(int64_t)L_70))^(int64_t)((int64_t)((int64_t)L_71&(int64_t)L_72))))^(int64_t)((int64_t)((int64_t)L_73&(int64_t)L_74)))))); uint64_t L_75 = V_6; V_7 = L_75; uint64_t L_76 = V_5; V_6 = L_76; uint64_t L_77 = V_4; V_5 = L_77; uint64_t L_78 = V_3; uint64_t L_79 = V_12; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_78, (int64_t)L_79)); uint64_t L_80 = V_2; V_3 = L_80; uint64_t L_81 = V_1; V_2 = L_81; uint64_t L_82 = V_0; V_1 = L_82; uint64_t L_83 = V_12; uint64_t L_84 = V_13; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_83, (int64_t)L_84)); int32_t L_85 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_0160: { int32_t L_86 = V_11; if ((((int32_t)L_86) <= ((int32_t)((int32_t)79)))) { goto IL_00c8; } } { uint64_t L_87 = __this->get_H1_8(); uint64_t L_88 = V_0; __this->set_H1_8(((int64_t)il2cpp_codegen_add((int64_t)L_87, (int64_t)L_88))); uint64_t L_89 = __this->get_H2_9(); uint64_t L_90 = V_1; __this->set_H2_9(((int64_t)il2cpp_codegen_add((int64_t)L_89, (int64_t)L_90))); uint64_t L_91 = __this->get_H3_10(); uint64_t L_92 = V_2; __this->set_H3_10(((int64_t)il2cpp_codegen_add((int64_t)L_91, (int64_t)L_92))); uint64_t L_93 = __this->get_H4_11(); uint64_t L_94 = V_3; __this->set_H4_11(((int64_t)il2cpp_codegen_add((int64_t)L_93, (int64_t)L_94))); uint64_t L_95 = __this->get_H5_12(); uint64_t L_96 = V_4; __this->set_H5_12(((int64_t)il2cpp_codegen_add((int64_t)L_95, (int64_t)L_96))); uint64_t L_97 = __this->get_H6_13(); uint64_t L_98 = V_5; __this->set_H6_13(((int64_t)il2cpp_codegen_add((int64_t)L_97, (int64_t)L_98))); uint64_t L_99 = __this->get_H7_14(); uint64_t L_100 = V_6; __this->set_H7_14(((int64_t)il2cpp_codegen_add((int64_t)L_99, (int64_t)L_100))); uint64_t L_101 = __this->get_H8_15(); uint64_t L_102 = V_7; __this->set_H8_15(((int64_t)il2cpp_codegen_add((int64_t)L_101, (int64_t)L_102))); __this->set_wOff_17(0); V_14 = 0; goto IL_01f9; } IL_01ec: { UInt64U5BU5D_t1659327989* L_103 = V_8; int32_t L_104 = V_14; NullCheck(L_103); (L_103)->SetAt(static_cast(L_104), (uint64_t)(((int64_t)((int64_t)0)))); int32_t L_105 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)); } IL_01f9: { int32_t L_106 = V_14; UInt64U5BU5D_t1659327989* L_107 = V_8; NullCheck(L_107); if ((!(((uint32_t)L_106) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_107)->max_length)))))))) { goto IL_01ec; } } { 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 System.Security.Cryptography.SHA512::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA512__ctor_m84228937 (SHA512_t1346946930 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL); ((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)512)); return; } } // System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create() extern "C" IL2CPP_METHOD_ATTR SHA512_t1346946930 * SHA512_Create_m3934606971 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA512_Create_m3934606971_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SHA512_t1346946930 * L_0 = SHA512_Create_m3236870067(NULL /*static, unused*/, _stringLiteral4044636760, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create(System.String) extern "C" IL2CPP_METHOD_ATTR SHA512_t1346946930 * SHA512_Create_m3236870067 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA512_Create_m3236870067_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___hashName0; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return ((SHA512_t1346946930 *)CastclassClass((RuntimeObject*)L_1, SHA512_t1346946930_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 System.Security.Cryptography.SHA512Managed::.ctor() extern "C" IL2CPP_METHOD_ATTR void SHA512Managed__ctor_m330347986 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA512Managed__ctor_m330347986_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SHA512__ctor_m84228937(__this, /*hidden argument*/NULL); __this->set_xBuf_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8))); __this->set_W_16(((UInt64U5BU5D_t1659327989*)SZArrayNew(UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80)))); SHA512Managed_Initialize_m2527292789(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SHA512Managed::Initialize(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_Initialize_m2527292789 (SHA512Managed_t1787336339 * __this, bool ___reuse0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { __this->set_H1_8(((int64_t)7640891576956012808LL)); __this->set_H2_9(((int64_t)-4942790177534073029LL)); __this->set_H3_10(((int64_t)4354685564936845355LL)); __this->set_H4_11(((int64_t)-6534734903238641935LL)); __this->set_H5_12(((int64_t)5840696475078001361LL)); __this->set_H6_13(((int64_t)-7276294671716946913LL)); __this->set_H7_14(((int64_t)2270897969802886507LL)); __this->set_H8_15(((int64_t)6620516959819538809LL)); bool L_0 = ___reuse0; if (!L_0) { goto IL_00e1; } } { __this->set_byteCount1_6((((int64_t)((int64_t)0)))); __this->set_byteCount2_7((((int64_t)((int64_t)0)))); __this->set_xBufOff_5(0); V_0 = 0; goto IL_00a9; } IL_009c: { ByteU5BU5D_t4116647657* L_1 = __this->get_xBuf_4(); int32_t L_2 = V_0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint8_t)0); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_00a9: { int32_t L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = __this->get_xBuf_4(); NullCheck(L_5); if ((((int32_t)L_4) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))) { goto IL_009c; } } { __this->set_wOff_17(0); V_1 = 0; goto IL_00d3; } IL_00c5: { UInt64U5BU5D_t1659327989* L_6 = __this->get_W_16(); int32_t L_7 = V_1; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (uint64_t)(((int64_t)((int64_t)0)))); int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_00d3: { int32_t L_9 = V_1; UInt64U5BU5D_t1659327989* L_10 = __this->get_W_16(); NullCheck(L_10); if ((!(((uint32_t)L_9) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))))) { goto IL_00c5; } } IL_00e1: { return; } } // System.Void System.Security.Cryptography.SHA512Managed::Initialize() extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_Initialize_m2478368867 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method) { { SHA512Managed_Initialize_m2527292789(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SHA512Managed::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_HashCore_m2377807474 (SHA512Managed_t1787336339 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { { goto IL_0018; } IL_0005: { ByteU5BU5D_t4116647657* L_0 = ___rgb0; int32_t L_1 = ___ibStart1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); SHA512Managed_update_m3202186042(__this, L_3, /*hidden argument*/NULL); int32_t L_4 = ___ibStart1; ___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = ___cbSize2; ___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } IL_0018: { int32_t L_6 = __this->get_xBufOff_5(); if (!L_6) { goto IL_002a; } } { int32_t L_7 = ___cbSize2; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_0005; } } IL_002a: { goto IL_0065; } IL_002f: { ByteU5BU5D_t4116647657* L_8 = ___rgb0; int32_t L_9 = ___ibStart1; SHA512Managed_processWord_m1015820257(__this, L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = ___ibStart1; ByteU5BU5D_t4116647657* L_11 = __this->get_xBuf_4(); NullCheck(L_11); ___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))); int32_t L_12 = ___cbSize2; ByteU5BU5D_t4116647657* L_13 = __this->get_xBuf_4(); NullCheck(L_13); ___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))); uint64_t L_14 = __this->get_byteCount1_6(); ByteU5BU5D_t4116647657* L_15 = __this->get_xBuf_4(); NullCheck(L_15); __this->set_byteCount1_6(((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))))))))); } IL_0065: { int32_t L_16 = ___cbSize2; ByteU5BU5D_t4116647657* L_17 = __this->get_xBuf_4(); NullCheck(L_17); if ((((int32_t)L_16) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_002f; } } { goto IL_008b; } IL_0078: { ByteU5BU5D_t4116647657* L_18 = ___rgb0; int32_t L_19 = ___ibStart1; NullCheck(L_18); int32_t L_20 = L_19; uint8_t L_21 = (L_18)->GetAt(static_cast(L_20)); SHA512Managed_update_m3202186042(__this, L_21, /*hidden argument*/NULL); int32_t L_22 = ___ibStart1; ___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); int32_t L_23 = ___cbSize2; ___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_008b: { int32_t L_24 = ___cbSize2; if ((((int32_t)L_24) > ((int32_t)0))) { goto IL_0078; } } { return; } } // System.Byte[] System.Security.Cryptography.SHA512Managed::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SHA512Managed_HashFinal_m2173184560 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA512Managed_HashFinal_m2173184560_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; { SHA512Managed_adjustByteCounts_m3003603904(__this, /*hidden argument*/NULL); uint64_t L_0 = __this->get_byteCount1_6(); V_0 = ((int64_t)((int64_t)L_0<<(int32_t)3)); uint64_t L_1 = __this->get_byteCount2_7(); V_1 = L_1; SHA512Managed_update_m3202186042(__this, (uint8_t)((int32_t)128), /*hidden argument*/NULL); goto IL_002d; } IL_0026: { SHA512Managed_update_m3202186042(__this, (uint8_t)0, /*hidden argument*/NULL); } IL_002d: { int32_t L_2 = __this->get_xBufOff_5(); if (L_2) { goto IL_0026; } } { uint64_t L_3 = V_0; uint64_t L_4 = V_1; SHA512Managed_processLength_m2162821715(__this, L_3, L_4, /*hidden argument*/NULL); SHA512Managed_processBlock_m1725885004(__this, /*hidden argument*/NULL); V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64))); uint64_t L_5 = __this->get_H1_8(); ByteU5BU5D_t4116647657* L_6 = V_2; SHA512Managed_unpackWord_m3785560830(__this, L_5, L_6, 0, /*hidden argument*/NULL); uint64_t L_7 = __this->get_H2_9(); ByteU5BU5D_t4116647657* L_8 = V_2; SHA512Managed_unpackWord_m3785560830(__this, L_7, L_8, 8, /*hidden argument*/NULL); uint64_t L_9 = __this->get_H3_10(); ByteU5BU5D_t4116647657* L_10 = V_2; SHA512Managed_unpackWord_m3785560830(__this, L_9, L_10, ((int32_t)16), /*hidden argument*/NULL); uint64_t L_11 = __this->get_H4_11(); ByteU5BU5D_t4116647657* L_12 = V_2; SHA512Managed_unpackWord_m3785560830(__this, L_11, L_12, ((int32_t)24), /*hidden argument*/NULL); uint64_t L_13 = __this->get_H5_12(); ByteU5BU5D_t4116647657* L_14 = V_2; SHA512Managed_unpackWord_m3785560830(__this, L_13, L_14, ((int32_t)32), /*hidden argument*/NULL); uint64_t L_15 = __this->get_H6_13(); ByteU5BU5D_t4116647657* L_16 = V_2; SHA512Managed_unpackWord_m3785560830(__this, L_15, L_16, ((int32_t)40), /*hidden argument*/NULL); uint64_t L_17 = __this->get_H7_14(); ByteU5BU5D_t4116647657* L_18 = V_2; SHA512Managed_unpackWord_m3785560830(__this, L_17, L_18, ((int32_t)48), /*hidden argument*/NULL); uint64_t L_19 = __this->get_H8_15(); ByteU5BU5D_t4116647657* L_20 = V_2; SHA512Managed_unpackWord_m3785560830(__this, L_19, L_20, ((int32_t)56), /*hidden argument*/NULL); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.SHA512Managed::Initialize() */, __this); ByteU5BU5D_t4116647657* L_21 = V_2; return L_21; } } // System.Void System.Security.Cryptography.SHA512Managed::update(System.Byte) extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_update_m3202186042 (SHA512Managed_t1787336339 * __this, uint8_t ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get_xBuf_4(); int32_t L_1 = __this->get_xBufOff_5(); int32_t L_2 = L_1; V_0 = L_2; __this->set_xBufOff_5(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; uint8_t L_4 = ___input0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)L_4); int32_t L_5 = __this->get_xBufOff_5(); ByteU5BU5D_t4116647657* L_6 = __this->get_xBuf_4(); NullCheck(L_6); if ((!(((uint32_t)L_5) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))))) { goto IL_0040; } } { ByteU5BU5D_t4116647657* L_7 = __this->get_xBuf_4(); SHA512Managed_processWord_m1015820257(__this, L_7, 0, /*hidden argument*/NULL); __this->set_xBufOff_5(0); } IL_0040: { uint64_t L_8 = __this->get_byteCount1_6(); __this->set_byteCount1_6(((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)(((int64_t)((int64_t)1)))))); return; } } // System.Void System.Security.Cryptography.SHA512Managed::processWord(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_processWord_m1015820257 (SHA512Managed_t1787336339 * __this, ByteU5BU5D_t4116647657* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; { UInt64U5BU5D_t1659327989* L_0 = __this->get_W_16(); int32_t L_1 = __this->get_wOff_17(); int32_t L_2 = L_1; V_0 = L_2; __this->set_wOff_17(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = ___input0; int32_t L_5 = ___inOff1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_t4116647657* L_8 = ___input0; int32_t L_9 = ___inOff1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_t4116647657* L_12 = ___input0; int32_t L_13 = ___inOff1; 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)); ByteU5BU5D_t4116647657* L_16 = ___input0; int32_t L_17 = ___inOff1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); ByteU5BU5D_t4116647657* L_20 = ___input0; int32_t L_21 = ___inOff1; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)4)); uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); ByteU5BU5D_t4116647657* L_24 = ___input0; int32_t L_25 = ___inOff1; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)5)); uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); ByteU5BU5D_t4116647657* L_28 = ___input0; int32_t L_29 = ___inOff1; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)6)); uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); ByteU5BU5D_t4116647657* L_32 = ___input0; int32_t L_33 = ___inOff1; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)7)); uint8_t L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_7)))<<(int32_t)((int32_t)56)))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_11)))<<(int32_t)((int32_t)48)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_15)))<<(int32_t)((int32_t)40)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_19)))<<(int32_t)((int32_t)32)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_23)))<<(int32_t)((int32_t)24)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_27)))<<(int32_t)((int32_t)16)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_31)))<<(int32_t)8))))|(int64_t)(((int64_t)((uint64_t)L_35)))))); int32_t L_36 = __this->get_wOff_17(); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)16))))) { goto IL_0074; } } { SHA512Managed_processBlock_m1725885004(__this, /*hidden argument*/NULL); } IL_0074: { return; } } // System.Void System.Security.Cryptography.SHA512Managed::unpackWord(System.UInt64,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_unpackWord_m3785560830 (SHA512Managed_t1787336339 * __this, uint64_t ___word0, ByteU5BU5D_t4116647657* ___output1, int32_t ___outOff2, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___output1; int32_t L_1 = ___outOff2; uint64_t L_2 = ___word0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_2>>((int32_t)56))))))); ByteU5BU5D_t4116647657* L_3 = ___output1; int32_t L_4 = ___outOff2; uint64_t L_5 = ___word0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_5>>((int32_t)48))))))); ByteU5BU5D_t4116647657* L_6 = ___output1; int32_t L_7 = ___outOff2; uint64_t L_8 = ___word0; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_8>>((int32_t)40))))))); ByteU5BU5D_t4116647657* L_9 = ___output1; int32_t L_10 = ___outOff2; uint64_t L_11 = ___word0; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)32))))))); ByteU5BU5D_t4116647657* L_12 = ___output1; int32_t L_13 = ___outOff2; uint64_t L_14 = ___word0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)4))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_14>>((int32_t)24))))))); ByteU5BU5D_t4116647657* L_15 = ___output1; int32_t L_16 = ___outOff2; uint64_t L_17 = ___word0; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)5))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_17>>((int32_t)16))))))); ByteU5BU5D_t4116647657* L_18 = ___output1; int32_t L_19 = ___outOff2; uint64_t L_20 = ___word0; NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)6))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_20>>8)))))); ByteU5BU5D_t4116647657* L_21 = ___output1; int32_t L_22 = ___outOff2; uint64_t L_23 = ___word0; NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)7))), (uint8_t)(((int32_t)((uint8_t)L_23)))); return; } } // System.Void System.Security.Cryptography.SHA512Managed::adjustByteCounts() extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_adjustByteCounts_m3003603904 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_byteCount1_6(); if ((!(((uint64_t)L_0) > ((uint64_t)((int64_t)2305843009213693951LL))))) { goto IL_0040; } } { uint64_t L_1 = __this->get_byteCount2_7(); uint64_t L_2 = __this->get_byteCount1_6(); __this->set_byteCount2_7(((int64_t)il2cpp_codegen_add((int64_t)L_1, (int64_t)((int64_t)((uint64_t)L_2>>((int32_t)61)))))); uint64_t L_3 = __this->get_byteCount1_6(); __this->set_byteCount1_6(((int64_t)((int64_t)L_3&(int64_t)((int64_t)2305843009213693951LL)))); } IL_0040: { return; } } // System.Void System.Security.Cryptography.SHA512Managed::processLength(System.UInt64,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_processLength_m2162821715 (SHA512Managed_t1787336339 * __this, uint64_t ___lowW0, uint64_t ___hiW1, const RuntimeMethod* method) { { int32_t L_0 = __this->get_wOff_17(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)14)))) { goto IL_0013; } } { SHA512Managed_processBlock_m1725885004(__this, /*hidden argument*/NULL); } IL_0013: { UInt64U5BU5D_t1659327989* L_1 = __this->get_W_16(); uint64_t L_2 = ___hiW1; NullCheck(L_1); (L_1)->SetAt(static_cast(((int32_t)14)), (uint64_t)L_2); UInt64U5BU5D_t1659327989* L_3 = __this->get_W_16(); uint64_t L_4 = ___lowW0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)15)), (uint64_t)L_4); return; } } // System.Void System.Security.Cryptography.SHA512Managed::processBlock() extern "C" IL2CPP_METHOD_ATTR void SHA512Managed_processBlock_m1725885004 (SHA512Managed_t1787336339 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHA512Managed_processBlock_m1725885004_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; uint64_t V_8 = 0; int32_t V_9 = 0; uint64_t V_10 = 0; uint64_t V_11 = 0; int32_t V_12 = 0; { SHA512Managed_adjustByteCounts_m3003603904(__this, /*hidden argument*/NULL); V_0 = ((int32_t)16); goto IL_0053; } IL_000e: { UInt64U5BU5D_t1659327989* L_0 = __this->get_W_16(); int32_t L_1 = V_0; UInt64U5BU5D_t1659327989* L_2 = __this->get_W_16(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2)); int64_t L_5 = (L_2)->GetAt(static_cast(L_4)); uint64_t L_6 = SHA512Managed_Sigma1_m922902398(__this, L_5, /*hidden argument*/NULL); UInt64U5BU5D_t1659327989* L_7 = __this->get_W_16(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)7)); int64_t L_10 = (L_7)->GetAt(static_cast(L_9)); UInt64U5BU5D_t1659327989* L_11 = __this->get_W_16(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)15))); int64_t L_14 = (L_11)->GetAt(static_cast(L_13)); uint64_t L_15 = SHA512Managed_Sigma0_m921579649(__this, L_14, /*hidden argument*/NULL); UInt64U5BU5D_t1659327989* L_16 = __this->get_W_16(); int32_t L_17 = V_0; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)16))); int64_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)L_10)), (int64_t)L_15)), (int64_t)L_19))); int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0053: { int32_t L_21 = V_0; if ((((int32_t)L_21) <= ((int32_t)((int32_t)79)))) { goto IL_000e; } } { uint64_t L_22 = __this->get_H1_8(); V_1 = L_22; uint64_t L_23 = __this->get_H2_9(); V_2 = L_23; uint64_t L_24 = __this->get_H3_10(); V_3 = L_24; uint64_t L_25 = __this->get_H4_11(); V_4 = L_25; uint64_t L_26 = __this->get_H5_12(); V_5 = L_26; uint64_t L_27 = __this->get_H6_13(); V_6 = L_27; uint64_t L_28 = __this->get_H7_14(); V_7 = L_28; uint64_t L_29 = __this->get_H8_15(); V_8 = L_29; V_9 = 0; goto IL_0106; } IL_00a0: { uint64_t L_30 = V_8; uint64_t L_31 = V_5; uint64_t L_32 = SHA512Managed_Sum1_m4163780989(__this, L_31, /*hidden argument*/NULL); uint64_t L_33 = V_5; uint64_t L_34 = V_6; uint64_t L_35 = V_7; uint64_t L_36 = SHA512Managed_Ch_m213737293(__this, L_33, L_34, L_35, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SHAConstants_t1360924992_il2cpp_TypeInfo_var); UInt64U5BU5D_t1659327989* L_37 = ((SHAConstants_t1360924992_StaticFields*)il2cpp_codegen_static_fields_for(SHAConstants_t1360924992_il2cpp_TypeInfo_var))->get_K2_1(); int32_t L_38 = V_9; NullCheck(L_37); int32_t L_39 = L_38; int64_t L_40 = (L_37)->GetAt(static_cast(L_39)); UInt64U5BU5D_t1659327989* L_41 = __this->get_W_16(); int32_t L_42 = V_9; NullCheck(L_41); int32_t L_43 = L_42; int64_t L_44 = (L_41)->GetAt(static_cast(L_43)); V_10 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_30, (int64_t)L_32)), (int64_t)L_36)), (int64_t)L_40)), (int64_t)L_44)); uint64_t L_45 = V_1; uint64_t L_46 = SHA512Managed_Sum0_m1216661412(__this, L_45, /*hidden argument*/NULL); uint64_t L_47 = V_1; uint64_t L_48 = V_2; uint64_t L_49 = V_3; uint64_t L_50 = SHA512Managed_Maj_m3649014337(__this, L_47, L_48, L_49, /*hidden argument*/NULL); V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_46, (int64_t)L_50)); uint64_t L_51 = V_7; V_8 = L_51; uint64_t L_52 = V_6; V_7 = L_52; uint64_t L_53 = V_5; V_6 = L_53; uint64_t L_54 = V_4; uint64_t L_55 = V_10; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_54, (int64_t)L_55)); uint64_t L_56 = V_3; V_4 = L_56; uint64_t L_57 = V_2; V_3 = L_57; uint64_t L_58 = V_1; V_2 = L_58; uint64_t L_59 = V_10; uint64_t L_60 = V_11; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_59, (int64_t)L_60)); int32_t L_61 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_0106: { int32_t L_62 = V_9; if ((((int32_t)L_62) <= ((int32_t)((int32_t)79)))) { goto IL_00a0; } } { uint64_t L_63 = __this->get_H1_8(); uint64_t L_64 = V_1; __this->set_H1_8(((int64_t)il2cpp_codegen_add((int64_t)L_63, (int64_t)L_64))); uint64_t L_65 = __this->get_H2_9(); uint64_t L_66 = V_2; __this->set_H2_9(((int64_t)il2cpp_codegen_add((int64_t)L_65, (int64_t)L_66))); uint64_t L_67 = __this->get_H3_10(); uint64_t L_68 = V_3; __this->set_H3_10(((int64_t)il2cpp_codegen_add((int64_t)L_67, (int64_t)L_68))); uint64_t L_69 = __this->get_H4_11(); uint64_t L_70 = V_4; __this->set_H4_11(((int64_t)il2cpp_codegen_add((int64_t)L_69, (int64_t)L_70))); uint64_t L_71 = __this->get_H5_12(); uint64_t L_72 = V_5; __this->set_H5_12(((int64_t)il2cpp_codegen_add((int64_t)L_71, (int64_t)L_72))); uint64_t L_73 = __this->get_H6_13(); uint64_t L_74 = V_6; __this->set_H6_13(((int64_t)il2cpp_codegen_add((int64_t)L_73, (int64_t)L_74))); uint64_t L_75 = __this->get_H7_14(); uint64_t L_76 = V_7; __this->set_H7_14(((int64_t)il2cpp_codegen_add((int64_t)L_75, (int64_t)L_76))); uint64_t L_77 = __this->get_H8_15(); uint64_t L_78 = V_8; __this->set_H8_15(((int64_t)il2cpp_codegen_add((int64_t)L_77, (int64_t)L_78))); __this->set_wOff_17(0); V_12 = 0; goto IL_01a4; } IL_0193: { UInt64U5BU5D_t1659327989* L_79 = __this->get_W_16(); int32_t L_80 = V_12; NullCheck(L_79); (L_79)->SetAt(static_cast(L_80), (uint64_t)(((int64_t)((int64_t)0)))); int32_t L_81 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_01a4: { int32_t L_82 = V_12; UInt64U5BU5D_t1659327989* L_83 = __this->get_W_16(); NullCheck(L_83); if ((!(((uint32_t)L_82) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_83)->max_length)))))))) { goto IL_0193; } } { return; } } // System.UInt64 System.Security.Cryptography.SHA512Managed::rotateRight(System.UInt64,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_rotateRight_m3393943223 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, int32_t ___n1, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; int32_t L_1 = ___n1; uint64_t L_2 = ___x0; int32_t L_3 = ___n1; return ((int64_t)((int64_t)((int64_t)((uint64_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)63)))))|(int64_t)((int64_t)((int64_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_3))&(int32_t)((int32_t)63))))))); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::Ch(System.UInt64,System.UInt64,System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Ch_m213737293 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; uint64_t L_1 = ___y1; uint64_t L_2 = ___x0; uint64_t L_3 = ___z2; return ((int64_t)((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))^(int64_t)((int64_t)((int64_t)((~L_2))&(int64_t)L_3)))); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::Maj(System.UInt64,System.UInt64,System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Maj_m3649014337 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, uint64_t ___y1, uint64_t ___z2, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; uint64_t L_1 = ___y1; uint64_t L_2 = ___x0; uint64_t L_3 = ___z2; uint64_t L_4 = ___y1; uint64_t L_5 = ___z2; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))^(int64_t)((int64_t)((int64_t)L_2&(int64_t)L_3))))^(int64_t)((int64_t)((int64_t)L_4&(int64_t)L_5)))); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::Sum0(System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sum0_m1216661412 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; uint64_t L_1 = SHA512Managed_rotateRight_m3393943223(__this, L_0, ((int32_t)28), /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3 = SHA512Managed_rotateRight_m3393943223(__this, L_2, ((int32_t)34), /*hidden argument*/NULL); uint64_t L_4 = ___x0; uint64_t L_5 = SHA512Managed_rotateRight_m3393943223(__this, L_4, ((int32_t)39), /*hidden argument*/NULL); return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)L_5)); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::Sum1(System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sum1_m4163780989 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; uint64_t L_1 = SHA512Managed_rotateRight_m3393943223(__this, L_0, ((int32_t)14), /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3 = SHA512Managed_rotateRight_m3393943223(__this, L_2, ((int32_t)18), /*hidden argument*/NULL); uint64_t L_4 = ___x0; uint64_t L_5 = SHA512Managed_rotateRight_m3393943223(__this, L_4, ((int32_t)41), /*hidden argument*/NULL); return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)L_5)); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma0(System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sigma0_m921579649 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; uint64_t L_1 = SHA512Managed_rotateRight_m3393943223(__this, L_0, 1, /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3 = SHA512Managed_rotateRight_m3393943223(__this, L_2, 8, /*hidden argument*/NULL); uint64_t L_4 = ___x0; return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)((int64_t)((uint64_t)L_4>>7)))); } } // System.UInt64 System.Security.Cryptography.SHA512Managed::Sigma1(System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t SHA512Managed_Sigma1_m922902398 (SHA512Managed_t1787336339 * __this, uint64_t ___x0, const RuntimeMethod* method) { { uint64_t L_0 = ___x0; uint64_t L_1 = SHA512Managed_rotateRight_m3393943223(__this, L_0, ((int32_t)19), /*hidden argument*/NULL); uint64_t L_2 = ___x0; uint64_t L_3 = SHA512Managed_rotateRight_m3393943223(__this, L_2, ((int32_t)61), /*hidden argument*/NULL); uint64_t L_4 = ___x0; return ((int64_t)((int64_t)((int64_t)((int64_t)L_1^(int64_t)L_3))^(int64_t)((int64_t)((uint64_t)L_4>>6)))); } } #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.Security.Cryptography.SHAConstants::.cctor() extern "C" IL2CPP_METHOD_ATTR void SHAConstants__cctor_m1699027474 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SHAConstants__cctor_m1699027474_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UInt32U5BU5D_t2770800703* L_0 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D62_53_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((SHAConstants_t1360924992_StaticFields*)il2cpp_codegen_static_fields_for(SHAConstants_t1360924992_il2cpp_TypeInfo_var))->set_K1_0(L_0); UInt64U5BU5D_t1659327989* L_2 = ((UInt64U5BU5D_t1659327989*)SZArrayNew(UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80))); RuntimeFieldHandle_t1871169219 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D63_54_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((SHAConstants_t1360924992_StaticFields*)il2cpp_codegen_static_fields_for(SHAConstants_t1360924992_il2cpp_TypeInfo_var))->set_K2_1(L_2); 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 System.Security.Cryptography.SignatureDescription::.ctor() extern "C" IL2CPP_METHOD_ATTR void SignatureDescription__ctor_m3689246904 (SignatureDescription_t1971889425 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SignatureDescription::set_DeformatterAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void SignatureDescription_set_DeformatterAlgorithm_m2634775062 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__DeformatterAlgorithm_0(L_0); return; } } // System.Void System.Security.Cryptography.SignatureDescription::set_DigestAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void SignatureDescription_set_DigestAlgorithm_m1385003273 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__DigestAlgorithm_1(L_0); return; } } // System.Void System.Security.Cryptography.SignatureDescription::set_FormatterAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void SignatureDescription_set_FormatterAlgorithm_m3829972493 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__FormatterAlgorithm_2(L_0); return; } } // System.Void System.Security.Cryptography.SignatureDescription::set_KeyAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void SignatureDescription_set_KeyAlgorithm_m3497860189 (SignatureDescription_t1971889425 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__KeyAlgorithm_3(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 System.Security.Cryptography.SymmetricAlgorithm::.ctor() extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm__ctor_m467277132 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_ModeValue_7(1); __this->set_PaddingValue_8(2); __this->set_m_disposed_9((bool)0); return; } } // System.Void System.Security.Cryptography.SymmetricAlgorithm::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_System_IDisposable_Dispose_m3402297829 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.SymmetricAlgorithm::Finalize() extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_Finalize_m2361523015 (SymmetricAlgorithm_t4254223087 * __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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Void System.Security.Cryptography.SymmetricAlgorithm::Clear() extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_Clear_m3302238152 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Security.Cryptography.SymmetricAlgorithm::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_Dispose_m1120980942 (SymmetricAlgorithm_t4254223087 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_m_disposed_9(); if (L_0) { goto IL_003e; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_KeyValue_3(); if (!L_1) { goto IL_0031; } } { ByteU5BU5D_t4116647657* L_2 = __this->get_KeyValue_3(); ByteU5BU5D_t4116647657* L_3 = __this->get_KeyValue_3(); NullCheck(L_3); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL); __this->set_KeyValue_3((ByteU5BU5D_t4116647657*)NULL); } IL_0031: { bool L_4 = ___disposing0; if (!L_4) { goto IL_0037; } } IL_0037: { __this->set_m_disposed_9((bool)1); } IL_003e: { return; } } // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t SymmetricAlgorithm_get_BlockSize_m3551721617 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_BlockSizeValue_0(); return L_0; } } // System.Void System.Security.Cryptography.SymmetricAlgorithm::set_BlockSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_set_BlockSize_m812732862 (SymmetricAlgorithm_t4254223087 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_BlockSize_m812732862_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeySizesU5BU5D_t722666473* L_0 = __this->get_LegalBlockSizesValue_4(); int32_t L_1 = ___value0; bool L_2 = KeySizes_IsLegalKeySize_m2571462035(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0021; } } { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3622000365, /*hidden argument*/NULL); CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,SymmetricAlgorithm_set_BlockSize_m812732862_RuntimeMethod_var); } IL_0021: { int32_t L_5 = __this->get_BlockSizeValue_0(); int32_t L_6 = ___value0; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_003b; } } { int32_t L_7 = ___value0; __this->set_BlockSizeValue_0(L_7); __this->set_IVValue_1((ByteU5BU5D_t4116647657*)NULL); } IL_003b: { return; } } // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_FeedbackSize() extern "C" IL2CPP_METHOD_ATTR int32_t SymmetricAlgorithm_get_FeedbackSize_m3666584308 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_FeedbackSizeValue_6(); return L_0; } } // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_IV() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SymmetricAlgorithm_get_IV_m1875559108 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricAlgorithm_get_IV_m1875559108_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_IVValue_1(); if (L_0) { goto IL_0011; } } { VirtActionInvoker0::Invoke(24 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateIV() */, __this); } IL_0011: { ByteU5BU5D_t4116647657* L_1 = __this->get_IVValue_1(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_set_IV_m3196220308 (SymmetricAlgorithm_t4254223087 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_IV_m3196220308_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3457464295, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SymmetricAlgorithm_set_IV_m3196220308_RuntimeMethod_var); } IL_0011: { ByteU5BU5D_t4116647657* L_2 = ___value0; NullCheck(L_2); int32_t L_3 = __this->get_BlockSizeValue_0(); if ((((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))<<(int32_t)3))) == ((int32_t)L_3))) { goto IL_0031; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3110501409, /*hidden argument*/NULL); CryptographicException_t248831461 * L_5 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,SymmetricAlgorithm_set_IV_m3196220308_RuntimeMethod_var); } IL_0031: { ByteU5BU5D_t4116647657* L_6 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_6); RuntimeObject * L_7 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL); __this->set_IVValue_1(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); return; } } // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_Key() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SymmetricAlgorithm_get_Key_m3241860519 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricAlgorithm_get_Key_m3241860519_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_KeyValue_3(); if (L_0) { goto IL_0011; } } { VirtActionInvoker0::Invoke(25 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateKey() */, __this); } IL_0011: { ByteU5BU5D_t4116647657* L_1 = __this->get_KeyValue_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_set_Key_m1775642191 (SymmetricAlgorithm_t4254223087 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_Key_m1775642191_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600272002, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SymmetricAlgorithm_set_Key_m1775642191_RuntimeMethod_var); } IL_0011: { ByteU5BU5D_t4116647657* L_2 = ___value0; NullCheck(L_2); V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))<<(int32_t)3)); KeySizesU5BU5D_t722666473* L_3 = __this->get_LegalKeySizesValue_5(); int32_t L_4 = V_0; bool L_5 = KeySizes_IsLegalKeySize_m2571462035(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0038; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3306948476, /*hidden argument*/NULL); CryptographicException_t248831461 * L_7 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,SymmetricAlgorithm_set_Key_m1775642191_RuntimeMethod_var); } IL_0038: { int32_t L_8 = V_0; __this->set_KeySizeValue_2(L_8); ByteU5BU5D_t4116647657* L_9 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); RuntimeObject * L_10 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_9, /*hidden argument*/NULL); __this->set_KeyValue_3(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_10, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); return; } } // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_KeySize() extern "C" IL2CPP_METHOD_ATTR int32_t SymmetricAlgorithm_get_KeySize_m4185004893 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_KeySizeValue_2(); return L_0; } } // System.Void System.Security.Cryptography.SymmetricAlgorithm::set_KeySize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_set_KeySize_m3805756466 (SymmetricAlgorithm_t4254223087 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_KeySize_m3805756466_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeySizesU5BU5D_t722666473* L_0 = __this->get_LegalKeySizesValue_5(); int32_t L_1 = ___value0; bool L_2 = KeySizes_IsLegalKeySize_m2571462035(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0021; } } { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3306948476, /*hidden argument*/NULL); CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,SymmetricAlgorithm_set_KeySize_m3805756466_RuntimeMethod_var); } IL_0021: { int32_t L_5 = ___value0; __this->set_KeySizeValue_2(L_5); __this->set_KeyValue_3((ByteU5BU5D_t4116647657*)NULL); return; } } // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::get_LegalKeySizes() extern "C" IL2CPP_METHOD_ATTR KeySizesU5BU5D_t722666473* SymmetricAlgorithm_get_LegalKeySizes_m1340766361 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { { KeySizesU5BU5D_t722666473* L_0 = __this->get_LegalKeySizesValue_5(); return L_0; } } // System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() extern "C" IL2CPP_METHOD_ATTR int32_t SymmetricAlgorithm_get_Mode_m654054760 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_ModeValue_7(); return L_0; } } // System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Mode(System.Security.Cryptography.CipherMode) extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_set_Mode_m4060916368 (SymmetricAlgorithm_t4254223087 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_Mode_m4060916368_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_ModeValue_7(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(CipherMode_t84635067_il2cpp_TypeInfo_var, &L_1); NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); int32_t L_4 = ___value0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(CipherMode_t84635067_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_7 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_3, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0030; } } { String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral506176138, /*hidden argument*/NULL); CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,SymmetricAlgorithm_set_Mode_m4060916368_RuntimeMethod_var); } IL_0030: { int32_t L_10 = ___value0; __this->set_ModeValue_7(L_10); return; } } // System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() extern "C" IL2CPP_METHOD_ATTR int32_t SymmetricAlgorithm_get_Padding_m1011382560 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_PaddingValue_8(); return L_0; } } // System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Padding(System.Security.Cryptography.PaddingMode) extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_set_Padding_m1690860683 (SymmetricAlgorithm_t4254223087 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricAlgorithm_set_Padding_m1690860683_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_PaddingValue_8(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(PaddingMode_t2546806710_il2cpp_TypeInfo_var, &L_1); NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); int32_t L_4 = ___value0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(PaddingMode_t2546806710_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_7 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_3, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0030; } } { String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3933051624, /*hidden argument*/NULL); CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,SymmetricAlgorithm_set_Padding_m1690860683_RuntimeMethod_var); } IL_0030: { int32_t L_10 = ___value0; __this->set_PaddingValue_8(L_10); return; } } // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateDecryptor() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SymmetricAlgorithm_CreateDecryptor_m3477646776 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_Key() */, __this); ByteU5BU5D_t4116647657* L_1 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_IV() */, __this); RuntimeObject* L_2 = VirtFuncInvoker2< RuntimeObject*, ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(21 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateDecryptor(System.Byte[],System.Byte[]) */, __this, L_0, L_1); return L_2; } } // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SymmetricAlgorithm_CreateEncryptor_m617415315 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_Key() */, __this); ByteU5BU5D_t4116647657* L_1 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::get_IV() */, __this); RuntimeObject* L_2 = VirtFuncInvoker2< RuntimeObject*, ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor(System.Byte[],System.Byte[]) */, __this, L_0, L_1); return L_2; } } // System.Security.Cryptography.SymmetricAlgorithm System.Security.Cryptography.SymmetricAlgorithm::Create(System.String) extern "C" IL2CPP_METHOD_ATTR SymmetricAlgorithm_t4254223087 * SymmetricAlgorithm_Create_m2726390826 (RuntimeObject * __this /* static, unused */, String_t* ___algName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricAlgorithm_Create_m2726390826_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___algName0; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return ((SymmetricAlgorithm_t4254223087 *)CastclassClass((RuntimeObject*)L_1, SymmetricAlgorithm_t4254223087_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 System.Security.Cryptography.ToBase64Transform::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void ToBase64Transform_System_IDisposable_Dispose_m1701635576 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(12 /* System.Void System.Security.Cryptography.ToBase64Transform::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.ToBase64Transform::Finalize() extern "C" IL2CPP_METHOD_ATTR void ToBase64Transform_Finalize_m4202114424 (ToBase64Transform_t2551557057 * __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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(12 /* System.Void System.Security.Cryptography.ToBase64Transform::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Boolean System.Security.Cryptography.ToBase64Transform::get_CanTransformMultipleBlocks() extern "C" IL2CPP_METHOD_ATTR bool ToBase64Transform_get_CanTransformMultipleBlocks_m1951058322 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Security.Cryptography.ToBase64Transform::get_CanReuseTransform() extern "C" IL2CPP_METHOD_ATTR bool ToBase64Transform_get_CanReuseTransform_m702204640 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Security.Cryptography.ToBase64Transform::get_InputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t ToBase64Transform_get_InputBlockSize_m1094416431 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method) { { return 3; } } // System.Int32 System.Security.Cryptography.ToBase64Transform::get_OutputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t ToBase64Transform_get_OutputBlockSize_m1897680077 (ToBase64Transform_t2551557057 * __this, const RuntimeMethod* method) { { return 4; } } // System.Void System.Security.Cryptography.ToBase64Transform::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ToBase64Transform_Dispose_m2199216182 (ToBase64Transform_t2551557057 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_m_disposed_0(); if (L_0) { goto IL_0018; } } { bool L_1 = ___disposing0; if (!L_1) { goto IL_0011; } } IL_0011: { __this->set_m_disposed_0((bool)1); } IL_0018: { return; } } // System.Int32 System.Security.Cryptography.ToBase64Transform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ToBase64Transform_TransformBlock_m2497349397 (ToBase64Transform_t2551557057 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ToBase64Transform_TransformBlock_m2497349397_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_disposed_0(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral8382769, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ToBase64Transform_TransformBlock_m2497349397_RuntimeMethod_var); } IL_0016: { ByteU5BU5D_t4116647657* L_2 = ___inputBuffer0; if (L_2) { goto IL_0027; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3152468735, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ToBase64Transform_TransformBlock_m2497349397_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_4 = ___outputBuffer3; if (L_4) { goto IL_0039; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral2053830539, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ToBase64Transform_TransformBlock_m2497349397_RuntimeMethod_var); } IL_0039: { int32_t L_6 = ___inputCount2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0050; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, _stringLiteral438779933, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ToBase64Transform_TransformBlock_m2497349397_RuntimeMethod_var); } IL_0050: { int32_t L_8 = ___inputCount2; ByteU5BU5D_t4116647657* L_9 = ___inputBuffer0; NullCheck(L_9); if ((((int32_t)L_8) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_006e; } } { String_t* L_10 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL); ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_11, _stringLiteral438779933, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,ToBase64Transform_TransformBlock_m2497349397_RuntimeMethod_var); } IL_006e: { int32_t L_12 = ___inputOffset1; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_0085; } } { ArgumentOutOfRangeException_t777629997 * L_13 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_13, _stringLiteral2167393519, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,ToBase64Transform_TransformBlock_m2497349397_RuntimeMethod_var); } IL_0085: { int32_t L_14 = ___inputOffset1; ByteU5BU5D_t4116647657* L_15 = ___inputBuffer0; NullCheck(L_15); int32_t L_16 = ___inputCount2; if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)L_16))))) { goto IL_00a5; } } { String_t* L_17 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL); ArgumentException_t132251570 * L_18 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_18, _stringLiteral2167393519, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ToBase64Transform_TransformBlock_m2497349397_RuntimeMethod_var); } IL_00a5: { int32_t L_19 = ___outputOffset4; if ((((int32_t)L_19) >= ((int32_t)0))) { goto IL_00bd; } } { ArgumentOutOfRangeException_t777629997 * L_20 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_20, _stringLiteral1561769044, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,ToBase64Transform_TransformBlock_m2497349397_RuntimeMethod_var); } IL_00bd: { int32_t L_21 = ___outputOffset4; ByteU5BU5D_t4116647657* L_22 = ___outputBuffer3; NullCheck(L_22); int32_t L_23 = ___inputCount2; if ((((int32_t)L_21) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))), (int32_t)L_23))))) { goto IL_00df; } } { String_t* L_24 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL); ArgumentException_t132251570 * L_25 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_25, _stringLiteral1561769044, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ToBase64Transform_TransformBlock_m2497349397_RuntimeMethod_var); } IL_00df: { ByteU5BU5D_t4116647657* L_26 = ___inputBuffer0; int32_t L_27 = ___inputOffset1; int32_t L_28 = ___inputCount2; ByteU5BU5D_t4116647657* L_29 = ___outputBuffer3; int32_t L_30 = ___outputOffset4; ToBase64Transform_InternalTransformBlock_m3458782414(NULL /*static, unused*/, L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); int32_t L_31 = ToBase64Transform_get_OutputBlockSize_m1897680077(__this, /*hidden argument*/NULL); return L_31; } } // System.Void System.Security.Cryptography.ToBase64Transform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ToBase64Transform_InternalTransformBlock_m3458782414 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ToBase64Transform_InternalTransformBlock_m3458782414_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Base64Constants_t4102031153_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_0 = ((Base64Constants_t4102031153_StaticFields*)il2cpp_codegen_static_fields_for(Base64Constants_t4102031153_il2cpp_TypeInfo_var))->get_EncodeTable_0(); V_0 = L_0; ByteU5BU5D_t4116647657* L_1 = ___inputBuffer0; int32_t L_2 = ___inputOffset1; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; ByteU5BU5D_t4116647657* L_5 = ___inputBuffer0; int32_t L_6 = ___inputOffset1; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_2 = L_8; ByteU5BU5D_t4116647657* L_9 = ___inputBuffer0; int32_t L_10 = ___inputOffset1; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)); uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; ByteU5BU5D_t4116647657* L_13 = ___outputBuffer3; int32_t L_14 = ___outputOffset4; ByteU5BU5D_t4116647657* L_15 = V_0; int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = ((int32_t)((int32_t)L_16>>(int32_t)2)); uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_13); (L_13)->SetAt(static_cast(L_14), (uint8_t)L_18); ByteU5BU5D_t4116647657* L_19 = ___outputBuffer3; int32_t L_20 = ___outputOffset4; ByteU5BU5D_t4116647657* L_21 = V_0; int32_t L_22 = V_1; int32_t L_23 = V_2; NullCheck(L_21); int32_t L_24 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_22<<(int32_t)4))&(int32_t)((int32_t)48)))|(int32_t)((int32_t)((int32_t)L_23>>(int32_t)4)))); uint8_t L_25 = (L_21)->GetAt(static_cast(L_24)); NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))), (uint8_t)L_25); ByteU5BU5D_t4116647657* L_26 = ___outputBuffer3; int32_t L_27 = ___outputOffset4; ByteU5BU5D_t4116647657* L_28 = V_0; int32_t L_29 = V_2; int32_t L_30 = V_3; NullCheck(L_28); int32_t L_31 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29<<(int32_t)2))&(int32_t)((int32_t)60)))|(int32_t)((int32_t)((int32_t)L_30>>(int32_t)6)))); uint8_t L_32 = (L_28)->GetAt(static_cast(L_31)); NullCheck(L_26); (L_26)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)2))), (uint8_t)L_32); ByteU5BU5D_t4116647657* L_33 = ___outputBuffer3; int32_t L_34 = ___outputOffset4; ByteU5BU5D_t4116647657* L_35 = V_0; int32_t L_36 = V_3; NullCheck(L_35); int32_t L_37 = ((int32_t)((int32_t)L_36&(int32_t)((int32_t)63))); uint8_t L_38 = (L_35)->GetAt(static_cast(L_37)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)3))), (uint8_t)L_38); return; } } // System.Byte[] System.Security.Cryptography.ToBase64Transform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ToBase64Transform_TransformFinalBlock_m2460017188 (ToBase64Transform_t2551557057 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ToBase64Transform_TransformFinalBlock_m2460017188_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_disposed_0(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral3400529612, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ToBase64Transform_TransformFinalBlock_m2460017188_RuntimeMethod_var); } IL_0016: { ByteU5BU5D_t4116647657* L_2 = ___inputBuffer0; if (L_2) { goto IL_0027; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3152468735, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ToBase64Transform_TransformFinalBlock_m2460017188_RuntimeMethod_var); } IL_0027: { int32_t L_4 = ___inputCount2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003e; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, _stringLiteral438779933, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ToBase64Transform_TransformFinalBlock_m2460017188_RuntimeMethod_var); } IL_003e: { int32_t L_6 = ___inputOffset1; ByteU5BU5D_t4116647657* 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_005e; } } { String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_10, _stringLiteral438779933, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,ToBase64Transform_TransformFinalBlock_m2460017188_RuntimeMethod_var); } IL_005e: { int32_t L_11 = ___inputCount2; int32_t L_12 = ToBase64Transform_get_InputBlockSize_m1094416431(__this, /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_007a; } } { String_t* L_13 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2221361329, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_14 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ToBase64Transform_TransformFinalBlock_m2460017188_RuntimeMethod_var); } IL_007a: { ByteU5BU5D_t4116647657* L_15 = ___inputBuffer0; int32_t L_16 = ___inputOffset1; int32_t L_17 = ___inputCount2; ByteU5BU5D_t4116647657* L_18 = ToBase64Transform_InternalTransformFinalBlock_m360524956(NULL /*static, unused*/, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Byte[] System.Security.Cryptography.ToBase64Transform::InternalTransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ToBase64Transform_InternalTransformFinalBlock_m360524956 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ToBase64Transform_InternalTransformFinalBlock_m360524956_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; ByteU5BU5D_t4116647657* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; ByteU5BU5D_t4116647657* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t G_B3_0 = 0; { V_0 = 3; V_1 = 4; int32_t L_0 = ___inputCount2; int32_t L_1 = V_0; V_2 = ((int32_t)((int32_t)L_0/(int32_t)L_1)); int32_t L_2 = ___inputCount2; int32_t L_3 = V_0; V_3 = ((int32_t)((int32_t)L_2%(int32_t)L_3)); int32_t L_4 = ___inputCount2; if (!L_4) { goto IL_001e; } } { int32_t L_5 = ___inputCount2; int32_t L_6 = V_0; int32_t L_7 = V_1; G_B3_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2))/(int32_t)L_6)), (int32_t)L_7)); goto IL_001f; } IL_001e: { G_B3_0 = 0; } IL_001f: { V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)G_B3_0)); V_5 = 0; V_6 = 0; goto IL_004e; } IL_0031: { ByteU5BU5D_t4116647657* L_8 = ___inputBuffer0; int32_t L_9 = ___inputOffset1; int32_t L_10 = V_0; ByteU5BU5D_t4116647657* L_11 = V_4; int32_t L_12 = V_5; ToBase64Transform_InternalTransformBlock_m3458782414(NULL /*static, unused*/, L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); int32_t L_13 = ___inputOffset1; int32_t L_14 = V_0; ___inputOffset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); int32_t L_15 = V_5; int32_t L_16 = V_1; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); int32_t L_17 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004e: { int32_t L_18 = V_6; int32_t L_19 = V_2; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(Base64Constants_t4102031153_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_20 = ((Base64Constants_t4102031153_StaticFields*)il2cpp_codegen_static_fields_for(Base64Constants_t4102031153_il2cpp_TypeInfo_var))->get_EncodeTable_0(); V_7 = L_20; int32_t L_21 = V_3; V_10 = L_21; int32_t L_22 = V_10; switch (L_22) { case 0: { goto IL_0078; } case 1: { goto IL_007d; } case 2: { goto IL_00b6; } } } { goto IL_0103; } IL_0078: { goto IL_0103; } IL_007d: { ByteU5BU5D_t4116647657* L_23 = ___inputBuffer0; int32_t L_24 = ___inputOffset1; NullCheck(L_23); int32_t L_25 = L_24; uint8_t L_26 = (L_23)->GetAt(static_cast(L_25)); V_8 = L_26; ByteU5BU5D_t4116647657* L_27 = V_4; int32_t L_28 = V_5; ByteU5BU5D_t4116647657* L_29 = V_7; int32_t L_30 = V_8; NullCheck(L_29); int32_t L_31 = ((int32_t)((int32_t)L_30>>(int32_t)2)); uint8_t L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (uint8_t)L_32); ByteU5BU5D_t4116647657* L_33 = V_4; int32_t L_34 = V_5; ByteU5BU5D_t4116647657* L_35 = V_7; int32_t L_36 = V_8; NullCheck(L_35); int32_t L_37 = ((int32_t)((int32_t)((int32_t)((int32_t)L_36<<(int32_t)4))&(int32_t)((int32_t)48))); uint8_t L_38 = (L_35)->GetAt(static_cast(L_37)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))), (uint8_t)L_38); ByteU5BU5D_t4116647657* L_39 = V_4; int32_t L_40 = V_5; NullCheck(L_39); (L_39)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)2))), (uint8_t)((int32_t)61)); ByteU5BU5D_t4116647657* L_41 = V_4; int32_t L_42 = V_5; NullCheck(L_41); (L_41)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))), (uint8_t)((int32_t)61)); goto IL_0103; } IL_00b6: { ByteU5BU5D_t4116647657* L_43 = ___inputBuffer0; int32_t L_44 = ___inputOffset1; NullCheck(L_43); int32_t L_45 = L_44; uint8_t L_46 = (L_43)->GetAt(static_cast(L_45)); V_8 = L_46; ByteU5BU5D_t4116647657* L_47 = ___inputBuffer0; int32_t L_48 = ___inputOffset1; NullCheck(L_47); int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); uint8_t L_50 = (L_47)->GetAt(static_cast(L_49)); V_9 = L_50; ByteU5BU5D_t4116647657* L_51 = V_4; int32_t L_52 = V_5; ByteU5BU5D_t4116647657* L_53 = V_7; int32_t L_54 = V_8; NullCheck(L_53); int32_t L_55 = ((int32_t)((int32_t)L_54>>(int32_t)2)); uint8_t L_56 = (L_53)->GetAt(static_cast(L_55)); NullCheck(L_51); (L_51)->SetAt(static_cast(L_52), (uint8_t)L_56); ByteU5BU5D_t4116647657* L_57 = V_4; int32_t L_58 = V_5; ByteU5BU5D_t4116647657* L_59 = V_7; int32_t L_60 = V_8; int32_t L_61 = V_9; NullCheck(L_59); int32_t L_62 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_60<<(int32_t)4))&(int32_t)((int32_t)48)))|(int32_t)((int32_t)((int32_t)L_61>>(int32_t)4)))); uint8_t L_63 = (L_59)->GetAt(static_cast(L_62)); NullCheck(L_57); (L_57)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1))), (uint8_t)L_63); ByteU5BU5D_t4116647657* L_64 = V_4; int32_t L_65 = V_5; ByteU5BU5D_t4116647657* L_66 = V_7; int32_t L_67 = V_9; NullCheck(L_66); int32_t L_68 = ((int32_t)((int32_t)((int32_t)((int32_t)L_67<<(int32_t)2))&(int32_t)((int32_t)60))); uint8_t L_69 = (L_66)->GetAt(static_cast(L_68)); NullCheck(L_64); (L_64)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)2))), (uint8_t)L_69); ByteU5BU5D_t4116647657* L_70 = V_4; int32_t L_71 = V_5; NullCheck(L_70); (L_70)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)3))), (uint8_t)((int32_t)61)); goto IL_0103; } IL_0103: { ByteU5BU5D_t4116647657* L_72 = V_4; return L_72; } } #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.Security.Cryptography.TripleDES::.ctor() extern "C" IL2CPP_METHOD_ATTR void TripleDES__ctor_m4045412014 (TripleDES_t92303514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TripleDES__ctor_m4045412014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SymmetricAlgorithm__ctor_m467277132(__this, /*hidden argument*/NULL); ((SymmetricAlgorithm_t4254223087 *)__this)->set_KeySizeValue_2(((int32_t)192)); ((SymmetricAlgorithm_t4254223087 *)__this)->set_BlockSizeValue_0(((int32_t)64)); ((SymmetricAlgorithm_t4254223087 *)__this)->set_FeedbackSizeValue_6(8); ((SymmetricAlgorithm_t4254223087 *)__this)->set_LegalKeySizesValue_5(((KeySizesU5BU5D_t722666473*)SZArrayNew(KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var, (uint32_t)1))); KeySizesU5BU5D_t722666473* L_0 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_LegalKeySizesValue_5(); KeySizes_t85027896 * L_1 = (KeySizes_t85027896 *)il2cpp_codegen_object_new(KeySizes_t85027896_il2cpp_TypeInfo_var); KeySizes__ctor_m3113946058(L_1, ((int32_t)128), ((int32_t)192), ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_1); (L_0)->SetAt(static_cast(0), (KeySizes_t85027896 *)L_1); ((SymmetricAlgorithm_t4254223087 *)__this)->set_LegalBlockSizesValue_4(((KeySizesU5BU5D_t722666473*)SZArrayNew(KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var, (uint32_t)1))); KeySizesU5BU5D_t722666473* L_2 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_LegalBlockSizesValue_4(); KeySizes_t85027896 * L_3 = (KeySizes_t85027896 *)il2cpp_codegen_object_new(KeySizes_t85027896_il2cpp_TypeInfo_var); KeySizes__ctor_m3113946058(L_3, ((int32_t)64), ((int32_t)64), 0, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (KeySizes_t85027896 *)L_3); return; } } // System.Byte[] System.Security.Cryptography.TripleDES::get_Key() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TripleDES_get_Key_m1921822970 (TripleDES_t92303514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TripleDES_get_Key_m1921822970_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_KeyValue_3(); if (L_0) { goto IL_002c; } } { VirtActionInvoker0::Invoke(25 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateKey() */, __this); goto IL_001c; } IL_0016: { VirtActionInvoker0::Invoke(25 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateKey() */, __this); } IL_001c: { ByteU5BU5D_t4116647657* L_1 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_KeyValue_3(); bool L_2 = TripleDES_IsWeakKey_m2147489852(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0016; } } IL_002c: { ByteU5BU5D_t4116647657* L_3 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_KeyValue_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_3); RuntimeObject * L_4 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_3, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Void System.Security.Cryptography.TripleDES::set_Key(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TripleDES_set_Key_m3464715319 (TripleDES_t92303514 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TripleDES_set_Key_m3464715319_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600272002, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TripleDES_set_Key_m3464715319_RuntimeMethod_var); } IL_0011: { ByteU5BU5D_t4116647657* L_2 = ___value0; bool L_3 = TripleDES_IsWeakKey_m2147489852(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002c; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2334095011, /*hidden argument*/NULL); CryptographicException_t248831461 * L_5 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,TripleDES_set_Key_m3464715319_RuntimeMethod_var); } IL_002c: { ByteU5BU5D_t4116647657* L_6 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_6); RuntimeObject * L_7 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL); ((SymmetricAlgorithm_t4254223087 *)__this)->set_KeyValue_3(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); return; } } // System.Boolean System.Security.Cryptography.TripleDES::IsWeakKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool TripleDES_IsWeakKey_m2147489852 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___rgbKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TripleDES_IsWeakKey_m2147489852_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; { ByteU5BU5D_t4116647657* L_0 = ___rgbKey0; if (L_0) { goto IL_0016; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2342470835, /*hidden argument*/NULL); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,TripleDES_IsWeakKey_m2147489852_RuntimeMethod_var); } IL_0016: { ByteU5BU5D_t4116647657* L_3 = ___rgbKey0; NullCheck(L_3); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) == ((uint32_t)((int32_t)16))))) { goto IL_0046; } } { V_0 = 0; goto IL_003a; } IL_0027: { ByteU5BU5D_t4116647657* L_4 = ___rgbKey0; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_t4116647657* L_8 = ___rgbKey0; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)8)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); if ((((int32_t)L_7) == ((int32_t)L_11))) { goto IL_0036; } } { return (bool)0; } IL_0036: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003a: { int32_t L_13 = V_0; if ((((int32_t)L_13) < ((int32_t)8))) { goto IL_0027; } } { goto IL_00b5; } IL_0046: { ByteU5BU5D_t4116647657* L_14 = ___rgbKey0; NullCheck(L_14); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))) == ((uint32_t)((int32_t)24))))) { goto IL_00a5; } } { V_1 = (bool)1; V_2 = 0; goto IL_0071; } IL_0059: { ByteU5BU5D_t4116647657* L_15 = ___rgbKey0; int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); ByteU5BU5D_t4116647657* L_19 = ___rgbKey0; int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)8)); uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); if ((((int32_t)L_18) == ((int32_t)L_22))) { goto IL_006d; } } { V_1 = (bool)0; goto IL_0078; } IL_006d: { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0071: { int32_t L_24 = V_2; if ((((int32_t)L_24) < ((int32_t)8))) { goto IL_0059; } } IL_0078: { bool L_25 = V_1; if (L_25) { goto IL_00a0; } } { V_3 = 8; goto IL_0098; } IL_0085: { ByteU5BU5D_t4116647657* L_26 = ___rgbKey0; int32_t L_27 = V_3; NullCheck(L_26); int32_t L_28 = L_27; uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); ByteU5BU5D_t4116647657* L_30 = ___rgbKey0; int32_t L_31 = V_3; NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)8)); uint8_t L_33 = (L_30)->GetAt(static_cast(L_32)); if ((((int32_t)L_29) == ((int32_t)L_33))) { goto IL_0094; } } { return (bool)0; } IL_0094: { int32_t L_34 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0098: { int32_t L_35 = V_3; if ((((int32_t)L_35) < ((int32_t)((int32_t)16)))) { goto IL_0085; } } IL_00a0: { goto IL_00b5; } IL_00a5: { String_t* L_36 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1438471625, /*hidden argument*/NULL); CryptographicException_t248831461 * L_37 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_37, L_36, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,TripleDES_IsWeakKey_m2147489852_RuntimeMethod_var); } IL_00b5: { return (bool)1; } } // System.Security.Cryptography.TripleDES System.Security.Cryptography.TripleDES::Create() extern "C" IL2CPP_METHOD_ATTR TripleDES_t92303514 * TripleDES_Create_m3761371613 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TripleDES_Create_m3761371613_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TripleDES_t92303514 * L_0 = TripleDES_Create_m2471273334(NULL /*static, unused*/, _stringLiteral2789993344, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.TripleDES System.Security.Cryptography.TripleDES::Create(System.String) extern "C" IL2CPP_METHOD_ATTR TripleDES_t92303514 * TripleDES_Create_m2471273334 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TripleDES_Create_m2471273334_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return ((TripleDES_t92303514 *)CastclassClass((RuntimeObject*)L_1, TripleDES_t92303514_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 System.Security.Cryptography.TripleDESCryptoServiceProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void TripleDESCryptoServiceProvider__ctor_m758388349 (TripleDESCryptoServiceProvider_t3595206342 * __this, const RuntimeMethod* method) { { TripleDES__ctor_m4045412014(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.TripleDESCryptoServiceProvider::GenerateIV() extern "C" IL2CPP_METHOD_ATTR void TripleDESCryptoServiceProvider_GenerateIV_m3862928583 (TripleDESCryptoServiceProvider_t3595206342 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_BlockSizeValue_0(); ByteU5BU5D_t4116647657* L_1 = KeyBuilder_IV_m2230195376(NULL /*static, unused*/, ((int32_t)((int32_t)L_0>>(int32_t)3)), /*hidden argument*/NULL); ((SymmetricAlgorithm_t4254223087 *)__this)->set_IVValue_1(L_1); return; } } // System.Void System.Security.Cryptography.TripleDESCryptoServiceProvider::GenerateKey() extern "C" IL2CPP_METHOD_ATTR void TripleDESCryptoServiceProvider_GenerateKey_m1212686842 (TripleDESCryptoServiceProvider_t3595206342 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = TripleDESTransform_GetStrongKey_m292426577(NULL /*static, unused*/, /*hidden argument*/NULL); ((SymmetricAlgorithm_t4254223087 *)__this)->set_KeyValue_3(L_0); return; } } // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.TripleDESCryptoServiceProvider::CreateDecryptor(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TripleDESCryptoServiceProvider_CreateDecryptor_m740960117 (TripleDESCryptoServiceProvider_t3595206342 * __this, ByteU5BU5D_t4116647657* ___rgbKey0, ByteU5BU5D_t4116647657* ___rgbIV1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TripleDESCryptoServiceProvider_CreateDecryptor_m740960117_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___rgbKey0; ByteU5BU5D_t4116647657* L_1 = ___rgbIV1; TripleDESTransform_t964169060 * L_2 = (TripleDESTransform_t964169060 *)il2cpp_codegen_object_new(TripleDESTransform_t964169060_il2cpp_TypeInfo_var); TripleDESTransform__ctor_m3915497765(L_2, __this, (bool)0, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.TripleDESCryptoServiceProvider::CreateEncryptor(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TripleDESCryptoServiceProvider_CreateEncryptor_m450924958 (TripleDESCryptoServiceProvider_t3595206342 * __this, ByteU5BU5D_t4116647657* ___rgbKey0, ByteU5BU5D_t4116647657* ___rgbIV1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TripleDESCryptoServiceProvider_CreateEncryptor_m450924958_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___rgbKey0; ByteU5BU5D_t4116647657* L_1 = ___rgbIV1; TripleDESTransform_t964169060 * L_2 = (TripleDESTransform_t964169060 *)il2cpp_codegen_object_new(TripleDESTransform_t964169060_il2cpp_TypeInfo_var); TripleDESTransform__ctor_m3915497765(L_2, __this, (bool)1, L_0, L_1, /*hidden argument*/NULL); 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 System.Security.Cryptography.TripleDESTransform::.ctor(System.Security.Cryptography.TripleDES,System.Boolean,System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TripleDESTransform__ctor_m3915497765 (TripleDESTransform_t964169060 * __this, TripleDES_t92303514 * ___algo0, bool ___encryption1, ByteU5BU5D_t4116647657* ___key2, ByteU5BU5D_t4116647657* ___iv3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TripleDESTransform__ctor_m3915497765_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; DES_t821106792 * V_4 = NULL; { TripleDES_t92303514 * L_0 = ___algo0; bool L_1 = ___encryption1; ByteU5BU5D_t4116647657* L_2 = ___iv3; SymmetricTransform__ctor_m25459519(__this, L_0, L_1, L_2, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = ___key2; if (L_3) { goto IL_0017; } } { ByteU5BU5D_t4116647657* L_4 = TripleDESTransform_GetStrongKey_m292426577(NULL /*static, unused*/, /*hidden argument*/NULL); ___key2 = L_4; } IL_0017: { ByteU5BU5D_t4116647657* L_5 = ___key2; bool L_6 = TripleDES_IsWeakKey_m2147489852(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } { String_t* L_7 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1444991649, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = V_0; CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,TripleDESTransform__ctor_m3915497765_RuntimeMethod_var); } IL_0034: { V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)); V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)); V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)); IL2CPP_RUNTIME_CLASS_INIT(DES_t821106792_il2cpp_TypeInfo_var); DES_t821106792 * L_10 = DES_Create_m1258183099(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_10; ByteU5BU5D_t4116647657* L_11 = ___key2; ByteU5BU5D_t4116647657* L_12 = V_1; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, 0, (RuntimeArray *)(RuntimeArray *)L_12, 0, 8, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_13 = ___key2; ByteU5BU5D_t4116647657* L_14 = V_2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, 8, (RuntimeArray *)(RuntimeArray *)L_14, 0, 8, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_15 = ___key2; NullCheck(L_15); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))) == ((uint32_t)((int32_t)16))))) { goto IL_007d; } } { ByteU5BU5D_t4116647657* L_16 = ___key2; ByteU5BU5D_t4116647657* L_17 = V_3; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, 0, 8, /*hidden argument*/NULL); goto IL_0088; } IL_007d: { ByteU5BU5D_t4116647657* L_18 = ___key2; ByteU5BU5D_t4116647657* L_19 = V_3; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, ((int32_t)16), (RuntimeArray *)(RuntimeArray *)L_19, 0, 8, /*hidden argument*/NULL); } IL_0088: { bool L_20 = ___encryption1; if (L_20) { goto IL_009a; } } { TripleDES_t92303514 * L_21 = ___algo0; NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() */, L_21); if ((!(((uint32_t)L_22) == ((uint32_t)4)))) { goto IL_00d2; } } IL_009a: { DES_t821106792 * L_23 = V_4; ByteU5BU5D_t4116647657* L_24 = V_1; ByteU5BU5D_t4116647657* L_25 = ___iv3; DESTransform_t4088905499 * L_26 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var); DESTransform__ctor_m878979107(L_26, L_23, (bool)1, L_24, L_25, /*hidden argument*/NULL); __this->set_E1_12(L_26); DES_t821106792 * L_27 = V_4; ByteU5BU5D_t4116647657* L_28 = V_2; ByteU5BU5D_t4116647657* L_29 = ___iv3; DESTransform_t4088905499 * L_30 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var); DESTransform__ctor_m878979107(L_30, L_27, (bool)0, L_28, L_29, /*hidden argument*/NULL); __this->set_D2_13(L_30); DES_t821106792 * L_31 = V_4; ByteU5BU5D_t4116647657* L_32 = V_3; ByteU5BU5D_t4116647657* L_33 = ___iv3; DESTransform_t4088905499 * L_34 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var); DESTransform__ctor_m878979107(L_34, L_31, (bool)1, L_32, L_33, /*hidden argument*/NULL); __this->set_E3_14(L_34); goto IL_0105; } IL_00d2: { DES_t821106792 * L_35 = V_4; ByteU5BU5D_t4116647657* L_36 = V_3; ByteU5BU5D_t4116647657* L_37 = ___iv3; DESTransform_t4088905499 * L_38 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var); DESTransform__ctor_m878979107(L_38, L_35, (bool)0, L_36, L_37, /*hidden argument*/NULL); __this->set_D1_15(L_38); DES_t821106792 * L_39 = V_4; ByteU5BU5D_t4116647657* L_40 = V_2; ByteU5BU5D_t4116647657* L_41 = ___iv3; DESTransform_t4088905499 * L_42 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var); DESTransform__ctor_m878979107(L_42, L_39, (bool)1, L_40, L_41, /*hidden argument*/NULL); __this->set_E2_16(L_42); DES_t821106792 * L_43 = V_4; ByteU5BU5D_t4116647657* L_44 = V_1; ByteU5BU5D_t4116647657* L_45 = ___iv3; DESTransform_t4088905499 * L_46 = (DESTransform_t4088905499 *)il2cpp_codegen_object_new(DESTransform_t4088905499_il2cpp_TypeInfo_var); DESTransform__ctor_m878979107(L_46, L_43, (bool)0, L_44, L_45, /*hidden argument*/NULL); __this->set_D3_17(L_46); } IL_0105: { return; } } // System.Void System.Security.Cryptography.TripleDESTransform::ECB(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TripleDESTransform_ECB_m731927780 (TripleDESTransform_t964169060 * __this, ByteU5BU5D_t4116647657* ___input0, ByteU5BU5D_t4116647657* ___output1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TripleDESTransform_ECB_m731927780_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___input0; ByteU5BU5D_t4116647657* L_1 = ___output1; IL2CPP_RUNTIME_CLASS_INIT(DESTransform_t4088905499_il2cpp_TypeInfo_var); UInt32U5BU5D_t2770800703* L_2 = ((DESTransform_t4088905499_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t4088905499_il2cpp_TypeInfo_var))->get_ipTab_23(); DESTransform_Permutation_m252663723(NULL /*static, unused*/, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); bool L_3 = ((SymmetricTransform_t3802591842 *)__this)->get_encrypt_1(); if (!L_3) { goto IL_0044; } } { DESTransform_t4088905499 * L_4 = __this->get_E1_12(); ByteU5BU5D_t4116647657* L_5 = ___output1; ByteU5BU5D_t4116647657* L_6 = ___output1; NullCheck(L_4); DESTransform_ProcessBlock_m2449315636(L_4, L_5, L_6, /*hidden argument*/NULL); DESTransform_t4088905499 * L_7 = __this->get_D2_13(); ByteU5BU5D_t4116647657* L_8 = ___output1; ByteU5BU5D_t4116647657* L_9 = ___output1; NullCheck(L_7); DESTransform_ProcessBlock_m2449315636(L_7, L_8, L_9, /*hidden argument*/NULL); DESTransform_t4088905499 * L_10 = __this->get_E3_14(); ByteU5BU5D_t4116647657* L_11 = ___output1; ByteU5BU5D_t4116647657* L_12 = ___output1; NullCheck(L_10); DESTransform_ProcessBlock_m2449315636(L_10, L_11, L_12, /*hidden argument*/NULL); goto IL_006b; } IL_0044: { DESTransform_t4088905499 * L_13 = __this->get_D1_15(); ByteU5BU5D_t4116647657* L_14 = ___output1; ByteU5BU5D_t4116647657* L_15 = ___output1; NullCheck(L_13); DESTransform_ProcessBlock_m2449315636(L_13, L_14, L_15, /*hidden argument*/NULL); DESTransform_t4088905499 * L_16 = __this->get_E2_16(); ByteU5BU5D_t4116647657* L_17 = ___output1; ByteU5BU5D_t4116647657* L_18 = ___output1; NullCheck(L_16); DESTransform_ProcessBlock_m2449315636(L_16, L_17, L_18, /*hidden argument*/NULL); DESTransform_t4088905499 * L_19 = __this->get_D3_17(); ByteU5BU5D_t4116647657* L_20 = ___output1; ByteU5BU5D_t4116647657* L_21 = ___output1; NullCheck(L_19); DESTransform_ProcessBlock_m2449315636(L_19, L_20, L_21, /*hidden argument*/NULL); } IL_006b: { ByteU5BU5D_t4116647657* L_22 = ___output1; ByteU5BU5D_t4116647657* L_23 = ___output1; IL2CPP_RUNTIME_CLASS_INIT(DESTransform_t4088905499_il2cpp_TypeInfo_var); UInt32U5BU5D_t2770800703* L_24 = ((DESTransform_t4088905499_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t4088905499_il2cpp_TypeInfo_var))->get_fpTab_24(); DESTransform_Permutation_m252663723(NULL /*static, unused*/, L_22, L_23, L_24, (bool)1, /*hidden argument*/NULL); return; } } // System.Byte[] System.Security.Cryptography.TripleDESTransform::GetStrongKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TripleDESTransform_GetStrongKey_m292426577 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TripleDESTransform_GetStrongKey_m292426577_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DESTransform_t4088905499_il2cpp_TypeInfo_var); int32_t L_0 = ((DESTransform_t4088905499_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_t4088905499_il2cpp_TypeInfo_var))->get_BLOCK_BYTE_SIZE_15(); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)3)); int32_t L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = KeyBuilder_Key_m876696100(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_1 = L_2; goto IL_001b; } IL_0014: { int32_t L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = KeyBuilder_Key_m876696100(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_1 = L_4; } IL_001b: { ByteU5BU5D_t4116647657* L_5 = V_1; bool L_6 = TripleDES_IsWeakKey_m2147489852(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0014; } } { ByteU5BU5D_t4116647657* L_7 = V_1; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Byte[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m1008109281 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, bool ___dates1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___data0; if (!L_0) { goto IL_001f; } } { ByteU5BU5D_t4116647657* L_1 = ___data0; VirtActionInvoker3< ByteU5BU5D_t4116647657*, String_t*, int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) */, __this, L_1, (String_t*)NULL, 0); bool L_2 = ___dates1; __this->set_hideDates_1((bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0)); } IL_001f: { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m1413707489 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___data0; X509Certificate__ctor_m1008109281(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m191107012 (X509Certificate_t713131622 * __this, X509Certificate_t713131622 * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate__ctor_m191107012_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); X509Certificate_t713131622 * L_0 = ___cert0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1211898317, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X509Certificate__ctor_m191107012_RuntimeMethod_var); } IL_0017: { X509Certificate_t713131622 * L_2 = ___cert0; if (!L_2) { goto IL_003d; } } { X509Certificate_t713131622 * L_3 = ___cert0; NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(14 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_3); V_0 = L_4; ByteU5BU5D_t4116647657* L_5 = V_0; if (!L_5) { goto IL_0036; } } { ByteU5BU5D_t4116647657* L_6 = V_0; X509Certificate_t489243024 * L_7 = (X509Certificate_t489243024 *)il2cpp_codegen_object_new(X509Certificate_t489243024_il2cpp_TypeInfo_var); X509Certificate__ctor_m3656389950(L_7, L_6, /*hidden argument*/NULL); __this->set_x509_0(L_7); } IL_0036: { __this->set_hideDates_1((bool)0); } IL_003d: { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m1321742168 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m4186241804 (X509Certificate_t713131622 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate__ctor_m4186241804_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3 = SerializationInfo_GetValue_m42271953(L_0, _stringLiteral3013553869, L_2, /*hidden argument*/NULL); V_0 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); ByteU5BU5D_t4116647657* L_4 = V_0; VirtActionInvoker3< ByteU5BU5D_t4116647657*, String_t*, int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) */, __this, L_4, (String_t*)NULL, 0); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void X509Certificate_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m1836612204 (X509Certificate_t713131622 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void X509Certificate_System_Runtime_Serialization_ISerializable_GetObjectData_m1891910043 (X509Certificate_t713131622 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_System_Runtime_Serialization_ISerializable_GetObjectData_m1891910043_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; X509Certificate_t489243024 * L_1 = __this->get_x509_0(); NullCheck(L_1); ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_1); NullCheck(L_0); SerializationInfo_AddValue_m2872281893(L_0, _stringLiteral3013553869, (RuntimeObject *)(RuntimeObject *)L_2, /*hidden argument*/NULL); return; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate::tostr(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_tostr_m197816703 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_tostr_m197816703_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = ___data0; if (!L_0) { goto IL_003f; } } { StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_1, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_002f; } IL_0013: { StringBuilder_t * L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = ___data0; int32_t L_4 = V_1; NullCheck(L_3); String_t* L_5 = Byte_ToString_m3735479648(((L_3)->GetAddressAt(static_cast(L_4))), _stringLiteral3451435000, /*hidden argument*/NULL); NullCheck(L_2); StringBuilder_Append_m1965104174(L_2, L_5, /*hidden argument*/NULL); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002f: { int32_t L_7 = V_1; ByteU5BU5D_t4116647657* L_8 = ___data0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0013; } } { StringBuilder_t * L_9 = V_0; NullCheck(L_9); String_t* L_10 = StringBuilder_ToString_m3317489284(L_9, /*hidden argument*/NULL); return L_10; } IL_003f: { return (String_t*)NULL; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR bool X509Certificate_Equals_m861530042 (X509Certificate_t713131622 * __this, X509Certificate_t713131622 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_Equals_m861530042_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t G_B22_0 = 0; { X509Certificate_t713131622 * L_0 = ___other0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { X509Certificate_t713131622 * L_1 = ___other0; NullCheck(L_1); X509Certificate_t489243024 * L_2 = L_1->get_x509_0(); if (L_2) { goto IL_0030; } } { X509Certificate_t489243024 * L_3 = __this->get_x509_0(); if (L_3) { goto IL_0020; } } { return (bool)1; } IL_0020: { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); CryptographicException_t248831461 * L_5 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,X509Certificate_Equals_m861530042_RuntimeMethod_var); } IL_0030: { X509Certificate_t713131622 * L_6 = ___other0; NullCheck(L_6); X509Certificate_t489243024 * L_7 = L_6->get_x509_0(); NullCheck(L_7); ByteU5BU5D_t4116647657* L_8 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_7); V_0 = L_8; ByteU5BU5D_t4116647657* L_9 = V_0; if (!L_9) { goto IL_00a5; } } { X509Certificate_t489243024 * L_10 = __this->get_x509_0(); if (L_10) { goto IL_004f; } } { return (bool)0; } IL_004f: { X509Certificate_t489243024 * L_11 = __this->get_x509_0(); NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_11); if (L_12) { goto IL_0061; } } { return (bool)0; } IL_0061: { ByteU5BU5D_t4116647657* L_13 = V_0; NullCheck(L_13); X509Certificate_t489243024 * L_14 = __this->get_x509_0(); NullCheck(L_14); ByteU5BU5D_t4116647657* L_15 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_14); NullCheck(L_15); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))))))) { goto IL_00a3; } } { V_1 = 0; goto IL_0098; } IL_007d: { ByteU5BU5D_t4116647657* L_16 = V_0; 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)); X509Certificate_t489243024 * L_20 = __this->get_x509_0(); NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_20); int32_t L_22 = V_1; NullCheck(L_21); int32_t L_23 = L_22; uint8_t L_24 = (L_21)->GetAt(static_cast(L_23)); if ((((int32_t)L_19) == ((int32_t)L_24))) { goto IL_0094; } } { return (bool)0; } IL_0094: { int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0098: { int32_t L_26 = V_1; ByteU5BU5D_t4116647657* L_27 = V_0; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))) { goto IL_007d; } } { return (bool)1; } IL_00a3: { return (bool)0; } IL_00a5: { X509Certificate_t489243024 * L_28 = __this->get_x509_0(); if (!L_28) { goto IL_00c0; } } { X509Certificate_t489243024 * L_29 = __this->get_x509_0(); NullCheck(L_29); ByteU5BU5D_t4116647657* L_30 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_29); G_B22_0 = ((((RuntimeObject*)(ByteU5BU5D_t4116647657*)L_30) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); goto IL_00c1; } IL_00c0: { G_B22_0 = 1; } IL_00c1: { return (bool)G_B22_0; } } // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHash() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509Certificate_GetCertHash_m274210048 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetCertHash_m274210048_MetadataUsageId); s_Il2CppMethodInitialized = true; } SHA1_t1803193667 * V_0 = NULL; { X509Certificate_t489243024 * L_0 = __this->get_x509_0(); if (L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate_GetCertHash_m274210048_RuntimeMethod_var); } IL_001b: { ByteU5BU5D_t4116647657* L_3 = __this->get_cachedCertificateHash_2(); if (L_3) { goto IL_004e; } } { X509Certificate_t489243024 * L_4 = __this->get_x509_0(); if (!L_4) { goto IL_004e; } } { SHA1_t1803193667 * L_5 = SHA1_Create_m1390871308(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_5; SHA1_t1803193667 * L_6 = V_0; X509Certificate_t489243024 * L_7 = __this->get_x509_0(); NullCheck(L_7); ByteU5BU5D_t4116647657* L_8 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_7); NullCheck(L_6); ByteU5BU5D_t4116647657* L_9 = HashAlgorithm_ComputeHash_m2825542963(L_6, L_8, /*hidden argument*/NULL); __this->set_cachedCertificateHash_2(L_9); } IL_004e: { ByteU5BU5D_t4116647657* L_10 = __this->get_cachedCertificateHash_2(); return L_10; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHashString() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_GetCertHashString_m3484127109 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHash() */, __this); String_t* L_1 = X509Certificate_tostr_m197816703(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetEffectiveDateString() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_GetEffectiveDateString_m1666677721 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetEffectiveDateString_m1666677721_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); { bool L_0 = __this->get_hideDates_1(); if (!L_0) { goto IL_000d; } } { return (String_t*)NULL; } IL_000d: { X509Certificate_t489243024 * L_1 = __this->get_x509_0(); if (L_1) { goto IL_0028; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); CryptographicException_t248831461 * L_3 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,X509Certificate_GetEffectiveDateString_m1666677721_RuntimeMethod_var); } IL_0028: { X509Certificate_t489243024 * L_4 = __this->get_x509_0(); NullCheck(L_4); DateTime_t3738529785 L_5 = VirtFuncInvoker0< DateTime_t3738529785 >::Invoke(13 /* System.DateTime Mono.Security.X509.X509Certificate::get_ValidFrom() */, L_4); V_0 = L_5; DateTime_t3738529785 L_6 = DateTime_ToLocalTime_m3134475597((&V_0), /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = DateTime_ToString_m884486936((&V_1), /*hidden argument*/NULL); return L_7; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetExpirationDateString() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_GetExpirationDateString_m1253593872 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetExpirationDateString_m1253593872_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); { bool L_0 = __this->get_hideDates_1(); if (!L_0) { goto IL_000d; } } { return (String_t*)NULL; } IL_000d: { X509Certificate_t489243024 * L_1 = __this->get_x509_0(); if (L_1) { goto IL_0028; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); CryptographicException_t248831461 * L_3 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,X509Certificate_GetExpirationDateString_m1253593872_RuntimeMethod_var); } IL_0028: { X509Certificate_t489243024 * L_4 = __this->get_x509_0(); NullCheck(L_4); DateTime_t3738529785 L_5 = VirtFuncInvoker0< DateTime_t3738529785 >::Invoke(14 /* System.DateTime Mono.Security.X509.X509Certificate::get_ValidUntil() */, L_4); V_0 = L_5; DateTime_t3738529785 L_6 = DateTime_ToLocalTime_m3134475597((&V_0), /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = DateTime_ToString_m884486936((&V_1), /*hidden argument*/NULL); return L_7; } } // System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate_GetHashCode_m3969199094 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { { X509Certificate_t489243024 * L_0 = __this->get_x509_0(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { ByteU5BU5D_t4116647657* L_1 = __this->get_cachedCertificateHash_2(); if (L_1) { goto IL_001f; } } { VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHash() */, __this); } IL_001f: { ByteU5BU5D_t4116647657* L_2 = __this->get_cachedCertificateHash_2(); if (!L_2) { goto IL_0064; } } { ByteU5BU5D_t4116647657* L_3 = __this->get_cachedCertificateHash_2(); NullCheck(L_3); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) < ((int32_t)4))) { goto IL_0064; } } { ByteU5BU5D_t4116647657* L_4 = __this->get_cachedCertificateHash_2(); NullCheck(L_4); int32_t L_5 = 0; uint8_t L_6 = (L_4)->GetAt(static_cast(L_5)); ByteU5BU5D_t4116647657* L_7 = __this->get_cachedCertificateHash_2(); NullCheck(L_7); int32_t L_8 = 1; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); ByteU5BU5D_t4116647657* L_10 = __this->get_cachedCertificateHash_2(); NullCheck(L_10); int32_t L_11 = 2; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); ByteU5BU5D_t4116647657* L_13 = __this->get_cachedCertificateHash_2(); NullCheck(L_13); int32_t L_14 = 3; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_9<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_12<<(int32_t)8))))|(int32_t)L_15)); } IL_0064: { return 0; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetIssuerName() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_GetIssuerName_m1601331538 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetIssuerName_m1601331538_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243024 * L_0 = __this->get_x509_0(); if (L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate_GetIssuerName_m1601331538_RuntimeMethod_var); } IL_001b: { X509Certificate_t489243024 * L_3 = __this->get_x509_0(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String Mono.Security.X509.X509Certificate::get_IssuerName() */, L_3); return L_4; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetName() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_GetName_m1060481339 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetName_m1060481339_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243024 * L_0 = __this->get_x509_0(); if (L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate_GetName_m1060481339_RuntimeMethod_var); } IL_001b: { X509Certificate_t489243024 * L_3 = __this->get_x509_0(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String Mono.Security.X509.X509Certificate::get_SubjectName() */, L_3); return L_4; } } // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetPublicKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509Certificate_GetPublicKey_m4184729161 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetPublicKey_m4184729161_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243024 * L_0 = __this->get_x509_0(); if (L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate_GetPublicKey_m4184729161_RuntimeMethod_var); } IL_001b: { X509Certificate_t489243024 * L_3 = __this->get_x509_0(); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_PublicKey() */, L_3); return L_4; } } // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509Certificate_GetRawCertData_m781236105 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetRawCertData_m781236105_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243024 * L_0 = __this->get_x509_0(); if (L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate_GetRawCertData_m781236105_RuntimeMethod_var); } IL_001b: { X509Certificate_t489243024 * L_3 = __this->get_x509_0(); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_3); return L_4; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertDataString() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_GetRawCertDataString_m582160078 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetRawCertDataString_m582160078_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243024 * L_0 = __this->get_x509_0(); if (L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate_GetRawCertDataString_m582160078_RuntimeMethod_var); } IL_001b: { X509Certificate_t489243024 * L_3 = __this->get_x509_0(); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_3); String_t* L_5 = X509Certificate_tostr_m197816703(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_ToString_m3415629710 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { { String_t* L_0 = Object_ToString_m1740002499(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_ToString_m2340207075 (X509Certificate_t713131622 * __this, bool ___fVerbose0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_ToString_m2340207075_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringBuilder_t * V_1 = NULL; { bool L_0 = ___fVerbose0; if (!L_0) { goto IL_0011; } } { X509Certificate_t489243024 * L_1 = __this->get_x509_0(); if (L_1) { goto IL_0018; } } IL_0011: { String_t* L_2 = Object_ToString_m1740002499(__this, /*hidden argument*/NULL); return L_2; } IL_0018: { String_t* L_3 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_4, /*hidden argument*/NULL); V_1 = L_4; StringBuilder_t * L_5 = V_1; String_t* L_6 = V_0; String_t* L_7 = X509Certificate_get_Subject_m2638144878(__this, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_AppendFormat_m3255666490(L_5, _stringLiteral1477887897, L_6, L_7, /*hidden argument*/NULL); StringBuilder_t * L_8 = V_1; String_t* L_9 = V_0; String_t* L_10 = X509Certificate_get_Issuer_m2934704867(__this, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_AppendFormat_m3255666490(L_8, _stringLiteral971212591, L_9, L_10, /*hidden argument*/NULL); StringBuilder_t * L_11 = V_1; String_t* L_12 = V_0; String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetEffectiveDateString() */, __this); NullCheck(L_11); StringBuilder_AppendFormat_m3255666490(L_11, _stringLiteral2222432080, L_12, L_13, /*hidden argument*/NULL); StringBuilder_t * L_14 = V_1; String_t* L_15 = V_0; String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetExpirationDateString() */, __this); NullCheck(L_14); StringBuilder_AppendFormat_m3255666490(L_14, _stringLiteral4281279765, L_15, L_16, /*hidden argument*/NULL); StringBuilder_t * L_17 = V_1; String_t* L_18 = V_0; String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHashString() */, __this); NullCheck(L_17); StringBuilder_AppendFormat_m3255666490(L_17, _stringLiteral419730590, L_18, L_19, /*hidden argument*/NULL); StringBuilder_t * L_20 = V_1; String_t* L_21 = V_0; NullCheck(L_20); StringBuilder_Append_m1965104174(L_20, L_21, /*hidden argument*/NULL); StringBuilder_t * L_22 = V_1; NullCheck(L_22); String_t* L_23 = StringBuilder_ToString_m3317489284(L_22, /*hidden argument*/NULL); return L_23; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Issuer() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Issuer_m2934704867 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_get_Issuer_m2934704867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243024 * L_0 = __this->get_x509_0(); if (L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate_get_Issuer_m2934704867_RuntimeMethod_var); } IL_001b: { String_t* L_3 = __this->get_issuer_name_3(); if (L_3) { goto IL_0043; } } { X509Certificate_t489243024 * L_4 = __this->get_x509_0(); NullCheck(L_4); ASN1_t2114160832 * L_5 = X509Certificate_GetIssuerName_m4238857993(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); String_t* L_6 = X501_ToString_m2278029064(NULL /*static, unused*/, L_5, (bool)1, _stringLiteral3450517380, (bool)1, /*hidden argument*/NULL); __this->set_issuer_name_3(L_6); } IL_0043: { String_t* L_7 = __this->get_issuer_name_3(); return L_7; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Subject() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Subject_m2638144878 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_get_Subject_m2638144878_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243024 * L_0 = __this->get_x509_0(); if (L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate_get_Subject_m2638144878_RuntimeMethod_var); } IL_001b: { String_t* L_3 = __this->get_subject_name_4(); if (L_3) { goto IL_0043; } } { X509Certificate_t489243024 * L_4 = __this->get_x509_0(); NullCheck(L_4); ASN1_t2114160832 * L_5 = X509Certificate_GetSubjectName_m584504796(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); String_t* L_6 = X501_ToString_m2278029064(NULL /*static, unused*/, L_5, (bool)1, _stringLiteral3450517380, (bool)1, /*hidden argument*/NULL); __this->set_subject_name_4(L_6); } IL_0043: { String_t* L_7 = __this->get_subject_name_4(); return L_7; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool X509Certificate_Equals_m3784196370 (X509Certificate_t713131622 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_Equals_m3784196370_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Certificate_t713131622 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((X509Certificate_t713131622 *)IsInstClass((RuntimeObject*)L_0, X509Certificate_t713131622_il2cpp_TypeInfo_var)); X509Certificate_t713131622 * L_1 = V_0; if (!L_1) { goto IL_0015; } } { X509Certificate_t713131622 * L_2 = V_0; bool L_3 = VirtFuncInvoker1< bool, X509Certificate_t713131622 * >::Invoke(6 /* System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Security.Cryptography.X509Certificates.X509Certificate) */, __this, L_2); return L_3; } IL_0015: { return (bool)0; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) extern "C" IL2CPP_METHOD_ATTR void X509Certificate_Import_m3563119820 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_Import_m3563119820_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; PKCS12_t4101533060 * V_1 = NULL; String_t* V_2 = NULL; PKCS12_t4101533060 * 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Reset() */, __this); String_t* L_0 = ___password1; if (L_0) { goto IL_007c; } } IL_000c: try { // begin try (depth: 1) ByteU5BU5D_t4116647657* L_1 = ___rawData0; X509Certificate_t489243024 * L_2 = (X509Certificate_t489243024 *)il2cpp_codegen_object_new(X509Certificate_t489243024_il2cpp_TypeInfo_var); X509Certificate__ctor_m3656389950(L_2, L_1, /*hidden argument*/NULL); __this->set_x509_0(L_2); goto IL_0077; } // 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_001d; throw e; } CATCH_001d: { // begin catch(System.Exception) { V_0 = ((Exception_t *)__exception_local); } IL_001e: try { // begin try (depth: 2) { ByteU5BU5D_t4116647657* L_3 = ___rawData0; PKCS12_t4101533060 * L_4 = (PKCS12_t4101533060 *)il2cpp_codegen_object_new(PKCS12_t4101533060_il2cpp_TypeInfo_var); PKCS12__ctor_m2089474062(L_4, L_3, /*hidden argument*/NULL); V_1 = L_4; PKCS12_t4101533060 * L_5 = V_1; NullCheck(L_5); X509CertificateCollection_t1542168549 * L_6 = PKCS12_get_Certificates_m1630860723(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CollectionBase_get_Count_m1708965601(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_004d; } } IL_0036: { PKCS12_t4101533060 * L_8 = V_1; NullCheck(L_8); X509CertificateCollection_t1542168549 * L_9 = PKCS12_get_Certificates_m1630860723(L_8, /*hidden argument*/NULL); NullCheck(L_9); X509Certificate_t489243024 * L_10 = X509CertificateCollection_get_Item_m3219599455(L_9, 0, /*hidden argument*/NULL); __this->set_x509_0(L_10); goto IL_0054; } IL_004d: { __this->set_x509_0((X509Certificate_t489243024 *)NULL); } IL_0054: { goto IL_0072; } } // end try (depth: 2) 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_0059; throw e; } CATCH_0059: { // begin catch(System.Object) { String_t* L_11 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1947682626, /*hidden argument*/NULL); V_2 = L_11; String_t* L_12 = V_2; Exception_t * L_13 = V_0; CryptographicException_t248831461 * L_14 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_14, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,X509Certificate_Import_m3563119820_RuntimeMethod_var); } IL_006d: { goto IL_0072; } } // end catch (depth: 2) IL_0072: { goto IL_0077; } } // end catch (depth: 1) IL_0077: { goto IL_00ca; } IL_007c: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_15 = ___rawData0; String_t* L_16 = ___password1; PKCS12_t4101533060 * L_17 = (PKCS12_t4101533060 *)il2cpp_codegen_object_new(PKCS12_t4101533060_il2cpp_TypeInfo_var); PKCS12__ctor_m1771540803(L_17, L_15, L_16, /*hidden argument*/NULL); V_3 = L_17; PKCS12_t4101533060 * L_18 = V_3; NullCheck(L_18); X509CertificateCollection_t1542168549 * L_19 = PKCS12_get_Certificates_m1630860723(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = CollectionBase_get_Count_m1708965601(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00ac; } } IL_0095: { PKCS12_t4101533060 * L_21 = V_3; NullCheck(L_21); X509CertificateCollection_t1542168549 * L_22 = PKCS12_get_Certificates_m1630860723(L_21, /*hidden argument*/NULL); NullCheck(L_22); X509Certificate_t489243024 * L_23 = X509CertificateCollection_get_Item_m3219599455(L_22, 0, /*hidden argument*/NULL); __this->set_x509_0(L_23); goto IL_00b3; } IL_00ac: { __this->set_x509_0((X509Certificate_t489243024 *)NULL); } IL_00b3: { goto IL_00ca; } } // 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_00b8; throw e; } CATCH_00b8: { // begin catch(System.Object) ByteU5BU5D_t4116647657* L_24 = ___rawData0; X509Certificate_t489243024 * L_25 = (X509Certificate_t489243024 *)il2cpp_codegen_object_new(X509Certificate_t489243024_il2cpp_TypeInfo_var); X509Certificate__ctor_m3656389950(L_25, L_24, /*hidden argument*/NULL); __this->set_x509_0(L_25); goto IL_00ca; } // end catch (depth: 1) IL_00ca: { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Reset() extern "C" IL2CPP_METHOD_ATTR void X509Certificate_Reset_m2350932593 (X509Certificate_t713131622 * __this, const RuntimeMethod* method) { { __this->set_x509_0((X509Certificate_t489243024 *)NULL); __this->set_issuer_name_3((String_t*)NULL); __this->set_subject_name_4((String_t*)NULL); __this->set_hideDates_1((bool)0); __this->set_cachedCertificateHash_2((ByteU5BU5D_t4116647657*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.HostSecurityManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void HostSecurityManager__ctor_m4276662556 (HostSecurityManager_t1435734729 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Security.HostSecurityManagerOptions System.Security.HostSecurityManager::get_Flags() extern "C" IL2CPP_METHOD_ATTR int32_t HostSecurityManager_get_Flags_m3276920955 (HostSecurityManager_t1435734729 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)31)); } } // System.Security.Policy.Evidence System.Security.HostSecurityManager::ProvideAssemblyEvidence(System.Reflection.Assembly,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR Evidence_t2008144148 * HostSecurityManager_ProvideAssemblyEvidence_m2525322740 (HostSecurityManager_t1435734729 * __this, Assembly_t * ___loadedAssembly0, Evidence_t2008144148 * ___inputEvidence1, const RuntimeMethod* method) { { Evidence_t2008144148 * L_0 = ___inputEvidence1; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.NamedPermissionSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void NamedPermissionSet__ctor_m2946578901 (NamedPermissionSet_t2915669112 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NamedPermissionSet__ctor_m2946578901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m2328457660(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.NamedPermissionSet::.ctor(System.String,System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void NamedPermissionSet__ctor_m3579418217 (NamedPermissionSet_t2915669112 * __this, String_t* ___name0, int32_t ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NamedPermissionSet__ctor_m3579418217_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___state1; IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name0; NamedPermissionSet_set_Name_m1397773350(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.NamedPermissionSet::.ctor(System.Security.NamedPermissionSet) extern "C" IL2CPP_METHOD_ATTR void NamedPermissionSet__ctor_m933883889 (NamedPermissionSet_t2915669112 * __this, NamedPermissionSet_t2915669112 * ___permSet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NamedPermissionSet__ctor_m933883889_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NamedPermissionSet_t2915669112 * L_0 = ___permSet0; IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m2402996717(__this, L_0, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_1 = ___permSet0; NullCheck(L_1); String_t* L_2 = L_1->get_name_7(); __this->set_name_7(L_2); NamedPermissionSet_t2915669112 * L_3 = ___permSet0; NullCheck(L_3); String_t* L_4 = L_3->get_description_8(); __this->set_description_8(L_4); return; } } // System.String System.Security.NamedPermissionSet::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* NamedPermissionSet_get_Name_m3352394288 (NamedPermissionSet_t2915669112 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_7(); return L_0; } } // System.Void System.Security.NamedPermissionSet::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void NamedPermissionSet_set_Name_m1397773350 (NamedPermissionSet_t2915669112 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NamedPermissionSet_set_Name_m1397773350_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0026; } } IL_0016: { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3045352588, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,NamedPermissionSet_set_Name_m1397773350_RuntimeMethod_var); } IL_0026: { String_t* L_6 = ___value0; __this->set_name_7(L_6); return; } } // System.Security.PermissionSet System.Security.NamedPermissionSet::Copy() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * NamedPermissionSet_Copy_m3477883934 (NamedPermissionSet_t2915669112 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NamedPermissionSet_Copy_m3477883934_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NamedPermissionSet_t2915669112 * L_0 = (NamedPermissionSet_t2915669112 *)il2cpp_codegen_object_new(NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var); NamedPermissionSet__ctor_m933883889(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Security.NamedPermissionSet::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void NamedPermissionSet_FromXml_m137054589 (NamedPermissionSet_t2915669112 * __this, SecurityElement_t1046076091 * ___et0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NamedPermissionSet_FromXml_m137054589_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityElement_t1046076091 * L_0 = ___et0; PermissionSet_FromXml_m3602789488(__this, L_0, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___et0; NullCheck(L_1); String_t* L_2 = SecurityElement_Attribute_m2289480139(L_1, _stringLiteral62725275, /*hidden argument*/NULL); __this->set_name_7(L_2); SecurityElement_t1046076091 * L_3 = ___et0; NullCheck(L_3); String_t* L_4 = SecurityElement_Attribute_m2289480139(L_3, _stringLiteral2833616318, /*hidden argument*/NULL); __this->set_description_8(L_4); String_t* L_5 = __this->get_description_8(); if (L_5) { goto IL_003f; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_description_8(L_6); } IL_003f: { return; } } // System.Security.SecurityElement System.Security.NamedPermissionSet::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * NamedPermissionSet_ToXml_m765275093 (NamedPermissionSet_t2915669112 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NamedPermissionSet_ToXml_m765275093_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = PermissionSet_ToXml_m1189081064(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = __this->get_name_7(); if (!L_1) { goto IL_0023; } } { SecurityElement_t1046076091 * L_2 = V_0; String_t* L_3 = __this->get_name_7(); NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral62725275, L_3, /*hidden argument*/NULL); } IL_0023: { String_t* L_4 = __this->get_description_8(); if (!L_4) { goto IL_003f; } } { SecurityElement_t1046076091 * L_5 = V_0; String_t* L_6 = __this->get_description_8(); NullCheck(L_5); SecurityElement_AddAttribute_m311510562(L_5, _stringLiteral2833616318, L_6, /*hidden argument*/NULL); } IL_003f: { SecurityElement_t1046076091 * L_7 = V_0; return L_7; } } // System.Boolean System.Security.NamedPermissionSet::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool NamedPermissionSet_Equals_m2561937052 (NamedPermissionSet_t2915669112 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NamedPermissionSet_Equals_m2561937052_MetadataUsageId); s_Il2CppMethodInitialized = true; } NamedPermissionSet_t2915669112 * V_0 = NULL; int32_t G_B7_0 = 0; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___obj0; V_0 = ((NamedPermissionSet_t2915669112 *)IsInstSealed((RuntimeObject*)L_1, NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var)); NamedPermissionSet_t2915669112 * L_2 = V_0; if (L_2) { goto IL_0017; } } { return (bool)0; } IL_0017: { String_t* L_3 = __this->get_name_7(); NamedPermissionSet_t2915669112 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = NamedPermissionSet_get_Name_m3352394288(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0036; } } { RuntimeObject * L_7 = ___obj0; bool L_8 = PermissionSet_Equals_m448293422(__this, L_7, /*hidden argument*/NULL); G_B7_0 = ((int32_t)(L_8)); goto IL_0037; } IL_0036: { G_B7_0 = 0; } IL_0037: { return (bool)G_B7_0; } } // System.Int32 System.Security.NamedPermissionSet::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t NamedPermissionSet_GetHashCode_m2410000445 (NamedPermissionSet_t2915669112 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = PermissionSet_GetHashCode_m3262825218(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = __this->get_name_7(); if (!L_1) { goto IL_0020; } } { int32_t L_2 = V_0; String_t* L_3 = __this->get_name_7(); NullCheck(L_3); int32_t L_4 = String_GetHashCode_m1906374149(L_3, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_2^(int32_t)L_4)); } IL_0020: { int32_t L_5 = V_0; return L_5; } } #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.Security.PermissionBuilder::.cctor() extern "C" IL2CPP_METHOD_ATTR void PermissionBuilder__cctor_m1768475962 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionBuilder__cctor_m1768475962_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_1 = ((int32_t)0); RuntimeObject * L_2 = Box(PermissionState_t1178999876_il2cpp_TypeInfo_var, &L_1); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_2); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_2); ((PermissionBuilder_t1403083973_StaticFields*)il2cpp_codegen_static_fields_for(PermissionBuilder_t1403083973_il2cpp_TypeInfo_var))->set_psNone_0(L_0); return; } } // System.Security.IPermission System.Security.PermissionBuilder::Create(System.String,System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionBuilder_Create_m2704032924 (RuntimeObject * __this /* static, unused */, String_t* ___fullname0, int32_t ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionBuilder_Create_m2704032924_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { String_t* L_0 = ___fullname0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2456132277, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PermissionBuilder_Create_m2704032924_RuntimeMethod_var); } IL_0011: { SecurityElement_t1046076091 * L_2 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_2, _stringLiteral1361836849, /*hidden argument*/NULL); V_0 = L_2; SecurityElement_t1046076091 * L_3 = V_0; String_t* L_4 = ___fullname0; NullCheck(L_3); SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral351315815, L_4, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_5 = V_0; NullCheck(L_5); SecurityElement_AddAttribute_m311510562(L_5, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); int32_t L_6 = ___state1; if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_004f; } } { SecurityElement_t1046076091 * L_7 = V_0; NullCheck(L_7); SecurityElement_AddAttribute_m311510562(L_7, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL); } IL_004f: { String_t* L_8 = ___fullname0; SecurityElement_t1046076091 * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(PermissionBuilder_t1403083973_il2cpp_TypeInfo_var); RuntimeObject* L_10 = PermissionBuilder_CreatePermission_m1989384588(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Security.IPermission System.Security.PermissionBuilder::Create(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionBuilder_Create_m2648564436 (RuntimeObject * __this /* static, unused */, SecurityElement_t1046076091 * ___se0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionBuilder_Create_m2648564436_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { SecurityElement_t1046076091 * L_0 = ___se0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3454384077, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PermissionBuilder_Create_m2648564436_RuntimeMethod_var); } IL_0011: { SecurityElement_t1046076091 * L_2 = ___se0; NullCheck(L_2); String_t* L_3 = SecurityElement_Attribute_m2289480139(L_2, _stringLiteral351315815, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_002e; } } { String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0039; } } IL_002e: { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, _stringLiteral351315815, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,PermissionBuilder_Create_m2648564436_RuntimeMethod_var); } IL_0039: { String_t* L_8 = V_0; SecurityElement_t1046076091 * L_9 = ___se0; IL2CPP_RUNTIME_CLASS_INIT(PermissionBuilder_t1403083973_il2cpp_TypeInfo_var); RuntimeObject* L_10 = PermissionBuilder_CreatePermission_m1989384588(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Security.IPermission System.Security.PermissionBuilder::Create(System.String,System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionBuilder_Create_m708304050 (RuntimeObject * __this /* static, unused */, String_t* ___fullname0, SecurityElement_t1046076091 * ___se1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionBuilder_Create_m708304050_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___fullname0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2456132277, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PermissionBuilder_Create_m708304050_RuntimeMethod_var); } IL_0011: { SecurityElement_t1046076091 * L_2 = ___se1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3454384077, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,PermissionBuilder_Create_m708304050_RuntimeMethod_var); } IL_0022: { String_t* L_4 = ___fullname0; SecurityElement_t1046076091 * L_5 = ___se1; IL2CPP_RUNTIME_CLASS_INIT(PermissionBuilder_t1403083973_il2cpp_TypeInfo_var); RuntimeObject* L_6 = PermissionBuilder_CreatePermission_m1989384588(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Security.IPermission System.Security.PermissionBuilder::Create(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionBuilder_Create_m1746982897 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionBuilder_Create_m1746982897_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(PermissionBuilder_t1403083973_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_1 = ((PermissionBuilder_t1403083973_StaticFields*)il2cpp_codegen_static_fields_for(PermissionBuilder_t1403083973_il2cpp_TypeInfo_var))->get_psNone_0(); RuntimeObject * L_2 = Activator_CreateInstance_m94526014(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IPermission_t4015543450_il2cpp_TypeInfo_var)); } } // System.Security.IPermission System.Security.PermissionBuilder::CreatePermission(System.String,System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionBuilder_CreatePermission_m1989384588 (RuntimeObject * __this /* static, unused */, String_t* ___fullname0, SecurityElement_t1046076091 * ___se1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionBuilder_CreatePermission_m1989384588_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; { String_t* L_0 = ___fullname0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_0, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_0 = L_1; Type_t * L_2 = V_0; if (L_2) { goto IL_0025; } } { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1790736693, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = V_1; String_t* L_5 = ___fullname0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2844511972(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); TypeLoadException_t3707937253 * L_7 = (TypeLoadException_t3707937253 *)il2cpp_codegen_object_new(TypeLoadException_t3707937253_il2cpp_TypeInfo_var); TypeLoadException__ctor_m2362330792(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,PermissionBuilder_CreatePermission_m1989384588_RuntimeMethod_var); } IL_0025: { Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(PermissionBuilder_t1403083973_il2cpp_TypeInfo_var); RuntimeObject* L_9 = PermissionBuilder_Create_m1746982897(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_2 = L_9; RuntimeObject* L_10 = V_2; SecurityElement_t1046076091 * L_11 = ___se1; NullCheck(L_10); InterfaceActionInvoker1< SecurityElement_t1046076091 * >::Invoke(0 /* System.Void System.Security.ISecurityEncodable::FromXml(System.Security.SecurityElement) */, ISecurityEncodable_t2426431352_il2cpp_TypeInfo_var, L_10, L_11); RuntimeObject* L_12 = V_2; return L_12; } } #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 System.Security.Permissions.EnvironmentPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission__ctor_m592705807 (EnvironmentPermission_t1242010617 * __this, int32_t ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission__ctor_m592705807_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1 = CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); __this->set__state_0(L_1); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); __this->set_readList_1(L_2); ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); __this->set_writeList_2(L_3); return; } } // System.Void System.Security.Permissions.EnvironmentPermission::.ctor(System.Security.Permissions.EnvironmentPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission__ctor_m3571291367 (EnvironmentPermission_t1242010617 * __this, int32_t ___flag0, String_t* ___pathList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission__ctor_m3571291367_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_readList_1(L_0); ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_writeList_2(L_1); int32_t L_2 = ___flag0; String_t* L_3 = ___pathList1; EnvironmentPermission_SetPathList_m1757934094(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.EnvironmentPermission::AddPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission_AddPathList_m995802162 (EnvironmentPermission_t1242010617 * __this, int32_t ___flag0, String_t* ___pathList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission_AddPathList_m995802162_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; String_t* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; StringU5BU5D_t1281789340* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; { String_t* L_0 = ___pathList1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3024855651, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,EnvironmentPermission_AddPathList_m995802162_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___flag0; V_10 = L_2; int32_t L_3 = V_10; switch (L_3) { case 0: { goto IL_009d; } case 1: { goto IL_00a2; } case 2: { goto IL_00fc; } case 3: { goto IL_0030; } } } { goto IL_0156; } IL_0030: { String_t* L_4 = ___pathList1; CharU5BU5D_t3528271667* L_5 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_4); StringU5BU5D_t1281789340* L_6 = String_Split_m3646115398(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; StringU5BU5D_t1281789340* L_7 = V_0; V_2 = L_7; V_3 = 0; goto IL_008f; } IL_004b: { StringU5BU5D_t1281789340* L_8 = V_2; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); V_1 = L_11; ArrayList_t2718874744 * L_12 = __this->get_readList_1(); String_t* L_13 = V_1; NullCheck(L_12); bool L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_12, L_13); if (L_14) { goto IL_006d; } } { ArrayList_t2718874744 * L_15 = __this->get_readList_1(); String_t* L_16 = V_1; NullCheck(L_15); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16); } IL_006d: { ArrayList_t2718874744 * L_17 = __this->get_writeList_2(); String_t* L_18 = V_1; NullCheck(L_17); bool L_19 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_17, L_18); if (L_19) { goto IL_008b; } } { ArrayList_t2718874744 * L_20 = __this->get_writeList_2(); String_t* L_21 = V_1; NullCheck(L_20); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_21); } IL_008b: { int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_008f: { int32_t L_23 = V_3; StringU5BU5D_t1281789340* L_24 = V_2; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_004b; } } { goto IL_0163; } IL_009d: { goto IL_0163; } IL_00a2: { String_t* L_25 = ___pathList1; CharU5BU5D_t3528271667* L_26 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_26); (L_26)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_25); StringU5BU5D_t1281789340* L_27 = String_Split_m3646115398(L_25, L_26, /*hidden argument*/NULL); V_0 = L_27; StringU5BU5D_t1281789340* L_28 = V_0; V_5 = L_28; V_6 = 0; goto IL_00ec; } IL_00bf: { StringU5BU5D_t1281789340* L_29 = V_5; int32_t L_30 = V_6; NullCheck(L_29); int32_t L_31 = L_30; String_t* L_32 = (L_29)->GetAt(static_cast(L_31)); V_4 = L_32; ArrayList_t2718874744 * L_33 = __this->get_readList_1(); String_t* L_34 = V_4; NullCheck(L_33); bool L_35 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_33, L_34); if (L_35) { goto IL_00e6; } } { ArrayList_t2718874744 * L_36 = __this->get_readList_1(); String_t* L_37 = V_4; NullCheck(L_36); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_36, L_37); } IL_00e6: { int32_t L_38 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00ec: { int32_t L_39 = V_6; StringU5BU5D_t1281789340* L_40 = V_5; NullCheck(L_40); if ((((int32_t)L_39) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length))))))) { goto IL_00bf; } } { goto IL_0163; } IL_00fc: { String_t* L_41 = ___pathList1; CharU5BU5D_t3528271667* L_42 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_42); (L_42)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_41); StringU5BU5D_t1281789340* L_43 = String_Split_m3646115398(L_41, L_42, /*hidden argument*/NULL); V_0 = L_43; StringU5BU5D_t1281789340* L_44 = V_0; V_8 = L_44; V_9 = 0; goto IL_0146; } IL_0119: { StringU5BU5D_t1281789340* L_45 = V_8; int32_t L_46 = V_9; NullCheck(L_45); int32_t L_47 = L_46; String_t* L_48 = (L_45)->GetAt(static_cast(L_47)); V_7 = L_48; ArrayList_t2718874744 * L_49 = __this->get_writeList_2(); String_t* L_50 = V_7; NullCheck(L_49); bool L_51 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_49, L_50); if (L_51) { goto IL_0140; } } { ArrayList_t2718874744 * L_52 = __this->get_writeList_2(); String_t* L_53 = V_7; NullCheck(L_52); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_52, L_53); } IL_0140: { int32_t L_54 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_0146: { int32_t L_55 = V_9; StringU5BU5D_t1281789340* L_56 = V_8; NullCheck(L_56); if ((((int32_t)L_55) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_56)->max_length))))))) { goto IL_0119; } } { goto IL_0163; } IL_0156: { int32_t L_57 = ___flag0; EnvironmentPermission_ThrowInvalidFlag_m306084302(__this, L_57, (bool)0, /*hidden argument*/NULL); goto IL_0163; } IL_0163: { return; } } // System.Security.IPermission System.Security.Permissions.EnvironmentPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EnvironmentPermission_Copy_m886506347 (EnvironmentPermission_t1242010617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission_Copy_m886506347_MetadataUsageId); s_Il2CppMethodInitialized = true; } EnvironmentPermission_t1242010617 * V_0 = NULL; String_t* V_1 = NULL; { int32_t L_0 = __this->get__state_0(); EnvironmentPermission_t1242010617 * L_1 = (EnvironmentPermission_t1242010617 *)il2cpp_codegen_object_new(EnvironmentPermission_t1242010617_il2cpp_TypeInfo_var); EnvironmentPermission__ctor_m592705807(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = EnvironmentPermission_GetPathList_m3432964439(__this, 1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = V_1; if (!L_3) { goto IL_0022; } } { EnvironmentPermission_t1242010617 * L_4 = V_0; String_t* L_5 = V_1; NullCheck(L_4); EnvironmentPermission_SetPathList_m1757934094(L_4, 1, L_5, /*hidden argument*/NULL); } IL_0022: { String_t* L_6 = EnvironmentPermission_GetPathList_m3432964439(__this, 2, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = V_1; if (!L_7) { goto IL_0038; } } { EnvironmentPermission_t1242010617 * L_8 = V_0; String_t* L_9 = V_1; NullCheck(L_8); EnvironmentPermission_SetPathList_m1757934094(L_8, 2, L_9, /*hidden argument*/NULL); } IL_0038: { EnvironmentPermission_t1242010617 * L_10 = V_0; return L_10; } } // System.Void System.Security.Permissions.EnvironmentPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission_FromXml_m1458260199 (EnvironmentPermission_t1242010617 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission_FromXml_m1458260199_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___esd0; bool L_2 = CodeAccessPermission_IsUnrestricted_m1224416114(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { __this->set__state_0(1); } IL_0020: { SecurityElement_t1046076091 * L_3 = ___esd0; NullCheck(L_3); String_t* L_4 = SecurityElement_Attribute_m2289480139(L_3, _stringLiteral431746835, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (!L_5) { goto IL_0046; } } { String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0046; } } { String_t* L_8 = V_0; EnvironmentPermission_SetPathList_m1757934094(__this, 1, L_8, /*hidden argument*/NULL); } IL_0046: { SecurityElement_t1046076091 * L_9 = ___esd0; NullCheck(L_9); String_t* L_10 = SecurityElement_Attribute_m2289480139(L_9, _stringLiteral1973028809, /*hidden argument*/NULL); V_1 = L_10; String_t* L_11 = V_1; if (!L_11) { goto IL_006c; } } { String_t* L_12 = V_1; NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_006c; } } { String_t* L_14 = V_1; EnvironmentPermission_SetPathList_m1757934094(__this, 2, L_14, /*hidden argument*/NULL); } IL_006c: { return; } } // System.String System.Security.Permissions.EnvironmentPermission::GetPathList(System.Security.Permissions.EnvironmentPermissionAccess) extern "C" IL2CPP_METHOD_ATTR String_t* EnvironmentPermission_GetPathList_m3432964439 (EnvironmentPermission_t1242010617 * __this, int32_t ___flag0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___flag0; V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001d; } case 1: { goto IL_002a; } case 2: { goto IL_0037; } case 3: { goto IL_001d; } } } { goto IL_0044; } IL_001d: { int32_t L_2 = ___flag0; EnvironmentPermission_ThrowInvalidFlag_m306084302(__this, L_2, (bool)1, /*hidden argument*/NULL); goto IL_0051; } IL_002a: { ArrayList_t2718874744 * L_3 = __this->get_readList_1(); String_t* L_4 = EnvironmentPermission_GetPathList_m1905953961(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0037: { ArrayList_t2718874744 * L_5 = __this->get_writeList_2(); String_t* L_6 = EnvironmentPermission_GetPathList_m1905953961(__this, L_5, /*hidden argument*/NULL); return L_6; } IL_0044: { int32_t L_7 = ___flag0; EnvironmentPermission_ThrowInvalidFlag_m306084302(__this, L_7, (bool)0, /*hidden argument*/NULL); goto IL_0051; } IL_0051: { return (String_t*)NULL; } } // System.Security.IPermission System.Security.Permissions.EnvironmentPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EnvironmentPermission_Intersect_m4109492736 (EnvironmentPermission_t1242010617 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission_Intersect_m4109492736_MetadataUsageId); s_Il2CppMethodInitialized = true; } EnvironmentPermission_t1242010617 * V_0 = NULL; int32_t V_1 = 0; EnvironmentPermission_t1242010617 * V_2 = NULL; String_t* V_3 = NULL; StringU5BU5D_t1281789340* V_4 = NULL; String_t* V_5 = NULL; StringU5BU5D_t1281789340* V_6 = NULL; int32_t V_7 = 0; String_t* V_8 = NULL; StringU5BU5D_t1281789340* V_9 = NULL; String_t* V_10 = NULL; StringU5BU5D_t1281789340* V_11 = NULL; int32_t V_12 = 0; EnvironmentPermission_t1242010617 * G_B21_0 = NULL; { RuntimeObject* L_0 = ___target0; EnvironmentPermission_t1242010617 * L_1 = EnvironmentPermission_Cast_m4026767733(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; EnvironmentPermission_t1242010617 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (RuntimeObject*)NULL; } IL_0010: { bool L_3 = EnvironmentPermission_IsUnrestricted_m63233652(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { EnvironmentPermission_t1242010617 * L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5 = EnvironmentPermission_Copy_m886506347(L_4, /*hidden argument*/NULL); return L_5; } IL_0022: { EnvironmentPermission_t1242010617 * L_6 = V_0; NullCheck(L_6); bool L_7 = EnvironmentPermission_IsUnrestricted_m63233652(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0034; } } { RuntimeObject* L_8 = EnvironmentPermission_Copy_m886506347(__this, /*hidden argument*/NULL); return L_8; } IL_0034: { V_1 = 0; EnvironmentPermission_t1242010617 * L_9 = (EnvironmentPermission_t1242010617 *)il2cpp_codegen_object_new(EnvironmentPermission_t1242010617_il2cpp_TypeInfo_var); EnvironmentPermission__ctor_m592705807(L_9, 0, /*hidden argument*/NULL); V_2 = L_9; EnvironmentPermission_t1242010617 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = EnvironmentPermission_GetPathList_m3432964439(L_10, 1, /*hidden argument*/NULL); V_3 = L_11; String_t* L_12 = V_3; if (!L_12) { goto IL_00a1; } } { String_t* L_13 = V_3; CharU5BU5D_t3528271667* L_14 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_14); (L_14)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_13); StringU5BU5D_t1281789340* L_15 = String_Split_m3646115398(L_13, L_14, /*hidden argument*/NULL); V_4 = L_15; StringU5BU5D_t1281789340* L_16 = V_4; V_6 = L_16; V_7 = 0; goto IL_0096; } IL_006a: { StringU5BU5D_t1281789340* L_17 = V_6; int32_t L_18 = V_7; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); V_5 = L_20; ArrayList_t2718874744 * L_21 = __this->get_readList_1(); String_t* L_22 = V_5; NullCheck(L_21); bool L_23 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_21, L_22); if (!L_23) { goto IL_0090; } } { EnvironmentPermission_t1242010617 * L_24 = V_2; String_t* L_25 = V_5; NullCheck(L_24); EnvironmentPermission_AddPathList_m995802162(L_24, 1, L_25, /*hidden argument*/NULL); int32_t L_26 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0090: { int32_t L_27 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0096: { int32_t L_28 = V_7; StringU5BU5D_t1281789340* L_29 = V_6; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_006a; } } IL_00a1: { EnvironmentPermission_t1242010617 * L_30 = V_0; NullCheck(L_30); String_t* L_31 = EnvironmentPermission_GetPathList_m3432964439(L_30, 2, /*hidden argument*/NULL); V_8 = L_31; String_t* L_32 = V_8; if (!L_32) { goto IL_0108; } } { String_t* L_33 = V_8; CharU5BU5D_t3528271667* L_34 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_34); (L_34)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_33); StringU5BU5D_t1281789340* L_35 = String_Split_m3646115398(L_33, L_34, /*hidden argument*/NULL); V_9 = L_35; StringU5BU5D_t1281789340* L_36 = V_9; V_11 = L_36; V_12 = 0; goto IL_00fd; } IL_00d1: { StringU5BU5D_t1281789340* L_37 = V_11; int32_t L_38 = V_12; NullCheck(L_37); int32_t L_39 = L_38; String_t* L_40 = (L_37)->GetAt(static_cast(L_39)); V_10 = L_40; ArrayList_t2718874744 * L_41 = __this->get_writeList_2(); String_t* L_42 = V_10; NullCheck(L_41); bool L_43 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_41, L_42); if (!L_43) { goto IL_00f7; } } { EnvironmentPermission_t1242010617 * L_44 = V_2; String_t* L_45 = V_10; NullCheck(L_44); EnvironmentPermission_AddPathList_m995802162(L_44, 2, L_45, /*hidden argument*/NULL); int32_t L_46 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00f7: { int32_t L_47 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00fd: { int32_t L_48 = V_12; StringU5BU5D_t1281789340* L_49 = V_11; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length))))))) { goto IL_00d1; } } IL_0108: { int32_t L_50 = V_1; if ((((int32_t)L_50) <= ((int32_t)0))) { goto IL_0115; } } { EnvironmentPermission_t1242010617 * L_51 = V_2; G_B21_0 = L_51; goto IL_0116; } IL_0115: { G_B21_0 = ((EnvironmentPermission_t1242010617 *)(NULL)); } IL_0116: { return G_B21_0; } } // System.Boolean System.Security.Permissions.EnvironmentPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool EnvironmentPermission_IsSubsetOf_m3586275835 (EnvironmentPermission_t1242010617 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission_IsSubsetOf_m3586275835_MetadataUsageId); s_Il2CppMethodInitialized = true; } EnvironmentPermission_t1242010617 * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; RuntimeObject* V_4 = NULL; bool V_5 = false; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___target0; EnvironmentPermission_t1242010617 * L_1 = EnvironmentPermission_Cast_m4026767733(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; EnvironmentPermission_t1242010617 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (bool)0; } IL_0010: { bool L_3 = EnvironmentPermission_IsUnrestricted_m63233652(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { EnvironmentPermission_t1242010617 * L_4 = V_0; NullCheck(L_4); bool L_5 = EnvironmentPermission_IsUnrestricted_m63233652(L_4, /*hidden argument*/NULL); return L_5; } IL_0022: { EnvironmentPermission_t1242010617 * L_6 = V_0; NullCheck(L_6); bool L_7 = EnvironmentPermission_IsUnrestricted_m63233652(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002f; } } { return (bool)1; } IL_002f: { ArrayList_t2718874744 * L_8 = __this->get_readList_1(); NullCheck(L_8); RuntimeObject* L_9 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_8); V_2 = L_9; } IL_003b: try { // begin try (depth: 1) { goto IL_0065; } IL_0040: { RuntimeObject* L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)); EnvironmentPermission_t1242010617 * L_12 = V_0; NullCheck(L_12); ArrayList_t2718874744 * L_13 = L_12->get_readList_1(); String_t* L_14 = V_1; NullCheck(L_13); bool L_15 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_13, L_14); if (L_15) { goto IL_0065; } } IL_005d: { V_5 = (bool)0; IL2CPP_LEAVE(0xEB, FINALLY_0075); } IL_0065: { RuntimeObject* L_16 = V_2; NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0040; } } IL_0070: { IL2CPP_LEAVE(0x8A, FINALLY_0075); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0075; } FINALLY_0075: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_2; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_6; if (L_19) { goto IL_0082; } } IL_0081: { IL2CPP_END_FINALLY(117) } IL_0082: { RuntimeObject* L_20 = V_6; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_20); IL2CPP_END_FINALLY(117) } } // end finally (depth: 1) IL2CPP_CLEANUP(117) { IL2CPP_JUMP_TBL(0xEB, IL_00eb) IL2CPP_JUMP_TBL(0x8A, IL_008a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008a: { ArrayList_t2718874744 * L_21 = __this->get_writeList_2(); NullCheck(L_21); RuntimeObject* L_22 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_21); V_4 = L_22; } IL_0097: try { // begin try (depth: 1) { goto IL_00c2; } IL_009c: { RuntimeObject* L_23 = V_4; NullCheck(L_23); RuntimeObject * L_24 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_23); V_3 = ((String_t*)CastclassSealed((RuntimeObject*)L_24, String_t_il2cpp_TypeInfo_var)); EnvironmentPermission_t1242010617 * L_25 = V_0; NullCheck(L_25); ArrayList_t2718874744 * L_26 = L_25->get_writeList_2(); String_t* L_27 = V_3; NullCheck(L_26); bool L_28 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_26, L_27); if (L_28) { goto IL_00c2; } } IL_00ba: { V_5 = (bool)0; IL2CPP_LEAVE(0xEB, FINALLY_00d3); } IL_00c2: { RuntimeObject* L_29 = V_4; NullCheck(L_29); bool L_30 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_29); if (L_30) { goto IL_009c; } } IL_00ce: { IL2CPP_LEAVE(0xE9, FINALLY_00d3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: { // begin finally (depth: 1) { RuntimeObject* L_31 = V_4; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_31, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_32 = V_7; if (L_32) { goto IL_00e1; } } IL_00e0: { IL2CPP_END_FINALLY(211) } IL_00e1: { RuntimeObject* L_33 = V_7; NullCheck(L_33); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_33); IL2CPP_END_FINALLY(211) } } // end finally (depth: 1) IL2CPP_CLEANUP(211) { IL2CPP_JUMP_TBL(0xEB, IL_00eb) IL2CPP_JUMP_TBL(0xE9, IL_00e9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00e9: { return (bool)1; } IL_00eb: { bool L_34 = V_5; return L_34; } } // System.Boolean System.Security.Permissions.EnvironmentPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool EnvironmentPermission_IsUnrestricted_m63233652 (EnvironmentPermission_t1242010617 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__state_0(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Void System.Security.Permissions.EnvironmentPermission::SetPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission_SetPathList_m1757934094 (EnvironmentPermission_t1242010617 * __this, int32_t ___flag0, String_t* ___pathList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission_SetPathList_m1757934094_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; String_t* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; StringU5BU5D_t1281789340* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; { String_t* L_0 = ___pathList1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3024855651, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,EnvironmentPermission_SetPathList_m1757934094_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___flag0; V_10 = L_2; int32_t L_3 = V_10; switch (L_3) { case 0: { goto IL_0091; } case 1: { goto IL_0096; } case 2: { goto IL_00e9; } case 3: { goto IL_0030; } } } { goto IL_013c; } IL_0030: { ArrayList_t2718874744 * L_4 = __this->get_readList_1(); NullCheck(L_4); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_4); ArrayList_t2718874744 * L_5 = __this->get_writeList_2(); NullCheck(L_5); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_5); String_t* L_6 = ___pathList1; CharU5BU5D_t3528271667* L_7 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_6); StringU5BU5D_t1281789340* L_8 = String_Split_m3646115398(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; StringU5BU5D_t1281789340* L_9 = V_0; V_2 = L_9; V_3 = 0; goto IL_0083; } IL_0061: { StringU5BU5D_t1281789340* L_10 = V_2; int32_t L_11 = V_3; NullCheck(L_10); int32_t L_12 = L_11; String_t* L_13 = (L_10)->GetAt(static_cast(L_12)); V_1 = L_13; ArrayList_t2718874744 * L_14 = __this->get_readList_1(); String_t* L_15 = V_1; NullCheck(L_14); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_14, L_15); ArrayList_t2718874744 * L_16 = __this->get_writeList_2(); String_t* L_17 = V_1; NullCheck(L_16); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_16, L_17); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0083: { int32_t L_19 = V_3; StringU5BU5D_t1281789340* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_0061; } } { goto IL_0149; } IL_0091: { goto IL_0149; } IL_0096: { ArrayList_t2718874744 * L_21 = __this->get_readList_1(); NullCheck(L_21); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_21); String_t* L_22 = ___pathList1; CharU5BU5D_t3528271667* L_23 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_23); (L_23)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_22); StringU5BU5D_t1281789340* L_24 = String_Split_m3646115398(L_22, L_23, /*hidden argument*/NULL); V_0 = L_24; StringU5BU5D_t1281789340* L_25 = V_0; V_5 = L_25; V_6 = 0; goto IL_00d9; } IL_00be: { StringU5BU5D_t1281789340* L_26 = V_5; int32_t L_27 = V_6; NullCheck(L_26); int32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); V_4 = L_29; ArrayList_t2718874744 * L_30 = __this->get_readList_1(); String_t* L_31 = V_4; NullCheck(L_30); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_30, L_31); int32_t L_32 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00d9: { int32_t L_33 = V_6; StringU5BU5D_t1281789340* L_34 = V_5; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))) { goto IL_00be; } } { goto IL_0149; } IL_00e9: { ArrayList_t2718874744 * L_35 = __this->get_writeList_2(); NullCheck(L_35); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_35); String_t* L_36 = ___pathList1; CharU5BU5D_t3528271667* L_37 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_37); (L_37)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_36); StringU5BU5D_t1281789340* L_38 = String_Split_m3646115398(L_36, L_37, /*hidden argument*/NULL); V_0 = L_38; StringU5BU5D_t1281789340* L_39 = V_0; V_8 = L_39; V_9 = 0; goto IL_012c; } IL_0111: { StringU5BU5D_t1281789340* L_40 = V_8; int32_t L_41 = V_9; NullCheck(L_40); int32_t L_42 = L_41; String_t* L_43 = (L_40)->GetAt(static_cast(L_42)); V_7 = L_43; ArrayList_t2718874744 * L_44 = __this->get_writeList_2(); String_t* L_45 = V_7; NullCheck(L_44); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_44, L_45); int32_t L_46 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_012c: { int32_t L_47 = V_9; StringU5BU5D_t1281789340* L_48 = V_8; NullCheck(L_48); if ((((int32_t)L_47) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length))))))) { goto IL_0111; } } { goto IL_0149; } IL_013c: { int32_t L_49 = ___flag0; EnvironmentPermission_ThrowInvalidFlag_m306084302(__this, L_49, (bool)0, /*hidden argument*/NULL); goto IL_0149; } IL_0149: { return; } } // System.Security.SecurityElement System.Security.Permissions.EnvironmentPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * EnvironmentPermission_ToXml_m4123155960 (EnvironmentPermission_t1242010617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission_ToXml_m4123155960_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; String_t* V_1 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = __this->get__state_0(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0029; } } { SecurityElement_t1046076091 * L_2 = V_0; NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL); goto IL_005d; } IL_0029: { String_t* L_3 = EnvironmentPermission_GetPathList_m3432964439(__this, 1, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = V_1; if (!L_4) { goto IL_0043; } } { SecurityElement_t1046076091 * L_5 = V_0; String_t* L_6 = V_1; NullCheck(L_5); SecurityElement_AddAttribute_m311510562(L_5, _stringLiteral431746835, L_6, /*hidden argument*/NULL); } IL_0043: { String_t* L_7 = EnvironmentPermission_GetPathList_m3432964439(__this, 2, /*hidden argument*/NULL); V_1 = L_7; String_t* L_8 = V_1; if (!L_8) { goto IL_005d; } } { SecurityElement_t1046076091 * L_9 = V_0; String_t* L_10 = V_1; NullCheck(L_9); SecurityElement_AddAttribute_m311510562(L_9, _stringLiteral1973028809, L_10, /*hidden argument*/NULL); } IL_005d: { SecurityElement_t1046076091 * L_11 = V_0; return L_11; } } // System.Security.IPermission System.Security.Permissions.EnvironmentPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EnvironmentPermission_Union_m587577724 (EnvironmentPermission_t1242010617 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission_Union_m587577724_MetadataUsageId); s_Il2CppMethodInitialized = true; } EnvironmentPermission_t1242010617 * V_0 = NULL; EnvironmentPermission_t1242010617 * V_1 = NULL; String_t* V_2 = NULL; { RuntimeObject* L_0 = ___other0; EnvironmentPermission_t1242010617 * L_1 = EnvironmentPermission_Cast_m4026767733(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; EnvironmentPermission_t1242010617 * L_2 = V_0; if (L_2) { goto IL_0015; } } { RuntimeObject* L_3 = EnvironmentPermission_Copy_m886506347(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { bool L_4 = EnvironmentPermission_IsUnrestricted_m63233652(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002b; } } { EnvironmentPermission_t1242010617 * L_5 = V_0; NullCheck(L_5); bool L_6 = EnvironmentPermission_IsUnrestricted_m63233652(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0032; } } IL_002b: { EnvironmentPermission_t1242010617 * L_7 = (EnvironmentPermission_t1242010617 *)il2cpp_codegen_object_new(EnvironmentPermission_t1242010617_il2cpp_TypeInfo_var); EnvironmentPermission__ctor_m592705807(L_7, 1, /*hidden argument*/NULL); return L_7; } IL_0032: { bool L_8 = EnvironmentPermission_IsEmpty_m234985852(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_004a; } } { EnvironmentPermission_t1242010617 * L_9 = V_0; NullCheck(L_9); bool L_10 = EnvironmentPermission_IsEmpty_m234985852(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_004a; } } { return (RuntimeObject*)NULL; } IL_004a: { RuntimeObject* L_11 = EnvironmentPermission_Copy_m886506347(__this, /*hidden argument*/NULL); V_1 = ((EnvironmentPermission_t1242010617 *)CastclassSealed((RuntimeObject*)L_11, EnvironmentPermission_t1242010617_il2cpp_TypeInfo_var)); EnvironmentPermission_t1242010617 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = EnvironmentPermission_GetPathList_m3432964439(L_12, 1, /*hidden argument*/NULL); V_2 = L_13; String_t* L_14 = V_2; if (!L_14) { goto IL_006c; } } { EnvironmentPermission_t1242010617 * L_15 = V_1; String_t* L_16 = V_2; NullCheck(L_15); EnvironmentPermission_AddPathList_m995802162(L_15, 1, L_16, /*hidden argument*/NULL); } IL_006c: { EnvironmentPermission_t1242010617 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = EnvironmentPermission_GetPathList_m3432964439(L_17, 2, /*hidden argument*/NULL); V_2 = L_18; String_t* L_19 = V_2; if (!L_19) { goto IL_0082; } } { EnvironmentPermission_t1242010617 * L_20 = V_1; String_t* L_21 = V_2; NullCheck(L_20); EnvironmentPermission_AddPathList_m995802162(L_20, 2, L_21, /*hidden argument*/NULL); } IL_0082: { EnvironmentPermission_t1242010617 * L_22 = V_1; return L_22; } } // System.Boolean System.Security.Permissions.EnvironmentPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool EnvironmentPermission_IsEmpty_m234985852 (EnvironmentPermission_t1242010617 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { int32_t L_0 = __this->get__state_0(); if (L_0) { goto IL_002b; } } { ArrayList_t2718874744 * L_1 = __this->get_readList_1(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); if (L_2) { goto IL_002b; } } { ArrayList_t2718874744 * L_3 = __this->get_writeList_2(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); G_B4_0 = ((((int32_t)L_4) == ((int32_t)0))? 1 : 0); goto IL_002c; } IL_002b: { G_B4_0 = 0; } IL_002c: { return (bool)G_B4_0; } } // System.Security.Permissions.EnvironmentPermission System.Security.Permissions.EnvironmentPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR EnvironmentPermission_t1242010617 * EnvironmentPermission_Cast_m4026767733 (EnvironmentPermission_t1242010617 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission_Cast_m4026767733_MetadataUsageId); s_Il2CppMethodInitialized = true; } EnvironmentPermission_t1242010617 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (EnvironmentPermission_t1242010617 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((EnvironmentPermission_t1242010617 *)IsInstSealed((RuntimeObject*)L_1, EnvironmentPermission_t1242010617_il2cpp_TypeInfo_var)); EnvironmentPermission_t1242010617 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (EnvironmentPermission_t1242010617_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { EnvironmentPermission_t1242010617 * L_6 = V_0; return L_6; } } // System.Void System.Security.Permissions.EnvironmentPermission::ThrowInvalidFlag(System.Security.Permissions.EnvironmentPermissionAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission_ThrowInvalidFlag_m306084302 (EnvironmentPermission_t1242010617 * __this, int32_t ___flag0, bool ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission_ThrowInvalidFlag_m306084302_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; bool L_0 = ___context1; if (!L_0) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3225342323, /*hidden argument*/NULL); V_0 = L_1; goto IL_0023; } IL_0018: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3127603183, /*hidden argument*/NULL); V_0 = L_2; } IL_0023: { String_t* L_3 = V_0; int32_t L_4 = ___flag0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(EnvironmentPermissionAccess_t1745565475_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2844511972(NULL /*static, unused*/, L_3, L_6, /*hidden argument*/NULL); ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, L_7, _stringLiteral2006314719, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,EnvironmentPermission_ThrowInvalidFlag_m306084302_RuntimeMethod_var); } } // System.String System.Security.Permissions.EnvironmentPermission::GetPathList(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR String_t* EnvironmentPermission_GetPathList_m1905953961 (EnvironmentPermission_t1242010617 * __this, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnvironmentPermission_GetPathList_m1905953961_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = EnvironmentPermission_IsUnrestricted_m63233652(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { ArrayList_t2718874744 * L_2 = ___list0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if (L_3) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0022: { StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_5, /*hidden argument*/NULL); V_0 = L_5; ArrayList_t2718874744 * L_6 = ___list0; NullCheck(L_6); RuntimeObject* L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_6); V_2 = L_7; } IL_002f: try { // begin try (depth: 1) { goto IL_0054; } IL_0034: { RuntimeObject* L_8 = V_2; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)); StringBuilder_t * L_10 = V_0; String_t* L_11 = V_1; NullCheck(L_10); StringBuilder_Append_m1965104174(L_10, L_11, /*hidden argument*/NULL); StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, _stringLiteral3452614549, /*hidden argument*/NULL); } IL_0054: { RuntimeObject* L_13 = V_2; NullCheck(L_13); bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0034; } } IL_005f: { IL2CPP_LEAVE(0x79, FINALLY_0064); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_5; if (L_16) { goto IL_0071; } } IL_0070: { IL2CPP_END_FINALLY(100) } IL_0071: { RuntimeObject* L_17 = V_5; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_17); IL2CPP_END_FINALLY(100) } } // end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_JUMP_TBL(0x79, IL_0079) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0079: { StringBuilder_t * L_18 = V_0; NullCheck(L_18); String_t* L_19 = StringBuilder_ToString_m3317489284(L_18, /*hidden argument*/NULL); V_3 = L_19; String_t* L_20 = V_3; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); V_4 = L_21; int32_t L_22 = V_4; if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_009c; } } { String_t* L_23 = V_3; int32_t L_24 = V_4; NullCheck(L_23); String_t* L_25 = String_Substring_m1610150815(L_23, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); return L_25; } IL_009c: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_26; } } #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 System.Security.Permissions.FileDialogPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void FileDialogPermission__ctor_m1540359201 (FileDialogPermission_t986095094 * __this, int32_t ___state0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1 = CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001f; } } { __this->set__access_0(3); goto IL_0026; } IL_001f: { __this->set__access_0(0); } IL_0026: { return; } } // System.Void System.Security.Permissions.FileDialogPermission::.ctor(System.Security.Permissions.FileDialogPermissionAccess) extern "C" IL2CPP_METHOD_ATTR void FileDialogPermission__ctor_m2387896431 (FileDialogPermission_t986095094 * __this, int32_t ___access0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___access0; FileDialogPermission_set_Access_m2513660204(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.FileDialogPermission::set_Access(System.Security.Permissions.FileDialogPermissionAccess) extern "C" IL2CPP_METHOD_ATTR void FileDialogPermission_set_Access_m2513660204 (FileDialogPermission_t986095094 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileDialogPermission_set_Access_m2513660204_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (FileDialogPermissionAccess_t4172829844_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = ___value0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(FileDialogPermissionAccess_t4172829844_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_5 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_1, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003c; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3807304972, /*hidden argument*/NULL); int32_t L_7 = ___value0; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(FileDialogPermissionAccess_t4172829844_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, L_6, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_12, L_11, _stringLiteral3690348440, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FileDialogPermission_set_Access_m2513660204_RuntimeMethod_var); } IL_003c: { int32_t L_13 = ___value0; __this->set__access_0(L_13); return; } } // System.Security.IPermission System.Security.Permissions.FileDialogPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileDialogPermission_Copy_m960905877 (FileDialogPermission_t986095094 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileDialogPermission_Copy_m960905877_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__access_0(); FileDialogPermission_t986095094 * L_1 = (FileDialogPermission_t986095094 *)il2cpp_codegen_object_new(FileDialogPermission_t986095094_il2cpp_TypeInfo_var); FileDialogPermission__ctor_m2387896431(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Security.Permissions.FileDialogPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void FileDialogPermission_FromXml_m1332261088 (FileDialogPermission_t986095094 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileDialogPermission_FromXml_m1332261088_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___esd0; bool L_2 = CodeAccessPermission_IsUnrestricted_m1224416114(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { __this->set__access_0(3); goto IL_005e; } IL_0025: { SecurityElement_t1046076091 * L_3 = ___esd0; NullCheck(L_3); String_t* L_4 = SecurityElement_Attribute_m2289480139(L_3, _stringLiteral2349569347, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (L_5) { goto IL_0043; } } { __this->set__access_0(0); goto IL_005e; } IL_0043: { RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (FileDialogPermissionAccess_t4172829844_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_9 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); __this->set__access_0(((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t2950945753_il2cpp_TypeInfo_var))))); } IL_005e: { return; } } // System.Security.IPermission System.Security.Permissions.FileDialogPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileDialogPermission_Intersect_m3906512172 (FileDialogPermission_t986095094 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileDialogPermission_Intersect_m3906512172_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileDialogPermission_t986095094 * V_0 = NULL; int32_t V_1 = 0; FileDialogPermission_t986095094 * G_B5_0 = NULL; { RuntimeObject* L_0 = ___target0; FileDialogPermission_t986095094 * L_1 = FileDialogPermission_Cast_m3042944597(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; FileDialogPermission_t986095094 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (RuntimeObject*)NULL; } IL_0010: { int32_t L_3 = __this->get__access_0(); FileDialogPermission_t986095094 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get__access_0(); V_1 = ((int32_t)((int32_t)L_3&(int32_t)L_5)); int32_t L_6 = V_1; if (L_6) { goto IL_002a; } } { G_B5_0 = ((FileDialogPermission_t986095094 *)(NULL)); goto IL_0030; } IL_002a: { int32_t L_7 = V_1; FileDialogPermission_t986095094 * L_8 = (FileDialogPermission_t986095094 *)il2cpp_codegen_object_new(FileDialogPermission_t986095094_il2cpp_TypeInfo_var); FileDialogPermission__ctor_m2387896431(L_8, L_7, /*hidden argument*/NULL); G_B5_0 = L_8; } IL_0030: { return G_B5_0; } } // System.Boolean System.Security.Permissions.FileDialogPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool FileDialogPermission_IsSubsetOf_m4153005133 (FileDialogPermission_t986095094 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { FileDialogPermission_t986095094 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; FileDialogPermission_t986095094 * L_1 = FileDialogPermission_Cast_m3042944597(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; FileDialogPermission_t986095094 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (bool)0; } IL_0010: { int32_t L_3 = __this->get__access_0(); FileDialogPermission_t986095094 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get__access_0(); int32_t L_6 = __this->get__access_0(); return (bool)((((int32_t)((int32_t)((int32_t)L_3&(int32_t)L_5))) == ((int32_t)L_6))? 1 : 0); } } // System.Boolean System.Security.Permissions.FileDialogPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool FileDialogPermission_IsUnrestricted_m1535515616 (FileDialogPermission_t986095094 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__access_0(); return (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0); } } // System.Security.SecurityElement System.Security.Permissions.FileDialogPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * FileDialogPermission_ToXml_m4282181622 (FileDialogPermission_t986095094 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileDialogPermission_ToXml_m4282181622_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; int32_t V_1 = 0; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = __this->get__access_0(); V_1 = L_1; int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0028; } case 1: { goto IL_003d; } case 2: { goto IL_0052; } } } { goto IL_0067; } IL_0028: { SecurityElement_t1046076091 * L_3 = V_0; NullCheck(L_3); SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral2349569347, _stringLiteral3905732978, /*hidden argument*/NULL); goto IL_0067; } IL_003d: { SecurityElement_t1046076091 * L_4 = V_0; NullCheck(L_4); SecurityElement_AddAttribute_m311510562(L_4, _stringLiteral2349569347, _stringLiteral2435378281, /*hidden argument*/NULL); goto IL_0067; } IL_0052: { SecurityElement_t1046076091 * L_5 = V_0; NullCheck(L_5); SecurityElement_AddAttribute_m311510562(L_5, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL); goto IL_0067; } IL_0067: { SecurityElement_t1046076091 * L_6 = V_0; return L_6; } } // System.Security.IPermission System.Security.Permissions.FileDialogPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileDialogPermission_Union_m738866679 (FileDialogPermission_t986095094 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileDialogPermission_Union_m738866679_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileDialogPermission_t986095094 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; FileDialogPermission_t986095094 * L_1 = FileDialogPermission_Cast_m3042944597(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; FileDialogPermission_t986095094 * L_2 = V_0; if (L_2) { goto IL_0015; } } { RuntimeObject* L_3 = FileDialogPermission_Copy_m960905877(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { bool L_4 = FileDialogPermission_IsUnrestricted_m1535515616(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002b; } } { FileDialogPermission_t986095094 * L_5 = V_0; NullCheck(L_5); bool L_6 = FileDialogPermission_IsUnrestricted_m1535515616(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0032; } } IL_002b: { FileDialogPermission_t986095094 * L_7 = (FileDialogPermission_t986095094 *)il2cpp_codegen_object_new(FileDialogPermission_t986095094_il2cpp_TypeInfo_var); FileDialogPermission__ctor_m1540359201(L_7, 1, /*hidden argument*/NULL); return L_7; } IL_0032: { int32_t L_8 = __this->get__access_0(); FileDialogPermission_t986095094 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = L_9->get__access_0(); FileDialogPermission_t986095094 * L_11 = (FileDialogPermission_t986095094 *)il2cpp_codegen_object_new(FileDialogPermission_t986095094_il2cpp_TypeInfo_var); FileDialogPermission__ctor_m2387896431(L_11, ((int32_t)((int32_t)L_8|(int32_t)L_10)), /*hidden argument*/NULL); return L_11; } } // System.Security.Permissions.FileDialogPermission System.Security.Permissions.FileDialogPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR FileDialogPermission_t986095094 * FileDialogPermission_Cast_m3042944597 (FileDialogPermission_t986095094 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileDialogPermission_Cast_m3042944597_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileDialogPermission_t986095094 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (FileDialogPermission_t986095094 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((FileDialogPermission_t986095094 *)IsInstSealed((RuntimeObject*)L_1, FileDialogPermission_t986095094_il2cpp_TypeInfo_var)); FileDialogPermission_t986095094 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (FileDialogPermission_t986095094_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { FileDialogPermission_t986095094 * L_6 = V_0; return L_6; } } #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 System.Security.Permissions.FileIOPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission__ctor_m1908186556 (FileIOPermission_t3596906749 * __this, int32_t ___state0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1 = CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_002a; } } { __this->set_m_Unrestricted_2((bool)1); __this->set_m_AllFilesAccess_3(((int32_t)15)); __this->set_m_AllLocalFilesAccess_4(((int32_t)15)); } IL_002a: { FileIOPermission_CreateLists_m2514333598(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.FileIOPermission::.ctor(System.Security.Permissions.FileIOPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission__ctor_m1915937234 (FileIOPermission_t3596906749 * __this, int32_t ___access0, String_t* ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission__ctor_m1915937234_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); String_t* L_0 = ___path1; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileIOPermission__ctor_m1915937234_RuntimeMethod_var); } IL_0017: { FileIOPermission_CreateLists_m2514333598(__this, /*hidden argument*/NULL); int32_t L_2 = ___access0; String_t* L_3 = ___path1; FileIOPermission_AddPathList_m2670030776(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.FileIOPermission::.cctor() extern "C" IL2CPP_METHOD_ATTR void FileIOPermission__cctor_m1859715396 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission__cctor_m1859715396_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_0 = Path_GetInvalidPathChars_m3959874485(NULL /*static, unused*/, /*hidden argument*/NULL); ((FileIOPermission_t3596906749_StaticFields*)il2cpp_codegen_static_fields_for(FileIOPermission_t3596906749_il2cpp_TypeInfo_var))->set_BadPathNameCharacters_0(L_0); CharU5BU5D_t3528271667* L_1 = Path_GetInvalidFileNameChars_m535930204(NULL /*static, unused*/, /*hidden argument*/NULL); ((FileIOPermission_t3596906749_StaticFields*)il2cpp_codegen_static_fields_for(FileIOPermission_t3596906749_il2cpp_TypeInfo_var))->set_BadFileNameCharacters_1(L_1); return; } } // System.Void System.Security.Permissions.FileIOPermission::CreateLists() extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_CreateLists_m2514333598 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_CreateLists_m2514333598_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_readList_5(L_0); ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_writeList_6(L_1); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); __this->set_appendList_7(L_2); ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); __this->set_pathList_8(L_3); return; } } // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::get_AllFiles() extern "C" IL2CPP_METHOD_ATTR int32_t FileIOPermission_get_AllFiles_m2026149675 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_AllFilesAccess_3(); return L_0; } } // System.Void System.Security.Permissions.FileIOPermission::set_AllFiles(System.Security.Permissions.FileIOPermissionAccess) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_set_AllFiles_m3075410880 (FileIOPermission_t3596906749 * __this, int32_t ___value0, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Unrestricted_2(); if (L_0) { goto IL_0012; } } { int32_t L_1 = ___value0; __this->set_m_AllFilesAccess_3(L_1); } IL_0012: { return; } } // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::get_AllLocalFiles() extern "C" IL2CPP_METHOD_ATTR int32_t FileIOPermission_get_AllLocalFiles_m839909416 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_AllLocalFilesAccess_4(); return L_0; } } // System.Void System.Security.Permissions.FileIOPermission::set_AllLocalFiles(System.Security.Permissions.FileIOPermissionAccess) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_set_AllLocalFiles_m1808524353 (FileIOPermission_t3596906749 * __this, int32_t ___value0, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Unrestricted_2(); if (L_0) { goto IL_0012; } } { int32_t L_1 = ___value0; __this->set_m_AllLocalFilesAccess_4(L_1); } IL_0012: { return; } } // System.Void System.Security.Permissions.FileIOPermission::AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_AddPathList_m2670030776 (FileIOPermission_t3596906749 * __this, int32_t ___access0, String_t* ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_AddPathList_m2670030776_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___access0; int32_t L_1 = ___access0; if ((((int32_t)((int32_t)((int32_t)((int32_t)15)&(int32_t)L_0))) == ((int32_t)L_1))) { goto IL_0011; } } { int32_t L_2 = ___access0; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_ThrowInvalidFlag_m1708592716(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); } IL_0011: { String_t* L_3 = ___path1; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_ThrowIfInvalidPath_m845788753(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); int32_t L_4 = ___access0; String_t* L_5 = ___path1; FileIOPermission_AddPathInternal_m4199413382(__this, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.FileIOPermission::AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[]) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_AddPathList_m923461984 (FileIOPermission_t3596906749 * __this, int32_t ___access0, StringU5BU5D_t1281789340* ___pathList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_AddPathList_m923461984_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = ___access0; int32_t L_1 = ___access0; if ((((int32_t)((int32_t)((int32_t)((int32_t)15)&(int32_t)L_0))) == ((int32_t)L_1))) { goto IL_0011; } } { int32_t L_2 = ___access0; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_ThrowInvalidFlag_m1708592716(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); } IL_0011: { StringU5BU5D_t1281789340* L_3 = ___pathList1; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_ThrowIfInvalidPath_m2136048986(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_4 = ___pathList1; V_1 = L_4; V_2 = 0; goto IL_0030; } IL_0020: { StringU5BU5D_t1281789340* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = L_8; int32_t L_9 = ___access0; String_t* L_10 = V_0; FileIOPermission_AddPathInternal_m4199413382(__this, L_9, L_10, /*hidden argument*/NULL); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0030: { int32_t L_12 = V_2; StringU5BU5D_t1281789340* L_13 = V_1; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0020; } } { return; } } // System.Void System.Security.Permissions.FileIOPermission::AddPathInternal(System.Security.Permissions.FileIOPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_AddPathInternal_m4199413382 (FileIOPermission_t3596906749 * __this, int32_t ___access0, String_t* ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_AddPathInternal_m4199413382_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_1 = Path_InsecureGetFullPath_m129101154(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ___path1 = L_1; int32_t L_2 = ___access0; if ((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((uint32_t)1)))) { goto IL_001e; } } { ArrayList_t2718874744 * L_3 = __this->get_readList_5(); String_t* L_4 = ___path1; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); } IL_001e: { int32_t L_5 = ___access0; if ((!(((uint32_t)((int32_t)((int32_t)L_5&(int32_t)2))) == ((uint32_t)2)))) { goto IL_0034; } } { ArrayList_t2718874744 * L_6 = __this->get_writeList_6(); String_t* L_7 = ___path1; NullCheck(L_6); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_7); } IL_0034: { int32_t L_8 = ___access0; if ((!(((uint32_t)((int32_t)((int32_t)L_8&(int32_t)4))) == ((uint32_t)4)))) { goto IL_004a; } } { ArrayList_t2718874744 * L_9 = __this->get_appendList_7(); String_t* L_10 = ___path1; NullCheck(L_9); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_10); } IL_004a: { int32_t L_11 = ___access0; if ((!(((uint32_t)((int32_t)((int32_t)L_11&(int32_t)8))) == ((uint32_t)8)))) { goto IL_0060; } } { ArrayList_t2718874744 * L_12 = __this->get_pathList_8(); String_t* L_13 = ___path1; NullCheck(L_12); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_13); } IL_0060: { return; } } // System.Security.IPermission System.Security.Permissions.FileIOPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileIOPermission_Copy_m1475819040 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_Copy_m1475819040_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileIOPermission_t3596906749 * V_0 = NULL; { bool L_0 = __this->get_m_Unrestricted_2(); if (!L_0) { goto IL_0012; } } { FileIOPermission_t3596906749 * L_1 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1908186556(L_1, 1, /*hidden argument*/NULL); return L_1; } IL_0012: { FileIOPermission_t3596906749 * L_2 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1908186556(L_2, 0, /*hidden argument*/NULL); V_0 = L_2; FileIOPermission_t3596906749 * L_3 = V_0; ArrayList_t2718874744 * L_4 = __this->get_readList_5(); NullCheck(L_4); RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(49 /* System.Object System.Collections.ArrayList::Clone() */, L_4); NullCheck(L_3); L_3->set_readList_5(((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_5, ArrayList_t2718874744_il2cpp_TypeInfo_var))); FileIOPermission_t3596906749 * L_6 = V_0; ArrayList_t2718874744 * L_7 = __this->get_writeList_6(); NullCheck(L_7); RuntimeObject * L_8 = VirtFuncInvoker0< RuntimeObject * >::Invoke(49 /* System.Object System.Collections.ArrayList::Clone() */, L_7); NullCheck(L_6); L_6->set_writeList_6(((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_8, ArrayList_t2718874744_il2cpp_TypeInfo_var))); FileIOPermission_t3596906749 * L_9 = V_0; ArrayList_t2718874744 * L_10 = __this->get_appendList_7(); NullCheck(L_10); RuntimeObject * L_11 = VirtFuncInvoker0< RuntimeObject * >::Invoke(49 /* System.Object System.Collections.ArrayList::Clone() */, L_10); NullCheck(L_9); L_9->set_appendList_7(((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_11, ArrayList_t2718874744_il2cpp_TypeInfo_var))); FileIOPermission_t3596906749 * L_12 = V_0; ArrayList_t2718874744 * L_13 = __this->get_pathList_8(); NullCheck(L_13); RuntimeObject * L_14 = VirtFuncInvoker0< RuntimeObject * >::Invoke(49 /* System.Object System.Collections.ArrayList::Clone() */, L_13); NullCheck(L_12); L_12->set_pathList_8(((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_14, ArrayList_t2718874744_il2cpp_TypeInfo_var))); FileIOPermission_t3596906749 * L_15 = V_0; int32_t L_16 = __this->get_m_AllFilesAccess_3(); NullCheck(L_15); L_15->set_m_AllFilesAccess_3(L_16); FileIOPermission_t3596906749 * L_17 = V_0; int32_t L_18 = __this->get_m_AllLocalFilesAccess_4(); NullCheck(L_17); L_17->set_m_AllLocalFilesAccess_4(L_18); FileIOPermission_t3596906749 * L_19 = V_0; return L_19; } } // System.Void System.Security.Permissions.FileIOPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_FromXml_m1633766018 (FileIOPermission_t3596906749 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_FromXml_m1633766018_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___esd0; bool L_2 = CodeAccessPermission_IsUnrestricted_m1224416114(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { __this->set_m_Unrestricted_2((bool)1); goto IL_00dc; } IL_0025: { __this->set_m_Unrestricted_2((bool)0); SecurityElement_t1046076091 * L_3 = ___esd0; NullCheck(L_3); String_t* L_4 = SecurityElement_Attribute_m2289480139(L_3, _stringLiteral431746835, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (!L_5) { goto IL_0058; } } { String_t* L_6 = V_0; CharU5BU5D_t3528271667* L_7 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_6); StringU5BU5D_t1281789340* L_8 = String_Split_m3646115398(L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; StringU5BU5D_t1281789340* L_9 = V_1; FileIOPermission_AddPathList_m923461984(__this, 1, L_9, /*hidden argument*/NULL); } IL_0058: { SecurityElement_t1046076091 * L_10 = ___esd0; NullCheck(L_10); String_t* L_11 = SecurityElement_Attribute_m2289480139(L_10, _stringLiteral1973028809, /*hidden argument*/NULL); V_0 = L_11; String_t* L_12 = V_0; if (!L_12) { goto IL_0084; } } { String_t* L_13 = V_0; CharU5BU5D_t3528271667* L_14 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_14); (L_14)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_13); StringU5BU5D_t1281789340* L_15 = String_Split_m3646115398(L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; StringU5BU5D_t1281789340* L_16 = V_1; FileIOPermission_AddPathList_m923461984(__this, 2, L_16, /*hidden argument*/NULL); } IL_0084: { SecurityElement_t1046076091 * L_17 = ___esd0; NullCheck(L_17); String_t* L_18 = SecurityElement_Attribute_m2289480139(L_17, _stringLiteral2082467269, /*hidden argument*/NULL); V_0 = L_18; String_t* L_19 = V_0; if (!L_19) { goto IL_00b0; } } { String_t* L_20 = V_0; CharU5BU5D_t3528271667* L_21 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_21); (L_21)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_20); StringU5BU5D_t1281789340* L_22 = String_Split_m3646115398(L_20, L_21, /*hidden argument*/NULL); V_1 = L_22; StringU5BU5D_t1281789340* L_23 = V_1; FileIOPermission_AddPathList_m923461984(__this, 4, L_23, /*hidden argument*/NULL); } IL_00b0: { SecurityElement_t1046076091 * L_24 = ___esd0; NullCheck(L_24); String_t* L_25 = SecurityElement_Attribute_m2289480139(L_24, _stringLiteral3232623365, /*hidden argument*/NULL); V_0 = L_25; String_t* L_26 = V_0; if (!L_26) { goto IL_00dc; } } { String_t* L_27 = V_0; CharU5BU5D_t3528271667* L_28 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_28); (L_28)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_27); StringU5BU5D_t1281789340* L_29 = String_Split_m3646115398(L_27, L_28, /*hidden argument*/NULL); V_1 = L_29; StringU5BU5D_t1281789340* L_30 = V_1; FileIOPermission_AddPathList_m923461984(__this, 8, L_30, /*hidden argument*/NULL); } IL_00dc: { return; } } // System.String[] System.Security.Permissions.FileIOPermission::GetPathList(System.Security.Permissions.FileIOPermissionAccess) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* FileIOPermission_GetPathList_m1886200273 (FileIOPermission_t3596906749 * __this, int32_t ___access0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_GetPathList_m1886200273_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; int32_t V_1 = 0; StringU5BU5D_t1281789340* G_B13_0 = NULL; { int32_t L_0 = ___access0; int32_t L_1 = ___access0; if ((((int32_t)((int32_t)((int32_t)((int32_t)15)&(int32_t)L_0))) == ((int32_t)L_1))) { goto IL_0011; } } { int32_t L_2 = ___access0; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_ThrowInvalidFlag_m1708592716(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); } IL_0011: { ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = ___access0; V_1 = L_4; int32_t L_5 = V_1; switch (L_5) { case 0: { goto IL_0048; } case 1: { goto IL_004d; } case 2: { goto IL_005e; } case 3: { goto IL_0091; } case 4: { goto IL_006f; } case 5: { goto IL_0091; } case 6: { goto IL_0091; } case 7: { goto IL_0091; } case 8: { goto IL_0080; } } } { goto IL_0091; } IL_0048: { goto IL_009d; } IL_004d: { ArrayList_t2718874744 * L_6 = V_0; ArrayList_t2718874744 * L_7 = __this->get_readList_5(); NullCheck(L_6); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_6, L_7); goto IL_009d; } IL_005e: { ArrayList_t2718874744 * L_8 = V_0; ArrayList_t2718874744 * L_9 = __this->get_writeList_6(); NullCheck(L_8); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_8, L_9); goto IL_009d; } IL_006f: { ArrayList_t2718874744 * L_10 = V_0; ArrayList_t2718874744 * L_11 = __this->get_appendList_7(); NullCheck(L_10); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_10, L_11); goto IL_009d; } IL_0080: { ArrayList_t2718874744 * L_12 = V_0; ArrayList_t2718874744 * L_13 = __this->get_pathList_8(); NullCheck(L_12); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_12, L_13); goto IL_009d; } IL_0091: { int32_t L_14 = ___access0; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_ThrowInvalidFlag_m1708592716(NULL /*static, unused*/, L_14, (bool)0, /*hidden argument*/NULL); goto IL_009d; } IL_009d: { ArrayList_t2718874744 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_15); if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_00c3; } } { ArrayList_t2718874744 * L_17 = V_0; RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); NullCheck(L_17); RuntimeArray * L_20 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_17, L_19); G_B13_0 = ((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_20, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); goto IL_00c4; } IL_00c3: { G_B13_0 = ((StringU5BU5D_t1281789340*)(NULL)); } IL_00c4: { return G_B13_0; } } // System.Security.IPermission System.Security.Permissions.FileIOPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileIOPermission_Intersect_m3750751395 (FileIOPermission_t3596906749 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_Intersect_m3750751395_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileIOPermission_t3596906749 * V_0 = NULL; FileIOPermission_t3596906749 * V_1 = NULL; FileIOPermission_t3596906749 * G_B9_0 = NULL; { RuntimeObject* L_0 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_t3596906749 * L_1 = FileIOPermission_Cast_m845369805(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; FileIOPermission_t3596906749 * L_2 = V_0; if (L_2) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { bool L_3 = FileIOPermission_IsUnrestricted_m3593893315(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0021; } } { FileIOPermission_t3596906749 * L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5 = FileIOPermission_Copy_m1475819040(L_4, /*hidden argument*/NULL); return L_5; } IL_0021: { FileIOPermission_t3596906749 * L_6 = V_0; NullCheck(L_6); bool L_7 = FileIOPermission_IsUnrestricted_m3593893315(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0033; } } { RuntimeObject* L_8 = FileIOPermission_Copy_m1475819040(__this, /*hidden argument*/NULL); return L_8; } IL_0033: { FileIOPermission_t3596906749 * L_9 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1908186556(L_9, 0, /*hidden argument*/NULL); V_1 = L_9; FileIOPermission_t3596906749 * L_10 = V_1; int32_t L_11 = __this->get_m_AllFilesAccess_3(); FileIOPermission_t3596906749 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = FileIOPermission_get_AllFiles_m2026149675(L_12, /*hidden argument*/NULL); NullCheck(L_10); FileIOPermission_set_AllFiles_m3075410880(L_10, ((int32_t)((int32_t)L_11&(int32_t)L_13)), /*hidden argument*/NULL); FileIOPermission_t3596906749 * L_14 = V_1; int32_t L_15 = __this->get_m_AllLocalFilesAccess_4(); FileIOPermission_t3596906749 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = FileIOPermission_get_AllLocalFiles_m839909416(L_16, /*hidden argument*/NULL); NullCheck(L_14); FileIOPermission_set_AllLocalFiles_m1808524353(L_14, ((int32_t)((int32_t)L_15&(int32_t)L_17)), /*hidden argument*/NULL); ArrayList_t2718874744 * L_18 = __this->get_readList_5(); FileIOPermission_t3596906749 * L_19 = V_0; NullCheck(L_19); ArrayList_t2718874744 * L_20 = L_19->get_readList_5(); FileIOPermission_t3596906749 * L_21 = V_1; NullCheck(L_21); ArrayList_t2718874744 * L_22 = L_21->get_readList_5(); IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_IntersectKeys_m2315219909(NULL /*static, unused*/, L_18, L_20, L_22, /*hidden argument*/NULL); ArrayList_t2718874744 * L_23 = __this->get_writeList_6(); FileIOPermission_t3596906749 * L_24 = V_0; NullCheck(L_24); ArrayList_t2718874744 * L_25 = L_24->get_writeList_6(); FileIOPermission_t3596906749 * L_26 = V_1; NullCheck(L_26); ArrayList_t2718874744 * L_27 = L_26->get_writeList_6(); FileIOPermission_IntersectKeys_m2315219909(NULL /*static, unused*/, L_23, L_25, L_27, /*hidden argument*/NULL); ArrayList_t2718874744 * L_28 = __this->get_appendList_7(); FileIOPermission_t3596906749 * L_29 = V_0; NullCheck(L_29); ArrayList_t2718874744 * L_30 = L_29->get_appendList_7(); FileIOPermission_t3596906749 * L_31 = V_1; NullCheck(L_31); ArrayList_t2718874744 * L_32 = L_31->get_appendList_7(); FileIOPermission_IntersectKeys_m2315219909(NULL /*static, unused*/, L_28, L_30, L_32, /*hidden argument*/NULL); ArrayList_t2718874744 * L_33 = __this->get_pathList_8(); FileIOPermission_t3596906749 * L_34 = V_0; NullCheck(L_34); ArrayList_t2718874744 * L_35 = L_34->get_pathList_8(); FileIOPermission_t3596906749 * L_36 = V_1; NullCheck(L_36); ArrayList_t2718874744 * L_37 = L_36->get_pathList_8(); FileIOPermission_IntersectKeys_m2315219909(NULL /*static, unused*/, L_33, L_35, L_37, /*hidden argument*/NULL); FileIOPermission_t3596906749 * L_38 = V_1; NullCheck(L_38); bool L_39 = FileIOPermission_IsEmpty_m2279777008(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00cd; } } { G_B9_0 = ((FileIOPermission_t3596906749 *)(NULL)); goto IL_00ce; } IL_00cd: { FileIOPermission_t3596906749 * L_40 = V_1; G_B9_0 = L_40; } IL_00ce: { return G_B9_0; } } // System.Boolean System.Security.Permissions.FileIOPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool FileIOPermission_IsSubsetOf_m1015399292 (FileIOPermission_t3596906749 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_IsSubsetOf_m1015399292_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileIOPermission_t3596906749 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_t3596906749 * L_1 = FileIOPermission_Cast_m845369805(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; FileIOPermission_t3596906749 * L_2 = V_0; if (L_2) { goto IL_000f; } } { return (bool)0; } IL_000f: { FileIOPermission_t3596906749 * L_3 = V_0; NullCheck(L_3); bool L_4 = FileIOPermission_IsEmpty_m2279777008(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0021; } } { bool L_5 = FileIOPermission_IsEmpty_m2279777008(__this, /*hidden argument*/NULL); return L_5; } IL_0021: { bool L_6 = FileIOPermission_IsUnrestricted_m3593893315(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0033; } } { FileIOPermission_t3596906749 * L_7 = V_0; NullCheck(L_7); bool L_8 = FileIOPermission_IsUnrestricted_m3593893315(L_7, /*hidden argument*/NULL); return L_8; } IL_0033: { FileIOPermission_t3596906749 * L_9 = V_0; NullCheck(L_9); bool L_10 = FileIOPermission_IsUnrestricted_m3593893315(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0040; } } { return (bool)1; } IL_0040: { int32_t L_11 = __this->get_m_AllFilesAccess_3(); FileIOPermission_t3596906749 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = FileIOPermission_get_AllFiles_m2026149675(L_12, /*hidden argument*/NULL); int32_t L_14 = __this->get_m_AllFilesAccess_3(); if ((((int32_t)((int32_t)((int32_t)L_11&(int32_t)L_13))) == ((int32_t)L_14))) { goto IL_005a; } } { return (bool)0; } IL_005a: { int32_t L_15 = __this->get_m_AllLocalFilesAccess_4(); FileIOPermission_t3596906749 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = FileIOPermission_get_AllLocalFiles_m839909416(L_16, /*hidden argument*/NULL); int32_t L_18 = __this->get_m_AllLocalFilesAccess_4(); if ((((int32_t)((int32_t)((int32_t)L_15&(int32_t)L_17))) == ((int32_t)L_18))) { goto IL_0074; } } { return (bool)0; } IL_0074: { ArrayList_t2718874744 * L_19 = __this->get_appendList_7(); FileIOPermission_t3596906749 * L_20 = V_0; NullCheck(L_20); ArrayList_t2718874744 * L_21 = L_20->get_appendList_7(); IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); bool L_22 = FileIOPermission_KeyIsSubsetOf_m350541938(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_008c; } } { return (bool)0; } IL_008c: { ArrayList_t2718874744 * L_23 = __this->get_readList_5(); FileIOPermission_t3596906749 * L_24 = V_0; NullCheck(L_24); ArrayList_t2718874744 * L_25 = L_24->get_readList_5(); IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); bool L_26 = FileIOPermission_KeyIsSubsetOf_m350541938(NULL /*static, unused*/, L_23, L_25, /*hidden argument*/NULL); if (L_26) { goto IL_00a4; } } { return (bool)0; } IL_00a4: { ArrayList_t2718874744 * L_27 = __this->get_writeList_6(); FileIOPermission_t3596906749 * L_28 = V_0; NullCheck(L_28); ArrayList_t2718874744 * L_29 = L_28->get_writeList_6(); IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); bool L_30 = FileIOPermission_KeyIsSubsetOf_m350541938(NULL /*static, unused*/, L_27, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00bc; } } { return (bool)0; } IL_00bc: { ArrayList_t2718874744 * L_31 = __this->get_pathList_8(); FileIOPermission_t3596906749 * L_32 = V_0; NullCheck(L_32); ArrayList_t2718874744 * L_33 = L_32->get_pathList_8(); IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); bool L_34 = FileIOPermission_KeyIsSubsetOf_m350541938(NULL /*static, unused*/, L_31, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00d4; } } { return (bool)0; } IL_00d4: { return (bool)1; } } // System.Boolean System.Security.Permissions.FileIOPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool FileIOPermission_IsUnrestricted_m3593893315 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Unrestricted_2(); return L_0; } } // System.Security.SecurityElement System.Security.Permissions.FileIOPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * FileIOPermission_ToXml_m3808950812 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_ToXml_m3808950812_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = __this->get_m_Unrestricted_2(); if (!L_1) { goto IL_0028; } } { SecurityElement_t1046076091 * L_2 = V_0; NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL); goto IL_00dc; } IL_0028: { StringU5BU5D_t1281789340* L_3 = FileIOPermission_GetPathList_m1886200273(__this, 4, /*hidden argument*/NULL); V_1 = L_3; StringU5BU5D_t1281789340* L_4 = V_1; if (!L_4) { goto IL_0055; } } { StringU5BU5D_t1281789340* L_5 = V_1; NullCheck(L_5); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) <= ((int32_t)0))) { goto IL_0055; } } { SecurityElement_t1046076091 * L_6 = V_0; StringU5BU5D_t1281789340* L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3452614549, L_7, /*hidden argument*/NULL); NullCheck(L_6); SecurityElement_AddAttribute_m311510562(L_6, _stringLiteral2082467269, L_8, /*hidden argument*/NULL); } IL_0055: { StringU5BU5D_t1281789340* L_9 = FileIOPermission_GetPathList_m1886200273(__this, 1, /*hidden argument*/NULL); V_1 = L_9; StringU5BU5D_t1281789340* L_10 = V_1; if (!L_10) { goto IL_0082; } } { StringU5BU5D_t1281789340* L_11 = V_1; NullCheck(L_11); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))) <= ((int32_t)0))) { goto IL_0082; } } { SecurityElement_t1046076091 * L_12 = V_0; StringU5BU5D_t1281789340* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3452614549, L_13, /*hidden argument*/NULL); NullCheck(L_12); SecurityElement_AddAttribute_m311510562(L_12, _stringLiteral431746835, L_14, /*hidden argument*/NULL); } IL_0082: { StringU5BU5D_t1281789340* L_15 = FileIOPermission_GetPathList_m1886200273(__this, 2, /*hidden argument*/NULL); V_1 = L_15; StringU5BU5D_t1281789340* L_16 = V_1; if (!L_16) { goto IL_00af; } } { StringU5BU5D_t1281789340* L_17 = V_1; NullCheck(L_17); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))) <= ((int32_t)0))) { goto IL_00af; } } { SecurityElement_t1046076091 * L_18 = V_0; StringU5BU5D_t1281789340* L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3452614549, L_19, /*hidden argument*/NULL); NullCheck(L_18); SecurityElement_AddAttribute_m311510562(L_18, _stringLiteral1973028809, L_20, /*hidden argument*/NULL); } IL_00af: { StringU5BU5D_t1281789340* L_21 = FileIOPermission_GetPathList_m1886200273(__this, 8, /*hidden argument*/NULL); V_1 = L_21; StringU5BU5D_t1281789340* L_22 = V_1; if (!L_22) { goto IL_00dc; } } { StringU5BU5D_t1281789340* L_23 = V_1; NullCheck(L_23); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))) <= ((int32_t)0))) { goto IL_00dc; } } { SecurityElement_t1046076091 * L_24 = V_0; StringU5BU5D_t1281789340* L_25 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3452614549, L_25, /*hidden argument*/NULL); NullCheck(L_24); SecurityElement_AddAttribute_m311510562(L_24, _stringLiteral3232623365, L_26, /*hidden argument*/NULL); } IL_00dc: { SecurityElement_t1046076091 * L_27 = V_0; return L_27; } } // System.Security.IPermission System.Security.Permissions.FileIOPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileIOPermission_Union_m3634619259 (FileIOPermission_t3596906749 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_Union_m3634619259_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileIOPermission_t3596906749 * V_0 = NULL; FileIOPermission_t3596906749 * V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; { RuntimeObject* L_0 = ___other0; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_t3596906749 * L_1 = FileIOPermission_Cast_m845369805(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; FileIOPermission_t3596906749 * L_2 = V_0; if (L_2) { goto IL_0014; } } { RuntimeObject* L_3 = FileIOPermission_Copy_m1475819040(__this, /*hidden argument*/NULL); return L_3; } IL_0014: { bool L_4 = FileIOPermission_IsUnrestricted_m3593893315(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002a; } } { FileIOPermission_t3596906749 * L_5 = V_0; NullCheck(L_5); bool L_6 = FileIOPermission_IsUnrestricted_m3593893315(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0031; } } IL_002a: { FileIOPermission_t3596906749 * L_7 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1908186556(L_7, 1, /*hidden argument*/NULL); return L_7; } IL_0031: { bool L_8 = FileIOPermission_IsEmpty_m2279777008(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_0049; } } { FileIOPermission_t3596906749 * L_9 = V_0; NullCheck(L_9); bool L_10 = FileIOPermission_IsEmpty_m2279777008(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0049; } } { return (RuntimeObject*)NULL; } IL_0049: { RuntimeObject* L_11 = FileIOPermission_Copy_m1475819040(__this, /*hidden argument*/NULL); V_1 = ((FileIOPermission_t3596906749 *)CastclassSealed((RuntimeObject*)L_11, FileIOPermission_t3596906749_il2cpp_TypeInfo_var)); FileIOPermission_t3596906749 * L_12 = V_1; FileIOPermission_t3596906749 * L_13 = L_12; NullCheck(L_13); int32_t L_14 = FileIOPermission_get_AllFiles_m2026149675(L_13, /*hidden argument*/NULL); FileIOPermission_t3596906749 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = FileIOPermission_get_AllFiles_m2026149675(L_15, /*hidden argument*/NULL); NullCheck(L_13); FileIOPermission_set_AllFiles_m3075410880(L_13, ((int32_t)((int32_t)L_14|(int32_t)L_16)), /*hidden argument*/NULL); FileIOPermission_t3596906749 * L_17 = V_1; FileIOPermission_t3596906749 * L_18 = L_17; NullCheck(L_18); int32_t L_19 = FileIOPermission_get_AllLocalFiles_m839909416(L_18, /*hidden argument*/NULL); FileIOPermission_t3596906749 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = FileIOPermission_get_AllLocalFiles_m839909416(L_20, /*hidden argument*/NULL); NullCheck(L_18); FileIOPermission_set_AllLocalFiles_m1808524353(L_18, ((int32_t)((int32_t)L_19|(int32_t)L_21)), /*hidden argument*/NULL); FileIOPermission_t3596906749 * L_22 = V_0; NullCheck(L_22); StringU5BU5D_t1281789340* L_23 = FileIOPermission_GetPathList_m1886200273(L_22, 1, /*hidden argument*/NULL); V_2 = L_23; StringU5BU5D_t1281789340* L_24 = V_2; if (!L_24) { goto IL_0095; } } { FileIOPermission_t3596906749 * L_25 = V_1; NullCheck(L_25); ArrayList_t2718874744 * L_26 = L_25->get_readList_5(); StringU5BU5D_t1281789340* L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_UnionKeys_m3348723214(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); } IL_0095: { FileIOPermission_t3596906749 * L_28 = V_0; NullCheck(L_28); StringU5BU5D_t1281789340* L_29 = FileIOPermission_GetPathList_m1886200273(L_28, 2, /*hidden argument*/NULL); V_2 = L_29; StringU5BU5D_t1281789340* L_30 = V_2; if (!L_30) { goto IL_00af; } } { FileIOPermission_t3596906749 * L_31 = V_1; NullCheck(L_31); ArrayList_t2718874744 * L_32 = L_31->get_writeList_6(); StringU5BU5D_t1281789340* L_33 = V_2; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_UnionKeys_m3348723214(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); } IL_00af: { FileIOPermission_t3596906749 * L_34 = V_0; NullCheck(L_34); StringU5BU5D_t1281789340* L_35 = FileIOPermission_GetPathList_m1886200273(L_34, 4, /*hidden argument*/NULL); V_2 = L_35; StringU5BU5D_t1281789340* L_36 = V_2; if (!L_36) { goto IL_00c9; } } { FileIOPermission_t3596906749 * L_37 = V_1; NullCheck(L_37); ArrayList_t2718874744 * L_38 = L_37->get_appendList_7(); StringU5BU5D_t1281789340* L_39 = V_2; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_UnionKeys_m3348723214(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); } IL_00c9: { FileIOPermission_t3596906749 * L_40 = V_0; NullCheck(L_40); StringU5BU5D_t1281789340* L_41 = FileIOPermission_GetPathList_m1886200273(L_40, 8, /*hidden argument*/NULL); V_2 = L_41; StringU5BU5D_t1281789340* L_42 = V_2; if (!L_42) { goto IL_00e3; } } { FileIOPermission_t3596906749 * L_43 = V_1; NullCheck(L_43); ArrayList_t2718874744 * L_44 = L_43->get_pathList_8(); StringU5BU5D_t1281789340* L_45 = V_2; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_UnionKeys_m3348723214(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL); } IL_00e3: { FileIOPermission_t3596906749 * L_46 = V_1; return L_46; } } // System.Boolean System.Security.Permissions.FileIOPermission::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool FileIOPermission_Equals_m1370594226 (FileIOPermission_t3596906749 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Security.Permissions.FileIOPermission::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t FileIOPermission_GetHashCode_m1055712270 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method) { { int32_t L_0 = CodeAccessPermission_GetHashCode_m880096813(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Security.Permissions.FileIOPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool FileIOPermission_IsEmpty_m2279777008 (FileIOPermission_t3596906749 * __this, const RuntimeMethod* method) { int32_t G_B6_0 = 0; { bool L_0 = __this->get_m_Unrestricted_2(); if (L_0) { goto IL_004b; } } { ArrayList_t2718874744 * L_1 = __this->get_appendList_7(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); if (L_2) { goto IL_004b; } } { ArrayList_t2718874744 * L_3 = __this->get_readList_5(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); if (L_4) { goto IL_004b; } } { ArrayList_t2718874744 * L_5 = __this->get_writeList_6(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_5); if (L_6) { goto IL_004b; } } { ArrayList_t2718874744 * L_7 = __this->get_pathList_8(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7); G_B6_0 = ((((int32_t)L_8) == ((int32_t)0))? 1 : 0); goto IL_004c; } IL_004b: { G_B6_0 = 0; } IL_004c: { return (bool)G_B6_0; } } // System.Security.Permissions.FileIOPermission System.Security.Permissions.FileIOPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR FileIOPermission_t3596906749 * FileIOPermission_Cast_m845369805 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_Cast_m845369805_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileIOPermission_t3596906749 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (FileIOPermission_t3596906749 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((FileIOPermission_t3596906749 *)IsInstSealed((RuntimeObject*)L_1, FileIOPermission_t3596906749_il2cpp_TypeInfo_var)); FileIOPermission_t3596906749 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (FileIOPermission_t3596906749_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { FileIOPermission_t3596906749 * L_6 = V_0; return L_6; } } // System.Void System.Security.Permissions.FileIOPermission::ThrowInvalidFlag(System.Security.Permissions.FileIOPermissionAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_ThrowInvalidFlag_m1708592716 (RuntimeObject * __this /* static, unused */, int32_t ___access0, bool ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_ThrowInvalidFlag_m1708592716_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; bool L_0 = ___context1; if (!L_0) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3225342323, /*hidden argument*/NULL); V_0 = L_1; goto IL_0023; } IL_0018: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3127603183, /*hidden argument*/NULL); V_0 = L_2; } IL_0023: { String_t* L_3 = V_0; int32_t L_4 = ___access0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(FileIOPermissionAccess_t1559273540_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2844511972(NULL /*static, unused*/, L_3, L_6, /*hidden argument*/NULL); ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, L_7, _stringLiteral2349568099, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,FileIOPermission_ThrowInvalidFlag_m1708592716_RuntimeMethod_var); } } // System.Void System.Security.Permissions.FileIOPermission::ThrowIfInvalidPath(System.String) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_ThrowIfInvalidPath_m845788753 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_ThrowIfInvalidPath_m845788753_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_1 = Path_GetDirectoryName_m3496866581(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_003b; } } { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_4 = ((FileIOPermission_t3596906749_StaticFields*)il2cpp_codegen_static_fields_for(FileIOPermission_t3596906749_il2cpp_TypeInfo_var))->get_BadPathNameCharacters_0(); NullCheck(L_3); int32_t L_5 = String_LastIndexOfAny_m545540478(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_003b; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1697677076, /*hidden argument*/NULL); String_t* L_7 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Format_m2844511972(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; String_t* L_9 = V_1; ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_10, L_9, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,FileIOPermission_ThrowIfInvalidPath_m845788753_RuntimeMethod_var); } IL_003b: { String_t* L_11 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_12 = Path_GetFileName_m1354558116(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_2 = L_12; String_t* L_13 = V_2; if (!L_13) { goto IL_0076; } } { String_t* L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_15 = ((FileIOPermission_t3596906749_StaticFields*)il2cpp_codegen_static_fields_for(FileIOPermission_t3596906749_il2cpp_TypeInfo_var))->get_BadFileNameCharacters_1(); NullCheck(L_14); int32_t L_16 = String_LastIndexOfAny_m545540478(L_14, L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_0076; } } { String_t* L_17 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3306013350, /*hidden argument*/NULL); String_t* L_18 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Format_m2844511972(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); V_3 = L_19; String_t* L_20 = V_3; ArgumentException_t132251570 * L_21 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_21, L_20, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,FileIOPermission_ThrowIfInvalidPath_m845788753_RuntimeMethod_var); } IL_0076: { String_t* L_22 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_23 = Path_IsPathRooted_m3515805419(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_009a; } } { String_t* L_24 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1127023485, /*hidden argument*/NULL); V_4 = L_24; String_t* L_25 = V_4; ArgumentException_t132251570 * L_26 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_26, L_25, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,FileIOPermission_ThrowIfInvalidPath_m845788753_RuntimeMethod_var); } IL_009a: { return; } } // System.Void System.Security.Permissions.FileIOPermission::ThrowIfInvalidPath(System.String[]) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_ThrowIfInvalidPath_m2136048986 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* ___paths0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_ThrowIfInvalidPath_m2136048986_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; { StringU5BU5D_t1281789340* L_0 = ___paths0; V_1 = L_0; V_2 = 0; goto IL_0017; } IL_0009: { StringU5BU5D_t1281789340* L_1 = V_1; int32_t L_2 = V_2; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission_ThrowIfInvalidPath_m845788753(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); int32_t L_6 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0017: { int32_t L_7 = V_2; StringU5BU5D_t1281789340* L_8 = V_1; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0009; } } { return; } } // System.Boolean System.Security.Permissions.FileIOPermission::KeyIsSubsetOf(System.Collections.IList,System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR bool FileIOPermission_KeyIsSubsetOf_m350541938 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___local0, RuntimeObject* ___target1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_KeyIsSubsetOf_m350541938_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; bool V_6 = false; RuntimeObject* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)0; RuntimeObject* L_0 = ___local0; NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_0); V_2 = L_1; } IL_0009: try { // begin try (depth: 1) { goto IL_007c; } IL_000e: { RuntimeObject* L_2 = V_2; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = ___target1; NullCheck(L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_4); V_4 = L_5; } IL_0022: try { // begin try (depth: 2) { goto IL_0047; } IL_0027: { RuntimeObject* L_6 = V_4; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_3 = ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); String_t* L_8 = V_3; String_t* L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_10 = Path_IsPathSubsetOf_m3034834568(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0047; } } IL_0040: { V_0 = (bool)1; goto IL_0053; } IL_0047: { RuntimeObject* L_11 = V_4; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0027; } } IL_0053: { IL2CPP_LEAVE(0x6E, FINALLY_0058); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0058; } FINALLY_0058: { // begin finally (depth: 2) { RuntimeObject* L_13 = V_4; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_5; if (L_14) { goto IL_0066; } } IL_0065: { IL2CPP_END_FINALLY(88) } IL_0066: { RuntimeObject* L_15 = V_5; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); IL2CPP_END_FINALLY(88) } } // end finally (depth: 2) IL2CPP_CLEANUP(88) { IL2CPP_JUMP_TBL(0x6E, IL_006e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006e: { bool L_16 = V_0; if (L_16) { goto IL_007c; } } IL_0074: { V_6 = (bool)0; IL2CPP_LEAVE(0xA3, FINALLY_008c); } IL_007c: { RuntimeObject* L_17 = V_2; NullCheck(L_17); bool L_18 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_000e; } } IL_0087: { IL2CPP_LEAVE(0xA1, FINALLY_008c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008c; } FINALLY_008c: { // begin finally (depth: 1) { RuntimeObject* L_19 = V_2; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_7; if (L_20) { goto IL_0099; } } IL_0098: { IL2CPP_END_FINALLY(140) } IL_0099: { RuntimeObject* L_21 = V_7; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_21); IL2CPP_END_FINALLY(140) } } // end finally (depth: 1) IL2CPP_CLEANUP(140) { IL2CPP_JUMP_TBL(0xA3, IL_00a3) IL2CPP_JUMP_TBL(0xA1, IL_00a1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a1: { return (bool)1; } IL_00a3: { bool L_22 = V_6; return L_22; } } // System.Void System.Security.Permissions.FileIOPermission::UnionKeys(System.Collections.IList,System.String[]) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_UnionKeys_m3348723214 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___list0, StringU5BU5D_t1281789340* ___paths1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_UnionKeys_m3348723214_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; { StringU5BU5D_t1281789340* L_0 = ___paths1; V_1 = L_0; V_2 = 0; goto IL_008d; } IL_0009: { StringU5BU5D_t1281789340* L_1 = V_1; int32_t L_2 = V_2; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; RuntimeObject* L_5 = ___list0; NullCheck(L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_5); V_3 = L_6; int32_t L_7 = V_3; if (L_7) { goto IL_0027; } } { RuntimeObject* L_8 = ___list0; String_t* L_9 = V_0; NullCheck(L_8); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_8, L_9); goto IL_0089; } IL_0027: { V_4 = 0; goto IL_0071; } IL_002f: { RuntimeObject* L_10 = ___list0; int32_t L_11 = V_4; NullCheck(L_10); RuntimeObject * L_12 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_10, L_11); V_5 = ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); String_t* L_13 = V_0; String_t* L_14 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_15 = Path_IsPathSubsetOf_m3034834568(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0059; } } { RuntimeObject* L_16 = ___list0; int32_t L_17 = V_4; String_t* L_18 = V_0; NullCheck(L_16); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IList::set_Item(System.Int32,System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_16, L_17, L_18); goto IL_0079; } IL_0059: { String_t* L_19 = V_5; String_t* L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_21 = Path_IsPathSubsetOf_m3034834568(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_006b; } } { goto IL_0079; } IL_006b: { int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0071: { int32_t L_23 = V_4; int32_t L_24 = V_3; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_002f; } } IL_0079: { int32_t L_25 = V_4; int32_t L_26 = V_3; if ((!(((uint32_t)L_25) == ((uint32_t)L_26)))) { goto IL_0089; } } { RuntimeObject* L_27 = ___list0; String_t* L_28 = V_0; NullCheck(L_27); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_27, L_28); } IL_0089: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_008d: { int32_t L_30 = V_2; StringU5BU5D_t1281789340* L_31 = V_1; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))) { goto IL_0009; } } { return; } } // System.Void System.Security.Permissions.FileIOPermission::IntersectKeys(System.Collections.IList,System.Collections.IList,System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission_IntersectKeys_m2315219909 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___local0, RuntimeObject* ___target1, RuntimeObject* ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileIOPermission_IntersectKeys_m2315219909_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___local0; NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_0); V_1 = L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0093; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = ___target1; NullCheck(L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_4); V_3 = L_5; } IL_001f: try { // begin try (depth: 2) { goto IL_006e; } IL_0024: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); String_t* L_8 = V_2; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_005a; } } IL_0041: { String_t* L_12 = V_0; String_t* L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_14 = Path_IsPathSubsetOf_m3034834568(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0055; } } IL_004d: { RuntimeObject* L_15 = ___result2; String_t* L_16 = V_2; NullCheck(L_15); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_15, L_16); } IL_0055: { goto IL_006e; } IL_005a: { String_t* L_17 = V_2; String_t* L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_19 = Path_IsPathSubsetOf_m3034834568(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_006e; } } IL_0066: { RuntimeObject* L_20 = ___result2; String_t* L_21 = V_0; NullCheck(L_20); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_20, L_21); } IL_006e: { RuntimeObject* L_22 = V_3; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0024; } } IL_0079: { IL2CPP_LEAVE(0x93, FINALLY_007e); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007e; } FINALLY_007e: { // begin finally (depth: 2) { RuntimeObject* L_24 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_4; if (L_25) { goto IL_008b; } } IL_008a: { IL2CPP_END_FINALLY(126) } IL_008b: { RuntimeObject* L_26 = V_4; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); IL2CPP_END_FINALLY(126) } } // end finally (depth: 2) IL2CPP_CLEANUP(126) { IL2CPP_JUMP_TBL(0x93, IL_0093) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0093: { RuntimeObject* L_27 = V_1; NullCheck(L_27); bool L_28 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_000c; } } IL_009e: { IL2CPP_LEAVE(0xB8, FINALLY_00a3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a3; } FINALLY_00a3: { // begin finally (depth: 1) { RuntimeObject* L_29 = V_1; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_30 = V_5; if (L_30) { goto IL_00b0; } } IL_00af: { IL2CPP_END_FINALLY(163) } IL_00b0: { RuntimeObject* L_31 = V_5; NullCheck(L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_31); IL2CPP_END_FINALLY(163) } } // end finally (depth: 1) IL2CPP_CLEANUP(163) { IL2CPP_JUMP_TBL(0xB8, IL_00b8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b8: { 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 System.Security.Permissions.GacIdentityPermission::.ctor() extern "C" IL2CPP_METHOD_ATTR void GacIdentityPermission__ctor_m4158789826 (GacIdentityPermission_t2991335275 * __this, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); return; } } // System.Security.IPermission System.Security.Permissions.GacIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GacIdentityPermission_Copy_m334609544 (GacIdentityPermission_t2991335275 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GacIdentityPermission_Copy_m334609544_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GacIdentityPermission_t2991335275 * L_0 = (GacIdentityPermission_t2991335275 *)il2cpp_codegen_object_new(GacIdentityPermission_t2991335275_il2cpp_TypeInfo_var); GacIdentityPermission__ctor_m4158789826(L_0, /*hidden argument*/NULL); return L_0; } } // System.Security.IPermission System.Security.Permissions.GacIdentityPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GacIdentityPermission_Intersect_m1232866077 (GacIdentityPermission_t2991335275 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { GacIdentityPermission_t2991335275 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; GacIdentityPermission_t2991335275 * L_1 = GacIdentityPermission_Cast_m834911036(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; GacIdentityPermission_t2991335275 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (RuntimeObject*)NULL; } IL_0010: { RuntimeObject* L_3 = GacIdentityPermission_Copy_m334609544(__this, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Security.Permissions.GacIdentityPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool GacIdentityPermission_IsSubsetOf_m16658801 (GacIdentityPermission_t2991335275 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { GacIdentityPermission_t2991335275 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; GacIdentityPermission_t2991335275 * L_1 = GacIdentityPermission_Cast_m834911036(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; GacIdentityPermission_t2991335275 * L_2 = V_0; return (bool)((((int32_t)((((RuntimeObject*)(GacIdentityPermission_t2991335275 *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Security.IPermission System.Security.Permissions.GacIdentityPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GacIdentityPermission_Union_m2539531988 (GacIdentityPermission_t2991335275 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___target0; GacIdentityPermission_Cast_m834911036(__this, L_0, /*hidden argument*/NULL); RuntimeObject* L_1 = GacIdentityPermission_Copy_m334609544(__this, /*hidden argument*/NULL); return L_1; } } // System.Void System.Security.Permissions.GacIdentityPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void GacIdentityPermission_FromXml_m2248040578 (GacIdentityPermission_t2991335275 * __this, SecurityElement_t1046076091 * ___securityElement0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GacIdentityPermission_FromXml_m2248040578_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityElement_t1046076091 * L_0 = ___securityElement0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral529671470, 1, 1, /*hidden argument*/NULL); return; } } // System.Security.SecurityElement System.Security.Permissions.GacIdentityPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * GacIdentityPermission_ToXml_m1100592295 (GacIdentityPermission_t2991335275 * __this, const RuntimeMethod* method) { SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_t1046076091 * L_1 = V_0; return L_1; } } // System.Security.Permissions.GacIdentityPermission System.Security.Permissions.GacIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR GacIdentityPermission_t2991335275 * GacIdentityPermission_Cast_m834911036 (GacIdentityPermission_t2991335275 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GacIdentityPermission_Cast_m834911036_MetadataUsageId); s_Il2CppMethodInitialized = true; } GacIdentityPermission_t2991335275 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (GacIdentityPermission_t2991335275 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((GacIdentityPermission_t2991335275 *)IsInstSealed((RuntimeObject*)L_1, GacIdentityPermission_t2991335275_il2cpp_TypeInfo_var)); GacIdentityPermission_t2991335275 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (GacIdentityPermission_t2991335275_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { GacIdentityPermission_t2991335275 * L_6 = V_0; return L_6; } } #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 System.Security.Permissions.IsolatedStorageFilePermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void IsolatedStorageFilePermission__ctor_m3391652299 (IsolatedStorageFilePermission_t2861120981 * __this, int32_t ___state0, const RuntimeMethod* method) { { int32_t L_0 = ___state0; IsolatedStoragePermission__ctor_m857592185(__this, L_0, /*hidden argument*/NULL); return; } } // System.Security.IPermission System.Security.Permissions.IsolatedStorageFilePermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* IsolatedStorageFilePermission_Copy_m3242731701 (IsolatedStorageFilePermission_t2861120981 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IsolatedStorageFilePermission_Copy_m3242731701_MetadataUsageId); s_Il2CppMethodInitialized = true; } IsolatedStorageFilePermission_t2861120981 * V_0 = NULL; { IsolatedStorageFilePermission_t2861120981 * L_0 = (IsolatedStorageFilePermission_t2861120981 *)il2cpp_codegen_object_new(IsolatedStorageFilePermission_t2861120981_il2cpp_TypeInfo_var); IsolatedStorageFilePermission__ctor_m3391652299(L_0, 0, /*hidden argument*/NULL); V_0 = L_0; IsolatedStorageFilePermission_t2861120981 * L_1 = V_0; int64_t L_2 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_userQuota_0(); NullCheck(L_1); ((IsolatedStoragePermission_t2996329588 *)L_1)->set_m_userQuota_0(L_2); IsolatedStorageFilePermission_t2861120981 * L_3 = V_0; int64_t L_4 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_machineQuota_1(); NullCheck(L_3); ((IsolatedStoragePermission_t2996329588 *)L_3)->set_m_machineQuota_1(L_4); IsolatedStorageFilePermission_t2861120981 * L_5 = V_0; int64_t L_6 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_expirationDays_2(); NullCheck(L_5); ((IsolatedStoragePermission_t2996329588 *)L_5)->set_m_expirationDays_2(L_6); IsolatedStorageFilePermission_t2861120981 * L_7 = V_0; bool L_8 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_permanentData_3(); NullCheck(L_7); ((IsolatedStoragePermission_t2996329588 *)L_7)->set_m_permanentData_3(L_8); IsolatedStorageFilePermission_t2861120981 * L_9 = V_0; int32_t L_10 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_allowed_4(); NullCheck(L_9); ((IsolatedStoragePermission_t2996329588 *)L_9)->set_m_allowed_4(L_10); IsolatedStorageFilePermission_t2861120981 * L_11 = V_0; return L_11; } } // System.Security.IPermission System.Security.Permissions.IsolatedStorageFilePermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* IsolatedStorageFilePermission_Intersect_m1472519071 (IsolatedStorageFilePermission_t2861120981 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IsolatedStorageFilePermission_Intersect_m1472519071_MetadataUsageId); s_Il2CppMethodInitialized = true; } IsolatedStorageFilePermission_t2861120981 * V_0 = NULL; IsolatedStorageFilePermission_t2861120981 * V_1 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B7_0 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B6_0 = NULL; int64_t G_B8_0 = 0; IsolatedStorageFilePermission_t2861120981 * G_B8_1 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B10_0 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B9_0 = NULL; int64_t G_B11_0 = 0; IsolatedStorageFilePermission_t2861120981 * G_B11_1 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B13_0 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B12_0 = NULL; int64_t G_B14_0 = 0; IsolatedStorageFilePermission_t2861120981 * G_B14_1 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B16_0 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B15_0 = NULL; int32_t G_B17_0 = 0; IsolatedStorageFilePermission_t2861120981 * G_B17_1 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B19_0 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B18_0 = NULL; int32_t G_B20_0 = 0; IsolatedStorageFilePermission_t2861120981 * G_B20_1 = NULL; { RuntimeObject* L_0 = ___target0; IsolatedStorageFilePermission_t2861120981 * L_1 = IsolatedStorageFilePermission_Cast_m2464707317(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; IsolatedStorageFilePermission_t2861120981 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (RuntimeObject*)NULL; } IL_0010: { bool L_3 = IsolatedStoragePermission_IsEmpty_m3951070925(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } { IsolatedStorageFilePermission_t2861120981 * L_4 = V_0; NullCheck(L_4); bool L_5 = IsolatedStoragePermission_IsEmpty_m3951070925(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0028; } } { return (RuntimeObject*)NULL; } IL_0028: { IsolatedStorageFilePermission_t2861120981 * L_6 = (IsolatedStorageFilePermission_t2861120981 *)il2cpp_codegen_object_new(IsolatedStorageFilePermission_t2861120981_il2cpp_TypeInfo_var); IsolatedStorageFilePermission__ctor_m3391652299(L_6, 0, /*hidden argument*/NULL); V_1 = L_6; IsolatedStorageFilePermission_t2861120981 * L_7 = V_1; int64_t L_8 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_userQuota_0(); IsolatedStorageFilePermission_t2861120981 * L_9 = V_0; NullCheck(L_9); int64_t L_10 = ((IsolatedStoragePermission_t2996329588 *)L_9)->get_m_userQuota_0(); G_B6_0 = L_7; if ((((int64_t)L_8) >= ((int64_t)L_10))) { G_B7_0 = L_7; goto IL_004c; } } { int64_t L_11 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_userQuota_0(); G_B8_0 = L_11; G_B8_1 = G_B6_0; goto IL_0052; } IL_004c: { IsolatedStorageFilePermission_t2861120981 * L_12 = V_0; NullCheck(L_12); int64_t L_13 = ((IsolatedStoragePermission_t2996329588 *)L_12)->get_m_userQuota_0(); G_B8_0 = L_13; G_B8_1 = G_B7_0; } IL_0052: { NullCheck(G_B8_1); ((IsolatedStoragePermission_t2996329588 *)G_B8_1)->set_m_userQuota_0(G_B8_0); IsolatedStorageFilePermission_t2861120981 * L_14 = V_1; int64_t L_15 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_machineQuota_1(); IsolatedStorageFilePermission_t2861120981 * L_16 = V_0; NullCheck(L_16); int64_t L_17 = ((IsolatedStoragePermission_t2996329588 *)L_16)->get_m_machineQuota_1(); G_B9_0 = L_14; if ((((int64_t)L_15) >= ((int64_t)L_17))) { G_B10_0 = L_14; goto IL_0074; } } { int64_t L_18 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_machineQuota_1(); G_B11_0 = L_18; G_B11_1 = G_B9_0; goto IL_007a; } IL_0074: { IsolatedStorageFilePermission_t2861120981 * L_19 = V_0; NullCheck(L_19); int64_t L_20 = ((IsolatedStoragePermission_t2996329588 *)L_19)->get_m_machineQuota_1(); G_B11_0 = L_20; G_B11_1 = G_B10_0; } IL_007a: { NullCheck(G_B11_1); ((IsolatedStoragePermission_t2996329588 *)G_B11_1)->set_m_machineQuota_1(G_B11_0); IsolatedStorageFilePermission_t2861120981 * L_21 = V_1; int64_t L_22 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_expirationDays_2(); IsolatedStorageFilePermission_t2861120981 * L_23 = V_0; NullCheck(L_23); int64_t L_24 = ((IsolatedStoragePermission_t2996329588 *)L_23)->get_m_expirationDays_2(); G_B12_0 = L_21; if ((((int64_t)L_22) >= ((int64_t)L_24))) { G_B13_0 = L_21; goto IL_009c; } } { int64_t L_25 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_expirationDays_2(); G_B14_0 = L_25; G_B14_1 = G_B12_0; goto IL_00a2; } IL_009c: { IsolatedStorageFilePermission_t2861120981 * L_26 = V_0; NullCheck(L_26); int64_t L_27 = ((IsolatedStoragePermission_t2996329588 *)L_26)->get_m_expirationDays_2(); G_B14_0 = L_27; G_B14_1 = G_B13_0; } IL_00a2: { NullCheck(G_B14_1); ((IsolatedStoragePermission_t2996329588 *)G_B14_1)->set_m_expirationDays_2(G_B14_0); IsolatedStorageFilePermission_t2861120981 * L_28 = V_1; bool L_29 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_permanentData_3(); G_B15_0 = L_28; if (!L_29) { G_B16_0 = L_28; goto IL_00bb; } } { IsolatedStorageFilePermission_t2861120981 * L_30 = V_0; NullCheck(L_30); bool L_31 = ((IsolatedStoragePermission_t2996329588 *)L_30)->get_m_permanentData_3(); G_B17_0 = ((int32_t)(L_31)); G_B17_1 = G_B15_0; goto IL_00bc; } IL_00bb: { G_B17_0 = 0; G_B17_1 = G_B16_0; } IL_00bc: { NullCheck(G_B17_1); ((IsolatedStoragePermission_t2996329588 *)G_B17_1)->set_m_permanentData_3((bool)G_B17_0); IsolatedStorageFilePermission_t2861120981 * L_32 = V_1; int32_t L_33 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_allowed_4(); IsolatedStorageFilePermission_t2861120981 * L_34 = V_0; NullCheck(L_34); int32_t L_35 = ((IsolatedStoragePermission_t2996329588 *)L_34)->get_m_allowed_4(); G_B18_0 = L_32; if ((((int32_t)L_33) >= ((int32_t)L_35))) { G_B19_0 = L_32; goto IL_00de; } } { int32_t L_36 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_allowed_4(); G_B20_0 = L_36; G_B20_1 = G_B18_0; goto IL_00e4; } IL_00de: { IsolatedStorageFilePermission_t2861120981 * L_37 = V_0; NullCheck(L_37); int32_t L_38 = ((IsolatedStoragePermission_t2996329588 *)L_37)->get_m_allowed_4(); G_B20_0 = L_38; G_B20_1 = G_B19_0; } IL_00e4: { NullCheck(G_B20_1); IsolatedStoragePermission_set_UsageAllowed_m4108712463(G_B20_1, G_B20_0, /*hidden argument*/NULL); IsolatedStorageFilePermission_t2861120981 * L_39 = V_1; return L_39; } } // System.Boolean System.Security.Permissions.IsolatedStorageFilePermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool IsolatedStorageFilePermission_IsSubsetOf_m3466709091 (IsolatedStorageFilePermission_t2861120981 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { IsolatedStorageFilePermission_t2861120981 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; IsolatedStorageFilePermission_t2861120981 * L_1 = IsolatedStorageFilePermission_Cast_m2464707317(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; IsolatedStorageFilePermission_t2861120981 * L_2 = V_0; if (L_2) { goto IL_0015; } } { bool L_3 = IsolatedStoragePermission_IsEmpty_m3951070925(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { IsolatedStorageFilePermission_t2861120981 * L_4 = V_0; NullCheck(L_4); bool L_5 = IsolatedStoragePermission_IsUnrestricted_m1758885899(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0022; } } { return (bool)1; } IL_0022: { int64_t L_6 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_userQuota_0(); IsolatedStorageFilePermission_t2861120981 * L_7 = V_0; NullCheck(L_7); int64_t L_8 = ((IsolatedStoragePermission_t2996329588 *)L_7)->get_m_userQuota_0(); if ((((int64_t)L_6) <= ((int64_t)L_8))) { goto IL_0035; } } { return (bool)0; } IL_0035: { int64_t L_9 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_machineQuota_1(); IsolatedStorageFilePermission_t2861120981 * L_10 = V_0; NullCheck(L_10); int64_t L_11 = ((IsolatedStoragePermission_t2996329588 *)L_10)->get_m_machineQuota_1(); if ((((int64_t)L_9) <= ((int64_t)L_11))) { goto IL_0048; } } { return (bool)0; } IL_0048: { int64_t L_12 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_expirationDays_2(); IsolatedStorageFilePermission_t2861120981 * L_13 = V_0; NullCheck(L_13); int64_t L_14 = ((IsolatedStoragePermission_t2996329588 *)L_13)->get_m_expirationDays_2(); if ((((int64_t)L_12) <= ((int64_t)L_14))) { goto IL_005b; } } { return (bool)0; } IL_005b: { bool L_15 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_permanentData_3(); IsolatedStorageFilePermission_t2861120981 * L_16 = V_0; NullCheck(L_16); bool L_17 = ((IsolatedStoragePermission_t2996329588 *)L_16)->get_m_permanentData_3(); if ((((int32_t)L_15) == ((int32_t)L_17))) { goto IL_006e; } } { return (bool)0; } IL_006e: { int32_t L_18 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_allowed_4(); IsolatedStorageFilePermission_t2861120981 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = ((IsolatedStoragePermission_t2996329588 *)L_19)->get_m_allowed_4(); if ((((int32_t)L_18) <= ((int32_t)L_20))) { goto IL_0081; } } { return (bool)0; } IL_0081: { return (bool)1; } } // System.Security.IPermission System.Security.Permissions.IsolatedStorageFilePermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* IsolatedStorageFilePermission_Union_m298786934 (IsolatedStorageFilePermission_t2861120981 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IsolatedStorageFilePermission_Union_m298786934_MetadataUsageId); s_Il2CppMethodInitialized = true; } IsolatedStorageFilePermission_t2861120981 * V_0 = NULL; IsolatedStorageFilePermission_t2861120981 * V_1 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B4_0 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B3_0 = NULL; int64_t G_B5_0 = 0; IsolatedStorageFilePermission_t2861120981 * G_B5_1 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B7_0 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B6_0 = NULL; int64_t G_B8_0 = 0; IsolatedStorageFilePermission_t2861120981 * G_B8_1 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B10_0 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B9_0 = NULL; int64_t G_B11_0 = 0; IsolatedStorageFilePermission_t2861120981 * G_B11_1 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B13_0 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B12_0 = NULL; int32_t G_B14_0 = 0; IsolatedStorageFilePermission_t2861120981 * G_B14_1 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B16_0 = NULL; IsolatedStorageFilePermission_t2861120981 * G_B15_0 = NULL; int32_t G_B17_0 = 0; IsolatedStorageFilePermission_t2861120981 * G_B17_1 = NULL; { RuntimeObject* L_0 = ___target0; IsolatedStorageFilePermission_t2861120981 * L_1 = IsolatedStorageFilePermission_Cast_m2464707317(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; IsolatedStorageFilePermission_t2861120981 * L_2 = V_0; if (L_2) { goto IL_0015; } } { RuntimeObject* L_3 = IsolatedStorageFilePermission_Copy_m3242731701(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { IsolatedStorageFilePermission_t2861120981 * L_4 = (IsolatedStorageFilePermission_t2861120981 *)il2cpp_codegen_object_new(IsolatedStorageFilePermission_t2861120981_il2cpp_TypeInfo_var); IsolatedStorageFilePermission__ctor_m3391652299(L_4, 0, /*hidden argument*/NULL); V_1 = L_4; IsolatedStorageFilePermission_t2861120981 * L_5 = V_1; int64_t L_6 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_userQuota_0(); IsolatedStorageFilePermission_t2861120981 * L_7 = V_0; NullCheck(L_7); int64_t L_8 = ((IsolatedStoragePermission_t2996329588 *)L_7)->get_m_userQuota_0(); G_B3_0 = L_5; if ((((int64_t)L_6) <= ((int64_t)L_8))) { G_B4_0 = L_5; goto IL_0039; } } { int64_t L_9 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_userQuota_0(); G_B5_0 = L_9; G_B5_1 = G_B3_0; goto IL_003f; } IL_0039: { IsolatedStorageFilePermission_t2861120981 * L_10 = V_0; NullCheck(L_10); int64_t L_11 = ((IsolatedStoragePermission_t2996329588 *)L_10)->get_m_userQuota_0(); G_B5_0 = L_11; G_B5_1 = G_B4_0; } IL_003f: { NullCheck(G_B5_1); ((IsolatedStoragePermission_t2996329588 *)G_B5_1)->set_m_userQuota_0(G_B5_0); IsolatedStorageFilePermission_t2861120981 * L_12 = V_1; int64_t L_13 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_machineQuota_1(); IsolatedStorageFilePermission_t2861120981 * L_14 = V_0; NullCheck(L_14); int64_t L_15 = ((IsolatedStoragePermission_t2996329588 *)L_14)->get_m_machineQuota_1(); G_B6_0 = L_12; if ((((int64_t)L_13) <= ((int64_t)L_15))) { G_B7_0 = L_12; goto IL_0061; } } { int64_t L_16 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_machineQuota_1(); G_B8_0 = L_16; G_B8_1 = G_B6_0; goto IL_0067; } IL_0061: { IsolatedStorageFilePermission_t2861120981 * L_17 = V_0; NullCheck(L_17); int64_t L_18 = ((IsolatedStoragePermission_t2996329588 *)L_17)->get_m_machineQuota_1(); G_B8_0 = L_18; G_B8_1 = G_B7_0; } IL_0067: { NullCheck(G_B8_1); ((IsolatedStoragePermission_t2996329588 *)G_B8_1)->set_m_machineQuota_1(G_B8_0); IsolatedStorageFilePermission_t2861120981 * L_19 = V_1; int64_t L_20 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_expirationDays_2(); IsolatedStorageFilePermission_t2861120981 * L_21 = V_0; NullCheck(L_21); int64_t L_22 = ((IsolatedStoragePermission_t2996329588 *)L_21)->get_m_expirationDays_2(); G_B9_0 = L_19; if ((((int64_t)L_20) <= ((int64_t)L_22))) { G_B10_0 = L_19; goto IL_0089; } } { int64_t L_23 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_expirationDays_2(); G_B11_0 = L_23; G_B11_1 = G_B9_0; goto IL_008f; } IL_0089: { IsolatedStorageFilePermission_t2861120981 * L_24 = V_0; NullCheck(L_24); int64_t L_25 = ((IsolatedStoragePermission_t2996329588 *)L_24)->get_m_expirationDays_2(); G_B11_0 = L_25; G_B11_1 = G_B10_0; } IL_008f: { NullCheck(G_B11_1); ((IsolatedStoragePermission_t2996329588 *)G_B11_1)->set_m_expirationDays_2(G_B11_0); IsolatedStorageFilePermission_t2861120981 * L_26 = V_1; bool L_27 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_permanentData_3(); G_B12_0 = L_26; if (L_27) { G_B13_0 = L_26; goto IL_00a8; } } { IsolatedStorageFilePermission_t2861120981 * L_28 = V_0; NullCheck(L_28); bool L_29 = ((IsolatedStoragePermission_t2996329588 *)L_28)->get_m_permanentData_3(); G_B14_0 = ((int32_t)(L_29)); G_B14_1 = G_B12_0; goto IL_00a9; } IL_00a8: { G_B14_0 = 1; G_B14_1 = G_B13_0; } IL_00a9: { NullCheck(G_B14_1); ((IsolatedStoragePermission_t2996329588 *)G_B14_1)->set_m_permanentData_3((bool)G_B14_0); IsolatedStorageFilePermission_t2861120981 * L_30 = V_1; int32_t L_31 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_allowed_4(); IsolatedStorageFilePermission_t2861120981 * L_32 = V_0; NullCheck(L_32); int32_t L_33 = ((IsolatedStoragePermission_t2996329588 *)L_32)->get_m_allowed_4(); G_B15_0 = L_30; if ((((int32_t)L_31) <= ((int32_t)L_33))) { G_B16_0 = L_30; goto IL_00cb; } } { int32_t L_34 = ((IsolatedStoragePermission_t2996329588 *)__this)->get_m_allowed_4(); G_B17_0 = L_34; G_B17_1 = G_B15_0; goto IL_00d1; } IL_00cb: { IsolatedStorageFilePermission_t2861120981 * L_35 = V_0; NullCheck(L_35); int32_t L_36 = ((IsolatedStoragePermission_t2996329588 *)L_35)->get_m_allowed_4(); G_B17_0 = L_36; G_B17_1 = G_B16_0; } IL_00d1: { NullCheck(G_B17_1); IsolatedStoragePermission_set_UsageAllowed_m4108712463(G_B17_1, G_B17_0, /*hidden argument*/NULL); IsolatedStorageFilePermission_t2861120981 * L_37 = V_1; return L_37; } } // System.Security.SecurityElement System.Security.Permissions.IsolatedStorageFilePermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * IsolatedStorageFilePermission_ToXml_m126993044 (IsolatedStorageFilePermission_t2861120981 * __this, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = IsolatedStoragePermission_ToXml_m3412014939(__this, /*hidden argument*/NULL); return L_0; } } // System.Security.Permissions.IsolatedStorageFilePermission System.Security.Permissions.IsolatedStorageFilePermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR IsolatedStorageFilePermission_t2861120981 * IsolatedStorageFilePermission_Cast_m2464707317 (IsolatedStorageFilePermission_t2861120981 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IsolatedStorageFilePermission_Cast_m2464707317_MetadataUsageId); s_Il2CppMethodInitialized = true; } IsolatedStorageFilePermission_t2861120981 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (IsolatedStorageFilePermission_t2861120981 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((IsolatedStorageFilePermission_t2861120981 *)IsInstSealed((RuntimeObject*)L_1, IsolatedStorageFilePermission_t2861120981_il2cpp_TypeInfo_var)); IsolatedStorageFilePermission_t2861120981 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IsolatedStorageFilePermission_t2861120981_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { IsolatedStorageFilePermission_t2861120981 * L_6 = V_0; return L_6; } } #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.Security.Permissions.IsolatedStoragePermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void IsolatedStoragePermission__ctor_m857592185 (IsolatedStoragePermission_t2996329588 * __this, int32_t ___state0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1 = CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001e; } } { IsolatedStoragePermission_set_UsageAllowed_m4108712463(__this, ((int32_t)240), /*hidden argument*/NULL); } IL_001e: { return; } } // System.Void System.Security.Permissions.IsolatedStoragePermission::set_UserQuota(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IsolatedStoragePermission_set_UserQuota_m818353199 (IsolatedStoragePermission_t2996329588 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_m_userQuota_0(L_0); return; } } // System.Void System.Security.Permissions.IsolatedStoragePermission::set_UsageAllowed(System.Security.Permissions.IsolatedStorageContainment) extern "C" IL2CPP_METHOD_ATTR void IsolatedStoragePermission_set_UsageAllowed_m4108712463 (IsolatedStoragePermission_t2996329588 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IsolatedStoragePermission_set_UsageAllowed_m4108712463_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IsolatedStorageContainment_t3203638662_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = ___value0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(IsolatedStorageContainment_t3203638662_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_5 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_1, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003c; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3807304972, /*hidden argument*/NULL); int32_t L_7 = ___value0; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IsolatedStorageContainment_t3203638662_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, L_6, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_12, L_11, _stringLiteral637179491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,IsolatedStoragePermission_set_UsageAllowed_m4108712463_RuntimeMethod_var); } IL_003c: { int32_t L_13 = ___value0; __this->set_m_allowed_4(L_13); int32_t L_14 = __this->get_m_allowed_4(); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)240))))) { goto IL_0087; } } { __this->set_m_userQuota_0(((int64_t)std::numeric_limits::max())); __this->set_m_machineQuota_1(((int64_t)std::numeric_limits::max())); __this->set_m_expirationDays_2(((int64_t)std::numeric_limits::max())); __this->set_m_permanentData_3((bool)1); } IL_0087: { return; } } // System.Boolean System.Security.Permissions.IsolatedStoragePermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool IsolatedStoragePermission_IsUnrestricted_m1758885899 (IsolatedStoragePermission_t2996329588 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_allowed_4(); return (bool)((((int32_t)((int32_t)240)) == ((int32_t)L_0))? 1 : 0); } } // System.Security.SecurityElement System.Security.Permissions.IsolatedStoragePermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * IsolatedStoragePermission_ToXml_m3412014939 (IsolatedStoragePermission_t2996329588 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IsolatedStoragePermission_ToXml_m3412014939_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = __this->get_m_allowed_4(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)240))))) { goto IL_002d; } } { SecurityElement_t1046076091 * L_2 = V_0; NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL); goto IL_006b; } IL_002d: { SecurityElement_t1046076091 * L_3 = V_0; int32_t L_4 = __this->get_m_allowed_4(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(IsolatedStorageContainment_t3203638662_il2cpp_TypeInfo_var, &L_5); NullCheck((Enum_t4135868527 *)L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_6); NullCheck(L_3); SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral3480277028, L_7, /*hidden argument*/NULL); int64_t L_8 = __this->get_m_userQuota_0(); if ((((int64_t)L_8) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_006b; } } { SecurityElement_t1046076091 * L_9 = V_0; int64_t* L_10 = __this->get_address_of_m_userQuota_0(); String_t* L_11 = Int64_ToString_m2986581816(L_10, /*hidden argument*/NULL); NullCheck(L_9); SecurityElement_AddAttribute_m311510562(L_9, _stringLiteral1884896601, L_11, /*hidden argument*/NULL); } IL_006b: { SecurityElement_t1046076091 * L_12 = V_0; return L_12; } } // System.Void System.Security.Permissions.IsolatedStoragePermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void IsolatedStoragePermission_FromXml_m350209472 (IsolatedStoragePermission_t2996329588 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IsolatedStoragePermission_FromXml_m350209472_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Exception_t * V_1 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); __this->set_m_userQuota_0((((int64_t)((int64_t)0)))); __this->set_m_machineQuota_1((((int64_t)((int64_t)0)))); __this->set_m_expirationDays_2((((int64_t)((int64_t)0)))); __this->set_m_permanentData_3((bool)0); __this->set_m_allowed_4(0); SecurityElement_t1046076091 * L_1 = ___esd0; bool L_2 = CodeAccessPermission_IsUnrestricted_m1224416114(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_004f; } } { IsolatedStoragePermission_set_UsageAllowed_m4108712463(__this, ((int32_t)240), /*hidden argument*/NULL); goto IL_009e; } IL_004f: { SecurityElement_t1046076091 * L_3 = ___esd0; NullCheck(L_3); String_t* L_4 = SecurityElement_Attribute_m2289480139(L_3, _stringLiteral3480277028, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (!L_5) { goto IL_007c; } } { RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (IsolatedStorageContainment_t3203638662_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_9 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); IsolatedStoragePermission_set_UsageAllowed_m4108712463(__this, ((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); } IL_007c: { SecurityElement_t1046076091 * L_10 = ___esd0; NullCheck(L_10); String_t* L_11 = SecurityElement_Attribute_m2289480139(L_10, _stringLiteral1884896601, /*hidden argument*/NULL); V_0 = L_11; String_t* L_12 = V_0; if (!L_12) { goto IL_009e; } } { String_t* L_13 = V_0; int64_t* L_14 = __this->get_address_of_m_userQuota_0(); Int64_Parse_m3309897583(NULL /*static, unused*/, L_13, (bool)1, L_14, (&V_1), /*hidden argument*/NULL); } IL_009e: { return; } } // System.Boolean System.Security.Permissions.IsolatedStoragePermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool IsolatedStoragePermission_IsEmpty_m3951070925 (IsolatedStoragePermission_t2996329588 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int64_t L_0 = __this->get_m_userQuota_0(); if (L_0) { goto IL_0016; } } { int32_t L_1 = __this->get_m_allowed_4(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0); goto IL_0017; } IL_0016: { G_B3_0 = 0; } IL_0017: { return (bool)G_B3_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 System.Security.Permissions.KeyContainerPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermission__ctor_m747139231 (KeyContainerPermission_t1460699488 * __this, int32_t ___state0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1 = CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001e; } } { __this->set__flags_1(((int32_t)13111)); } IL_001e: { return; } } // System.Void System.Security.Permissions.KeyContainerPermission::.ctor(System.Security.Permissions.KeyContainerPermissionFlags) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermission__ctor_m27481148 (KeyContainerPermission_t1460699488 * __this, int32_t ___flags0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___flags0; KeyContainerPermission_SetFlags_m3672689155(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.KeyContainerPermission::.ctor(System.Security.Permissions.KeyContainerPermissionFlags,System.Security.Permissions.KeyContainerPermissionAccessEntry[]) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermission__ctor_m2860365968 (KeyContainerPermission_t1460699488 * __this, int32_t ___flags0, KeyContainerPermissionAccessEntryU5BU5D_t3830449459* ___accessList1, const RuntimeMethod* method) { KeyContainerPermissionAccessEntry_t3026022710 * V_0 = NULL; KeyContainerPermissionAccessEntryU5BU5D_t3830449459* V_1 = NULL; int32_t V_2 = 0; { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___flags0; KeyContainerPermission_SetFlags_m3672689155(__this, L_0, /*hidden argument*/NULL); KeyContainerPermissionAccessEntryU5BU5D_t3830449459* L_1 = ___accessList1; if (!L_1) { goto IL_003a; } } { KeyContainerPermissionAccessEntryU5BU5D_t3830449459* L_2 = ___accessList1; V_1 = L_2; V_2 = 0; goto IL_0031; } IL_001c: { KeyContainerPermissionAccessEntryU5BU5D_t3830449459* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; KeyContainerPermissionAccessEntry_t3026022710 * L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; KeyContainerPermissionAccessEntryCollection_t4144114052 * L_7 = __this->get__accessEntries_0(); KeyContainerPermissionAccessEntry_t3026022710 * L_8 = V_0; NullCheck(L_7); KeyContainerPermissionAccessEntryCollection_Add_m694840409(L_7, L_8, /*hidden argument*/NULL); int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0031: { int32_t L_10 = V_2; KeyContainerPermissionAccessEntryU5BU5D_t3830449459* L_11 = V_1; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_001c; } } IL_003a: { return; } } // System.Security.IPermission System.Security.Permissions.KeyContainerPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* KeyContainerPermission_Copy_m1153925706 (KeyContainerPermission_t1460699488 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermission_Copy_m1153925706_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyContainerPermissionAccessEntryU5BU5D_t3830449459* V_0 = NULL; { KeyContainerPermissionAccessEntryCollection_t4144114052 * L_0 = __this->get__accessEntries_0(); NullCheck(L_0); int32_t L_1 = KeyContainerPermissionAccessEntryCollection_get_Count_m642232447(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { int32_t L_2 = __this->get__flags_1(); KeyContainerPermission_t1460699488 * L_3 = (KeyContainerPermission_t1460699488 *)il2cpp_codegen_object_new(KeyContainerPermission_t1460699488_il2cpp_TypeInfo_var); KeyContainerPermission__ctor_m27481148(L_3, L_2, /*hidden argument*/NULL); return L_3; } IL_001c: { KeyContainerPermissionAccessEntryCollection_t4144114052 * L_4 = __this->get__accessEntries_0(); NullCheck(L_4); int32_t L_5 = KeyContainerPermissionAccessEntryCollection_get_Count_m642232447(L_4, /*hidden argument*/NULL); V_0 = ((KeyContainerPermissionAccessEntryU5BU5D_t3830449459*)SZArrayNew(KeyContainerPermissionAccessEntryU5BU5D_t3830449459_il2cpp_TypeInfo_var, (uint32_t)L_5)); KeyContainerPermissionAccessEntryCollection_t4144114052 * L_6 = __this->get__accessEntries_0(); KeyContainerPermissionAccessEntryU5BU5D_t3830449459* L_7 = V_0; NullCheck(L_6); KeyContainerPermissionAccessEntryCollection_CopyTo_m1825894660(L_6, L_7, 0, /*hidden argument*/NULL); int32_t L_8 = __this->get__flags_1(); KeyContainerPermissionAccessEntryU5BU5D_t3830449459* L_9 = V_0; KeyContainerPermission_t1460699488 * L_10 = (KeyContainerPermission_t1460699488 *)il2cpp_codegen_object_new(KeyContainerPermission_t1460699488_il2cpp_TypeInfo_var); KeyContainerPermission__ctor_m2860365968(L_10, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Void System.Security.Permissions.KeyContainerPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermission_FromXml_m2471220445 (KeyContainerPermission_t1460699488 * __this, SecurityElement_t1046076091 * ___securityElement0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermission_FromXml_m2471220445_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityElement_t1046076091 * L_0 = ___securityElement0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral529671470, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___securityElement0; bool L_2 = CodeAccessPermission_IsUnrestricted_m1224416114(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0029; } } { __this->set__flags_1(((int32_t)13111)); goto IL_004e; } IL_0029: { RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (KeyContainerPermissionFlags_t3864969297_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_5 = ___securityElement0; NullCheck(L_5); String_t* L_6 = SecurityElement_Attribute_m2289480139(L_5, _stringLiteral822913698, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_7 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); __this->set__flags_1(((*(int32_t*)((int32_t*)UnBox(L_7, Int32_t2950945753_il2cpp_TypeInfo_var))))); } IL_004e: { return; } } // System.Security.IPermission System.Security.Permissions.KeyContainerPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* KeyContainerPermission_Intersect_m3649296751 (KeyContainerPermission_t1460699488 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Boolean System.Security.Permissions.KeyContainerPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool KeyContainerPermission_IsSubsetOf_m112441559 (KeyContainerPermission_t1460699488 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Security.Permissions.KeyContainerPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool KeyContainerPermission_IsUnrestricted_m1568235530 (KeyContainerPermission_t1460699488 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__flags_1(); return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)13111)))? 1 : 0); } } // System.Security.SecurityElement System.Security.Permissions.KeyContainerPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * KeyContainerPermission_ToXml_m3830759143 (KeyContainerPermission_t1460699488 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermission_ToXml_m3830759143_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = KeyContainerPermission_IsUnrestricted_m1568235530(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { SecurityElement_t1046076091 * L_2 = V_0; NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL); goto IL_0028; } IL_0028: { SecurityElement_t1046076091 * L_3 = V_0; return L_3; } } // System.Security.IPermission System.Security.Permissions.KeyContainerPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* KeyContainerPermission_Union_m674268666 (KeyContainerPermission_t1460699488 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermission_Union_m674268666_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyContainerPermission_t1460699488 * V_0 = NULL; KeyContainerPermissionAccessEntryCollection_t4144114052 * V_1 = NULL; KeyContainerPermissionAccessEntry_t3026022710 * V_2 = NULL; KeyContainerPermissionAccessEntryEnumerator_t3641947072 * V_3 = NULL; KeyContainerPermissionAccessEntry_t3026022710 * V_4 = NULL; KeyContainerPermissionAccessEntryEnumerator_t3641947072 * V_5 = NULL; KeyContainerPermissionAccessEntryU5BU5D_t3830449459* V_6 = NULL; { RuntimeObject* L_0 = ___target0; KeyContainerPermission_t1460699488 * L_1 = KeyContainerPermission_Cast_m3744190167(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; KeyContainerPermission_t1460699488 * L_2 = V_0; if (L_2) { goto IL_0015; } } { RuntimeObject* L_3 = KeyContainerPermission_Copy_m1153925706(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { KeyContainerPermissionAccessEntryCollection_t4144114052 * L_4 = (KeyContainerPermissionAccessEntryCollection_t4144114052 *)il2cpp_codegen_object_new(KeyContainerPermissionAccessEntryCollection_t4144114052_il2cpp_TypeInfo_var); KeyContainerPermissionAccessEntryCollection__ctor_m1064940544(L_4, /*hidden argument*/NULL); V_1 = L_4; KeyContainerPermissionAccessEntryCollection_t4144114052 * L_5 = __this->get__accessEntries_0(); NullCheck(L_5); KeyContainerPermissionAccessEntryEnumerator_t3641947072 * L_6 = KeyContainerPermissionAccessEntryCollection_GetEnumerator_m632235850(L_5, /*hidden argument*/NULL); V_3 = L_6; goto IL_003b; } IL_002c: { KeyContainerPermissionAccessEntryEnumerator_t3641947072 * L_7 = V_3; NullCheck(L_7); KeyContainerPermissionAccessEntry_t3026022710 * L_8 = KeyContainerPermissionAccessEntryEnumerator_get_Current_m2187682901(L_7, /*hidden argument*/NULL); V_2 = L_8; KeyContainerPermissionAccessEntryCollection_t4144114052 * L_9 = V_1; KeyContainerPermissionAccessEntry_t3026022710 * L_10 = V_2; NullCheck(L_9); KeyContainerPermissionAccessEntryCollection_Add_m694840409(L_9, L_10, /*hidden argument*/NULL); } IL_003b: { KeyContainerPermissionAccessEntryEnumerator_t3641947072 * L_11 = V_3; NullCheck(L_11); bool L_12 = KeyContainerPermissionAccessEntryEnumerator_MoveNext_m3211539720(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_002c; } } { KeyContainerPermission_t1460699488 * L_13 = V_0; NullCheck(L_13); KeyContainerPermissionAccessEntryCollection_t4144114052 * L_14 = L_13->get__accessEntries_0(); NullCheck(L_14); KeyContainerPermissionAccessEntryEnumerator_t3641947072 * L_15 = KeyContainerPermissionAccessEntryCollection_GetEnumerator_m632235850(L_14, /*hidden argument*/NULL); V_5 = L_15; goto IL_007d; } IL_0058: { KeyContainerPermissionAccessEntryEnumerator_t3641947072 * L_16 = V_5; NullCheck(L_16); KeyContainerPermissionAccessEntry_t3026022710 * L_17 = KeyContainerPermissionAccessEntryEnumerator_get_Current_m2187682901(L_16, /*hidden argument*/NULL); V_4 = L_17; KeyContainerPermissionAccessEntryCollection_t4144114052 * L_18 = __this->get__accessEntries_0(); KeyContainerPermissionAccessEntry_t3026022710 * L_19 = V_4; NullCheck(L_18); int32_t L_20 = KeyContainerPermissionAccessEntryCollection_IndexOf_m1625613501(L_18, L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)(-1))))) { goto IL_007d; } } { KeyContainerPermissionAccessEntryCollection_t4144114052 * L_21 = V_1; KeyContainerPermissionAccessEntry_t3026022710 * L_22 = V_4; NullCheck(L_21); KeyContainerPermissionAccessEntryCollection_Add_m694840409(L_21, L_22, /*hidden argument*/NULL); } IL_007d: { KeyContainerPermissionAccessEntryEnumerator_t3641947072 * L_23 = V_5; NullCheck(L_23); bool L_24 = KeyContainerPermissionAccessEntryEnumerator_MoveNext_m3211539720(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_0058; } } { KeyContainerPermissionAccessEntryCollection_t4144114052 * L_25 = V_1; NullCheck(L_25); int32_t L_26 = KeyContainerPermissionAccessEntryCollection_get_Count_m642232447(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_00a7; } } { int32_t L_27 = __this->get__flags_1(); KeyContainerPermission_t1460699488 * L_28 = V_0; NullCheck(L_28); int32_t L_29 = L_28->get__flags_1(); KeyContainerPermission_t1460699488 * L_30 = (KeyContainerPermission_t1460699488 *)il2cpp_codegen_object_new(KeyContainerPermission_t1460699488_il2cpp_TypeInfo_var); KeyContainerPermission__ctor_m27481148(L_30, ((int32_t)((int32_t)L_27|(int32_t)L_29)), /*hidden argument*/NULL); return L_30; } IL_00a7: { KeyContainerPermissionAccessEntryCollection_t4144114052 * L_31 = V_1; NullCheck(L_31); int32_t L_32 = KeyContainerPermissionAccessEntryCollection_get_Count_m642232447(L_31, /*hidden argument*/NULL); V_6 = ((KeyContainerPermissionAccessEntryU5BU5D_t3830449459*)SZArrayNew(KeyContainerPermissionAccessEntryU5BU5D_t3830449459_il2cpp_TypeInfo_var, (uint32_t)L_32)); KeyContainerPermissionAccessEntryCollection_t4144114052 * L_33 = V_1; KeyContainerPermissionAccessEntryU5BU5D_t3830449459* L_34 = V_6; NullCheck(L_33); KeyContainerPermissionAccessEntryCollection_CopyTo_m1825894660(L_33, L_34, 0, /*hidden argument*/NULL); int32_t L_35 = __this->get__flags_1(); KeyContainerPermission_t1460699488 * L_36 = V_0; NullCheck(L_36); int32_t L_37 = L_36->get__flags_1(); KeyContainerPermissionAccessEntryU5BU5D_t3830449459* L_38 = V_6; KeyContainerPermission_t1460699488 * L_39 = (KeyContainerPermission_t1460699488 *)il2cpp_codegen_object_new(KeyContainerPermission_t1460699488_il2cpp_TypeInfo_var); KeyContainerPermission__ctor_m2860365968(L_39, ((int32_t)((int32_t)L_35|(int32_t)L_37)), L_38, /*hidden argument*/NULL); return L_39; } } // System.Void System.Security.Permissions.KeyContainerPermission::SetFlags(System.Security.Permissions.KeyContainerPermissionFlags) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermission_SetFlags_m3672689155 (KeyContainerPermission_t1460699488 * __this, int32_t ___flags0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermission_SetFlags_m3672689155_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = ___flags0; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)13111)))) { goto IL_002e; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3807304972, /*hidden argument*/NULL); int32_t L_2 = ___flags0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(KeyContainerPermissionFlags_t3864969297_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, L_6, _stringLiteral1694784674, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,KeyContainerPermission_SetFlags_m3672689155_RuntimeMethod_var); } IL_002e: { int32_t L_8 = ___flags0; __this->set__flags_1(L_8); return; } } // System.Security.Permissions.KeyContainerPermission System.Security.Permissions.KeyContainerPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR KeyContainerPermission_t1460699488 * KeyContainerPermission_Cast_m3744190167 (KeyContainerPermission_t1460699488 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermission_Cast_m3744190167_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyContainerPermission_t1460699488 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (KeyContainerPermission_t1460699488 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((KeyContainerPermission_t1460699488 *)IsInstSealed((RuntimeObject*)L_1, KeyContainerPermission_t1460699488_il2cpp_TypeInfo_var)); KeyContainerPermission_t1460699488 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (KeyContainerPermission_t1460699488_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { KeyContainerPermission_t1460699488 * L_6 = V_0; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Security.Permissions.KeyContainerPermissionAccessEntry::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool KeyContainerPermissionAccessEntry_Equals_m1469203282 (KeyContainerPermissionAccessEntry_t3026022710 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermissionAccessEntry_Equals_m1469203282_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyContainerPermissionAccessEntry_t3026022710 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___o0; V_0 = ((KeyContainerPermissionAccessEntry_t3026022710 *)IsInstSealed((RuntimeObject*)L_1, KeyContainerPermissionAccessEntry_t3026022710_il2cpp_TypeInfo_var)); KeyContainerPermissionAccessEntry_t3026022710 * L_2 = V_0; if (L_2) { goto IL_0017; } } { return (bool)0; } IL_0017: { int32_t L_3 = __this->get__flags_0(); KeyContainerPermissionAccessEntry_t3026022710 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get__flags_0(); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_002a; } } { return (bool)0; } IL_002a: { String_t* L_6 = __this->get__containerName_1(); KeyContainerPermissionAccessEntry_t3026022710 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->get__containerName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0042; } } { return (bool)0; } IL_0042: { String_t* L_10 = __this->get__store_3(); KeyContainerPermissionAccessEntry_t3026022710 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = L_11->get__store_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005a; } } { return (bool)0; } IL_005a: { String_t* L_14 = __this->get__providerName_4(); KeyContainerPermissionAccessEntry_t3026022710 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = L_15->get__providerName_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0072; } } { return (bool)0; } IL_0072: { int32_t L_18 = __this->get__type_5(); KeyContainerPermissionAccessEntry_t3026022710 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = L_19->get__type_5(); if ((((int32_t)L_18) == ((int32_t)L_20))) { goto IL_0085; } } { return (bool)0; } IL_0085: { return (bool)1; } } // System.Int32 System.Security.Permissions.KeyContainerPermissionAccessEntry::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t KeyContainerPermissionAccessEntry_GetHashCode_m281177169 (KeyContainerPermissionAccessEntry_t3026022710 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__type_5(); int32_t L_1 = __this->get__spec_2(); int32_t L_2 = __this->get__flags_0(); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2)); String_t* L_3 = __this->get__containerName_1(); if (!L_3) { goto IL_002e; } } { int32_t L_4 = V_0; String_t* L_5 = __this->get__containerName_1(); NullCheck(L_5); int32_t L_6 = String_GetHashCode_m1906374149(L_5, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_4^(int32_t)L_6)); } IL_002e: { String_t* L_7 = __this->get__store_3(); if (!L_7) { goto IL_0047; } } { int32_t L_8 = V_0; String_t* L_9 = __this->get__store_3(); NullCheck(L_9); int32_t L_10 = String_GetHashCode_m1906374149(L_9, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_8^(int32_t)L_10)); } IL_0047: { String_t* L_11 = __this->get__providerName_4(); if (!L_11) { goto IL_0060; } } { int32_t L_12 = V_0; String_t* L_13 = __this->get__providerName_4(); NullCheck(L_13); int32_t L_14 = String_GetHashCode_m1906374149(L_13, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_12^(int32_t)L_14)); } IL_0060: { int32_t L_15 = V_0; return L_15; } } #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.Security.Permissions.KeyContainerPermissionAccessEntryCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermissionAccessEntryCollection__ctor_m1064940544 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermissionAccessEntryCollection__ctor_m1064940544_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set__list_0(L_0); return; } } // System.Void System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermissionAccessEntryCollection_System_Collections_ICollection_CopyTo_m41943639 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get__list_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Collections.IEnumerator System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* KeyContainerPermissionAccessEntryCollection_System_Collections_IEnumerable_GetEnumerator_m3842434011 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermissionAccessEntryCollection_System_Collections_IEnumerable_GetEnumerator_m3842434011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get__list_0(); KeyContainerPermissionAccessEntryEnumerator_t3641947072 * L_1 = (KeyContainerPermissionAccessEntryEnumerator_t3641947072 *)il2cpp_codegen_object_new(KeyContainerPermissionAccessEntryEnumerator_t3641947072_il2cpp_TypeInfo_var); KeyContainerPermissionAccessEntryEnumerator__ctor_m1885627819(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t KeyContainerPermissionAccessEntryCollection_get_Count_m642232447 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get__list_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool KeyContainerPermissionAccessEntryCollection_get_IsSynchronized_m2094249348 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyContainerPermissionAccessEntryCollection_get_SyncRoot_m4284847237 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, const RuntimeMethod* method) { { return __this; } } // System.Int32 System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::Add(System.Security.Permissions.KeyContainerPermissionAccessEntry) extern "C" IL2CPP_METHOD_ATTR int32_t KeyContainerPermissionAccessEntryCollection_Add_m694840409 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, KeyContainerPermissionAccessEntry_t3026022710 * ___accessEntry0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get__list_0(); KeyContainerPermissionAccessEntry_t3026022710 * L_1 = ___accessEntry0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::CopyTo(System.Security.Permissions.KeyContainerPermissionAccessEntry[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermissionAccessEntryCollection_CopyTo_m1825894660 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, KeyContainerPermissionAccessEntryU5BU5D_t3830449459* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get__list_0(); KeyContainerPermissionAccessEntryU5BU5D_t3830449459* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, (RuntimeArray *)(RuntimeArray *)L_1, L_2); return; } } // System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR KeyContainerPermissionAccessEntryEnumerator_t3641947072 * KeyContainerPermissionAccessEntryCollection_GetEnumerator_m632235850 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermissionAccessEntryCollection_GetEnumerator_m632235850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get__list_0(); KeyContainerPermissionAccessEntryEnumerator_t3641947072 * L_1 = (KeyContainerPermissionAccessEntryEnumerator_t3641947072 *)il2cpp_codegen_object_new(KeyContainerPermissionAccessEntryEnumerator_t3641947072_il2cpp_TypeInfo_var); KeyContainerPermissionAccessEntryEnumerator__ctor_m1885627819(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Security.Permissions.KeyContainerPermissionAccessEntryCollection::IndexOf(System.Security.Permissions.KeyContainerPermissionAccessEntry) extern "C" IL2CPP_METHOD_ATTR int32_t KeyContainerPermissionAccessEntryCollection_IndexOf_m1625613501 (KeyContainerPermissionAccessEntryCollection_t4144114052 * __this, KeyContainerPermissionAccessEntry_t3026022710 * ___accessEntry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermissionAccessEntryCollection_IndexOf_m1625613501_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { KeyContainerPermissionAccessEntry_t3026022710 * L_0 = ___accessEntry0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1562580177, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,KeyContainerPermissionAccessEntryCollection_IndexOf_m1625613501_RuntimeMethod_var); } IL_0011: { V_0 = 0; goto IL_0035; } IL_0018: { KeyContainerPermissionAccessEntry_t3026022710 * L_2 = ___accessEntry0; ArrayList_t2718874744 * L_3 = __this->get__list_0(); int32_t L_4 = V_0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(L_2); bool L_6 = KeyContainerPermissionAccessEntry_Equals_m1469203282(L_2, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0031; } } { int32_t L_7 = V_0; return L_7; } IL_0031: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0035: { int32_t L_9 = V_0; ArrayList_t2718874744 * L_10 = __this->get__list_0(); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0018; } } { return (-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 System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermissionAccessEntryEnumerator__ctor_m1885627819 (KeyContainerPermissionAccessEntryEnumerator_t3641947072 * __this, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = ___list0; NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); __this->set_e_0(L_1); return; } } // System.Object System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyContainerPermissionAccessEntryEnumerator_System_Collections_IEnumerator_get_Current_m2177341222 (KeyContainerPermissionAccessEntryEnumerator_t3641947072 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermissionAccessEntryEnumerator_System_Collections_IEnumerator_get_Current_m2177341222_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_e_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Security.Permissions.KeyContainerPermissionAccessEntry System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyContainerPermissionAccessEntry_t3026022710 * KeyContainerPermissionAccessEntryEnumerator_get_Current_m2187682901 (KeyContainerPermissionAccessEntryEnumerator_t3641947072 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermissionAccessEntryEnumerator_get_Current_m2187682901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_e_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return ((KeyContainerPermissionAccessEntry_t3026022710 *)CastclassSealed((RuntimeObject*)L_1, KeyContainerPermissionAccessEntry_t3026022710_il2cpp_TypeInfo_var)); } } // System.Boolean System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool KeyContainerPermissionAccessEntryEnumerator_MoveNext_m3211539720 (KeyContainerPermissionAccessEntryEnumerator_t3641947072 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermissionAccessEntryEnumerator_MoveNext_m3211539720_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_e_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermissionAccessEntryEnumerator_Reset_m3609449468 (KeyContainerPermissionAccessEntryEnumerator_t3641947072 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyContainerPermissionAccessEntryEnumerator_Reset_m3609449468_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_e_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, 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 #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.Security.Permissions.PermissionSetAttribute::set_XML(System.String) extern "C" IL2CPP_METHOD_ATTR void PermissionSetAttribute_set_XML_m197552952 (PermissionSetAttribute_t2779865727 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_xml_1(L_0); return; } } // System.Security.IPermission System.Security.Permissions.PermissionSetAttribute::CreatePermission() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSetAttribute_CreatePermission_m863423435 (PermissionSetAttribute_t2779865727 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Security.Permissions.PublisherIdentityPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void PublisherIdentityPermission__ctor_m2641124654 (PublisherIdentityPermission_t594127488 * __this, int32_t ___state0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.PublisherIdentityPermission::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void PublisherIdentityPermission__ctor_m1050004138 (PublisherIdentityPermission_t594127488 * __this, X509Certificate_t713131622 * ___certificate0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); X509Certificate_t713131622 * L_0 = ___certificate0; PublisherIdentityPermission_set_Certificate_m3980395892(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.PublisherIdentityPermission::set_Certificate(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void PublisherIdentityPermission_set_Certificate_m3980395892 (PublisherIdentityPermission_t594127488 * __this, X509Certificate_t713131622 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublisherIdentityPermission_set_Certificate_m3980395892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t713131622 * L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1155140630, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PublisherIdentityPermission_set_Certificate_m3980395892_RuntimeMethod_var); } IL_0011: { X509Certificate_t713131622 * L_2 = ___value0; __this->set_x509_0(L_2); return; } } // System.Security.IPermission System.Security.Permissions.PublisherIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PublisherIdentityPermission_Copy_m4278048358 (PublisherIdentityPermission_t594127488 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublisherIdentityPermission_Copy_m4278048358_MetadataUsageId); s_Il2CppMethodInitialized = true; } PublisherIdentityPermission_t594127488 * V_0 = NULL; { PublisherIdentityPermission_t594127488 * L_0 = (PublisherIdentityPermission_t594127488 *)il2cpp_codegen_object_new(PublisherIdentityPermission_t594127488_il2cpp_TypeInfo_var); PublisherIdentityPermission__ctor_m2641124654(L_0, 0, /*hidden argument*/NULL); V_0 = L_0; X509Certificate_t713131622 * L_1 = __this->get_x509_0(); if (!L_1) { goto IL_001e; } } { PublisherIdentityPermission_t594127488 * L_2 = V_0; X509Certificate_t713131622 * L_3 = __this->get_x509_0(); NullCheck(L_2); PublisherIdentityPermission_set_Certificate_m3980395892(L_2, L_3, /*hidden argument*/NULL); } IL_001e: { PublisherIdentityPermission_t594127488 * L_4 = V_0; return L_4; } } // System.Void System.Security.Permissions.PublisherIdentityPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void PublisherIdentityPermission_FromXml_m3566778244 (PublisherIdentityPermission_t594127488 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublisherIdentityPermission_FromXml_m3566778244_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___esd0; NullCheck(L_1); Hashtable_t1853889766 * L_2 = SecurityElement_get_Attributes_m1319762035(L_1, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, _stringLiteral2775266118); V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); String_t* L_4 = V_0; if (!L_4) { goto IL_003d; } } { String_t* L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = CryptoConvert_FromHex_m3940911299(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; ByteU5BU5D_t4116647657* L_7 = V_1; X509Certificate_t713131622 * L_8 = (X509Certificate_t713131622 *)il2cpp_codegen_object_new(X509Certificate_t713131622_il2cpp_TypeInfo_var); X509Certificate__ctor_m1413707489(L_8, L_7, /*hidden argument*/NULL); __this->set_x509_0(L_8); } IL_003d: { return; } } // System.Security.IPermission System.Security.Permissions.PublisherIdentityPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PublisherIdentityPermission_Intersect_m1209351935 (PublisherIdentityPermission_t594127488 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublisherIdentityPermission_Intersect_m1209351935_MetadataUsageId); s_Il2CppMethodInitialized = true; } PublisherIdentityPermission_t594127488 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; PublisherIdentityPermission_t594127488 * L_1 = PublisherIdentityPermission_Cast_m1972400146(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; PublisherIdentityPermission_t594127488 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (RuntimeObject*)NULL; } IL_0010: { X509Certificate_t713131622 * L_3 = __this->get_x509_0(); if (!L_3) { goto IL_0052; } } { PublisherIdentityPermission_t594127488 * L_4 = V_0; NullCheck(L_4); X509Certificate_t713131622 * L_5 = L_4->get_x509_0(); if (!L_5) { goto IL_0052; } } { X509Certificate_t713131622 * L_6 = __this->get_x509_0(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertDataString() */, L_6); PublisherIdentityPermission_t594127488 * L_8 = V_0; NullCheck(L_8); X509Certificate_t713131622 * L_9 = L_8->get_x509_0(); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertDataString() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0052; } } { PublisherIdentityPermission_t594127488 * L_12 = V_0; NullCheck(L_12); X509Certificate_t713131622 * L_13 = L_12->get_x509_0(); PublisherIdentityPermission_t594127488 * L_14 = (PublisherIdentityPermission_t594127488 *)il2cpp_codegen_object_new(PublisherIdentityPermission_t594127488_il2cpp_TypeInfo_var); PublisherIdentityPermission__ctor_m1050004138(L_14, L_13, /*hidden argument*/NULL); return L_14; } IL_0052: { return (RuntimeObject*)NULL; } } // System.Boolean System.Security.Permissions.PublisherIdentityPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool PublisherIdentityPermission_IsSubsetOf_m3597223740 (PublisherIdentityPermission_t594127488 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublisherIdentityPermission_IsSubsetOf_m3597223740_MetadataUsageId); s_Il2CppMethodInitialized = true; } PublisherIdentityPermission_t594127488 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; PublisherIdentityPermission_t594127488 * L_1 = PublisherIdentityPermission_Cast_m1972400146(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; PublisherIdentityPermission_t594127488 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (bool)0; } IL_0010: { X509Certificate_t713131622 * L_3 = __this->get_x509_0(); if (L_3) { goto IL_001d; } } { return (bool)1; } IL_001d: { PublisherIdentityPermission_t594127488 * L_4 = V_0; NullCheck(L_4); X509Certificate_t713131622 * L_5 = L_4->get_x509_0(); if (L_5) { goto IL_002a; } } { return (bool)0; } IL_002a: { X509Certificate_t713131622 * L_6 = __this->get_x509_0(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertDataString() */, L_6); PublisherIdentityPermission_t594127488 * L_8 = V_0; NullCheck(L_8); X509Certificate_t713131622 * L_9 = L_8->get_x509_0(); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertDataString() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, L_10, /*hidden argument*/NULL); return L_11; } } // System.Security.SecurityElement System.Security.Permissions.PublisherIdentityPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * PublisherIdentityPermission_ToXml_m1492471529 (PublisherIdentityPermission_t594127488 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublisherIdentityPermission_ToXml_m1492471529_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; X509Certificate_t713131622 * L_1 = __this->get_x509_0(); if (!L_1) { goto IL_0029; } } { SecurityElement_t1046076091 * L_2 = V_0; X509Certificate_t713131622 * L_3 = __this->get_x509_0(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertDataString() */, L_3); NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral2775266118, L_4, /*hidden argument*/NULL); } IL_0029: { SecurityElement_t1046076091 * L_5 = V_0; return L_5; } } // System.Security.IPermission System.Security.Permissions.PublisherIdentityPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PublisherIdentityPermission_Union_m246407740 (PublisherIdentityPermission_t594127488 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublisherIdentityPermission_Union_m246407740_MetadataUsageId); s_Il2CppMethodInitialized = true; } PublisherIdentityPermission_t594127488 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; PublisherIdentityPermission_t594127488 * L_1 = PublisherIdentityPermission_Cast_m1972400146(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; PublisherIdentityPermission_t594127488 * L_2 = V_0; if (L_2) { goto IL_0015; } } { RuntimeObject* L_3 = PublisherIdentityPermission_Copy_m4278048358(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { X509Certificate_t713131622 * L_4 = __this->get_x509_0(); if (!L_4) { goto IL_005c; } } { PublisherIdentityPermission_t594127488 * L_5 = V_0; NullCheck(L_5); X509Certificate_t713131622 * L_6 = L_5->get_x509_0(); if (!L_6) { goto IL_005c; } } { X509Certificate_t713131622 * L_7 = __this->get_x509_0(); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertDataString() */, L_7); PublisherIdentityPermission_t594127488 * L_9 = V_0; NullCheck(L_9); X509Certificate_t713131622 * L_10 = L_9->get_x509_0(); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertDataString() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0057; } } { X509Certificate_t713131622 * L_13 = __this->get_x509_0(); PublisherIdentityPermission_t594127488 * L_14 = (PublisherIdentityPermission_t594127488 *)il2cpp_codegen_object_new(PublisherIdentityPermission_t594127488_il2cpp_TypeInfo_var); PublisherIdentityPermission__ctor_m1050004138(L_14, L_13, /*hidden argument*/NULL); return L_14; } IL_0057: { goto IL_00a0; } IL_005c: { X509Certificate_t713131622 * L_15 = __this->get_x509_0(); if (L_15) { goto IL_007e; } } { PublisherIdentityPermission_t594127488 * L_16 = V_0; NullCheck(L_16); X509Certificate_t713131622 * L_17 = L_16->get_x509_0(); if (!L_17) { goto IL_007e; } } { PublisherIdentityPermission_t594127488 * L_18 = V_0; NullCheck(L_18); X509Certificate_t713131622 * L_19 = L_18->get_x509_0(); PublisherIdentityPermission_t594127488 * L_20 = (PublisherIdentityPermission_t594127488 *)il2cpp_codegen_object_new(PublisherIdentityPermission_t594127488_il2cpp_TypeInfo_var); PublisherIdentityPermission__ctor_m1050004138(L_20, L_19, /*hidden argument*/NULL); return L_20; } IL_007e: { X509Certificate_t713131622 * L_21 = __this->get_x509_0(); if (!L_21) { goto IL_00a0; } } { PublisherIdentityPermission_t594127488 * L_22 = V_0; NullCheck(L_22); X509Certificate_t713131622 * L_23 = L_22->get_x509_0(); if (L_23) { goto IL_00a0; } } { X509Certificate_t713131622 * L_24 = __this->get_x509_0(); PublisherIdentityPermission_t594127488 * L_25 = (PublisherIdentityPermission_t594127488 *)il2cpp_codegen_object_new(PublisherIdentityPermission_t594127488_il2cpp_TypeInfo_var); PublisherIdentityPermission__ctor_m1050004138(L_25, L_24, /*hidden argument*/NULL); return L_25; } IL_00a0: { return (RuntimeObject*)NULL; } } // System.Security.Permissions.PublisherIdentityPermission System.Security.Permissions.PublisherIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR PublisherIdentityPermission_t594127488 * PublisherIdentityPermission_Cast_m1972400146 (PublisherIdentityPermission_t594127488 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublisherIdentityPermission_Cast_m1972400146_MetadataUsageId); s_Il2CppMethodInitialized = true; } PublisherIdentityPermission_t594127488 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (PublisherIdentityPermission_t594127488 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((PublisherIdentityPermission_t594127488 *)IsInstSealed((RuntimeObject*)L_1, PublisherIdentityPermission_t594127488_il2cpp_TypeInfo_var)); PublisherIdentityPermission_t594127488 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (PublisherIdentityPermission_t594127488_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { PublisherIdentityPermission_t594127488 * L_6 = V_0; return L_6; } } #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.Security.Permissions.ReflectionPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void ReflectionPermission__ctor_m604587807 (ReflectionPermission_t2208099681 * __this, int32_t ___state0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1 = CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001f; } } { __this->set_flags_0(7); goto IL_0026; } IL_001f: { __this->set_flags_0(0); } IL_0026: { return; } } // System.Void System.Security.Permissions.ReflectionPermission::.ctor(System.Security.Permissions.ReflectionPermissionFlag) extern "C" IL2CPP_METHOD_ATTR void ReflectionPermission__ctor_m1354536571 (ReflectionPermission_t2208099681 * __this, int32_t ___flag0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___flag0; ReflectionPermission_set_Flags_m1280946911(__this, L_0, /*hidden argument*/NULL); return; } } // System.Security.Permissions.ReflectionPermissionFlag System.Security.Permissions.ReflectionPermission::get_Flags() extern "C" IL2CPP_METHOD_ATTR int32_t ReflectionPermission_get_Flags_m3983278668 (ReflectionPermission_t2208099681 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flags_0(); return L_0; } } // System.Void System.Security.Permissions.ReflectionPermission::set_Flags(System.Security.Permissions.ReflectionPermissionFlag) extern "C" IL2CPP_METHOD_ATTR void ReflectionPermission_set_Flags_m1280946911 (ReflectionPermission_t2208099681 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionPermission_set_Flags_m1280946911_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { int32_t L_0 = ___value0; int32_t L_1 = ___value0; if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)15)))) == ((int32_t)L_1))) { goto IL_002c; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2248575227, /*hidden argument*/NULL); int32_t L_3 = ___value0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(ReflectionPermissionFlag_t4199904140_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2844511972(NULL /*static, unused*/, L_2, L_5, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = V_1; ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, L_7, _stringLiteral2528947232, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ReflectionPermission_set_Flags_m1280946911_RuntimeMethod_var); } IL_002c: { int32_t L_9 = ___value0; __this->set_flags_0(L_9); return; } } // System.Security.IPermission System.Security.Permissions.ReflectionPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReflectionPermission_Copy_m274021237 (ReflectionPermission_t2208099681 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionPermission_Copy_m274021237_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_flags_0(); ReflectionPermission_t2208099681 * L_1 = (ReflectionPermission_t2208099681 *)il2cpp_codegen_object_new(ReflectionPermission_t2208099681_il2cpp_TypeInfo_var); ReflectionPermission__ctor_m1354536571(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Security.Permissions.ReflectionPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void ReflectionPermission_FromXml_m3825522330 (ReflectionPermission_t2208099681 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionPermission_FromXml_m3825522330_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___esd0; bool L_2 = CodeAccessPermission_IsUnrestricted_m1224416114(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { __this->set_flags_0(7); goto IL_009f; } IL_0025: { __this->set_flags_0(0); SecurityElement_t1046076091 * L_3 = ___esd0; NullCheck(L_3); Hashtable_t1853889766 * L_4 = SecurityElement_get_Attributes_m1319762035(L_3, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, _stringLiteral822913698); V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_IndexOf_m1977622757(L_6, _stringLiteral1004140802, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0061; } } { int32_t L_8 = __this->get_flags_0(); __this->set_flags_0(((int32_t)((int32_t)L_8|(int32_t)2))); } IL_0061: { String_t* L_9 = V_0; NullCheck(L_9); int32_t L_10 = String_IndexOf_m1977622757(L_9, _stringLiteral3022725051, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_0080; } } { int32_t L_11 = __this->get_flags_0(); __this->set_flags_0(((int32_t)((int32_t)L_11|(int32_t)4))); } IL_0080: { String_t* L_12 = V_0; NullCheck(L_12); int32_t L_13 = String_IndexOf_m1977622757(L_12, _stringLiteral3114148990, /*hidden argument*/NULL); if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_009f; } } { int32_t L_14 = __this->get_flags_0(); __this->set_flags_0(((int32_t)((int32_t)L_14|(int32_t)1))); } IL_009f: { return; } } // System.Security.IPermission System.Security.Permissions.ReflectionPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReflectionPermission_Intersect_m2186490467 (ReflectionPermission_t2208099681 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionPermission_Intersect_m2186490467_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReflectionPermission_t2208099681 * V_0 = NULL; ReflectionPermission_t2208099681 * V_1 = NULL; ReflectionPermission_t2208099681 * G_B13_0 = NULL; { RuntimeObject* L_0 = ___target0; ReflectionPermission_t2208099681 * L_1 = ReflectionPermission_Cast_m2554660366(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; ReflectionPermission_t2208099681 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (RuntimeObject*)NULL; } IL_0010: { bool L_3 = ReflectionPermission_IsUnrestricted_m3644031038(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_002f; } } { ReflectionPermission_t2208099681 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = ReflectionPermission_get_Flags_m3983278668(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0028; } } { return (RuntimeObject*)NULL; } IL_0028: { ReflectionPermission_t2208099681 * L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7 = ReflectionPermission_Copy_m274021237(L_6, /*hidden argument*/NULL); return L_7; } IL_002f: { ReflectionPermission_t2208099681 * L_8 = V_0; NullCheck(L_8); bool L_9 = ReflectionPermission_IsUnrestricted_m3644031038(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004e; } } { int32_t L_10 = __this->get_flags_0(); if (L_10) { goto IL_0047; } } { return (RuntimeObject*)NULL; } IL_0047: { RuntimeObject* L_11 = ReflectionPermission_Copy_m274021237(__this, /*hidden argument*/NULL); return L_11; } IL_004e: { ReflectionPermission_t2208099681 * L_12 = V_0; NullCheck(L_12); RuntimeObject* L_13 = ReflectionPermission_Copy_m274021237(L_12, /*hidden argument*/NULL); V_1 = ((ReflectionPermission_t2208099681 *)CastclassSealed((RuntimeObject*)L_13, ReflectionPermission_t2208099681_il2cpp_TypeInfo_var)); ReflectionPermission_t2208099681 * L_14 = V_1; ReflectionPermission_t2208099681 * L_15 = L_14; NullCheck(L_15); int32_t L_16 = ReflectionPermission_get_Flags_m3983278668(L_15, /*hidden argument*/NULL); int32_t L_17 = __this->get_flags_0(); NullCheck(L_15); ReflectionPermission_set_Flags_m1280946911(L_15, ((int32_t)((int32_t)L_16&(int32_t)L_17)), /*hidden argument*/NULL); ReflectionPermission_t2208099681 * L_18 = V_1; NullCheck(L_18); int32_t L_19 = ReflectionPermission_get_Flags_m3983278668(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_007e; } } { G_B13_0 = ((ReflectionPermission_t2208099681 *)(NULL)); goto IL_007f; } IL_007e: { ReflectionPermission_t2208099681 * L_20 = V_1; G_B13_0 = L_20; } IL_007f: { return G_B13_0; } } // System.Boolean System.Security.Permissions.ReflectionPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool ReflectionPermission_IsSubsetOf_m1880694831 (ReflectionPermission_t2208099681 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { ReflectionPermission_t2208099681 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; ReflectionPermission_t2208099681 * L_1 = ReflectionPermission_Cast_m2554660366(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; ReflectionPermission_t2208099681 * L_2 = V_0; if (L_2) { goto IL_0018; } } { int32_t L_3 = __this->get_flags_0(); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0018: { bool L_4 = ReflectionPermission_IsUnrestricted_m3644031038(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_002a; } } { ReflectionPermission_t2208099681 * L_5 = V_0; NullCheck(L_5); bool L_6 = ReflectionPermission_IsUnrestricted_m3644031038(L_5, /*hidden argument*/NULL); return L_6; } IL_002a: { ReflectionPermission_t2208099681 * L_7 = V_0; NullCheck(L_7); bool L_8 = ReflectionPermission_IsUnrestricted_m3644031038(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0037; } } { return (bool)1; } IL_0037: { int32_t L_9 = __this->get_flags_0(); ReflectionPermission_t2208099681 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = ReflectionPermission_get_Flags_m3983278668(L_10, /*hidden argument*/NULL); int32_t L_12 = __this->get_flags_0(); return (bool)((((int32_t)((int32_t)((int32_t)L_9&(int32_t)L_11))) == ((int32_t)L_12))? 1 : 0); } } // System.Boolean System.Security.Permissions.ReflectionPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool ReflectionPermission_IsUnrestricted_m3644031038 (ReflectionPermission_t2208099681 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flags_0(); return (bool)((((int32_t)L_0) == ((int32_t)7))? 1 : 0); } } // System.Security.SecurityElement System.Security.Permissions.ReflectionPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * ReflectionPermission_ToXml_m1619273015 (ReflectionPermission_t2208099681 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionPermission_ToXml_m1619273015_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; String_t* V_1 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ReflectionPermission_IsUnrestricted_m3644031038(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { SecurityElement_t1046076091 * L_2 = V_0; NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL); goto IL_00f5; } IL_0028: { int32_t L_3 = __this->get_flags_0(); if (L_3) { goto IL_0048; } } { SecurityElement_t1046076091 * L_4 = V_0; NullCheck(L_4); SecurityElement_AddAttribute_m311510562(L_4, _stringLiteral822913698, _stringLiteral1626466226, /*hidden argument*/NULL); goto IL_00f5; } IL_0048: { int32_t L_5 = __this->get_flags_0(); if ((!(((uint32_t)((int32_t)((int32_t)L_5&(int32_t)7))) == ((uint32_t)7)))) { goto IL_006b; } } { SecurityElement_t1046076091 * L_6 = V_0; NullCheck(L_6); SecurityElement_AddAttribute_m311510562(L_6, _stringLiteral822913698, _stringLiteral2533448590, /*hidden argument*/NULL); goto IL_00f5; } IL_006b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_7; int32_t L_8 = __this->get_flags_0(); if ((!(((uint32_t)((int32_t)((int32_t)L_8&(int32_t)2))) == ((uint32_t)2)))) { goto IL_0085; } } { V_1 = _stringLiteral1004140802; } IL_0085: { int32_t L_9 = __this->get_flags_0(); if ((!(((uint32_t)((int32_t)((int32_t)L_9&(int32_t)4))) == ((uint32_t)4)))) { goto IL_00b7; } } { String_t* L_10 = V_1; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_00ab; } } { String_t* L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, L_12, _stringLiteral3450517380, /*hidden argument*/NULL); V_1 = L_13; } IL_00ab: { String_t* L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, L_14, _stringLiteral3022725051, /*hidden argument*/NULL); V_1 = L_15; } IL_00b7: { int32_t L_16 = __this->get_flags_0(); if ((!(((uint32_t)((int32_t)((int32_t)L_16&(int32_t)1))) == ((uint32_t)1)))) { goto IL_00e9; } } { String_t* L_17 = V_1; NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_00dd; } } { String_t* L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m3937257545(NULL /*static, unused*/, L_19, _stringLiteral3450517380, /*hidden argument*/NULL); V_1 = L_20; } IL_00dd: { String_t* L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m3937257545(NULL /*static, unused*/, L_21, _stringLiteral3114148990, /*hidden argument*/NULL); V_1 = L_22; } IL_00e9: { SecurityElement_t1046076091 * L_23 = V_0; String_t* L_24 = V_1; NullCheck(L_23); SecurityElement_AddAttribute_m311510562(L_23, _stringLiteral822913698, L_24, /*hidden argument*/NULL); } IL_00f5: { SecurityElement_t1046076091 * L_25 = V_0; return L_25; } } // System.Security.IPermission System.Security.Permissions.ReflectionPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReflectionPermission_Union_m3696259038 (ReflectionPermission_t2208099681 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionPermission_Union_m3696259038_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReflectionPermission_t2208099681 * V_0 = NULL; ReflectionPermission_t2208099681 * V_1 = NULL; { RuntimeObject* L_0 = ___other0; ReflectionPermission_t2208099681 * L_1 = ReflectionPermission_Cast_m2554660366(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = ___other0; if (L_2) { goto IL_0015; } } { RuntimeObject* L_3 = ReflectionPermission_Copy_m274021237(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { bool L_4 = ReflectionPermission_IsUnrestricted_m3644031038(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002b; } } { ReflectionPermission_t2208099681 * L_5 = V_0; NullCheck(L_5); bool L_6 = ReflectionPermission_IsUnrestricted_m3644031038(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0032; } } IL_002b: { ReflectionPermission_t2208099681 * L_7 = (ReflectionPermission_t2208099681 *)il2cpp_codegen_object_new(ReflectionPermission_t2208099681_il2cpp_TypeInfo_var); ReflectionPermission__ctor_m604587807(L_7, 1, /*hidden argument*/NULL); return L_7; } IL_0032: { ReflectionPermission_t2208099681 * L_8 = V_0; NullCheck(L_8); RuntimeObject* L_9 = ReflectionPermission_Copy_m274021237(L_8, /*hidden argument*/NULL); V_1 = ((ReflectionPermission_t2208099681 *)CastclassSealed((RuntimeObject*)L_9, ReflectionPermission_t2208099681_il2cpp_TypeInfo_var)); ReflectionPermission_t2208099681 * L_10 = V_1; ReflectionPermission_t2208099681 * L_11 = L_10; NullCheck(L_11); int32_t L_12 = ReflectionPermission_get_Flags_m3983278668(L_11, /*hidden argument*/NULL); int32_t L_13 = __this->get_flags_0(); NullCheck(L_11); ReflectionPermission_set_Flags_m1280946911(L_11, ((int32_t)((int32_t)L_12|(int32_t)L_13)), /*hidden argument*/NULL); ReflectionPermission_t2208099681 * L_14 = V_1; return L_14; } } // System.Security.Permissions.ReflectionPermission System.Security.Permissions.ReflectionPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR ReflectionPermission_t2208099681 * ReflectionPermission_Cast_m2554660366 (ReflectionPermission_t2208099681 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionPermission_Cast_m2554660366_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReflectionPermission_t2208099681 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (ReflectionPermission_t2208099681 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((ReflectionPermission_t2208099681 *)IsInstSealed((RuntimeObject*)L_1, ReflectionPermission_t2208099681_il2cpp_TypeInfo_var)); ReflectionPermission_t2208099681 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (ReflectionPermission_t2208099681_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { ReflectionPermission_t2208099681 * L_6 = V_0; return L_6; } } #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 System.Security.Permissions.RegistryPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission__ctor_m2010290529 (RegistryPermission_t4244934776 * __this, int32_t ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission__ctor_m2010290529_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1 = CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); __this->set__state_0(L_1); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); __this->set_createList_1(L_2); ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); __this->set_readList_2(L_3); ArrayList_t2718874744 * L_4 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_4, /*hidden argument*/NULL); __this->set_writeList_3(L_4); return; } } // System.Void System.Security.Permissions.RegistryPermission::AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission_AddPathList_m2434130390 (RegistryPermission_t4244934776 * __this, int32_t ___access0, String_t* ___pathList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_AddPathList_m2434130390_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___pathList1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3024855651, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RegistryPermission_AddPathList_m2434130390_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___access0; V_0 = L_2; int32_t L_3 = V_0; switch (L_3) { case 0: { goto IL_006a; } case 1: { goto IL_0081; } case 2: { goto IL_0093; } case 3: { goto IL_00a5; } case 4: { goto IL_006f; } case 5: { goto IL_00a5; } case 6: { goto IL_00a5; } case 7: { goto IL_003e; } } } { goto IL_00a5; } IL_003e: { ArrayList_t2718874744 * L_4 = __this->get_createList_1(); String_t* L_5 = ___pathList1; RegistryPermission_AddWithUnionKey_m479354432(__this, L_4, L_5, /*hidden argument*/NULL); ArrayList_t2718874744 * L_6 = __this->get_readList_2(); String_t* L_7 = ___pathList1; RegistryPermission_AddWithUnionKey_m479354432(__this, L_6, L_7, /*hidden argument*/NULL); ArrayList_t2718874744 * L_8 = __this->get_writeList_3(); String_t* L_9 = ___pathList1; RegistryPermission_AddWithUnionKey_m479354432(__this, L_8, L_9, /*hidden argument*/NULL); goto IL_00b2; } IL_006a: { goto IL_00b2; } IL_006f: { ArrayList_t2718874744 * L_10 = __this->get_createList_1(); String_t* L_11 = ___pathList1; RegistryPermission_AddWithUnionKey_m479354432(__this, L_10, L_11, /*hidden argument*/NULL); goto IL_00b2; } IL_0081: { ArrayList_t2718874744 * L_12 = __this->get_readList_2(); String_t* L_13 = ___pathList1; RegistryPermission_AddWithUnionKey_m479354432(__this, L_12, L_13, /*hidden argument*/NULL); goto IL_00b2; } IL_0093: { ArrayList_t2718874744 * L_14 = __this->get_writeList_3(); String_t* L_15 = ___pathList1; RegistryPermission_AddWithUnionKey_m479354432(__this, L_14, L_15, /*hidden argument*/NULL); goto IL_00b2; } IL_00a5: { int32_t L_16 = ___access0; RegistryPermission_ThrowInvalidFlag_m1489227963(__this, L_16, (bool)0, /*hidden argument*/NULL); goto IL_00b2; } IL_00b2: { return; } } // System.String System.Security.Permissions.RegistryPermission::GetPathList(System.Security.Permissions.RegistryPermissionAccess) extern "C" IL2CPP_METHOD_ATTR String_t* RegistryPermission_GetPathList_m1921697061 (RegistryPermission_t4244934776 * __this, int32_t ___access0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___access0; V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_002d; } case 1: { goto IL_0047; } case 2: { goto IL_0054; } case 3: { goto IL_0061; } case 4: { goto IL_003a; } case 5: { goto IL_0061; } case 6: { goto IL_0061; } case 7: { goto IL_002d; } } } { goto IL_0061; } IL_002d: { int32_t L_2 = ___access0; RegistryPermission_ThrowInvalidFlag_m1489227963(__this, L_2, (bool)1, /*hidden argument*/NULL); goto IL_006e; } IL_003a: { ArrayList_t2718874744 * L_3 = __this->get_createList_1(); String_t* L_4 = RegistryPermission_GetPathList_m506144580(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0047: { ArrayList_t2718874744 * L_5 = __this->get_readList_2(); String_t* L_6 = RegistryPermission_GetPathList_m506144580(__this, L_5, /*hidden argument*/NULL); return L_6; } IL_0054: { ArrayList_t2718874744 * L_7 = __this->get_writeList_3(); String_t* L_8 = RegistryPermission_GetPathList_m506144580(__this, L_7, /*hidden argument*/NULL); return L_8; } IL_0061: { int32_t L_9 = ___access0; RegistryPermission_ThrowInvalidFlag_m1489227963(__this, L_9, (bool)0, /*hidden argument*/NULL); goto IL_006e; } IL_006e: { return (String_t*)NULL; } } // System.Void System.Security.Permissions.RegistryPermission::SetPathList(System.Security.Permissions.RegistryPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission_SetPathList_m177476511 (RegistryPermission_t4244934776 * __this, int32_t ___access0, String_t* ___pathList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_SetPathList_m177476511_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; String_t* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; StringU5BU5D_t1281789340* V_8 = NULL; int32_t V_9 = 0; String_t* V_10 = NULL; StringU5BU5D_t1281789340* V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; { String_t* L_0 = ___pathList1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3024855651, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RegistryPermission_SetPathList_m177476511_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___access0; V_13 = L_2; int32_t L_3 = V_13; switch (L_3) { case 0: { goto IL_00b9; } case 1: { goto IL_0111; } case 2: { goto IL_0164; } case 3: { goto IL_01b7; } case 4: { goto IL_00be; } case 5: { goto IL_01b7; } case 6: { goto IL_01b7; } case 7: { goto IL_0040; } } } { goto IL_01b7; } IL_0040: { ArrayList_t2718874744 * L_4 = __this->get_createList_1(); NullCheck(L_4); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_4); ArrayList_t2718874744 * L_5 = __this->get_readList_2(); NullCheck(L_5); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_5); ArrayList_t2718874744 * L_6 = __this->get_writeList_3(); NullCheck(L_6); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_6); String_t* L_7 = ___pathList1; CharU5BU5D_t3528271667* L_8 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_8); (L_8)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_7); StringU5BU5D_t1281789340* L_9 = String_Split_m3646115398(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; StringU5BU5D_t1281789340* L_10 = V_0; V_2 = L_10; V_3 = 0; goto IL_00ab; } IL_007c: { StringU5BU5D_t1281789340* L_11 = V_2; int32_t L_12 = V_3; NullCheck(L_11); int32_t L_13 = L_12; String_t* L_14 = (L_11)->GetAt(static_cast(L_13)); V_1 = L_14; ArrayList_t2718874744 * L_15 = __this->get_createList_1(); String_t* L_16 = V_1; NullCheck(L_15); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16); ArrayList_t2718874744 * L_17 = __this->get_readList_2(); String_t* L_18 = V_1; NullCheck(L_17); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); ArrayList_t2718874744 * L_19 = __this->get_writeList_3(); String_t* L_20 = V_1; NullCheck(L_19); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, L_20); int32_t L_21 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_00ab: { int32_t L_22 = V_3; StringU5BU5D_t1281789340* L_23 = V_2; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { goto IL_007c; } } { goto IL_01c4; } IL_00b9: { goto IL_01c4; } IL_00be: { ArrayList_t2718874744 * L_24 = __this->get_createList_1(); NullCheck(L_24); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_24); String_t* L_25 = ___pathList1; CharU5BU5D_t3528271667* L_26 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_26); (L_26)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_25); StringU5BU5D_t1281789340* L_27 = String_Split_m3646115398(L_25, L_26, /*hidden argument*/NULL); V_0 = L_27; StringU5BU5D_t1281789340* L_28 = V_0; V_5 = L_28; V_6 = 0; goto IL_0101; } IL_00e6: { StringU5BU5D_t1281789340* L_29 = V_5; int32_t L_30 = V_6; NullCheck(L_29); int32_t L_31 = L_30; String_t* L_32 = (L_29)->GetAt(static_cast(L_31)); V_4 = L_32; ArrayList_t2718874744 * L_33 = __this->get_createList_1(); String_t* L_34 = V_4; NullCheck(L_33); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_33, L_34); int32_t L_35 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_0101: { int32_t L_36 = V_6; StringU5BU5D_t1281789340* L_37 = V_5; NullCheck(L_37); if ((((int32_t)L_36) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length))))))) { goto IL_00e6; } } { goto IL_01c4; } IL_0111: { ArrayList_t2718874744 * L_38 = __this->get_readList_2(); NullCheck(L_38); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_38); String_t* L_39 = ___pathList1; CharU5BU5D_t3528271667* L_40 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_40); (L_40)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_39); StringU5BU5D_t1281789340* L_41 = String_Split_m3646115398(L_39, L_40, /*hidden argument*/NULL); V_0 = L_41; StringU5BU5D_t1281789340* L_42 = V_0; V_8 = L_42; V_9 = 0; goto IL_0154; } IL_0139: { StringU5BU5D_t1281789340* L_43 = V_8; int32_t L_44 = V_9; NullCheck(L_43); int32_t L_45 = L_44; String_t* L_46 = (L_43)->GetAt(static_cast(L_45)); V_7 = L_46; ArrayList_t2718874744 * L_47 = __this->get_readList_2(); String_t* L_48 = V_7; NullCheck(L_47); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_47, L_48); int32_t L_49 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0154: { int32_t L_50 = V_9; StringU5BU5D_t1281789340* L_51 = V_8; NullCheck(L_51); if ((((int32_t)L_50) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))) { goto IL_0139; } } { goto IL_01c4; } IL_0164: { ArrayList_t2718874744 * L_52 = __this->get_writeList_3(); NullCheck(L_52); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_52); String_t* L_53 = ___pathList1; CharU5BU5D_t3528271667* L_54 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_54); (L_54)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_53); StringU5BU5D_t1281789340* L_55 = String_Split_m3646115398(L_53, L_54, /*hidden argument*/NULL); V_0 = L_55; StringU5BU5D_t1281789340* L_56 = V_0; V_11 = L_56; V_12 = 0; goto IL_01a7; } IL_018c: { StringU5BU5D_t1281789340* L_57 = V_11; int32_t L_58 = V_12; NullCheck(L_57); int32_t L_59 = L_58; String_t* L_60 = (L_57)->GetAt(static_cast(L_59)); V_10 = L_60; ArrayList_t2718874744 * L_61 = __this->get_writeList_3(); String_t* L_62 = V_10; NullCheck(L_61); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_61, L_62); int32_t L_63 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_01a7: { int32_t L_64 = V_12; StringU5BU5D_t1281789340* L_65 = V_11; NullCheck(L_65); if ((((int32_t)L_64) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_65)->max_length))))))) { goto IL_018c; } } { goto IL_01c4; } IL_01b7: { int32_t L_66 = ___access0; RegistryPermission_ThrowInvalidFlag_m1489227963(__this, L_66, (bool)0, /*hidden argument*/NULL); goto IL_01c4; } IL_01c4: { return; } } // System.Security.IPermission System.Security.Permissions.RegistryPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RegistryPermission_Copy_m1236070534 (RegistryPermission_t4244934776 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_Copy_m1236070534_MetadataUsageId); s_Il2CppMethodInitialized = true; } RegistryPermission_t4244934776 * V_0 = NULL; String_t* V_1 = NULL; { int32_t L_0 = __this->get__state_0(); RegistryPermission_t4244934776 * L_1 = (RegistryPermission_t4244934776 *)il2cpp_codegen_object_new(RegistryPermission_t4244934776_il2cpp_TypeInfo_var); RegistryPermission__ctor_m2010290529(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = RegistryPermission_GetPathList_m1921697061(__this, 4, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = V_1; if (!L_3) { goto IL_0022; } } { RegistryPermission_t4244934776 * L_4 = V_0; String_t* L_5 = V_1; NullCheck(L_4); RegistryPermission_SetPathList_m177476511(L_4, 4, L_5, /*hidden argument*/NULL); } IL_0022: { String_t* L_6 = RegistryPermission_GetPathList_m1921697061(__this, 1, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = V_1; if (!L_7) { goto IL_0038; } } { RegistryPermission_t4244934776 * L_8 = V_0; String_t* L_9 = V_1; NullCheck(L_8); RegistryPermission_SetPathList_m177476511(L_8, 1, L_9, /*hidden argument*/NULL); } IL_0038: { String_t* L_10 = RegistryPermission_GetPathList_m1921697061(__this, 2, /*hidden argument*/NULL); V_1 = L_10; String_t* L_11 = V_1; if (!L_11) { goto IL_004e; } } { RegistryPermission_t4244934776 * L_12 = V_0; String_t* L_13 = V_1; NullCheck(L_12); RegistryPermission_SetPathList_m177476511(L_12, 2, L_13, /*hidden argument*/NULL); } IL_004e: { RegistryPermission_t4244934776 * L_14 = V_0; return L_14; } } // System.Void System.Security.Permissions.RegistryPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission_FromXml_m918044170 (RegistryPermission_t4244934776 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_FromXml_m918044170_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_1, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_2 = ___esd0; bool L_3 = CodeAccessPermission_IsUnrestricted_m1224416114(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002e; } } { __this->set__state_0(1); } IL_002e: { SecurityElement_t1046076091 * L_4 = ___esd0; NullCheck(L_4); String_t* L_5 = SecurityElement_Attribute_m2289480139(L_4, _stringLiteral28278200, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; if (!L_6) { goto IL_0054; } } { String_t* L_7 = V_0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0054; } } { String_t* L_9 = V_0; RegistryPermission_SetPathList_m177476511(__this, 4, L_9, /*hidden argument*/NULL); } IL_0054: { SecurityElement_t1046076091 * L_10 = ___esd0; NullCheck(L_10); String_t* L_11 = SecurityElement_Attribute_m2289480139(L_10, _stringLiteral431746835, /*hidden argument*/NULL); V_1 = L_11; String_t* L_12 = V_1; if (!L_12) { goto IL_007a; } } { String_t* L_13 = V_1; NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_007a; } } { String_t* L_15 = V_1; RegistryPermission_SetPathList_m177476511(__this, 1, L_15, /*hidden argument*/NULL); } IL_007a: { SecurityElement_t1046076091 * L_16 = ___esd0; NullCheck(L_16); String_t* L_17 = SecurityElement_Attribute_m2289480139(L_16, _stringLiteral1973028809, /*hidden argument*/NULL); V_2 = L_17; String_t* L_18 = V_2; if (!L_18) { goto IL_00a0; } } { String_t* L_19 = V_2; NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00a0; } } { String_t* L_21 = V_2; RegistryPermission_SetPathList_m177476511(__this, 2, L_21, /*hidden argument*/NULL); } IL_00a0: { return; } } // System.Security.IPermission System.Security.Permissions.RegistryPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RegistryPermission_Intersect_m2833795335 (RegistryPermission_t4244934776 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_Intersect_m2833795335_MetadataUsageId); s_Il2CppMethodInitialized = true; } RegistryPermission_t4244934776 * V_0 = NULL; RegistryPermission_t4244934776 * V_1 = NULL; RegistryPermission_t4244934776 * G_B9_0 = NULL; { RuntimeObject* L_0 = ___target0; RegistryPermission_t4244934776 * L_1 = RegistryPermission_Cast_m1752377571(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; RegistryPermission_t4244934776 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (RuntimeObject*)NULL; } IL_0010: { bool L_3 = RegistryPermission_IsUnrestricted_m2108884862(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { RegistryPermission_t4244934776 * L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5 = RegistryPermission_Copy_m1236070534(L_4, /*hidden argument*/NULL); return L_5; } IL_0022: { RegistryPermission_t4244934776 * L_6 = V_0; NullCheck(L_6); bool L_7 = RegistryPermission_IsUnrestricted_m2108884862(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0034; } } { RuntimeObject* L_8 = RegistryPermission_Copy_m1236070534(__this, /*hidden argument*/NULL); return L_8; } IL_0034: { RegistryPermission_t4244934776 * L_9 = (RegistryPermission_t4244934776 *)il2cpp_codegen_object_new(RegistryPermission_t4244934776_il2cpp_TypeInfo_var); RegistryPermission__ctor_m2010290529(L_9, 0, /*hidden argument*/NULL); V_1 = L_9; ArrayList_t2718874744 * L_10 = __this->get_createList_1(); RegistryPermission_t4244934776 * L_11 = V_0; NullCheck(L_11); ArrayList_t2718874744 * L_12 = L_11->get_createList_1(); RegistryPermission_t4244934776 * L_13 = V_1; NullCheck(L_13); ArrayList_t2718874744 * L_14 = L_13->get_createList_1(); RegistryPermission_IntersectKeys_m961022720(__this, L_10, L_12, L_14, /*hidden argument*/NULL); ArrayList_t2718874744 * L_15 = __this->get_readList_2(); RegistryPermission_t4244934776 * L_16 = V_0; NullCheck(L_16); ArrayList_t2718874744 * L_17 = L_16->get_readList_2(); RegistryPermission_t4244934776 * L_18 = V_1; NullCheck(L_18); ArrayList_t2718874744 * L_19 = L_18->get_readList_2(); RegistryPermission_IntersectKeys_m961022720(__this, L_15, L_17, L_19, /*hidden argument*/NULL); ArrayList_t2718874744 * L_20 = __this->get_writeList_3(); RegistryPermission_t4244934776 * L_21 = V_0; NullCheck(L_21); ArrayList_t2718874744 * L_22 = L_21->get_writeList_3(); RegistryPermission_t4244934776 * L_23 = V_1; NullCheck(L_23); ArrayList_t2718874744 * L_24 = L_23->get_writeList_3(); RegistryPermission_IntersectKeys_m961022720(__this, L_20, L_22, L_24, /*hidden argument*/NULL); RegistryPermission_t4244934776 * L_25 = V_1; NullCheck(L_25); bool L_26 = RegistryPermission_IsEmpty_m1847288601(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0094; } } { G_B9_0 = ((RegistryPermission_t4244934776 *)(NULL)); goto IL_0095; } IL_0094: { RegistryPermission_t4244934776 * L_27 = V_1; G_B9_0 = L_27; } IL_0095: { return G_B9_0; } } // System.Boolean System.Security.Permissions.RegistryPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool RegistryPermission_IsSubsetOf_m519288442 (RegistryPermission_t4244934776 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { RegistryPermission_t4244934776 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; RegistryPermission_t4244934776 * L_1 = RegistryPermission_Cast_m1752377571(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; RegistryPermission_t4244934776 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (bool)0; } IL_0010: { RegistryPermission_t4244934776 * L_3 = V_0; NullCheck(L_3); bool L_4 = RegistryPermission_IsEmpty_m1847288601(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } { bool L_5 = RegistryPermission_IsEmpty_m1847288601(__this, /*hidden argument*/NULL); return L_5; } IL_0022: { bool L_6 = RegistryPermission_IsUnrestricted_m2108884862(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } { RegistryPermission_t4244934776 * L_7 = V_0; NullCheck(L_7); bool L_8 = RegistryPermission_IsUnrestricted_m2108884862(L_7, /*hidden argument*/NULL); return L_8; } IL_0034: { RegistryPermission_t4244934776 * L_9 = V_0; NullCheck(L_9); bool L_10 = RegistryPermission_IsUnrestricted_m2108884862(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0041; } } { return (bool)1; } IL_0041: { ArrayList_t2718874744 * L_11 = __this->get_createList_1(); RegistryPermission_t4244934776 * L_12 = V_0; NullCheck(L_12); ArrayList_t2718874744 * L_13 = L_12->get_createList_1(); bool L_14 = RegistryPermission_KeyIsSubsetOf_m1742537875(__this, L_11, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_005a; } } { return (bool)0; } IL_005a: { ArrayList_t2718874744 * L_15 = __this->get_readList_2(); RegistryPermission_t4244934776 * L_16 = V_0; NullCheck(L_16); ArrayList_t2718874744 * L_17 = L_16->get_readList_2(); bool L_18 = RegistryPermission_KeyIsSubsetOf_m1742537875(__this, L_15, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0073; } } { return (bool)0; } IL_0073: { ArrayList_t2718874744 * L_19 = __this->get_writeList_3(); RegistryPermission_t4244934776 * L_20 = V_0; NullCheck(L_20); ArrayList_t2718874744 * L_21 = L_20->get_writeList_3(); bool L_22 = RegistryPermission_KeyIsSubsetOf_m1742537875(__this, L_19, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_008c; } } { return (bool)0; } IL_008c: { return (bool)1; } } // System.Boolean System.Security.Permissions.RegistryPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool RegistryPermission_IsUnrestricted_m2108884862 (RegistryPermission_t4244934776 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__state_0(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Security.SecurityElement System.Security.Permissions.RegistryPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * RegistryPermission_ToXml_m3176435332 (RegistryPermission_t4244934776 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_ToXml_m3176435332_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; String_t* V_1 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = __this->get__state_0(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0029; } } { SecurityElement_t1046076091 * L_2 = V_0; NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL); goto IL_0077; } IL_0029: { String_t* L_3 = RegistryPermission_GetPathList_m1921697061(__this, 4, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = V_1; if (!L_4) { goto IL_0043; } } { SecurityElement_t1046076091 * L_5 = V_0; String_t* L_6 = V_1; NullCheck(L_5); SecurityElement_AddAttribute_m311510562(L_5, _stringLiteral28278200, L_6, /*hidden argument*/NULL); } IL_0043: { String_t* L_7 = RegistryPermission_GetPathList_m1921697061(__this, 1, /*hidden argument*/NULL); V_1 = L_7; String_t* L_8 = V_1; if (!L_8) { goto IL_005d; } } { SecurityElement_t1046076091 * L_9 = V_0; String_t* L_10 = V_1; NullCheck(L_9); SecurityElement_AddAttribute_m311510562(L_9, _stringLiteral431746835, L_10, /*hidden argument*/NULL); } IL_005d: { String_t* L_11 = RegistryPermission_GetPathList_m1921697061(__this, 2, /*hidden argument*/NULL); V_1 = L_11; String_t* L_12 = V_1; if (!L_12) { goto IL_0077; } } { SecurityElement_t1046076091 * L_13 = V_0; String_t* L_14 = V_1; NullCheck(L_13); SecurityElement_AddAttribute_m311510562(L_13, _stringLiteral1973028809, L_14, /*hidden argument*/NULL); } IL_0077: { SecurityElement_t1046076091 * L_15 = V_0; return L_15; } } // System.Security.IPermission System.Security.Permissions.RegistryPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RegistryPermission_Union_m2246320591 (RegistryPermission_t4244934776 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_Union_m2246320591_MetadataUsageId); s_Il2CppMethodInitialized = true; } RegistryPermission_t4244934776 * V_0 = NULL; RegistryPermission_t4244934776 * V_1 = NULL; String_t* V_2 = NULL; { RuntimeObject* L_0 = ___other0; RegistryPermission_t4244934776 * L_1 = RegistryPermission_Cast_m1752377571(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; RegistryPermission_t4244934776 * L_2 = V_0; if (L_2) { goto IL_0015; } } { RuntimeObject* L_3 = RegistryPermission_Copy_m1236070534(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { bool L_4 = RegistryPermission_IsUnrestricted_m2108884862(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002b; } } { RegistryPermission_t4244934776 * L_5 = V_0; NullCheck(L_5); bool L_6 = RegistryPermission_IsUnrestricted_m2108884862(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0032; } } IL_002b: { RegistryPermission_t4244934776 * L_7 = (RegistryPermission_t4244934776 *)il2cpp_codegen_object_new(RegistryPermission_t4244934776_il2cpp_TypeInfo_var); RegistryPermission__ctor_m2010290529(L_7, 1, /*hidden argument*/NULL); return L_7; } IL_0032: { bool L_8 = RegistryPermission_IsEmpty_m1847288601(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_004a; } } { RegistryPermission_t4244934776 * L_9 = V_0; NullCheck(L_9); bool L_10 = RegistryPermission_IsEmpty_m1847288601(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_004a; } } { return (RuntimeObject*)NULL; } IL_004a: { RuntimeObject* L_11 = RegistryPermission_Copy_m1236070534(__this, /*hidden argument*/NULL); V_1 = ((RegistryPermission_t4244934776 *)CastclassSealed((RuntimeObject*)L_11, RegistryPermission_t4244934776_il2cpp_TypeInfo_var)); RegistryPermission_t4244934776 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = RegistryPermission_GetPathList_m1921697061(L_12, 4, /*hidden argument*/NULL); V_2 = L_13; String_t* L_14 = V_2; if (!L_14) { goto IL_006c; } } { RegistryPermission_t4244934776 * L_15 = V_1; String_t* L_16 = V_2; NullCheck(L_15); RegistryPermission_AddPathList_m2434130390(L_15, 4, L_16, /*hidden argument*/NULL); } IL_006c: { RegistryPermission_t4244934776 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = RegistryPermission_GetPathList_m1921697061(L_17, 1, /*hidden argument*/NULL); V_2 = L_18; String_t* L_19 = V_2; if (!L_19) { goto IL_0082; } } { RegistryPermission_t4244934776 * L_20 = V_1; String_t* L_21 = V_2; NullCheck(L_20); RegistryPermission_AddPathList_m2434130390(L_20, 1, L_21, /*hidden argument*/NULL); } IL_0082: { RegistryPermission_t4244934776 * L_22 = V_0; NullCheck(L_22); String_t* L_23 = RegistryPermission_GetPathList_m1921697061(L_22, 2, /*hidden argument*/NULL); V_2 = L_23; String_t* L_24 = V_2; if (!L_24) { goto IL_0098; } } { RegistryPermission_t4244934776 * L_25 = V_1; String_t* L_26 = V_2; NullCheck(L_25); RegistryPermission_AddPathList_m2434130390(L_25, 2, L_26, /*hidden argument*/NULL); } IL_0098: { RegistryPermission_t4244934776 * L_27 = V_1; return L_27; } } // System.Boolean System.Security.Permissions.RegistryPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool RegistryPermission_IsEmpty_m1847288601 (RegistryPermission_t4244934776 * __this, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { int32_t L_0 = __this->get__state_0(); if (L_0) { goto IL_003b; } } { ArrayList_t2718874744 * L_1 = __this->get_createList_1(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); if (L_2) { goto IL_003b; } } { ArrayList_t2718874744 * L_3 = __this->get_readList_2(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); if (L_4) { goto IL_003b; } } { ArrayList_t2718874744 * L_5 = __this->get_writeList_3(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_5); G_B5_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0); goto IL_003c; } IL_003b: { G_B5_0 = 0; } IL_003c: { return (bool)G_B5_0; } } // System.Security.Permissions.RegistryPermission System.Security.Permissions.RegistryPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RegistryPermission_t4244934776 * RegistryPermission_Cast_m1752377571 (RegistryPermission_t4244934776 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_Cast_m1752377571_MetadataUsageId); s_Il2CppMethodInitialized = true; } RegistryPermission_t4244934776 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (RegistryPermission_t4244934776 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((RegistryPermission_t4244934776 *)IsInstSealed((RuntimeObject*)L_1, RegistryPermission_t4244934776_il2cpp_TypeInfo_var)); RegistryPermission_t4244934776 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (RegistryPermission_t4244934776_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { RegistryPermission_t4244934776 * L_6 = V_0; return L_6; } } // System.Void System.Security.Permissions.RegistryPermission::ThrowInvalidFlag(System.Security.Permissions.RegistryPermissionAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission_ThrowInvalidFlag_m1489227963 (RegistryPermission_t4244934776 * __this, int32_t ___flag0, bool ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_ThrowInvalidFlag_m1489227963_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; bool L_0 = ___context1; if (!L_0) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3225342323, /*hidden argument*/NULL); V_0 = L_1; goto IL_0023; } IL_0018: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3127603183, /*hidden argument*/NULL); V_0 = L_2; } IL_0023: { String_t* L_3 = V_0; int32_t L_4 = ___flag0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(RegistryPermissionAccess_t307445458_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2844511972(NULL /*static, unused*/, L_3, L_6, /*hidden argument*/NULL); ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, L_7, _stringLiteral2006314719, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,RegistryPermission_ThrowInvalidFlag_m1489227963_RuntimeMethod_var); } } // System.String System.Security.Permissions.RegistryPermission::GetPathList(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR String_t* RegistryPermission_GetPathList_m506144580 (RegistryPermission_t4244934776 * __this, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_GetPathList_m506144580_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = RegistryPermission_IsUnrestricted_m2108884862(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { ArrayList_t2718874744 * L_2 = ___list0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if (L_3) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0022: { StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_5, /*hidden argument*/NULL); V_0 = L_5; ArrayList_t2718874744 * L_6 = ___list0; NullCheck(L_6); RuntimeObject* L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_6); V_2 = L_7; } IL_002f: try { // begin try (depth: 1) { goto IL_0054; } IL_0034: { RuntimeObject* L_8 = V_2; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)); StringBuilder_t * L_10 = V_0; String_t* L_11 = V_1; NullCheck(L_10); StringBuilder_Append_m1965104174(L_10, L_11, /*hidden argument*/NULL); StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, _stringLiteral3452614549, /*hidden argument*/NULL); } IL_0054: { RuntimeObject* L_13 = V_2; NullCheck(L_13); bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0034; } } IL_005f: { IL2CPP_LEAVE(0x79, FINALLY_0064); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_5; if (L_16) { goto IL_0071; } } IL_0070: { IL2CPP_END_FINALLY(100) } IL_0071: { RuntimeObject* L_17 = V_5; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_17); IL2CPP_END_FINALLY(100) } } // end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_JUMP_TBL(0x79, IL_0079) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0079: { StringBuilder_t * L_18 = V_0; NullCheck(L_18); String_t* L_19 = StringBuilder_ToString_m3317489284(L_18, /*hidden argument*/NULL); V_3 = L_19; String_t* L_20 = V_3; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); V_4 = L_21; int32_t L_22 = V_4; if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_009c; } } { String_t* L_23 = V_3; int32_t L_24 = V_4; NullCheck(L_23); String_t* L_25 = String_Substring_m1610150815(L_23, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); return L_25; } IL_009c: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_26; } } // System.Boolean System.Security.Permissions.RegistryPermission::KeyIsSubsetOf(System.Collections.IList,System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR bool RegistryPermission_KeyIsSubsetOf_m1742537875 (RegistryPermission_t4244934776 * __this, RuntimeObject* ___local0, RuntimeObject* ___target1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_KeyIsSubsetOf_m1742537875_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; bool V_6 = false; RuntimeObject* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)0; RuntimeObject* L_0 = ___local0; NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_0); V_2 = L_1; } IL_0009: try { // begin try (depth: 1) { goto IL_007c; } IL_000e: { RuntimeObject* L_2 = V_2; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = ___target1; NullCheck(L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_4); V_4 = L_5; } IL_0022: try { // begin try (depth: 2) { goto IL_0047; } IL_0027: { RuntimeObject* L_6 = V_4; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_3 = ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); String_t* L_8 = V_1; String_t* L_9 = V_3; NullCheck(L_8); bool L_10 = String_StartsWith_m1759067526(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0047; } } IL_0040: { V_0 = (bool)1; goto IL_0053; } IL_0047: { RuntimeObject* L_11 = V_4; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0027; } } IL_0053: { IL2CPP_LEAVE(0x6E, FINALLY_0058); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0058; } FINALLY_0058: { // begin finally (depth: 2) { RuntimeObject* L_13 = V_4; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_5; if (L_14) { goto IL_0066; } } IL_0065: { IL2CPP_END_FINALLY(88) } IL_0066: { RuntimeObject* L_15 = V_5; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); IL2CPP_END_FINALLY(88) } } // end finally (depth: 2) IL2CPP_CLEANUP(88) { IL2CPP_JUMP_TBL(0x6E, IL_006e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006e: { bool L_16 = V_0; if (L_16) { goto IL_007c; } } IL_0074: { V_6 = (bool)0; IL2CPP_LEAVE(0xA3, FINALLY_008c); } IL_007c: { RuntimeObject* L_17 = V_2; NullCheck(L_17); bool L_18 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_000e; } } IL_0087: { IL2CPP_LEAVE(0xA1, FINALLY_008c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008c; } FINALLY_008c: { // begin finally (depth: 1) { RuntimeObject* L_19 = V_2; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_7; if (L_20) { goto IL_0099; } } IL_0098: { IL2CPP_END_FINALLY(140) } IL_0099: { RuntimeObject* L_21 = V_7; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_21); IL2CPP_END_FINALLY(140) } } // end finally (depth: 1) IL2CPP_CLEANUP(140) { IL2CPP_JUMP_TBL(0xA3, IL_00a3) IL2CPP_JUMP_TBL(0xA1, IL_00a1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a1: { return (bool)1; } IL_00a3: { bool L_22 = V_6; return L_22; } } // System.Void System.Security.Permissions.RegistryPermission::AddWithUnionKey(System.Collections.IList,System.String) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission_AddWithUnionKey_m479354432 (RegistryPermission_t4244934776 * __this, RuntimeObject* ___list0, String_t* ___pathList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_AddWithUnionKey_m479354432_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; String_t* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; { String_t* L_0 = ___pathList1; CharU5BU5D_t3528271667* L_1 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_0); StringU5BU5D_t1281789340* L_2 = String_Split_m3646115398(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; StringU5BU5D_t1281789340* L_3 = V_0; V_2 = L_3; V_3 = 0; goto IL_009a; } IL_001b: { StringU5BU5D_t1281789340* L_4 = V_2; int32_t L_5 = V_3; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); V_1 = L_7; RuntimeObject* L_8 = ___list0; NullCheck(L_8); int32_t L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_8); V_4 = L_9; int32_t L_10 = V_4; if (L_10) { goto IL_003b; } } { RuntimeObject* L_11 = ___list0; String_t* L_12 = V_1; NullCheck(L_11); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_11, L_12); goto IL_0096; } IL_003b: { V_5 = 0; goto IL_008d; } IL_0043: { RuntimeObject* L_13 = ___list0; int32_t L_14 = V_5; NullCheck(L_13); RuntimeObject * L_15 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_13, L_14); V_6 = ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)); String_t* L_16 = V_6; String_t* L_17 = V_1; NullCheck(L_16); bool L_18 = String_StartsWith_m1759067526(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_006d; } } { RuntimeObject* L_19 = ___list0; int32_t L_20 = V_5; String_t* L_21 = V_1; NullCheck(L_19); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IList::set_Item(System.Int32,System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_19, L_20, L_21); goto IL_0087; } IL_006d: { String_t* L_22 = V_1; String_t* L_23 = V_6; NullCheck(L_22); bool L_24 = String_StartsWith_m1759067526(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_007f; } } { goto IL_0087; } IL_007f: { RuntimeObject* L_25 = ___list0; String_t* L_26 = V_1; NullCheck(L_25); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_25, L_26); } IL_0087: { int32_t L_27 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_008d: { int32_t L_28 = V_5; int32_t L_29 = V_4; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0043; } } IL_0096: { int32_t L_30 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_009a: { int32_t L_31 = V_3; StringU5BU5D_t1281789340* L_32 = V_2; NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))))) { goto IL_001b; } } { return; } } // System.Void System.Security.Permissions.RegistryPermission::IntersectKeys(System.Collections.IList,System.Collections.IList,System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission_IntersectKeys_m961022720 (RegistryPermission_t4244934776 * __this, RuntimeObject* ___local0, RuntimeObject* ___target1, RuntimeObject* ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegistryPermission_IntersectKeys_m961022720_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___local0; NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_0); V_1 = L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0093; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = ___target1; NullCheck(L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_4); V_3 = L_5; } IL_001f: try { // begin try (depth: 2) { goto IL_006e; } IL_0024: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); String_t* L_8 = V_2; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_005a; } } IL_0041: { String_t* L_12 = V_2; String_t* L_13 = V_0; NullCheck(L_12); bool L_14 = String_StartsWith_m1759067526(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0055; } } IL_004d: { RuntimeObject* L_15 = ___result2; String_t* L_16 = V_2; NullCheck(L_15); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_15, L_16); } IL_0055: { goto IL_006e; } IL_005a: { String_t* L_17 = V_0; String_t* L_18 = V_2; NullCheck(L_17); bool L_19 = String_StartsWith_m1759067526(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_006e; } } IL_0066: { RuntimeObject* L_20 = ___result2; String_t* L_21 = V_0; NullCheck(L_20); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_20, L_21); } IL_006e: { RuntimeObject* L_22 = V_3; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0024; } } IL_0079: { IL2CPP_LEAVE(0x93, FINALLY_007e); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007e; } FINALLY_007e: { // begin finally (depth: 2) { RuntimeObject* L_24 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_4; if (L_25) { goto IL_008b; } } IL_008a: { IL2CPP_END_FINALLY(126) } IL_008b: { RuntimeObject* L_26 = V_4; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); IL2CPP_END_FINALLY(126) } } // end finally (depth: 2) IL2CPP_CLEANUP(126) { IL2CPP_JUMP_TBL(0x93, IL_0093) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0093: { RuntimeObject* L_27 = V_1; NullCheck(L_27); bool L_28 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_000c; } } IL_009e: { IL2CPP_LEAVE(0xB8, FINALLY_00a3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a3; } FINALLY_00a3: { // begin finally (depth: 1) { RuntimeObject* L_29 = V_1; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_30 = V_5; if (L_30) { goto IL_00b0; } } IL_00af: { IL2CPP_END_FINALLY(163) } IL_00b0: { RuntimeObject* L_31 = V_5; NullCheck(L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_31); IL2CPP_END_FINALLY(163) } } // end finally (depth: 1) IL2CPP_CLEANUP(163) { IL2CPP_JUMP_TBL(0xB8, IL_00b8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b8: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Security.Permissions.SecurityAttribute::get_Unrestricted() extern "C" IL2CPP_METHOD_ATTR bool SecurityAttribute_get_Unrestricted_m4193236990 (SecurityAttribute_t4008260079 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Unrestricted_0(); 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 System.Security.Permissions.SecurityPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void SecurityPermission__ctor_m885935718 (SecurityPermission_t2954997752 * __this, int32_t ___state0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1 = CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0023; } } { __this->set_flags_0(((int32_t)16383)); goto IL_002a; } IL_0023: { __this->set_flags_0(0); } IL_002a: { return; } } // System.Void System.Security.Permissions.SecurityPermission::.ctor(System.Security.Permissions.SecurityPermissionFlag) extern "C" IL2CPP_METHOD_ATTR void SecurityPermission__ctor_m1462427327 (SecurityPermission_t2954997752 * __this, int32_t ___flag0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___flag0; SecurityPermission_set_Flags_m1503445204(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.SecurityPermission::set_Flags(System.Security.Permissions.SecurityPermissionFlag) extern "C" IL2CPP_METHOD_ATTR void SecurityPermission_set_Flags_m1503445204 (SecurityPermission_t2954997752 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityPermission_set_Flags_m1503445204_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = ___value0; int32_t L_1 = ___value0; if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16383)))) == ((int32_t)L_1))) { goto IL_002f; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2248575227, /*hidden argument*/NULL); int32_t L_3 = ___value0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(SecurityPermissionFlag_t3459270124_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2844511972(NULL /*static, unused*/, L_2, L_5, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, L_7, _stringLiteral1661045531, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,SecurityPermission_set_Flags_m1503445204_RuntimeMethod_var); } IL_002f: { int32_t L_9 = ___value0; __this->set_flags_0(L_9); return; } } // System.Boolean System.Security.Permissions.SecurityPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool SecurityPermission_IsUnrestricted_m3327262311 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flags_0(); return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)16383)))? 1 : 0); } } // System.Security.IPermission System.Security.Permissions.SecurityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SecurityPermission_Copy_m1646826186 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityPermission_Copy_m1646826186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_flags_0(); SecurityPermission_t2954997752 * L_1 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m1462427327(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Security.IPermission System.Security.Permissions.SecurityPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SecurityPermission_Intersect_m3147623876 (SecurityPermission_t2954997752 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityPermission_Intersect_m3147623876_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityPermission_t2954997752 * V_0 = NULL; int32_t V_1 = 0; { RuntimeObject* L_0 = ___target0; SecurityPermission_t2954997752 * L_1 = SecurityPermission_Cast_m2392017566(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; SecurityPermission_t2954997752 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (RuntimeObject*)NULL; } IL_0010: { bool L_3 = SecurityPermission_IsEmpty_m2033068359(__this, /*hidden argument*/NULL); if (L_3) { goto IL_0026; } } { SecurityPermission_t2954997752 * L_4 = V_0; NullCheck(L_4); bool L_5 = SecurityPermission_IsEmpty_m2033068359(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0028; } } IL_0026: { return (RuntimeObject*)NULL; } IL_0028: { bool L_6 = SecurityPermission_IsUnrestricted_m3327262311(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0045; } } { SecurityPermission_t2954997752 * L_7 = V_0; NullCheck(L_7); bool L_8 = SecurityPermission_IsUnrestricted_m3327262311(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0045; } } { SecurityPermission_t2954997752 * L_9 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m885935718(L_9, 1, /*hidden argument*/NULL); return L_9; } IL_0045: { bool L_10 = SecurityPermission_IsUnrestricted_m3327262311(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_0057; } } { SecurityPermission_t2954997752 * L_11 = V_0; NullCheck(L_11); RuntimeObject* L_12 = SecurityPermission_Copy_m1646826186(L_11, /*hidden argument*/NULL); return L_12; } IL_0057: { SecurityPermission_t2954997752 * L_13 = V_0; NullCheck(L_13); bool L_14 = SecurityPermission_IsUnrestricted_m3327262311(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0069; } } { RuntimeObject* L_15 = SecurityPermission_Copy_m1646826186(__this, /*hidden argument*/NULL); return L_15; } IL_0069: { int32_t L_16 = __this->get_flags_0(); SecurityPermission_t2954997752 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = L_17->get_flags_0(); V_1 = ((int32_t)((int32_t)L_16&(int32_t)L_18)); int32_t L_19 = V_1; if (L_19) { goto IL_007f; } } { return (RuntimeObject*)NULL; } IL_007f: { int32_t L_20 = V_1; SecurityPermission_t2954997752 * L_21 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m1462427327(L_21, L_20, /*hidden argument*/NULL); return L_21; } } // System.Security.IPermission System.Security.Permissions.SecurityPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SecurityPermission_Union_m320701440 (SecurityPermission_t2954997752 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityPermission_Union_m320701440_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityPermission_t2954997752 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; SecurityPermission_t2954997752 * L_1 = SecurityPermission_Cast_m2392017566(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; SecurityPermission_t2954997752 * L_2 = V_0; if (L_2) { goto IL_0015; } } { RuntimeObject* L_3 = SecurityPermission_Copy_m1646826186(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { bool L_4 = SecurityPermission_IsUnrestricted_m3327262311(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002b; } } { SecurityPermission_t2954997752 * L_5 = V_0; NullCheck(L_5); bool L_6 = SecurityPermission_IsUnrestricted_m3327262311(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0032; } } IL_002b: { SecurityPermission_t2954997752 * L_7 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m885935718(L_7, 1, /*hidden argument*/NULL); return L_7; } IL_0032: { int32_t L_8 = __this->get_flags_0(); SecurityPermission_t2954997752 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = L_9->get_flags_0(); SecurityPermission_t2954997752 * L_11 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m1462427327(L_11, ((int32_t)((int32_t)L_8|(int32_t)L_10)), /*hidden argument*/NULL); return L_11; } } // System.Boolean System.Security.Permissions.SecurityPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool SecurityPermission_IsSubsetOf_m545000671 (SecurityPermission_t2954997752 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { SecurityPermission_t2954997752 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; SecurityPermission_t2954997752 * L_1 = SecurityPermission_Cast_m2392017566(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; SecurityPermission_t2954997752 * L_2 = V_0; if (L_2) { goto IL_0015; } } { bool L_3 = SecurityPermission_IsEmpty_m2033068359(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { SecurityPermission_t2954997752 * L_4 = V_0; NullCheck(L_4); bool L_5 = SecurityPermission_IsUnrestricted_m3327262311(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0022; } } { return (bool)1; } IL_0022: { bool L_6 = SecurityPermission_IsUnrestricted_m3327262311(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_002f; } } { return (bool)0; } IL_002f: { int32_t L_7 = __this->get_flags_0(); SecurityPermission_t2954997752 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_flags_0(); return (bool)((((int32_t)((int32_t)((int32_t)L_7&(int32_t)((~L_9))))) == ((int32_t)0))? 1 : 0); } } // System.Void System.Security.Permissions.SecurityPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void SecurityPermission_FromXml_m723310226 (SecurityPermission_t2954997752 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityPermission_FromXml_m723310226_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___esd0; bool L_2 = CodeAccessPermission_IsUnrestricted_m1224416114(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0029; } } { __this->set_flags_0(((int32_t)16383)); goto IL_0062; } IL_0029: { SecurityElement_t1046076091 * L_3 = ___esd0; NullCheck(L_3); String_t* L_4 = SecurityElement_Attribute_m2289480139(L_3, _stringLiteral822913698, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (L_5) { goto IL_0047; } } { __this->set_flags_0(0); goto IL_0062; } IL_0047: { RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (SecurityPermissionFlag_t3459270124_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_9 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); __this->set_flags_0(((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t2950945753_il2cpp_TypeInfo_var))))); } IL_0062: { return; } } // System.Security.SecurityElement System.Security.Permissions.SecurityPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * SecurityPermission_ToXml_m355131433 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityPermission_ToXml_m355131433_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = SecurityPermission_IsUnrestricted_m3327262311(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { SecurityElement_t1046076091 * L_2 = V_0; NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL); goto IL_0043; } IL_0028: { SecurityElement_t1046076091 * L_3 = V_0; int32_t L_4 = __this->get_flags_0(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(SecurityPermissionFlag_t3459270124_il2cpp_TypeInfo_var, &L_5); NullCheck((Enum_t4135868527 *)L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_6); NullCheck(L_3); SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral822913698, L_7, /*hidden argument*/NULL); } IL_0043: { SecurityElement_t1046076091 * L_8 = V_0; return L_8; } } // System.Boolean System.Security.Permissions.SecurityPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool SecurityPermission_IsEmpty_m2033068359 (SecurityPermission_t2954997752 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flags_0(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Security.Permissions.SecurityPermission System.Security.Permissions.SecurityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR SecurityPermission_t2954997752 * SecurityPermission_Cast_m2392017566 (SecurityPermission_t2954997752 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityPermission_Cast_m2392017566_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityPermission_t2954997752 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (SecurityPermission_t2954997752 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((SecurityPermission_t2954997752 *)IsInstSealed((RuntimeObject*)L_1, SecurityPermission_t2954997752_il2cpp_TypeInfo_var)); SecurityPermission_t2954997752 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (SecurityPermission_t2954997752_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { SecurityPermission_t2954997752 * L_6 = V_0; return L_6; } } #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.Security.Permissions.SecurityPermissionAttribute::set_SkipVerification(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SecurityPermissionAttribute_set_SkipVerification_m4061350763 (SecurityPermissionAttribute_t2256310021 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_0019; } } { int32_t L_1 = __this->get_m_Flags_1(); __this->set_m_Flags_1(((int32_t)((int32_t)L_1|(int32_t)4))); goto IL_0028; } IL_0019: { int32_t L_2 = __this->get_m_Flags_1(); __this->set_m_Flags_1(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-5)))); } IL_0028: { return; } } // System.Security.IPermission System.Security.Permissions.SecurityPermissionAttribute::CreatePermission() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SecurityPermissionAttribute_CreatePermission_m3255907894 (SecurityPermissionAttribute_t2256310021 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityPermissionAttribute_CreatePermission_m3255907894_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityPermission_t2954997752 * V_0 = NULL; { V_0 = (SecurityPermission_t2954997752 *)NULL; bool L_0 = SecurityAttribute_get_Unrestricted_m4193236990(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { SecurityPermission_t2954997752 * L_1 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m885935718(L_1, 1, /*hidden argument*/NULL); V_0 = L_1; goto IL_0025; } IL_0019: { int32_t L_2 = __this->get_m_Flags_1(); SecurityPermission_t2954997752 * L_3 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m1462427327(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0025: { SecurityPermission_t2954997752 * 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 #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.Security.Permissions.SiteIdentityPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void SiteIdentityPermission__ctor_m3358818095 (SiteIdentityPermission_t4239769539 * __this, int32_t ___state0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.SiteIdentityPermission::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SiteIdentityPermission__ctor_m1960307132 (SiteIdentityPermission_t4239769539 * __this, String_t* ___site0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); String_t* L_0 = ___site0; SiteIdentityPermission_set_Site_m1105079855(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.SiteIdentityPermission::.cctor() extern "C" IL2CPP_METHOD_ATTR void SiteIdentityPermission__cctor_m2610624403 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SiteIdentityPermission__cctor_m2610624403_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BooleanU5BU5D_t2897418192* L_0 = ((BooleanU5BU5D_t2897418192*)SZArrayNew(BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var, (uint32_t)((int32_t)94))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D64_55_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((SiteIdentityPermission_t4239769539_StaticFields*)il2cpp_codegen_static_fields_for(SiteIdentityPermission_t4239769539_il2cpp_TypeInfo_var))->set_valid_1(L_0); return; } } // System.Void System.Security.Permissions.SiteIdentityPermission::set_Site(System.String) extern "C" IL2CPP_METHOD_ATTR void SiteIdentityPermission_set_Site_m1105079855 (SiteIdentityPermission_t4239769539 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SiteIdentityPermission_set_Site_m1105079855_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; bool L_1 = SiteIdentityPermission_IsValid_m1450653188(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral935648371, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,SiteIdentityPermission_set_Site_m1105079855_RuntimeMethod_var); } IL_0017: { String_t* L_3 = ___value0; __this->set__site_0(L_3); return; } } // System.Security.IPermission System.Security.Permissions.SiteIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SiteIdentityPermission_Copy_m495304303 (SiteIdentityPermission_t4239769539 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SiteIdentityPermission_Copy_m495304303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = SiteIdentityPermission_IsEmpty_m4185238942(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { SiteIdentityPermission_t4239769539 * L_1 = (SiteIdentityPermission_t4239769539 *)il2cpp_codegen_object_new(SiteIdentityPermission_t4239769539_il2cpp_TypeInfo_var); SiteIdentityPermission__ctor_m3358818095(L_1, 0, /*hidden argument*/NULL); return L_1; } IL_0012: { String_t* L_2 = __this->get__site_0(); SiteIdentityPermission_t4239769539 * L_3 = (SiteIdentityPermission_t4239769539 *)il2cpp_codegen_object_new(SiteIdentityPermission_t4239769539_il2cpp_TypeInfo_var); SiteIdentityPermission__ctor_m1960307132(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.Security.Permissions.SiteIdentityPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void SiteIdentityPermission_FromXml_m894070293 (SiteIdentityPermission_t4239769539 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SiteIdentityPermission_FromXml_m894070293_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___esd0; NullCheck(L_1); String_t* L_2 = SecurityElement_Attribute_m2289480139(L_1, _stringLiteral1273103155, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; if (!L_3) { goto IL_0027; } } { String_t* L_4 = V_0; SiteIdentityPermission_set_Site_m1105079855(__this, L_4, /*hidden argument*/NULL); } IL_0027: { return; } } // System.Security.IPermission System.Security.Permissions.SiteIdentityPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SiteIdentityPermission_Intersect_m965020041 (SiteIdentityPermission_t4239769539 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SiteIdentityPermission_Intersect_m965020041_MetadataUsageId); s_Il2CppMethodInitialized = true; } SiteIdentityPermission_t4239769539 * V_0 = NULL; String_t* V_1 = NULL; String_t* G_B7_0 = NULL; { RuntimeObject* L_0 = ___target0; SiteIdentityPermission_t4239769539 * L_1 = SiteIdentityPermission_Cast_m1204175153(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; SiteIdentityPermission_t4239769539 * L_2 = V_0; if (!L_2) { goto IL_0019; } } { bool L_3 = SiteIdentityPermission_IsEmpty_m4185238942(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_001b; } } IL_0019: { return (RuntimeObject*)NULL; } IL_001b: { SiteIdentityPermission_t4239769539 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = L_4->get__site_0(); bool L_6 = SiteIdentityPermission_Match_m877843143(__this, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0060; } } { String_t* L_7 = __this->get__site_0(); NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); SiteIdentityPermission_t4239769539 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = L_9->get__site_0(); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)L_11))) { goto IL_0052; } } { String_t* L_12 = __this->get__site_0(); G_B7_0 = L_12; goto IL_0058; } IL_0052: { SiteIdentityPermission_t4239769539 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = L_13->get__site_0(); G_B7_0 = L_14; } IL_0058: { V_1 = G_B7_0; String_t* L_15 = V_1; SiteIdentityPermission_t4239769539 * L_16 = (SiteIdentityPermission_t4239769539 *)il2cpp_codegen_object_new(SiteIdentityPermission_t4239769539_il2cpp_TypeInfo_var); SiteIdentityPermission__ctor_m1960307132(L_16, L_15, /*hidden argument*/NULL); return L_16; } IL_0060: { return (RuntimeObject*)NULL; } } // System.Boolean System.Security.Permissions.SiteIdentityPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool SiteIdentityPermission_IsSubsetOf_m1421120977 (SiteIdentityPermission_t4239769539 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SiteIdentityPermission_IsSubsetOf_m1421120977_MetadataUsageId); s_Il2CppMethodInitialized = true; } SiteIdentityPermission_t4239769539 * V_0 = NULL; int32_t V_1 = 0; { RuntimeObject* L_0 = ___target0; SiteIdentityPermission_t4239769539 * L_1 = SiteIdentityPermission_Cast_m1204175153(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; SiteIdentityPermission_t4239769539 * L_2 = V_0; if (L_2) { goto IL_0015; } } { bool L_3 = SiteIdentityPermission_IsEmpty_m4185238942(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { String_t* L_4 = __this->get__site_0(); if (L_4) { goto IL_002d; } } { SiteIdentityPermission_t4239769539 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = L_5->get__site_0(); if (L_6) { goto IL_002d; } } { return (bool)1; } IL_002d: { String_t* L_7 = __this->get__site_0(); if (!L_7) { goto IL_0043; } } { SiteIdentityPermission_t4239769539 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = L_8->get__site_0(); if (L_9) { goto IL_0045; } } IL_0043: { return (bool)0; } IL_0045: { SiteIdentityPermission_t4239769539 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = L_10->get__site_0(); NullCheck(L_11); int32_t L_12 = String_IndexOf_m363431711(L_11, ((int32_t)42), /*hidden argument*/NULL); V_1 = L_12; int32_t L_13 = V_1; if ((!(((uint32_t)L_13) == ((uint32_t)(-1))))) { goto IL_006c; } } { String_t* L_14 = __this->get__site_0(); SiteIdentityPermission_t4239769539 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = L_15->get__site_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); return L_17; } IL_006c: { String_t* L_18 = __this->get__site_0(); SiteIdentityPermission_t4239769539 * L_19 = V_0; NullCheck(L_19); String_t* L_20 = L_19->get__site_0(); int32_t L_21 = V_1; NullCheck(L_20); String_t* L_22 = String_Substring_m2848979100(L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_18); bool L_23 = String_EndsWith_m1901926500(L_18, L_22, /*hidden argument*/NULL); return L_23; } } // System.Security.SecurityElement System.Security.Permissions.SiteIdentityPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * SiteIdentityPermission_ToXml_m2415371146 (SiteIdentityPermission_t4239769539 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SiteIdentityPermission_ToXml_m2415371146_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = __this->get__site_0(); if (!L_1) { goto IL_0024; } } { SecurityElement_t1046076091 * L_2 = V_0; String_t* L_3 = __this->get__site_0(); NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral1273103155, L_3, /*hidden argument*/NULL); } IL_0024: { SecurityElement_t1046076091 * L_4 = V_0; return L_4; } } // System.Security.IPermission System.Security.Permissions.SiteIdentityPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SiteIdentityPermission_Union_m463985903 (SiteIdentityPermission_t4239769539 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SiteIdentityPermission_Union_m463985903_MetadataUsageId); s_Il2CppMethodInitialized = true; } SiteIdentityPermission_t4239769539 * V_0 = NULL; String_t* V_1 = NULL; String_t* G_B9_0 = NULL; { RuntimeObject* L_0 = ___target0; SiteIdentityPermission_t4239769539 * L_1 = SiteIdentityPermission_Cast_m1204175153(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; SiteIdentityPermission_t4239769539 * L_2 = V_0; if (!L_2) { goto IL_0019; } } { SiteIdentityPermission_t4239769539 * L_3 = V_0; NullCheck(L_3); bool L_4 = SiteIdentityPermission_IsEmpty_m4185238942(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0020; } } IL_0019: { RuntimeObject* L_5 = SiteIdentityPermission_Copy_m495304303(__this, /*hidden argument*/NULL); return L_5; } IL_0020: { bool L_6 = SiteIdentityPermission_IsEmpty_m4185238942(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0032; } } { SiteIdentityPermission_t4239769539 * L_7 = V_0; NullCheck(L_7); RuntimeObject* L_8 = SiteIdentityPermission_Copy_m495304303(L_7, /*hidden argument*/NULL); return L_8; } IL_0032: { SiteIdentityPermission_t4239769539 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = L_9->get__site_0(); bool L_11 = SiteIdentityPermission_Match_m877843143(__this, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0077; } } { String_t* L_12 = __this->get__site_0(); NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); SiteIdentityPermission_t4239769539 * L_14 = V_0; NullCheck(L_14); String_t* L_15 = L_14->get__site_0(); NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)L_16))) { goto IL_0069; } } { String_t* L_17 = __this->get__site_0(); G_B9_0 = L_17; goto IL_006f; } IL_0069: { SiteIdentityPermission_t4239769539 * L_18 = V_0; NullCheck(L_18); String_t* L_19 = L_18->get__site_0(); G_B9_0 = L_19; } IL_006f: { V_1 = G_B9_0; String_t* L_20 = V_1; SiteIdentityPermission_t4239769539 * L_21 = (SiteIdentityPermission_t4239769539 *)il2cpp_codegen_object_new(SiteIdentityPermission_t4239769539_il2cpp_TypeInfo_var); SiteIdentityPermission__ctor_m1960307132(L_21, L_20, /*hidden argument*/NULL); return L_21; } IL_0077: { String_t* L_22 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2328180472, /*hidden argument*/NULL); ArgumentException_t132251570 * L_23 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_23, L_22, _stringLiteral2833503317, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,SiteIdentityPermission_Union_m463985903_RuntimeMethod_var); } } // System.Boolean System.Security.Permissions.SiteIdentityPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool SiteIdentityPermission_IsEmpty_m4185238942 (SiteIdentityPermission_t4239769539 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__site_0(); return (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } // System.Security.Permissions.SiteIdentityPermission System.Security.Permissions.SiteIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR SiteIdentityPermission_t4239769539 * SiteIdentityPermission_Cast_m1204175153 (SiteIdentityPermission_t4239769539 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SiteIdentityPermission_Cast_m1204175153_MetadataUsageId); s_Il2CppMethodInitialized = true; } SiteIdentityPermission_t4239769539 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (SiteIdentityPermission_t4239769539 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((SiteIdentityPermission_t4239769539 *)IsInstSealed((RuntimeObject*)L_1, SiteIdentityPermission_t4239769539_il2cpp_TypeInfo_var)); SiteIdentityPermission_t4239769539 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (SiteIdentityPermission_t4239769539_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { SiteIdentityPermission_t4239769539 * L_6 = V_0; return L_6; } } // System.Boolean System.Security.Permissions.SiteIdentityPermission::IsValid(System.String) extern "C" IL2CPP_METHOD_ATTR bool SiteIdentityPermission_IsValid_m1450653188 (SiteIdentityPermission_t4239769539 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SiteIdentityPermission_IsValid_m1450653188_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint16_t V_1 = 0; { String_t* L_0 = ___s0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { V_0 = 0; goto IL_0076; } IL_001a: { String_t* L_3 = ___s0; int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m2986988803(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; uint16_t L_6 = V_1; if ((((int32_t)L_6) < ((int32_t)((int32_t)33)))) { goto IL_0032; } } { uint16_t L_7 = V_1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)126)))) { goto IL_0034; } } IL_0032: { return (bool)0; } IL_0034: { uint16_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)42))))) { goto IL_0061; } } { String_t* L_9 = ___s0; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0061; } } { String_t* L_11 = ___s0; int32_t L_12 = V_0; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m2986988803(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)46))))) { goto IL_005f; } } { int32_t L_14 = V_0; if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_0061; } } IL_005f: { return (bool)0; } IL_0061: { IL2CPP_RUNTIME_CLASS_INIT(SiteIdentityPermission_t4239769539_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_15 = ((SiteIdentityPermission_t4239769539_StaticFields*)il2cpp_codegen_static_fields_for(SiteIdentityPermission_t4239769539_il2cpp_TypeInfo_var))->get_valid_1(); uint16_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)33))); uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); if (L_18) { goto IL_0072; } } { return (bool)0; } IL_0072: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0076: { int32_t L_20 = V_0; String_t* L_21 = ___s0; NullCheck(L_21); int32_t L_22 = String_get_Length_m3847582255(L_21, /*hidden argument*/NULL); if ((((int32_t)L_20) < ((int32_t)L_22))) { goto IL_001a; } } { String_t* L_23 = ___s0; NullCheck(L_23); int32_t L_24 = String_get_Length_m3847582255(L_23, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)1)))) { goto IL_009d; } } { String_t* L_25 = ___s0; NullCheck(L_25); Il2CppChar L_26 = String_get_Chars_m2986988803(L_25, 0, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_26) == ((int32_t)((int32_t)46)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_009d: { return (bool)1; } } // System.Boolean System.Security.Permissions.SiteIdentityPermission::Match(System.String) extern "C" IL2CPP_METHOD_ATTR bool SiteIdentityPermission_Match_m877843143 (SiteIdentityPermission_t4239769539 * __this, String_t* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SiteIdentityPermission_Match_m877843143_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; { String_t* L_0 = __this->get__site_0(); if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___target0; if (L_1) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { String_t* L_2 = __this->get__site_0(); NullCheck(L_2); int32_t L_3 = String_IndexOf_m363431711(L_2, ((int32_t)42), /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = ___target0; NullCheck(L_4); int32_t L_5 = String_IndexOf_m363431711(L_4, ((int32_t)42), /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0045; } } { int32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_0045; } } { String_t* L_8 = __this->get__site_0(); String_t* L_9 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_0045: { int32_t L_11 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)(-1))))) { goto IL_0061; } } { String_t* L_12 = __this->get__site_0(); String_t* L_13 = ___target0; int32_t L_14 = V_1; NullCheck(L_13); String_t* L_15 = String_Substring_m2848979100(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_12); bool L_16 = String_EndsWith_m1901926500(L_12, L_15, /*hidden argument*/NULL); return L_16; } IL_0061: { int32_t L_17 = V_1; if ((!(((uint32_t)L_17) == ((uint32_t)(-1))))) { goto IL_007d; } } { String_t* L_18 = ___target0; String_t* L_19 = __this->get__site_0(); int32_t L_20 = V_0; NullCheck(L_19); String_t* L_21 = String_Substring_m2848979100(L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_18); bool L_22 = String_EndsWith_m1901926500(L_18, L_21, /*hidden argument*/NULL); return L_22; } IL_007d: { String_t* L_23 = __this->get__site_0(); int32_t L_24 = V_0; NullCheck(L_23); String_t* L_25 = String_Substring_m2848979100(L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_25; String_t* L_26 = ___target0; int32_t L_27 = V_1; NullCheck(L_26); String_t* L_28 = String_Substring_m2848979100(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL); ___target0 = L_28; String_t* L_29 = V_2; NullCheck(L_29); int32_t L_30 = String_get_Length_m3847582255(L_29, /*hidden argument*/NULL); String_t* L_31 = ___target0; NullCheck(L_31); int32_t L_32 = String_get_Length_m3847582255(L_31, /*hidden argument*/NULL); if ((((int32_t)L_30) <= ((int32_t)L_32))) { goto IL_00b0; } } { String_t* L_33 = V_2; String_t* L_34 = ___target0; NullCheck(L_33); bool L_35 = String_EndsWith_m1901926500(L_33, L_34, /*hidden argument*/NULL); return L_35; } IL_00b0: { String_t* L_36 = ___target0; String_t* L_37 = V_2; NullCheck(L_36); bool L_38 = String_EndsWith_m1901926500(L_36, L_37, /*hidden argument*/NULL); return L_38; } } #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.Security.Permissions.StrongNameIdentityPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void StrongNameIdentityPermission__ctor_m1226025723 (StrongNameIdentityPermission_t2780499738 * __this, int32_t ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission__ctor_m1226025723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1 = CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); __this->set__state_1(L_1); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); __this->set__list_2(L_2); ArrayList_t2718874744 * L_3 = __this->get__list_2(); SNIP_t4156255223 L_4 = SNIP_CreateDefault_m539902947(NULL /*static, unused*/, /*hidden argument*/NULL); SNIP_t4156255223 L_5 = L_4; RuntimeObject * L_6 = Box(SNIP_t4156255223_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_6); return; } } // System.Void System.Security.Permissions.StrongNameIdentityPermission::.ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version) extern "C" IL2CPP_METHOD_ATTR void StrongNameIdentityPermission__ctor_m894027171 (StrongNameIdentityPermission_t2780499738 * __this, StrongNamePublicKeyBlob_t3355146440 * ___blob0, String_t* ___name1, Version_t3456873960 * ___version2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission__ctor_m894027171_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); StrongNamePublicKeyBlob_t3355146440 * L_0 = ___blob0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3946841517, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StrongNameIdentityPermission__ctor_m894027171_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___name1; if (!L_2) { goto IL_0033; } } { String_t* L_3 = ___name1; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0033; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,StrongNameIdentityPermission__ctor_m894027171_RuntimeMethod_var); } IL_0033: { __this->set__state_1(0); ArrayList_t2718874744 * L_6 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_6, /*hidden argument*/NULL); __this->set__list_2(L_6); ArrayList_t2718874744 * L_7 = __this->get__list_2(); StrongNamePublicKeyBlob_t3355146440 * L_8 = ___blob0; String_t* L_9 = ___name1; Version_t3456873960 * L_10 = ___version2; SNIP_t4156255223 L_11; memset(&L_11, 0, sizeof(L_11)); SNIP__ctor_m102776470((&L_11), L_8, L_9, L_10, /*hidden argument*/NULL); SNIP_t4156255223 L_12 = L_11; RuntimeObject * L_13 = Box(SNIP_t4156255223_il2cpp_TypeInfo_var, &L_12); NullCheck(L_7); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_13); return; } } // System.Void System.Security.Permissions.StrongNameIdentityPermission::.ctor(System.Security.Permissions.StrongNameIdentityPermission) extern "C" IL2CPP_METHOD_ATTR void StrongNameIdentityPermission__ctor_m773036023 (StrongNameIdentityPermission_t2780499738 * __this, StrongNameIdentityPermission_t2780499738 * ___snip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission__ctor_m773036023_MetadataUsageId); s_Il2CppMethodInitialized = true; } SNIP_t4156255223 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; RuntimeObject* 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); StrongNameIdentityPermission_t2780499738 * L_0 = ___snip0; NullCheck(L_0); int32_t L_1 = L_0->get__state_1(); __this->set__state_1(L_1); StrongNameIdentityPermission_t2780499738 * L_2 = ___snip0; NullCheck(L_2); ArrayList_t2718874744 * L_3 = L_2->get__list_2(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); ArrayList_t2718874744 * L_5 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m3828927650(L_5, L_4, /*hidden argument*/NULL); __this->set__list_2(L_5); StrongNameIdentityPermission_t2780499738 * L_6 = ___snip0; NullCheck(L_6); ArrayList_t2718874744 * L_7 = L_6->get__list_2(); NullCheck(L_7); RuntimeObject* L_8 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_7); V_1 = L_8; } IL_0034: try { // begin try (depth: 1) { goto IL_0070; } IL_0039: { RuntimeObject* L_9 = V_1; NullCheck(L_9); RuntimeObject * L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_9); V_0 = ((*(SNIP_t4156255223 *)((SNIP_t4156255223 *)UnBox(L_10, SNIP_t4156255223_il2cpp_TypeInfo_var)))); ArrayList_t2718874744 * L_11 = __this->get__list_2(); StrongNamePublicKeyBlob_t3355146440 * L_12 = (&V_0)->get_PublicKey_0(); String_t* L_13 = (&V_0)->get_Name_1(); Version_t3456873960 * L_14 = (&V_0)->get_AssemblyVersion_2(); SNIP_t4156255223 L_15; memset(&L_15, 0, sizeof(L_15)); SNIP__ctor_m102776470((&L_15), L_12, L_13, L_14, /*hidden argument*/NULL); SNIP_t4156255223 L_16 = L_15; RuntimeObject * L_17 = Box(SNIP_t4156255223_il2cpp_TypeInfo_var, &L_16); NullCheck(L_11); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_17); } IL_0070: { RuntimeObject* L_18 = V_1; NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0039; } } IL_007b: { IL2CPP_LEAVE(0x92, 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_20 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_2; if (L_21) { goto IL_008b; } } IL_008a: { IL2CPP_END_FINALLY(128) } IL_008b: { RuntimeObject* L_22 = V_2; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_22); IL2CPP_END_FINALLY(128) } } // end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_JUMP_TBL(0x92, IL_0092) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0092: { return; } } // System.Void System.Security.Permissions.StrongNameIdentityPermission::.cctor() extern "C" IL2CPP_METHOD_ATTR void StrongNameIdentityPermission__cctor_m4211638687 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission__cctor_m4211638687_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Version_t3456873960 * L_0 = (Version_t3456873960 *)il2cpp_codegen_object_new(Version_t3456873960_il2cpp_TypeInfo_var); Version__ctor_m3537335798(L_0, 0, 0, /*hidden argument*/NULL); ((StrongNameIdentityPermission_t2780499738_StaticFields*)il2cpp_codegen_static_fields_for(StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var))->set_defaultVersion_0(L_0); return; } } // System.String System.Security.Permissions.StrongNameIdentityPermission::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* StrongNameIdentityPermission_get_Name_m2936560582 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_get_Name_m2936560582_MetadataUsageId); s_Il2CppMethodInitialized = true; } SNIP_t4156255223 V_0; memset(&V_0, 0, sizeof(V_0)); { ArrayList_t2718874744 * L_0 = __this->get__list_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0017; } } { NotSupportedException_t1314879016 * L_2 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,StrongNameIdentityPermission_get_Name_m2936560582_RuntimeMethod_var); } IL_0017: { ArrayList_t2718874744 * L_3 = __this->get__list_2(); NullCheck(L_3); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, 0); V_0 = ((*(SNIP_t4156255223 *)((SNIP_t4156255223 *)UnBox(L_4, SNIP_t4156255223_il2cpp_TypeInfo_var)))); String_t* L_5 = (&V_0)->get_Name_1(); return L_5; } } // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Permissions.StrongNameIdentityPermission::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR StrongNamePublicKeyBlob_t3355146440 * StrongNameIdentityPermission_get_PublicKey_m1510164349 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_get_PublicKey_m1510164349_MetadataUsageId); s_Il2CppMethodInitialized = true; } SNIP_t4156255223 V_0; memset(&V_0, 0, sizeof(V_0)); { ArrayList_t2718874744 * L_0 = __this->get__list_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0017; } } { NotSupportedException_t1314879016 * L_2 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,StrongNameIdentityPermission_get_PublicKey_m1510164349_RuntimeMethod_var); } IL_0017: { ArrayList_t2718874744 * L_3 = __this->get__list_2(); NullCheck(L_3); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, 0); V_0 = ((*(SNIP_t4156255223 *)((SNIP_t4156255223 *)UnBox(L_4, SNIP_t4156255223_il2cpp_TypeInfo_var)))); StrongNamePublicKeyBlob_t3355146440 * L_5 = (&V_0)->get_PublicKey_0(); return L_5; } } // System.Version System.Security.Permissions.StrongNameIdentityPermission::get_Version() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * StrongNameIdentityPermission_get_Version_m2388059123 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_get_Version_m2388059123_MetadataUsageId); s_Il2CppMethodInitialized = true; } SNIP_t4156255223 V_0; memset(&V_0, 0, sizeof(V_0)); { ArrayList_t2718874744 * L_0 = __this->get__list_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0017; } } { NotSupportedException_t1314879016 * L_2 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,StrongNameIdentityPermission_get_Version_m2388059123_RuntimeMethod_var); } IL_0017: { ArrayList_t2718874744 * L_3 = __this->get__list_2(); NullCheck(L_3); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, 0); V_0 = ((*(SNIP_t4156255223 *)((SNIP_t4156255223 *)UnBox(L_4, SNIP_t4156255223_il2cpp_TypeInfo_var)))); Version_t3456873960 * L_5 = (&V_0)->get_AssemblyVersion_2(); return L_5; } } // System.Security.IPermission System.Security.Permissions.StrongNameIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StrongNameIdentityPermission_Copy_m3748742351 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_Copy_m3748742351_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = StrongNameIdentityPermission_IsEmpty_m3953280418(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { StrongNameIdentityPermission_t2780499738 * L_1 = (StrongNameIdentityPermission_t2780499738 *)il2cpp_codegen_object_new(StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var); StrongNameIdentityPermission__ctor_m1226025723(L_1, 0, /*hidden argument*/NULL); return L_1; } IL_0012: { StrongNameIdentityPermission_t2780499738 * L_2 = (StrongNameIdentityPermission_t2780499738 *)il2cpp_codegen_object_new(StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var); StrongNameIdentityPermission__ctor_m773036023(L_2, __this, /*hidden argument*/NULL); return L_2; } } // System.Void System.Security.Permissions.StrongNameIdentityPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void StrongNameIdentityPermission_FromXml_m2984575176 (StrongNameIdentityPermission_t2780499738 * __this, SecurityElement_t1046076091 * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_FromXml_m2984575176_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { SecurityElement_t1046076091 * L_0 = ___e0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3452614587, 1, 1, /*hidden argument*/NULL); ArrayList_t2718874744 * L_1 = __this->get__list_2(); NullCheck(L_1); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_1); SecurityElement_t1046076091 * L_2 = ___e0; NullCheck(L_2); ArrayList_t2718874744 * L_3 = SecurityElement_get_Children_m1231540612(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0091; } } { SecurityElement_t1046076091 * L_4 = ___e0; NullCheck(L_4); ArrayList_t2718874744 * L_5 = SecurityElement_get_Children_m1231540612(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_5); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0091; } } { SecurityElement_t1046076091 * L_7 = ___e0; NullCheck(L_7); ArrayList_t2718874744 * L_8 = SecurityElement_get_Children_m1231540612(L_7, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject* L_9 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_8); V_1 = L_9; } IL_0041: try { // begin try (depth: 1) { goto IL_006a; } IL_0046: { RuntimeObject* L_10 = V_1; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); V_0 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_11, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_12 = __this->get__list_2(); SecurityElement_t1046076091 * L_13 = V_0; SNIP_t4156255223 L_14 = StrongNameIdentityPermission_FromSecurityElement_m3174499286(__this, L_13, /*hidden argument*/NULL); SNIP_t4156255223 L_15 = L_14; RuntimeObject * L_16 = Box(SNIP_t4156255223_il2cpp_TypeInfo_var, &L_15); NullCheck(L_12); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_16); } IL_006a: { RuntimeObject* L_17 = V_1; NullCheck(L_17); bool L_18 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_0046; } } IL_0075: { IL2CPP_LEAVE(0x8C, FINALLY_007a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007a; } FINALLY_007a: { // begin finally (depth: 1) { RuntimeObject* L_19 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_2; if (L_20) { goto IL_0085; } } IL_0084: { IL2CPP_END_FINALLY(122) } IL_0085: { RuntimeObject* L_21 = V_2; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_21); IL2CPP_END_FINALLY(122) } } // end finally (depth: 1) IL2CPP_CLEANUP(122) { IL2CPP_JUMP_TBL(0x8C, IL_008c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008c: { goto IL_00a9; } IL_0091: { ArrayList_t2718874744 * L_22 = __this->get__list_2(); SecurityElement_t1046076091 * L_23 = ___e0; SNIP_t4156255223 L_24 = StrongNameIdentityPermission_FromSecurityElement_m3174499286(__this, L_23, /*hidden argument*/NULL); SNIP_t4156255223 L_25 = L_24; RuntimeObject * L_26 = Box(SNIP_t4156255223_il2cpp_TypeInfo_var, &L_25); NullCheck(L_22); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_22, L_26); } IL_00a9: { return; } } // System.Security.Permissions.StrongNameIdentityPermission/SNIP System.Security.Permissions.StrongNameIdentityPermission::FromSecurityElement(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR SNIP_t4156255223 StrongNameIdentityPermission_FromSecurityElement_m3174499286 (StrongNameIdentityPermission_t2780499738 * __this, SecurityElement_t1046076091 * ___se0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_FromSecurityElement_m3174499286_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StrongNamePublicKeyBlob_t3355146440 * V_1 = NULL; String_t* V_2 = NULL; Version_t3456873960 * V_3 = NULL; Version_t3456873960 * G_B3_0 = NULL; { SecurityElement_t1046076091 * L_0 = ___se0; NullCheck(L_0); String_t* L_1 = SecurityElement_Attribute_m2289480139(L_0, _stringLiteral62725275, /*hidden argument*/NULL); V_0 = L_1; SecurityElement_t1046076091 * L_2 = ___se0; NullCheck(L_2); String_t* L_3 = SecurityElement_Attribute_m2289480139(L_2, _stringLiteral362195565, /*hidden argument*/NULL); StrongNamePublicKeyBlob_t3355146440 * L_4 = StrongNamePublicKeyBlob_FromString_m4128186012(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_1 = L_4; SecurityElement_t1046076091 * L_5 = ___se0; NullCheck(L_5); String_t* L_6 = SecurityElement_Attribute_m2289480139(L_5, _stringLiteral2515099196, /*hidden argument*/NULL); V_2 = L_6; String_t* L_7 = V_2; if (L_7) { goto IL_0035; } } { G_B3_0 = ((Version_t3456873960 *)(NULL)); goto IL_003b; } IL_0035: { String_t* L_8 = V_2; Version_t3456873960 * L_9 = (Version_t3456873960 *)il2cpp_codegen_object_new(Version_t3456873960_il2cpp_TypeInfo_var); Version__ctor_m1394137037(L_9, L_8, /*hidden argument*/NULL); G_B3_0 = L_9; } IL_003b: { V_3 = G_B3_0; StrongNamePublicKeyBlob_t3355146440 * L_10 = V_1; String_t* L_11 = V_0; Version_t3456873960 * L_12 = V_3; SNIP_t4156255223 L_13; memset(&L_13, 0, sizeof(L_13)); SNIP__ctor_m102776470((&L_13), L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Security.IPermission System.Security.Permissions.StrongNameIdentityPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StrongNameIdentityPermission_Intersect_m2018141979 (StrongNameIdentityPermission_t2780499738 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_Intersect_m2018141979_MetadataUsageId); s_Il2CppMethodInitialized = true; } StrongNameIdentityPermission_t2780499738 * V_0 = NULL; String_t* V_1 = NULL; String_t* G_B12_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (RuntimeObject*)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((StrongNameIdentityPermission_t2780499738 *)IsInstSealed((RuntimeObject*)L_1, StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var)); StrongNameIdentityPermission_t2780499738 * L_2 = V_0; if (L_2) { goto IL_0025; } } { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2880472000, /*hidden argument*/NULL); ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,StrongNameIdentityPermission_Intersect_m2018141979_RuntimeMethod_var); } IL_0025: { bool L_5 = StrongNameIdentityPermission_IsEmpty_m3953280418(__this, /*hidden argument*/NULL); if (L_5) { goto IL_003b; } } { StrongNameIdentityPermission_t2780499738 * L_6 = V_0; NullCheck(L_6); bool L_7 = StrongNameIdentityPermission_IsEmpty_m3953280418(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003d; } } IL_003b: { return (RuntimeObject*)NULL; } IL_003d: { StrongNameIdentityPermission_t2780499738 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = StrongNameIdentityPermission_get_Name_m2936560582(L_8, /*hidden argument*/NULL); bool L_10 = StrongNameIdentityPermission_Match_m3829662664(__this, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0050; } } { return (RuntimeObject*)NULL; } IL_0050: { String_t* L_11 = StrongNameIdentityPermission_get_Name_m2936560582(__this, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); StrongNameIdentityPermission_t2780499738 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = StrongNameIdentityPermission_get_Name_m2936560582(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); if ((((int32_t)L_12) >= ((int32_t)L_15))) { goto IL_0076; } } { String_t* L_16 = StrongNameIdentityPermission_get_Name_m2936560582(__this, /*hidden argument*/NULL); G_B12_0 = L_16; goto IL_007c; } IL_0076: { StrongNameIdentityPermission_t2780499738 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = StrongNameIdentityPermission_get_Name_m2936560582(L_17, /*hidden argument*/NULL); G_B12_0 = L_18; } IL_007c: { V_1 = G_B12_0; Version_t3456873960 * L_19 = StrongNameIdentityPermission_get_Version_m2388059123(__this, /*hidden argument*/NULL); StrongNameIdentityPermission_t2780499738 * L_20 = V_0; NullCheck(L_20); Version_t3456873960 * L_21 = StrongNameIdentityPermission_get_Version_m2388059123(L_20, /*hidden argument*/NULL); NullCheck(L_19); bool L_22 = Version_Equals_m1564427710(L_19, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0095; } } { return (RuntimeObject*)NULL; } IL_0095: { StrongNamePublicKeyBlob_t3355146440 * L_23 = StrongNameIdentityPermission_get_PublicKey_m1510164349(__this, /*hidden argument*/NULL); StrongNameIdentityPermission_t2780499738 * L_24 = V_0; NullCheck(L_24); StrongNamePublicKeyBlob_t3355146440 * L_25 = StrongNameIdentityPermission_get_PublicKey_m1510164349(L_24, /*hidden argument*/NULL); NullCheck(L_23); bool L_26 = StrongNamePublicKeyBlob_Equals_m3655422942(L_23, L_25, /*hidden argument*/NULL); if (L_26) { goto IL_00ad; } } { return (RuntimeObject*)NULL; } IL_00ad: { StrongNamePublicKeyBlob_t3355146440 * L_27 = StrongNameIdentityPermission_get_PublicKey_m1510164349(__this, /*hidden argument*/NULL); String_t* L_28 = V_1; Version_t3456873960 * L_29 = StrongNameIdentityPermission_get_Version_m2388059123(__this, /*hidden argument*/NULL); StrongNameIdentityPermission_t2780499738 * L_30 = (StrongNameIdentityPermission_t2780499738 *)il2cpp_codegen_object_new(StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var); StrongNameIdentityPermission__ctor_m894027171(L_30, L_27, L_28, L_29, /*hidden argument*/NULL); return L_30; } } // System.Boolean System.Security.Permissions.StrongNameIdentityPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool StrongNameIdentityPermission_IsSubsetOf_m600563870 (StrongNameIdentityPermission_t2780499738 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_IsSubsetOf_m600563870_MetadataUsageId); s_Il2CppMethodInitialized = true; } StrongNameIdentityPermission_t2780499738 * V_0 = NULL; SNIP_t4156255223 V_1; memset(&V_1, 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; SNIP_t4156255223 V_3; memset(&V_3, 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; bool V_5 = false; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___target0; StrongNameIdentityPermission_t2780499738 * L_1 = StrongNameIdentityPermission_Cast_m2979682952(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; StrongNameIdentityPermission_t2780499738 * L_2 = V_0; if (L_2) { goto IL_0015; } } { bool L_3 = StrongNameIdentityPermission_IsEmpty_m3953280418(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { bool L_4 = StrongNameIdentityPermission_IsEmpty_m3953280418(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } { return (bool)1; } IL_0022: { bool L_5 = StrongNameIdentityPermission_IsUnrestricted_m3087242751(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0034; } } { StrongNameIdentityPermission_t2780499738 * L_6 = V_0; NullCheck(L_6); bool L_7 = StrongNameIdentityPermission_IsUnrestricted_m3087242751(L_6, /*hidden argument*/NULL); return L_7; } IL_0034: { StrongNameIdentityPermission_t2780499738 * L_8 = V_0; NullCheck(L_8); bool L_9 = StrongNameIdentityPermission_IsUnrestricted_m3087242751(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0041; } } { return (bool)1; } IL_0041: { ArrayList_t2718874744 * L_10 = __this->get__list_2(); NullCheck(L_10); RuntimeObject* L_11 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_10); V_2 = L_11; } IL_004d: try { // begin try (depth: 1) { goto IL_00b9; } IL_0052: { RuntimeObject* L_12 = V_2; NullCheck(L_12); RuntimeObject * L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); V_1 = ((*(SNIP_t4156255223 *)((SNIP_t4156255223 *)UnBox(L_13, SNIP_t4156255223_il2cpp_TypeInfo_var)))); StrongNameIdentityPermission_t2780499738 * L_14 = V_0; NullCheck(L_14); ArrayList_t2718874744 * L_15 = L_14->get__list_2(); NullCheck(L_15); RuntimeObject* L_16 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_15); V_4 = L_16; } IL_006b: try { // begin try (depth: 2) { goto IL_0092; } IL_0070: { RuntimeObject* L_17 = V_4; NullCheck(L_17); RuntimeObject * L_18 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); V_3 = ((*(SNIP_t4156255223 *)((SNIP_t4156255223 *)UnBox(L_18, SNIP_t4156255223_il2cpp_TypeInfo_var)))); SNIP_t4156255223 L_19 = V_3; bool L_20 = SNIP_IsSubsetOf_m157520153((&V_1), L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0092; } } IL_008a: { V_5 = (bool)0; IL2CPP_LEAVE(0xE0, FINALLY_00a3); } IL_0092: { RuntimeObject* L_21 = V_4; NullCheck(L_21); bool L_22 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0070; } } IL_009e: { IL2CPP_LEAVE(0xB9, FINALLY_00a3); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a3; } FINALLY_00a3: { // begin finally (depth: 2) { RuntimeObject* L_23 = V_4; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_24 = V_6; if (L_24) { goto IL_00b1; } } IL_00b0: { IL2CPP_END_FINALLY(163) } IL_00b1: { RuntimeObject* L_25 = V_6; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_25); IL2CPP_END_FINALLY(163) } } // end finally (depth: 2) IL2CPP_CLEANUP(163) { IL2CPP_END_CLEANUP(0xE0, FINALLY_00c9); IL2CPP_JUMP_TBL(0xB9, IL_00b9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b9: { RuntimeObject* L_26 = V_2; NullCheck(L_26); bool L_27 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_0052; } } IL_00c4: { IL2CPP_LEAVE(0xDE, FINALLY_00c9); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c9; } FINALLY_00c9: { // begin finally (depth: 1) { RuntimeObject* L_28 = V_2; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_28, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_29 = V_7; if (L_29) { goto IL_00d6; } } IL_00d5: { IL2CPP_END_FINALLY(201) } IL_00d6: { RuntimeObject* L_30 = V_7; NullCheck(L_30); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_30); IL2CPP_END_FINALLY(201) } } // end finally (depth: 1) IL2CPP_CLEANUP(201) { IL2CPP_JUMP_TBL(0xE0, IL_00e0) IL2CPP_JUMP_TBL(0xDE, IL_00de) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00de: { return (bool)1; } IL_00e0: { bool L_31 = V_5; return L_31; } } // System.Security.SecurityElement System.Security.Permissions.StrongNameIdentityPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * StrongNameIdentityPermission_ToXml_m2629625668 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_ToXml_m2629625668_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; SNIP_t4156255223 V_1; memset(&V_1, 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; SecurityElement_t1046076091 * V_3 = NULL; SNIP_t4156255223 V_4; memset(&V_4, 0, sizeof(V_4)); RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; ArrayList_t2718874744 * L_1 = __this->get__list_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); if ((((int32_t)L_2) <= ((int32_t)1))) { goto IL_007a; } } { ArrayList_t2718874744 * L_3 = __this->get__list_2(); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_3); V_2 = L_4; } IL_0025: try { // begin try (depth: 1) { goto IL_0050; } IL_002a: { RuntimeObject* L_5 = V_2; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5); V_1 = ((*(SNIP_t4156255223 *)((SNIP_t4156255223 *)UnBox(L_6, SNIP_t4156255223_il2cpp_TypeInfo_var)))); SecurityElement_t1046076091 * L_7 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_7, _stringLiteral2340244120, /*hidden argument*/NULL); V_3 = L_7; SecurityElement_t1046076091 * L_8 = V_3; SNIP_t4156255223 L_9 = V_1; StrongNameIdentityPermission_ToSecurityElement_m726688216(__this, L_8, L_9, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_10 = V_0; SecurityElement_t1046076091 * L_11 = V_3; NullCheck(L_10); SecurityElement_AddChild_m1606852781(L_10, L_11, /*hidden argument*/NULL); } IL_0050: { RuntimeObject* L_12 = V_2; NullCheck(L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_002a; } } IL_005b: { IL2CPP_LEAVE(0x75, FINALLY_0060); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0060; } FINALLY_0060: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_5; if (L_15) { goto IL_006d; } } IL_006c: { IL2CPP_END_FINALLY(96) } IL_006d: { RuntimeObject* L_16 = V_5; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); IL2CPP_END_FINALLY(96) } } // end finally (depth: 1) IL2CPP_CLEANUP(96) { IL2CPP_JUMP_TBL(0x75, IL_0075) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0075: { goto IL_00b4; } IL_007a: { ArrayList_t2718874744 * L_17 = __this->get__list_2(); NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_00b4; } } { ArrayList_t2718874744 * L_19 = __this->get__list_2(); NullCheck(L_19); RuntimeObject * L_20 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_19, 0); V_4 = ((*(SNIP_t4156255223 *)((SNIP_t4156255223 *)UnBox(L_20, SNIP_t4156255223_il2cpp_TypeInfo_var)))); SNIP_t4156255223 L_21 = V_4; bool L_22 = StrongNameIdentityPermission_IsEmpty_m2417614451(__this, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00b4; } } { SecurityElement_t1046076091 * L_23 = V_0; SNIP_t4156255223 L_24 = V_4; StrongNameIdentityPermission_ToSecurityElement_m726688216(__this, L_23, L_24, /*hidden argument*/NULL); } IL_00b4: { SecurityElement_t1046076091 * L_25 = V_0; return L_25; } } // System.Void System.Security.Permissions.StrongNameIdentityPermission::ToSecurityElement(System.Security.SecurityElement,System.Security.Permissions.StrongNameIdentityPermission/SNIP) extern "C" IL2CPP_METHOD_ATTR void StrongNameIdentityPermission_ToSecurityElement_m726688216 (StrongNameIdentityPermission_t2780499738 * __this, SecurityElement_t1046076091 * ___se0, SNIP_t4156255223 ___snip1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_ToSecurityElement_m726688216_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StrongNamePublicKeyBlob_t3355146440 * L_0 = (&___snip1)->get_PublicKey_0(); if (!L_0) { goto IL_0023; } } { SecurityElement_t1046076091 * L_1 = ___se0; StrongNamePublicKeyBlob_t3355146440 * L_2 = (&___snip1)->get_PublicKey_0(); NullCheck(L_2); String_t* L_3 = StrongNamePublicKeyBlob_ToString_m724833278(L_2, /*hidden argument*/NULL); NullCheck(L_1); SecurityElement_AddAttribute_m311510562(L_1, _stringLiteral362195565, L_3, /*hidden argument*/NULL); } IL_0023: { String_t* L_4 = (&___snip1)->get_Name_1(); if (!L_4) { goto IL_0041; } } { SecurityElement_t1046076091 * L_5 = ___se0; String_t* L_6 = (&___snip1)->get_Name_1(); NullCheck(L_5); SecurityElement_AddAttribute_m311510562(L_5, _stringLiteral62725275, L_6, /*hidden argument*/NULL); } IL_0041: { Version_t3456873960 * L_7 = (&___snip1)->get_AssemblyVersion_2(); bool L_8 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_7, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_006a; } } { SecurityElement_t1046076091 * L_9 = ___se0; Version_t3456873960 * L_10 = (&___snip1)->get_AssemblyVersion_2(); NullCheck(L_10); String_t* L_11 = Version_ToString_m2279867705(L_10, /*hidden argument*/NULL); NullCheck(L_9); SecurityElement_AddAttribute_m311510562(L_9, _stringLiteral2515099196, L_11, /*hidden argument*/NULL); } IL_006a: { return; } } // System.Security.IPermission System.Security.Permissions.StrongNameIdentityPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StrongNameIdentityPermission_Union_m3240849667 (StrongNameIdentityPermission_t2780499738 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_Union_m3240849667_MetadataUsageId); s_Il2CppMethodInitialized = true; } StrongNameIdentityPermission_t2780499738 * V_0 = NULL; StrongNameIdentityPermission_t2780499738 * V_1 = NULL; SNIP_t4156255223 V_2; memset(&V_2, 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; RuntimeObject* 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___target0; StrongNameIdentityPermission_t2780499738 * L_1 = StrongNameIdentityPermission_Cast_m2979682952(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; StrongNameIdentityPermission_t2780499738 * L_2 = V_0; if (!L_2) { goto IL_0019; } } { StrongNameIdentityPermission_t2780499738 * L_3 = V_0; NullCheck(L_3); bool L_4 = StrongNameIdentityPermission_IsEmpty_m3953280418(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0020; } } IL_0019: { RuntimeObject* L_5 = StrongNameIdentityPermission_Copy_m3748742351(__this, /*hidden argument*/NULL); return L_5; } IL_0020: { bool L_6 = StrongNameIdentityPermission_IsEmpty_m3953280418(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0032; } } { StrongNameIdentityPermission_t2780499738 * L_7 = V_0; NullCheck(L_7); RuntimeObject* L_8 = StrongNameIdentityPermission_Copy_m3748742351(L_7, /*hidden argument*/NULL); return L_8; } IL_0032: { RuntimeObject* L_9 = StrongNameIdentityPermission_Copy_m3748742351(__this, /*hidden argument*/NULL); V_1 = ((StrongNameIdentityPermission_t2780499738 *)CastclassSealed((RuntimeObject*)L_9, StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var)); StrongNameIdentityPermission_t2780499738 * L_10 = V_0; NullCheck(L_10); ArrayList_t2718874744 * L_11 = L_10->get__list_2(); NullCheck(L_11); RuntimeObject* L_12 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_11); V_3 = L_12; } IL_004a: try { // begin try (depth: 1) { goto IL_0085; } IL_004f: { RuntimeObject* L_13 = V_3; NullCheck(L_13); RuntimeObject * L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); V_2 = ((*(SNIP_t4156255223 *)((SNIP_t4156255223 *)UnBox(L_14, SNIP_t4156255223_il2cpp_TypeInfo_var)))); SNIP_t4156255223 L_15 = V_2; bool L_16 = StrongNameIdentityPermission_IsEmpty_m2417614451(__this, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0085; } } IL_0067: { SNIP_t4156255223 L_17 = V_2; bool L_18 = StrongNameIdentityPermission_Contains_m1691198051(__this, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0085; } } IL_0073: { StrongNameIdentityPermission_t2780499738 * L_19 = V_1; NullCheck(L_19); ArrayList_t2718874744 * L_20 = L_19->get__list_2(); SNIP_t4156255223 L_21 = V_2; SNIP_t4156255223 L_22 = L_21; RuntimeObject * L_23 = Box(SNIP_t4156255223_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_23); } IL_0085: { RuntimeObject* L_24 = V_3; NullCheck(L_24); bool L_25 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_004f; } } IL_0090: { IL2CPP_LEAVE(0xAA, FINALLY_0095); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0095; } FINALLY_0095: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_4; if (L_27) { goto IL_00a2; } } IL_00a1: { IL2CPP_END_FINALLY(149) } IL_00a2: { RuntimeObject* L_28 = V_4; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_28); IL2CPP_END_FINALLY(149) } } // end finally (depth: 1) IL2CPP_CLEANUP(149) { IL2CPP_JUMP_TBL(0xAA, IL_00aa) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00aa: { StrongNameIdentityPermission_t2780499738 * L_29 = V_1; return L_29; } } // System.Boolean System.Security.Permissions.StrongNameIdentityPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool StrongNameIdentityPermission_IsUnrestricted_m3087242751 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__state_1(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Boolean System.Security.Permissions.StrongNameIdentityPermission::Contains(System.Security.Permissions.StrongNameIdentityPermission/SNIP) extern "C" IL2CPP_METHOD_ATTR bool StrongNameIdentityPermission_Contains_m1691198051 (StrongNameIdentityPermission_t2780499738 * __this, SNIP_t4156255223 ___snip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_Contains_m1691198051_MetadataUsageId); s_Il2CppMethodInitialized = true; } SNIP_t4156255223 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B7_0 = 0; int32_t G_B9_0 = 0; int32_t G_B14_0 = 0; int32_t G_B16_0 = 0; { ArrayList_t2718874744 * L_0 = __this->get__list_2(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_00d6; } IL_0011: { RuntimeObject* L_2 = V_1; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_0 = ((*(SNIP_t4156255223 *)((SNIP_t4156255223 *)UnBox(L_3, SNIP_t4156255223_il2cpp_TypeInfo_var)))); StrongNamePublicKeyBlob_t3355146440 * L_4 = (&V_0)->get_PublicKey_0(); if (L_4) { goto IL_0035; } } IL_0029: { StrongNamePublicKeyBlob_t3355146440 * L_5 = (&___snip0)->get_PublicKey_0(); if (!L_5) { goto IL_0059; } } IL_0035: { StrongNamePublicKeyBlob_t3355146440 * L_6 = (&V_0)->get_PublicKey_0(); if (!L_6) { goto IL_0056; } } IL_0041: { StrongNamePublicKeyBlob_t3355146440 * L_7 = (&V_0)->get_PublicKey_0(); StrongNamePublicKeyBlob_t3355146440 * L_8 = (&___snip0)->get_PublicKey_0(); NullCheck(L_7); bool L_9 = StrongNamePublicKeyBlob_Equals_m3655422942(L_7, L_8, /*hidden argument*/NULL); G_B7_0 = ((int32_t)(L_9)); goto IL_0057; } IL_0056: { G_B7_0 = 0; } IL_0057: { G_B9_0 = G_B7_0; goto IL_005a; } IL_0059: { G_B9_0 = 1; } IL_005a: { V_2 = (bool)G_B9_0; String_t* L_10 = (&___snip0)->get_Name_1(); bool L_11 = SNIP_IsNameSubsetOf_m3700450608((&V_0), L_10, /*hidden argument*/NULL); V_3 = L_11; Version_t3456873960 * L_12 = (&V_0)->get_AssemblyVersion_2(); bool L_13 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_12, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_13) { goto IL_008e; } } IL_007c: { Version_t3456873960 * L_14 = (&___snip0)->get_AssemblyVersion_2(); bool L_15 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_14, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (L_15) { goto IL_00b8; } } IL_008e: { Version_t3456873960 * L_16 = (&V_0)->get_AssemblyVersion_2(); bool L_17 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_16, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_00b5; } } IL_00a0: { Version_t3456873960 * L_18 = (&V_0)->get_AssemblyVersion_2(); Version_t3456873960 * L_19 = (&___snip0)->get_AssemblyVersion_2(); NullCheck(L_18); bool L_20 = Version_Equals_m1564427710(L_18, L_19, /*hidden argument*/NULL); G_B14_0 = ((int32_t)(L_20)); goto IL_00b6; } IL_00b5: { G_B14_0 = 0; } IL_00b6: { G_B16_0 = G_B14_0; goto IL_00b9; } IL_00b8: { G_B16_0 = 1; } IL_00b9: { V_4 = (bool)G_B16_0; bool L_21 = V_2; if (!L_21) { goto IL_00d6; } } IL_00c1: { bool L_22 = V_3; if (!L_22) { goto IL_00d6; } } IL_00c7: { bool L_23 = V_4; if (!L_23) { goto IL_00d6; } } IL_00ce: { V_5 = (bool)1; IL2CPP_LEAVE(0xFD, FINALLY_00e6); } IL_00d6: { RuntimeObject* L_24 = V_1; NullCheck(L_24); bool L_25 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_0011; } } IL_00e1: { IL2CPP_LEAVE(0xFB, FINALLY_00e6); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e6; } FINALLY_00e6: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_1; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_6; if (L_27) { goto IL_00f3; } } IL_00f2: { IL2CPP_END_FINALLY(230) } IL_00f3: { RuntimeObject* L_28 = V_6; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_28); IL2CPP_END_FINALLY(230) } } // end finally (depth: 1) IL2CPP_CLEANUP(230) { IL2CPP_JUMP_TBL(0xFD, IL_00fd) IL2CPP_JUMP_TBL(0xFB, IL_00fb) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00fb: { return (bool)0; } IL_00fd: { bool L_29 = V_5; return L_29; } } // System.Boolean System.Security.Permissions.StrongNameIdentityPermission::IsEmpty(System.Security.Permissions.StrongNameIdentityPermission/SNIP) extern "C" IL2CPP_METHOD_ATTR bool StrongNameIdentityPermission_IsEmpty_m2417614451 (StrongNameIdentityPermission_t2780499738 * __this, SNIP_t4156255223 ___snip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_IsEmpty_m2417614451_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B8_0 = 0; { StrongNamePublicKeyBlob_t3355146440 * L_0 = StrongNameIdentityPermission_get_PublicKey_m1510164349(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { String_t* L_1 = StrongNameIdentityPermission_get_Name_m2936560582(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_002b; } } { String_t* L_2 = StrongNameIdentityPermission_get_Name_m2936560582(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_002b; } } { return (bool)0; } IL_002b: { Version_t3456873960 * L_4 = StrongNameIdentityPermission_get_Version_m2388059123(__this, /*hidden argument*/NULL); bool L_5 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_4, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (L_5) { goto IL_004e; } } { IL2CPP_RUNTIME_CLASS_INIT(StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var); Version_t3456873960 * L_6 = ((StrongNameIdentityPermission_t2780499738_StaticFields*)il2cpp_codegen_static_fields_for(StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var))->get_defaultVersion_0(); Version_t3456873960 * L_7 = StrongNameIdentityPermission_get_Version_m2388059123(__this, /*hidden argument*/NULL); NullCheck(L_6); bool L_8 = Version_Equals_m1564427710(L_6, L_7, /*hidden argument*/NULL); G_B8_0 = ((int32_t)(L_8)); goto IL_004f; } IL_004e: { G_B8_0 = 1; } IL_004f: { return (bool)G_B8_0; } } // System.Boolean System.Security.Permissions.StrongNameIdentityPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool StrongNameIdentityPermission_IsEmpty_m3953280418 (StrongNameIdentityPermission_t2780499738 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_IsEmpty_m3953280418_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B11_0 = 0; { bool L_0 = StrongNameIdentityPermission_IsUnrestricted_m3087242751(__this, /*hidden argument*/NULL); if (L_0) { goto IL_001c; } } { ArrayList_t2718874744 * L_1 = __this->get__list_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); if ((((int32_t)L_2) <= ((int32_t)1))) { goto IL_001e; } } IL_001c: { return (bool)0; } IL_001e: { StrongNamePublicKeyBlob_t3355146440 * L_3 = StrongNameIdentityPermission_get_PublicKey_m1510164349(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_002b; } } { return (bool)0; } IL_002b: { String_t* L_4 = StrongNameIdentityPermission_get_Name_m2936560582(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0049; } } { String_t* L_5 = StrongNameIdentityPermission_get_Name_m2936560582(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0049; } } { return (bool)0; } IL_0049: { Version_t3456873960 * L_7 = StrongNameIdentityPermission_get_Version_m2388059123(__this, /*hidden argument*/NULL); bool L_8 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_7, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (L_8) { goto IL_006c; } } { IL2CPP_RUNTIME_CLASS_INIT(StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var); Version_t3456873960 * L_9 = ((StrongNameIdentityPermission_t2780499738_StaticFields*)il2cpp_codegen_static_fields_for(StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var))->get_defaultVersion_0(); Version_t3456873960 * L_10 = StrongNameIdentityPermission_get_Version_m2388059123(__this, /*hidden argument*/NULL); NullCheck(L_9); bool L_11 = Version_Equals_m1564427710(L_9, L_10, /*hidden argument*/NULL); G_B11_0 = ((int32_t)(L_11)); goto IL_006d; } IL_006c: { G_B11_0 = 1; } IL_006d: { return (bool)G_B11_0; } } // System.Security.Permissions.StrongNameIdentityPermission System.Security.Permissions.StrongNameIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR StrongNameIdentityPermission_t2780499738 * StrongNameIdentityPermission_Cast_m2979682952 (StrongNameIdentityPermission_t2780499738 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_Cast_m2979682952_MetadataUsageId); s_Il2CppMethodInitialized = true; } StrongNameIdentityPermission_t2780499738 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (StrongNameIdentityPermission_t2780499738 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((StrongNameIdentityPermission_t2780499738 *)IsInstSealed((RuntimeObject*)L_1, StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var)); StrongNameIdentityPermission_t2780499738 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (StrongNameIdentityPermission_t2780499738_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { StrongNameIdentityPermission_t2780499738 * L_6 = V_0; return L_6; } } // System.Boolean System.Security.Permissions.StrongNameIdentityPermission::Match(System.String) extern "C" IL2CPP_METHOD_ATTR bool StrongNameIdentityPermission_Match_m3829662664 (StrongNameIdentityPermission_t2780499738 * __this, String_t* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameIdentityPermission_Match_m3829662664_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = StrongNameIdentityPermission_get_Name_m2936560582(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___target0; if (L_1) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { String_t* L_2 = StrongNameIdentityPermission_get_Name_m2936560582(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = String_LastIndexOf_m3451222878(L_2, ((int32_t)42), /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = ___target0; NullCheck(L_4); int32_t L_5 = String_LastIndexOf_m3451222878(L_4, ((int32_t)42), /*hidden argument*/NULL); V_1 = L_5; V_2 = ((int32_t)2147483647LL); int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_005a; } } { int32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_005a; } } { String_t* L_8 = StrongNameIdentityPermission_get_Name_m2936560582(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); String_t* L_10 = ___target0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); int32_t L_12 = Math_Max_m1873195862(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); V_2 = L_12; goto IL_007e; } IL_005a: { int32_t L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)(-1))))) { goto IL_0068; } } { int32_t L_14 = V_1; V_2 = L_14; goto IL_007e; } IL_0068: { int32_t L_15 = V_1; if ((!(((uint32_t)L_15) == ((uint32_t)(-1))))) { goto IL_0076; } } { int32_t L_16 = V_0; V_2 = L_16; goto IL_007e; } IL_0076: { int32_t L_17 = V_0; int32_t L_18 = V_1; int32_t L_19 = Math_Min_m3468062251(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); V_2 = L_19; } IL_007e: { String_t* L_20 = StrongNameIdentityPermission_get_Name_m2936560582(__this, /*hidden argument*/NULL); String_t* L_21 = ___target0; int32_t L_22 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_23 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_24 = String_Compare_m945110377(NULL /*static, unused*/, L_20, 0, L_21, 0, L_22, (bool)1, L_23, /*hidden argument*/NULL); return (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 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 // Conversion methods for marshalling of: System.Security.Permissions.StrongNameIdentityPermission/SNIP extern "C" void SNIP_t4156255223_marshal_pinvoke(const SNIP_t4156255223& unmarshaled, SNIP_t4156255223_marshaled_pinvoke& marshaled) { Exception_t* ___PublicKey_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'PublicKey' of type 'SNIP': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___PublicKey_0Exception,NULL); } extern "C" void SNIP_t4156255223_marshal_pinvoke_back(const SNIP_t4156255223_marshaled_pinvoke& marshaled, SNIP_t4156255223& unmarshaled) { Exception_t* ___PublicKey_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'PublicKey' of type 'SNIP': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___PublicKey_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Security.Permissions.StrongNameIdentityPermission/SNIP extern "C" void SNIP_t4156255223_marshal_pinvoke_cleanup(SNIP_t4156255223_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Security.Permissions.StrongNameIdentityPermission/SNIP extern "C" void SNIP_t4156255223_marshal_com(const SNIP_t4156255223& unmarshaled, SNIP_t4156255223_marshaled_com& marshaled) { Exception_t* ___PublicKey_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'PublicKey' of type 'SNIP': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___PublicKey_0Exception,NULL); } extern "C" void SNIP_t4156255223_marshal_com_back(const SNIP_t4156255223_marshaled_com& marshaled, SNIP_t4156255223& unmarshaled) { Exception_t* ___PublicKey_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'PublicKey' of type 'SNIP': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___PublicKey_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Security.Permissions.StrongNameIdentityPermission/SNIP extern "C" void SNIP_t4156255223_marshal_com_cleanup(SNIP_t4156255223_marshaled_com& marshaled) { } // System.Void System.Security.Permissions.StrongNameIdentityPermission/SNIP::.ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version) extern "C" IL2CPP_METHOD_ATTR void SNIP__ctor_m102776470 (SNIP_t4156255223 * __this, StrongNamePublicKeyBlob_t3355146440 * ___pk0, String_t* ___name1, Version_t3456873960 * ___version2, const RuntimeMethod* method) { { StrongNamePublicKeyBlob_t3355146440 * L_0 = ___pk0; __this->set_PublicKey_0(L_0); String_t* L_1 = ___name1; __this->set_Name_1(L_1); Version_t3456873960 * L_2 = ___version2; __this->set_AssemblyVersion_2(L_2); return; } } extern "C" void SNIP__ctor_m102776470_AdjustorThunk (RuntimeObject * __this, StrongNamePublicKeyBlob_t3355146440 * ___pk0, String_t* ___name1, Version_t3456873960 * ___version2, const RuntimeMethod* method) { SNIP_t4156255223 * _thisAdjusted = reinterpret_cast(__this + 1); SNIP__ctor_m102776470(_thisAdjusted, ___pk0, ___name1, ___version2, method); } // System.Security.Permissions.StrongNameIdentityPermission/SNIP System.Security.Permissions.StrongNameIdentityPermission/SNIP::CreateDefault() extern "C" IL2CPP_METHOD_ATTR SNIP_t4156255223 SNIP_CreateDefault_m539902947 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SNIP_CreateDefault_m539902947_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var); Version_t3456873960 * L_1 = ((StrongNameIdentityPermission_t2780499738_StaticFields*)il2cpp_codegen_static_fields_for(StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var))->get_defaultVersion_0(); NullCheck(L_1); RuntimeObject * L_2 = Version_Clone_m1749041863(L_1, /*hidden argument*/NULL); SNIP_t4156255223 L_3; memset(&L_3, 0, sizeof(L_3)); SNIP__ctor_m102776470((&L_3), (StrongNamePublicKeyBlob_t3355146440 *)NULL, L_0, ((Version_t3456873960 *)CastclassSealed((RuntimeObject*)L_2, Version_t3456873960_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Security.Permissions.StrongNameIdentityPermission/SNIP::IsNameSubsetOf(System.String) extern "C" IL2CPP_METHOD_ATTR bool SNIP_IsNameSubsetOf_m3700450608 (SNIP_t4156255223 * __this, String_t* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SNIP_IsNameSubsetOf_m3700450608_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = __this->get_Name_1(); if (L_0) { goto IL_0010; } } { String_t* L_1 = ___target0; return (bool)((((RuntimeObject*)(String_t*)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0010: { String_t* L_2 = ___target0; if (L_2) { goto IL_0018; } } { return (bool)1; } IL_0018: { String_t* L_3 = __this->get_Name_1(); NullCheck(L_3); int32_t L_4 = String_LastIndexOf_m3451222878(L_3, ((int32_t)42), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if (L_5) { goto IL_002e; } } { return (bool)1; } IL_002e: { int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0041; } } { String_t* L_7 = __this->get_Name_1(); NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0041: { String_t* L_9 = __this->get_Name_1(); String_t* L_10 = ___target0; int32_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_13 = String_Compare_m945110377(NULL /*static, unused*/, L_9, 0, L_10, 0, L_11, (bool)1, L_12, /*hidden argument*/NULL); return (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0); } } extern "C" bool SNIP_IsNameSubsetOf_m3700450608_AdjustorThunk (RuntimeObject * __this, String_t* ___target0, const RuntimeMethod* method) { SNIP_t4156255223 * _thisAdjusted = reinterpret_cast(__this + 1); return SNIP_IsNameSubsetOf_m3700450608(_thisAdjusted, ___target0, method); } // System.Boolean System.Security.Permissions.StrongNameIdentityPermission/SNIP::IsSubsetOf(System.Security.Permissions.StrongNameIdentityPermission/SNIP) extern "C" IL2CPP_METHOD_ATTR bool SNIP_IsSubsetOf_m157520153 (SNIP_t4156255223 * __this, SNIP_t4156255223 ___target0, const RuntimeMethod* method) { { StrongNamePublicKeyBlob_t3355146440 * L_0 = __this->get_PublicKey_0(); if (!L_0) { goto IL_0024; } } { StrongNamePublicKeyBlob_t3355146440 * L_1 = __this->get_PublicKey_0(); StrongNamePublicKeyBlob_t3355146440 * L_2 = (&___target0)->get_PublicKey_0(); NullCheck(L_1); bool L_3 = StrongNamePublicKeyBlob_Equals_m3655422942(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0024; } } { return (bool)1; } IL_0024: { String_t* L_4 = (&___target0)->get_Name_1(); bool L_5 = SNIP_IsNameSubsetOf_m3700450608(__this, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0038; } } { return (bool)0; } IL_0038: { Version_t3456873960 * L_6 = __this->get_AssemblyVersion_2(); bool L_7 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_6, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0062; } } { Version_t3456873960 * L_8 = __this->get_AssemblyVersion_2(); Version_t3456873960 * L_9 = (&___target0)->get_AssemblyVersion_2(); NullCheck(L_8); bool L_10 = Version_Equals_m1564427710(L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0062; } } { return (bool)0; } IL_0062: { StrongNamePublicKeyBlob_t3355146440 * L_11 = __this->get_PublicKey_0(); if (L_11) { goto IL_0078; } } { StrongNamePublicKeyBlob_t3355146440 * L_12 = (&___target0)->get_PublicKey_0(); return (bool)((((RuntimeObject*)(StrongNamePublicKeyBlob_t3355146440 *)L_12) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0078: { return (bool)0; } } extern "C" bool SNIP_IsSubsetOf_m157520153_AdjustorThunk (RuntimeObject * __this, SNIP_t4156255223 ___target0, const RuntimeMethod* method) { SNIP_t4156255223 * _thisAdjusted = reinterpret_cast(__this + 1); return SNIP_IsSubsetOf_m157520153(_thisAdjusted, ___target0, method); } #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.Security.Permissions.StrongNamePublicKeyBlob::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void StrongNamePublicKeyBlob__ctor_m410211827 (StrongNamePublicKeyBlob_t3355146440 * __this, ByteU5BU5D_t4116647657* ___publicKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNamePublicKeyBlob__ctor_m410211827_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___publicKey0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1651090811, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StrongNamePublicKeyBlob__ctor_m410211827_RuntimeMethod_var); } IL_0017: { ByteU5BU5D_t4116647657* L_2 = ___publicKey0; __this->set_pubkey_0(L_2); return; } } // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Permissions.StrongNamePublicKeyBlob::FromString(System.String) extern "C" IL2CPP_METHOD_ATTR StrongNamePublicKeyBlob_t3355146440 * StrongNamePublicKeyBlob_FromString_m4128186012 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNamePublicKeyBlob_FromString_m4128186012_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; uint8_t V_5 = 0x0; { String_t* L_0 = ___s0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0013; } } IL_0011: { return (StrongNamePublicKeyBlob_t3355146440 *)NULL; } IL_0013: { String_t* L_3 = ___s0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_4/(int32_t)2)); int32_t L_5 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_5)); V_2 = 0; V_3 = 0; goto IL_0062; } IL_002c: { String_t* L_6 = ___s0; int32_t L_7 = V_2; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, L_7, /*hidden argument*/NULL); uint8_t L_9 = StrongNamePublicKeyBlob_CharToByte_m1523689864(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_4 = L_9; String_t* L_10 = ___s0; int32_t L_11 = V_2; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m2986988803(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); uint8_t L_13 = StrongNamePublicKeyBlob_CharToByte_m1523689864(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_5 = L_13; ByteU5BU5D_t4116647657* L_14 = V_1; int32_t L_15 = V_3; uint8_t L_16 = V_4; uint8_t L_17 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_18 = Convert_ToByte_m1734770211(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))), (int32_t)L_17)), /*hidden argument*/NULL); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (uint8_t)L_18); int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)2)); int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0062: { int32_t L_21 = V_2; String_t* L_22 = ___s0; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_002c; } } { ByteU5BU5D_t4116647657* L_24 = V_1; StrongNamePublicKeyBlob_t3355146440 * L_25 = (StrongNamePublicKeyBlob_t3355146440 *)il2cpp_codegen_object_new(StrongNamePublicKeyBlob_t3355146440_il2cpp_TypeInfo_var); StrongNamePublicKeyBlob__ctor_m410211827(L_25, L_24, /*hidden argument*/NULL); return L_25; } } // System.Byte System.Security.Permissions.StrongNamePublicKeyBlob::CharToByte(System.Char) extern "C" IL2CPP_METHOD_ATTR uint8_t StrongNamePublicKeyBlob_CharToByte_m1523689864 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNamePublicKeyBlob_CharToByte_m1523689864_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1 = Char_ToLowerInvariant_m1926695830(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; Il2CppChar L_2 = V_0; bool L_3 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { Il2CppChar L_4 = V_0; return (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)48)))))); } IL_0018: { Il2CppChar L_5 = V_0; return (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)97))), (int32_t)((int32_t)10)))))); } } // System.Boolean System.Security.Permissions.StrongNamePublicKeyBlob::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StrongNamePublicKeyBlob_Equals_m3655422942 (StrongNamePublicKeyBlob_t3355146440 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNamePublicKeyBlob_Equals_m3655422942_MetadataUsageId); s_Il2CppMethodInitialized = true; } StrongNamePublicKeyBlob_t3355146440 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = ((StrongNamePublicKeyBlob_t3355146440 *)IsInstSealed((RuntimeObject*)L_0, StrongNamePublicKeyBlob_t3355146440_il2cpp_TypeInfo_var)); StrongNamePublicKeyBlob_t3355146440 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { ByteU5BU5D_t4116647657* L_2 = __this->get_pubkey_0(); NullCheck(L_2); StrongNamePublicKeyBlob_t3355146440 * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = L_3->get_pubkey_0(); NullCheck(L_4); V_1 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))? 1 : 0); bool L_5 = V_1; if (!L_5) { goto IL_0058; } } { V_2 = 0; goto IL_004a; } IL_002f: { ByteU5BU5D_t4116647657* L_6 = __this->get_pubkey_0(); int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); StrongNamePublicKeyBlob_t3355146440 * L_10 = V_0; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = L_10->get_pubkey_0(); int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); if ((((int32_t)L_9) == ((int32_t)L_14))) { goto IL_0046; } } { return (bool)0; } IL_0046: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004a: { int32_t L_16 = V_2; ByteU5BU5D_t4116647657* L_17 = __this->get_pubkey_0(); NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_002f; } } IL_0058: { bool L_18 = V_1; return L_18; } } // System.Int32 System.Security.Permissions.StrongNamePublicKeyBlob::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t StrongNamePublicKeyBlob_GetHashCode_m1678068698 (StrongNamePublicKeyBlob_t3355146440 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 0; ByteU5BU5D_t4116647657* L_0 = __this->get_pubkey_0(); NullCheck(L_0); int32_t L_1 = Math_Min_m3468062251(NULL /*static, unused*/, (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), 4, /*hidden argument*/NULL); V_2 = L_1; goto IL_0029; } IL_0018: { int32_t L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = __this->get_pubkey_0(); int32_t L_4 = V_1; int32_t L_5 = L_4; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); NullCheck(L_3); int32_t L_6 = L_5; uint8_t L_7 = (L_3)->GetAt(static_cast(L_6)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_2<<(int32_t)8)), (int32_t)L_7)); } IL_0029: { int32_t L_8 = V_1; int32_t L_9 = V_2; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0018; } } { int32_t L_10 = V_0; return L_10; } } // System.String System.Security.Permissions.StrongNamePublicKeyBlob::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StrongNamePublicKeyBlob_ToString_m724833278 (StrongNamePublicKeyBlob_t3355146440 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNamePublicKeyBlob_ToString_m724833278_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_002e; } IL_000d: { StringBuilder_t * L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = __this->get_pubkey_0(); int32_t L_3 = V_1; NullCheck(L_2); String_t* L_4 = Byte_ToString_m3735479648(((L_2)->GetAddressAt(static_cast(L_3))), _stringLiteral3451435000, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, L_4, /*hidden argument*/NULL); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_002e: { int32_t L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = __this->get_pubkey_0(); NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_000d; } } { StringBuilder_t * L_8 = V_0; NullCheck(L_8); String_t* L_9 = StringBuilder_ToString_m3317489284(L_8, /*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.Security.Permissions.UIPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void UIPermission__ctor_m430945808 (UIPermission_t826475846 * __this, int32_t ___state0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1 = CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0021; } } { __this->set__clipboard_1(2); __this->set__window_0(3); } IL_0021: { return; } } // System.Void System.Security.Permissions.UIPermission::.ctor(System.Security.Permissions.UIPermissionWindow,System.Security.Permissions.UIPermissionClipboard) extern "C" IL2CPP_METHOD_ATTR void UIPermission__ctor_m764438077 (UIPermission_t826475846 * __this, int32_t ___windowFlag0, int32_t ___clipboardFlag1, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___clipboardFlag1; UIPermission_set_Clipboard_m59511337(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___windowFlag0; UIPermission_set_Window_m2172434563(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Permissions.UIPermission::set_Clipboard(System.Security.Permissions.UIPermissionClipboard) extern "C" IL2CPP_METHOD_ATTR void UIPermission_set_Clipboard_m59511337 (UIPermission_t826475846 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPermission_set_Clipboard_m59511337_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (UIPermissionClipboard_t4002838840_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = ___value0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(UIPermissionClipboard_t4002838840_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_5 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_1, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003c; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3807304972, /*hidden argument*/NULL); int32_t L_7 = ___value0; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(UIPermissionClipboard_t4002838840_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, L_6, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_12, L_11, _stringLiteral139991287, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,UIPermission_set_Clipboard_m59511337_RuntimeMethod_var); } IL_003c: { int32_t L_13 = ___value0; __this->set__clipboard_1(L_13); return; } } // System.Void System.Security.Permissions.UIPermission::set_Window(System.Security.Permissions.UIPermissionWindow) extern "C" IL2CPP_METHOD_ATTR void UIPermission_set_Window_m2172434563 (UIPermission_t826475846 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPermission_set_Window_m2172434563_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (UIPermissionWindow_t985109583_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = ___value0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(UIPermissionWindow_t985109583_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_5 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_1, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003c; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3807304972, /*hidden argument*/NULL); int32_t L_7 = ___value0; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(UIPermissionWindow_t985109583_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, L_6, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_12, L_11, _stringLiteral3799656631, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,UIPermission_set_Window_m2172434563_RuntimeMethod_var); } IL_003c: { int32_t L_13 = ___value0; __this->set__window_0(L_13); return; } } // System.Security.IPermission System.Security.Permissions.UIPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UIPermission_Copy_m2822358349 (UIPermission_t826475846 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPermission_Copy_m2822358349_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__window_0(); int32_t L_1 = __this->get__clipboard_1(); UIPermission_t826475846 * L_2 = (UIPermission_t826475846 *)il2cpp_codegen_object_new(UIPermission_t826475846_il2cpp_TypeInfo_var); UIPermission__ctor_m764438077(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Security.Permissions.UIPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void UIPermission_FromXml_m3615554007 (UIPermission_t826475846 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPermission_FromXml_m3615554007_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___esd0; bool L_2 = CodeAccessPermission_IsUnrestricted_m1224416114(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002c; } } { __this->set__window_0(3); __this->set__clipboard_1(2); goto IL_009e; } IL_002c: { SecurityElement_t1046076091 * L_3 = ___esd0; NullCheck(L_3); String_t* L_4 = SecurityElement_Attribute_m2289480139(L_3, _stringLiteral3956625110, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (L_5) { goto IL_004a; } } { __this->set__window_0(0); goto IL_0065; } IL_004a: { RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (UIPermissionWindow_t985109583_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_9 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); __this->set__window_0(((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t2950945753_il2cpp_TypeInfo_var))))); } IL_0065: { SecurityElement_t1046076091 * L_10 = ___esd0; NullCheck(L_10); String_t* L_11 = SecurityElement_Attribute_m2289480139(L_10, _stringLiteral3350017402, /*hidden argument*/NULL); V_1 = L_11; String_t* L_12 = V_1; if (L_12) { goto IL_0083; } } { __this->set__clipboard_1(0); goto IL_009e; } IL_0083: { RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (UIPermissionClipboard_t4002838840_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); String_t* L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_16 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); __this->set__clipboard_1(((*(int32_t*)((int32_t*)UnBox(L_16, Int32_t2950945753_il2cpp_TypeInfo_var))))); } IL_009e: { return; } } // System.Security.IPermission System.Security.Permissions.UIPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UIPermission_Intersect_m1530470451 (UIPermission_t826475846 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPermission_Intersect_m1530470451_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIPermission_t826475846 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B5_0 = 0; int32_t G_B8_0 = 0; { RuntimeObject* L_0 = ___target0; UIPermission_t826475846 * L_1 = UIPermission_Cast_m3162503250(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; UIPermission_t826475846 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (RuntimeObject*)NULL; } IL_0010: { int32_t L_3 = __this->get__window_0(); UIPermission_t826475846 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get__window_0(); if ((((int32_t)L_3) >= ((int32_t)L_5))) { goto IL_002c; } } { int32_t L_6 = __this->get__window_0(); G_B5_0 = L_6; goto IL_0032; } IL_002c: { UIPermission_t826475846 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = L_7->get__window_0(); G_B5_0 = L_8; } IL_0032: { V_1 = G_B5_0; int32_t L_9 = __this->get__clipboard_1(); UIPermission_t826475846 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get__clipboard_1(); if ((((int32_t)L_9) >= ((int32_t)L_11))) { goto IL_004f; } } { int32_t L_12 = __this->get__clipboard_1(); G_B8_0 = L_12; goto IL_0055; } IL_004f: { UIPermission_t826475846 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = L_13->get__clipboard_1(); G_B8_0 = L_14; } IL_0055: { V_2 = G_B8_0; int32_t L_15 = V_1; int32_t L_16 = V_2; bool L_17 = UIPermission_IsEmpty_m2628414423(__this, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0065; } } { return (RuntimeObject*)NULL; } IL_0065: { int32_t L_18 = V_1; int32_t L_19 = V_2; UIPermission_t826475846 * L_20 = (UIPermission_t826475846 *)il2cpp_codegen_object_new(UIPermission_t826475846_il2cpp_TypeInfo_var); UIPermission__ctor_m764438077(L_20, L_18, L_19, /*hidden argument*/NULL); return L_20; } } // System.Boolean System.Security.Permissions.UIPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool UIPermission_IsSubsetOf_m3917082105 (UIPermission_t826475846 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { UIPermission_t826475846 * V_0 = NULL; int32_t G_B7_0 = 0; { RuntimeObject* L_0 = ___target0; UIPermission_t826475846 * L_1 = UIPermission_Cast_m3162503250(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; UIPermission_t826475846 * L_2 = V_0; if (L_2) { goto IL_0021; } } { int32_t L_3 = __this->get__window_0(); int32_t L_4 = __this->get__clipboard_1(); bool L_5 = UIPermission_IsEmpty_m2628414423(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0021: { UIPermission_t826475846 * L_6 = V_0; NullCheck(L_6); bool L_7 = UIPermission_IsUnrestricted_m4005442076(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002e; } } { return (bool)1; } IL_002e: { int32_t L_8 = __this->get__window_0(); UIPermission_t826475846 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = L_9->get__window_0(); if ((((int32_t)L_8) > ((int32_t)L_10))) { goto IL_0052; } } { int32_t L_11 = __this->get__clipboard_1(); UIPermission_t826475846 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = L_12->get__clipboard_1(); G_B7_0 = ((((int32_t)((((int32_t)L_11) > ((int32_t)L_13))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0053; } IL_0052: { G_B7_0 = 0; } IL_0053: { return (bool)G_B7_0; } } // System.Boolean System.Security.Permissions.UIPermission::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool UIPermission_IsUnrestricted_m4005442076 (UIPermission_t826475846 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get__window_0(); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_0017; } } { int32_t L_1 = __this->get__clipboard_1(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)2))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 0; } IL_0018: { return (bool)G_B3_0; } } // System.Security.SecurityElement System.Security.Permissions.UIPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * UIPermission_ToXml_m3145450847 (UIPermission_t826475846 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPermission_ToXml_m3145450847_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = __this->get__window_0(); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0035; } } { int32_t L_2 = __this->get__clipboard_1(); if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_0035; } } { SecurityElement_t1046076091 * L_3 = V_0; NullCheck(L_3); SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL); goto IL_0081; } IL_0035: { int32_t L_4 = __this->get__window_0(); if (!L_4) { goto IL_005b; } } { SecurityElement_t1046076091 * L_5 = V_0; int32_t L_6 = __this->get__window_0(); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(UIPermissionWindow_t985109583_il2cpp_TypeInfo_var, &L_7); NullCheck((Enum_t4135868527 *)L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_8); NullCheck(L_5); SecurityElement_AddAttribute_m311510562(L_5, _stringLiteral3956625110, L_9, /*hidden argument*/NULL); } IL_005b: { int32_t L_10 = __this->get__clipboard_1(); if (!L_10) { goto IL_0081; } } { SecurityElement_t1046076091 * L_11 = V_0; int32_t L_12 = __this->get__clipboard_1(); int32_t L_13 = L_12; RuntimeObject * L_14 = Box(UIPermissionClipboard_t4002838840_il2cpp_TypeInfo_var, &L_13); NullCheck((Enum_t4135868527 *)L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_14); NullCheck(L_11); SecurityElement_AddAttribute_m311510562(L_11, _stringLiteral3350017402, L_15, /*hidden argument*/NULL); } IL_0081: { SecurityElement_t1046076091 * L_16 = V_0; return L_16; } } // System.Security.IPermission System.Security.Permissions.UIPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UIPermission_Union_m4043158671 (UIPermission_t826475846 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPermission_Union_m4043158671_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIPermission_t826475846 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B5_0 = 0; int32_t G_B8_0 = 0; { RuntimeObject* L_0 = ___target0; UIPermission_t826475846 * L_1 = UIPermission_Cast_m3162503250(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; UIPermission_t826475846 * L_2 = V_0; if (L_2) { goto IL_0015; } } { RuntimeObject* L_3 = UIPermission_Copy_m2822358349(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { int32_t L_4 = __this->get__window_0(); UIPermission_t826475846 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get__window_0(); if ((((int32_t)L_4) <= ((int32_t)L_6))) { goto IL_0031; } } { int32_t L_7 = __this->get__window_0(); G_B5_0 = L_7; goto IL_0037; } IL_0031: { UIPermission_t826475846 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get__window_0(); G_B5_0 = L_9; } IL_0037: { V_1 = G_B5_0; int32_t L_10 = __this->get__clipboard_1(); UIPermission_t826475846 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = L_11->get__clipboard_1(); if ((((int32_t)L_10) <= ((int32_t)L_12))) { goto IL_0054; } } { int32_t L_13 = __this->get__clipboard_1(); G_B8_0 = L_13; goto IL_005a; } IL_0054: { UIPermission_t826475846 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = L_14->get__clipboard_1(); G_B8_0 = L_15; } IL_005a: { V_2 = G_B8_0; int32_t L_16 = V_1; int32_t L_17 = V_2; bool L_18 = UIPermission_IsEmpty_m2628414423(__this, L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_006a; } } { return (RuntimeObject*)NULL; } IL_006a: { int32_t L_19 = V_1; int32_t L_20 = V_2; UIPermission_t826475846 * L_21 = (UIPermission_t826475846 *)il2cpp_codegen_object_new(UIPermission_t826475846_il2cpp_TypeInfo_var); UIPermission__ctor_m764438077(L_21, L_19, L_20, /*hidden argument*/NULL); return L_21; } } // System.Boolean System.Security.Permissions.UIPermission::IsEmpty(System.Security.Permissions.UIPermissionWindow,System.Security.Permissions.UIPermissionClipboard) extern "C" IL2CPP_METHOD_ATTR bool UIPermission_IsEmpty_m2628414423 (UIPermission_t826475846 * __this, int32_t ___w0, int32_t ___c1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = ___w0; if (L_0) { goto IL_000c; } } { int32_t L_1 = ___c1; G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0); goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { return (bool)G_B3_0; } } // System.Security.Permissions.UIPermission System.Security.Permissions.UIPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR UIPermission_t826475846 * UIPermission_Cast_m3162503250 (UIPermission_t826475846 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPermission_Cast_m3162503250_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIPermission_t826475846 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (UIPermission_t826475846 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((UIPermission_t826475846 *)IsInstSealed((RuntimeObject*)L_1, UIPermission_t826475846_il2cpp_TypeInfo_var)); UIPermission_t826475846 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (UIPermission_t826475846_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { UIPermission_t826475846 * L_6 = V_0; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Permissions.UrlIdentityPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void UrlIdentityPermission__ctor_m3053469988 (UrlIdentityPermission_t48040392 * __this, int32_t ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UrlIdentityPermission__ctor_m3053469988_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_url_0(L_1); return; } } // System.Void System.Security.Permissions.UrlIdentityPermission::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void UrlIdentityPermission__ctor_m1110496892 (UrlIdentityPermission_t48040392 * __this, String_t* ___site0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UrlIdentityPermission__ctor_m1110496892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); String_t* L_0 = ___site0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1273103123, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UrlIdentityPermission__ctor_m1110496892_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___site0; __this->set_url_0(L_2); return; } } // System.Void System.Security.Permissions.UrlIdentityPermission::set_Url(System.String) extern "C" IL2CPP_METHOD_ATTR void UrlIdentityPermission_set_Url_m463084892 (UrlIdentityPermission_t48040392 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UrlIdentityPermission_set_Url_m463084892_MetadataUsageId); s_Il2CppMethodInitialized = true; } UrlIdentityPermission_t48040392 * G_B2_0 = NULL; UrlIdentityPermission_t48040392 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; UrlIdentityPermission_t48040392 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_0011: { String_t* L_2 = ___value0; G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_url_0(G_B3_0); return; } } // System.Security.IPermission System.Security.Permissions.UrlIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UrlIdentityPermission_Copy_m54500706 (UrlIdentityPermission_t48040392 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UrlIdentityPermission_Copy_m54500706_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_url_0(); if (L_0) { goto IL_0012; } } { UrlIdentityPermission_t48040392 * L_1 = (UrlIdentityPermission_t48040392 *)il2cpp_codegen_object_new(UrlIdentityPermission_t48040392_il2cpp_TypeInfo_var); UrlIdentityPermission__ctor_m3053469988(L_1, 0, /*hidden argument*/NULL); return L_1; } IL_0012: { String_t* L_2 = __this->get_url_0(); UrlIdentityPermission_t48040392 * L_3 = (UrlIdentityPermission_t48040392 *)il2cpp_codegen_object_new(UrlIdentityPermission_t48040392_il2cpp_TypeInfo_var); UrlIdentityPermission__ctor_m1110496892(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.Security.Permissions.UrlIdentityPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void UrlIdentityPermission_FromXml_m2816200212 (UrlIdentityPermission_t48040392 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UrlIdentityPermission_FromXml_m2816200212_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___esd0; NullCheck(L_1); String_t* L_2 = SecurityElement_Attribute_m2289480139(L_1, _stringLiteral2910693385, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; if (L_3) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_url_0(L_4); goto IL_0037; } IL_0030: { String_t* L_5 = V_0; UrlIdentityPermission_set_Url_m463084892(__this, L_5, /*hidden argument*/NULL); } IL_0037: { return; } } // System.Security.IPermission System.Security.Permissions.UrlIdentityPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UrlIdentityPermission_Intersect_m4160143899 (UrlIdentityPermission_t48040392 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { UrlIdentityPermission_t48040392 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; UrlIdentityPermission_t48040392 * L_1 = UrlIdentityPermission_Cast_m4123444590(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; UrlIdentityPermission_t48040392 * L_2 = V_0; if (!L_2) { goto IL_0019; } } { bool L_3 = UrlIdentityPermission_IsEmpty_m608147207(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_001b; } } IL_0019: { return (RuntimeObject*)NULL; } IL_001b: { UrlIdentityPermission_t48040392 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = L_4->get_url_0(); bool L_6 = UrlIdentityPermission_Match_m3241274090(__this, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0055; } } { String_t* L_7 = __this->get_url_0(); NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); UrlIdentityPermission_t48040392 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = L_9->get_url_0(); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)L_11))) { goto IL_004e; } } { RuntimeObject* L_12 = UrlIdentityPermission_Copy_m54500706(__this, /*hidden argument*/NULL); return L_12; } IL_004e: { UrlIdentityPermission_t48040392 * L_13 = V_0; NullCheck(L_13); RuntimeObject* L_14 = UrlIdentityPermission_Copy_m54500706(L_13, /*hidden argument*/NULL); return L_14; } IL_0055: { return (RuntimeObject*)NULL; } } // System.Boolean System.Security.Permissions.UrlIdentityPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool UrlIdentityPermission_IsSubsetOf_m4054434089 (UrlIdentityPermission_t48040392 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UrlIdentityPermission_IsSubsetOf_m4054434089_MetadataUsageId); s_Il2CppMethodInitialized = true; } UrlIdentityPermission_t48040392 * V_0 = NULL; int32_t V_1 = 0; { RuntimeObject* L_0 = ___target0; UrlIdentityPermission_t48040392 * L_1 = UrlIdentityPermission_Cast_m4123444590(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; UrlIdentityPermission_t48040392 * L_2 = V_0; if (L_2) { goto IL_0015; } } { bool L_3 = UrlIdentityPermission_IsEmpty_m608147207(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { bool L_4 = UrlIdentityPermission_IsEmpty_m608147207(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } { return (bool)1; } IL_0022: { UrlIdentityPermission_t48040392 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = L_5->get_url_0(); if (L_6) { goto IL_002f; } } { return (bool)0; } IL_002f: { UrlIdentityPermission_t48040392 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->get_url_0(); NullCheck(L_8); int32_t L_9 = String_LastIndexOf_m3451222878(L_8, ((int32_t)42), /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)(-1))))) { goto IL_0050; } } { UrlIdentityPermission_t48040392 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = L_11->get_url_0(); NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); V_1 = L_13; } IL_0050: { String_t* L_14 = __this->get_url_0(); UrlIdentityPermission_t48040392 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = L_15->get_url_0(); int32_t L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_19 = String_Compare_m945110377(NULL /*static, unused*/, L_14, 0, L_16, 0, L_17, (bool)1, L_18, /*hidden argument*/NULL); return (bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0); } } // System.Security.SecurityElement System.Security.Permissions.UrlIdentityPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * UrlIdentityPermission_ToXml_m286249745 (UrlIdentityPermission_t48040392 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UrlIdentityPermission_ToXml_m286249745_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = UrlIdentityPermission_IsEmpty_m608147207(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0024; } } { SecurityElement_t1046076091 * L_2 = V_0; String_t* L_3 = __this->get_url_0(); NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral2910693385, L_3, /*hidden argument*/NULL); } IL_0024: { SecurityElement_t1046076091 * L_4 = V_0; return L_4; } } // System.Security.IPermission System.Security.Permissions.UrlIdentityPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UrlIdentityPermission_Union_m653102366 (UrlIdentityPermission_t48040392 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UrlIdentityPermission_Union_m653102366_MetadataUsageId); s_Il2CppMethodInitialized = true; } UrlIdentityPermission_t48040392 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; UrlIdentityPermission_t48040392 * L_1 = UrlIdentityPermission_Cast_m4123444590(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; UrlIdentityPermission_t48040392 * L_2 = V_0; if (L_2) { goto IL_0015; } } { RuntimeObject* L_3 = UrlIdentityPermission_Copy_m54500706(__this, /*hidden argument*/NULL); return L_3; } IL_0015: { bool L_4 = UrlIdentityPermission_IsEmpty_m608147207(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_002d; } } { UrlIdentityPermission_t48040392 * L_5 = V_0; NullCheck(L_5); bool L_6 = UrlIdentityPermission_IsEmpty_m608147207(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002d; } } { return (RuntimeObject*)NULL; } IL_002d: { UrlIdentityPermission_t48040392 * L_7 = V_0; NullCheck(L_7); bool L_8 = UrlIdentityPermission_IsEmpty_m608147207(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_003f; } } { RuntimeObject* L_9 = UrlIdentityPermission_Copy_m54500706(__this, /*hidden argument*/NULL); return L_9; } IL_003f: { bool L_10 = UrlIdentityPermission_IsEmpty_m608147207(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_0051; } } { UrlIdentityPermission_t48040392 * L_11 = V_0; NullCheck(L_11); RuntimeObject* L_12 = UrlIdentityPermission_Copy_m54500706(L_11, /*hidden argument*/NULL); return L_12; } IL_0051: { UrlIdentityPermission_t48040392 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = L_13->get_url_0(); bool L_15 = UrlIdentityPermission_Match_m3241274090(__this, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_008b; } } { String_t* L_16 = __this->get_url_0(); NullCheck(L_16); int32_t L_17 = String_get_Length_m3847582255(L_16, /*hidden argument*/NULL); UrlIdentityPermission_t48040392 * L_18 = V_0; NullCheck(L_18); String_t* L_19 = L_18->get_url_0(); NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); if ((((int32_t)L_17) >= ((int32_t)L_20))) { goto IL_0084; } } { RuntimeObject* L_21 = UrlIdentityPermission_Copy_m54500706(__this, /*hidden argument*/NULL); return L_21; } IL_0084: { UrlIdentityPermission_t48040392 * L_22 = V_0; NullCheck(L_22); RuntimeObject* L_23 = UrlIdentityPermission_Copy_m54500706(L_22, /*hidden argument*/NULL); return L_23; } IL_008b: { String_t* L_24 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2388371510, /*hidden argument*/NULL); ArgumentException_t132251570 * L_25 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_25, L_24, _stringLiteral2833503317, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,UrlIdentityPermission_Union_m653102366_RuntimeMethod_var); } } // System.Boolean System.Security.Permissions.UrlIdentityPermission::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool UrlIdentityPermission_IsEmpty_m608147207 (UrlIdentityPermission_t48040392 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { String_t* L_0 = __this->get_url_0(); if (!L_0) { goto IL_001b; } } { String_t* L_1 = __this->get_url_0(); NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0); goto IL_001c; } IL_001b: { G_B3_0 = 1; } IL_001c: { return (bool)G_B3_0; } } // System.Security.Permissions.UrlIdentityPermission System.Security.Permissions.UrlIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR UrlIdentityPermission_t48040392 * UrlIdentityPermission_Cast_m4123444590 (UrlIdentityPermission_t48040392 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UrlIdentityPermission_Cast_m4123444590_MetadataUsageId); s_Il2CppMethodInitialized = true; } UrlIdentityPermission_t48040392 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (UrlIdentityPermission_t48040392 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((UrlIdentityPermission_t48040392 *)IsInstSealed((RuntimeObject*)L_1, UrlIdentityPermission_t48040392_il2cpp_TypeInfo_var)); UrlIdentityPermission_t48040392 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (UrlIdentityPermission_t48040392_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { UrlIdentityPermission_t48040392 * L_6 = V_0; return L_6; } } // System.Boolean System.Security.Permissions.UrlIdentityPermission::Match(System.String) extern "C" IL2CPP_METHOD_ATTR bool UrlIdentityPermission_Match_m3241274090 (UrlIdentityPermission_t48040392 * __this, String_t* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UrlIdentityPermission_Match_m3241274090_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = __this->get_url_0(); if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___target0; if (L_1) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { String_t* L_2 = __this->get_url_0(); NullCheck(L_2); int32_t L_3 = String_LastIndexOf_m3451222878(L_2, ((int32_t)42), /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = ___target0; NullCheck(L_4); int32_t L_5 = String_LastIndexOf_m3451222878(L_4, ((int32_t)42), /*hidden argument*/NULL); V_1 = L_5; V_2 = ((int32_t)2147483647LL); int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_005a; } } { int32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_005a; } } { String_t* L_8 = __this->get_url_0(); NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); String_t* L_10 = ___target0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); int32_t L_12 = Math_Max_m1873195862(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); V_2 = L_12; goto IL_007e; } IL_005a: { int32_t L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)(-1))))) { goto IL_0068; } } { int32_t L_14 = V_1; V_2 = L_14; goto IL_007e; } IL_0068: { int32_t L_15 = V_1; if ((!(((uint32_t)L_15) == ((uint32_t)(-1))))) { goto IL_0076; } } { int32_t L_16 = V_0; V_2 = L_16; goto IL_007e; } IL_0076: { int32_t L_17 = V_0; int32_t L_18 = V_1; int32_t L_19 = Math_Min_m3468062251(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); V_2 = L_19; } IL_007e: { String_t* L_20 = __this->get_url_0(); String_t* L_21 = ___target0; int32_t L_22 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_23 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_24 = String_Compare_m945110377(NULL /*static, unused*/, L_20, 0, L_21, 0, L_22, (bool)1, L_23, /*hidden argument*/NULL); return (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 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 System.Security.Permissions.ZoneIdentityPermission::.ctor(System.Security.SecurityZone) extern "C" IL2CPP_METHOD_ATTR void ZoneIdentityPermission__ctor_m1270857138 (ZoneIdentityPermission_t2250593031 * __this, int32_t ___zone0, const RuntimeMethod* method) { { CodeAccessPermission__ctor_m1135661531(__this, /*hidden argument*/NULL); int32_t L_0 = ___zone0; ZoneIdentityPermission_set_SecurityZone_m1661108249(__this, L_0, /*hidden argument*/NULL); return; } } // System.Security.IPermission System.Security.Permissions.ZoneIdentityPermission::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ZoneIdentityPermission_Copy_m3264825818 (ZoneIdentityPermission_t2250593031 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneIdentityPermission_Copy_m3264825818_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_zone_0(); ZoneIdentityPermission_t2250593031 * L_1 = (ZoneIdentityPermission_t2250593031 *)il2cpp_codegen_object_new(ZoneIdentityPermission_t2250593031_il2cpp_TypeInfo_var); ZoneIdentityPermission__ctor_m1270857138(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Security.Permissions.ZoneIdentityPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool ZoneIdentityPermission_IsSubsetOf_m3053048201 (ZoneIdentityPermission_t2250593031 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { ZoneIdentityPermission_t2250593031 * V_0 = NULL; int32_t G_B5_0 = 0; { RuntimeObject* L_0 = ___target0; ZoneIdentityPermission_t2250593031 * L_1 = ZoneIdentityPermission_Cast_m3730232780(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; ZoneIdentityPermission_t2250593031 * L_2 = V_0; if (L_2) { goto IL_0018; } } { int32_t L_3 = __this->get_zone_0(); return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); } IL_0018: { int32_t L_4 = __this->get_zone_0(); if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0034; } } { int32_t L_5 = __this->get_zone_0(); ZoneIdentityPermission_t2250593031 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = L_6->get_zone_0(); G_B5_0 = ((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0); goto IL_0035; } IL_0034: { G_B5_0 = 1; } IL_0035: { return (bool)G_B5_0; } } // System.Security.IPermission System.Security.Permissions.ZoneIdentityPermission::Union(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ZoneIdentityPermission_Union_m3706125670 (ZoneIdentityPermission_t2250593031 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneIdentityPermission_Union_m3706125670_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZoneIdentityPermission_t2250593031 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* G_B4_0 = NULL; { RuntimeObject* L_0 = ___target0; ZoneIdentityPermission_t2250593031 * L_1 = ZoneIdentityPermission_Cast_m3730232780(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; ZoneIdentityPermission_t2250593031 * L_2 = V_0; if (L_2) { goto IL_0029; } } { int32_t L_3 = __this->get_zone_0(); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_0022; } } { V_1 = (RuntimeObject*)NULL; RuntimeObject* L_4 = V_1; G_B4_0 = L_4; goto IL_0028; } IL_0022: { RuntimeObject* L_5 = ZoneIdentityPermission_Copy_m3264825818(__this, /*hidden argument*/NULL); G_B4_0 = L_5; } IL_0028: { return G_B4_0; } IL_0029: { int32_t L_6 = __this->get_zone_0(); ZoneIdentityPermission_t2250593031 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = L_7->get_zone_0(); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0046; } } { ZoneIdentityPermission_t2250593031 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = L_9->get_zone_0(); if ((!(((uint32_t)L_10) == ((uint32_t)(-1))))) { goto IL_004d; } } IL_0046: { RuntimeObject* L_11 = ZoneIdentityPermission_Copy_m3264825818(__this, /*hidden argument*/NULL); return L_11; } IL_004d: { int32_t L_12 = __this->get_zone_0(); if ((!(((uint32_t)L_12) == ((uint32_t)(-1))))) { goto IL_0060; } } { ZoneIdentityPermission_t2250593031 * L_13 = V_0; NullCheck(L_13); RuntimeObject* L_14 = ZoneIdentityPermission_Copy_m3264825818(L_13, /*hidden argument*/NULL); return L_14; } IL_0060: { String_t* L_15 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4003311861, /*hidden argument*/NULL); ArgumentException_t132251570 * L_16 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,ZoneIdentityPermission_Union_m3706125670_RuntimeMethod_var); } } // System.Security.IPermission System.Security.Permissions.ZoneIdentityPermission::Intersect(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ZoneIdentityPermission_Intersect_m1214162400 (ZoneIdentityPermission_t2250593031 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { ZoneIdentityPermission_t2250593031 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; ZoneIdentityPermission_t2250593031 * L_1 = ZoneIdentityPermission_Cast_m3730232780(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; ZoneIdentityPermission_t2250593031 * L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = __this->get_zone_0(); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_001c; } } IL_001a: { return (RuntimeObject*)NULL; } IL_001c: { int32_t L_4 = __this->get_zone_0(); ZoneIdentityPermission_t2250593031 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_zone_0(); if ((!(((uint32_t)L_4) == ((uint32_t)L_6)))) { goto IL_0034; } } { RuntimeObject* L_7 = ZoneIdentityPermission_Copy_m3264825818(__this, /*hidden argument*/NULL); return L_7; } IL_0034: { return (RuntimeObject*)NULL; } } // System.Void System.Security.Permissions.ZoneIdentityPermission::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void ZoneIdentityPermission_FromXml_m2153521103 (ZoneIdentityPermission_t2250593031 * __this, SecurityElement_t1046076091 * ___esd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneIdentityPermission_FromXml_m2153521103_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { SecurityElement_t1046076091 * L_0 = ___esd0; CodeAccessPermission_CheckSecurityElement_m4150703613(NULL /*static, unused*/, L_0, _stringLiteral3266858161, 1, 1, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___esd0; NullCheck(L_1); String_t* L_2 = SecurityElement_Attribute_m2289480139(L_1, _stringLiteral2791739722, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; if (L_3) { goto IL_002c; } } { __this->set_zone_0((-1)); goto IL_0047; } IL_002c: { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (SecurityZone_t1272287263_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_7 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); __this->set_zone_0(((*(int32_t*)((int32_t*)UnBox(L_7, Int32_t2950945753_il2cpp_TypeInfo_var))))); } IL_0047: { return; } } // System.Security.SecurityElement System.Security.Permissions.ZoneIdentityPermission::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * ZoneIdentityPermission_ToXml_m3333445869 (ZoneIdentityPermission_t2250593031 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneIdentityPermission_ToXml_m3333445869_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = CodeAccessPermission_Element_m4280812549(__this, 1, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = __this->get_zone_0(); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_002f; } } { SecurityElement_t1046076091 * L_2 = V_0; int32_t L_3 = __this->get_zone_0(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(SecurityZone_t1272287263_il2cpp_TypeInfo_var, &L_4); NullCheck((Enum_t4135868527 *)L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_5); NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral2791739722, L_6, /*hidden argument*/NULL); } IL_002f: { SecurityElement_t1046076091 * L_7 = V_0; return L_7; } } // System.Void System.Security.Permissions.ZoneIdentityPermission::set_SecurityZone(System.Security.SecurityZone) extern "C" IL2CPP_METHOD_ATTR void ZoneIdentityPermission_set_SecurityZone_m1661108249 (ZoneIdentityPermission_t2250593031 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneIdentityPermission_set_SecurityZone_m1661108249_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (SecurityZone_t1272287263_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = ___value0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(SecurityZone_t1272287263_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_5 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_1, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003c; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3807304972, /*hidden argument*/NULL); int32_t L_7 = ___value0; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(SecurityZone_t1272287263_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, L_6, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_12, L_11, _stringLiteral1850024569, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,ZoneIdentityPermission_set_SecurityZone_m1661108249_RuntimeMethod_var); } IL_003c: { int32_t L_13 = ___value0; __this->set_zone_0(L_13); return; } } // System.Security.Permissions.ZoneIdentityPermission System.Security.Permissions.ZoneIdentityPermission::Cast(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR ZoneIdentityPermission_t2250593031 * ZoneIdentityPermission_Cast_m3730232780 (ZoneIdentityPermission_t2250593031 * __this, RuntimeObject* ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneIdentityPermission_Cast_m3730232780_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZoneIdentityPermission_t2250593031 * V_0 = NULL; { RuntimeObject* L_0 = ___target0; if (L_0) { goto IL_0008; } } { return (ZoneIdentityPermission_t2250593031 *)NULL; } IL_0008: { RuntimeObject* L_1 = ___target0; V_0 = ((ZoneIdentityPermission_t2250593031 *)IsInstSealed((RuntimeObject*)L_1, ZoneIdentityPermission_t2250593031_il2cpp_TypeInfo_var)); ZoneIdentityPermission_t2250593031 * L_2 = V_0; if (L_2) { goto IL_0025; } } { RuntimeObject* L_3 = ___target0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (ZoneIdentityPermission_t2250593031_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); CodeAccessPermission_ThrowInvalidPermission_m3890026412(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); } IL_0025: { ZoneIdentityPermission_t2250593031 * L_6 = V_0; return L_6; } } #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.Security.PermissionSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void PermissionSet__ctor_m2328457660 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet__ctor_m2328457660_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_list_2(L_0); return; } } // System.Void System.Security.PermissionSet::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void PermissionSet__ctor_m1527907377 (PermissionSet_t223948603 * __this, int32_t ___state0, const RuntimeMethod* method) { { PermissionSet__ctor_m2328457660(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; int32_t L_1 = CodeAccessPermission_CheckPermissionState_m731966000(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); __this->set_state_1(L_1); return; } } // System.Void System.Security.PermissionSet::.ctor(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR void PermissionSet__ctor_m2402996717 (PermissionSet_t223948603 * __this, PermissionSet_t223948603 * ___permSet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet__ctor_m2402996717_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { PermissionSet__ctor_m2328457660(__this, /*hidden argument*/NULL); PermissionSet_t223948603 * L_0 = ___permSet0; if (!L_0) { goto IL_0064; } } { PermissionSet_t223948603 * L_1 = ___permSet0; NullCheck(L_1); int32_t L_2 = L_1->get_state_1(); __this->set_state_1(L_2); PermissionSet_t223948603 * L_3 = ___permSet0; NullCheck(L_3); ArrayList_t2718874744 * L_4 = L_3->get_list_2(); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4); V_1 = L_5; } IL_0024: try { // begin try (depth: 1) { goto IL_0042; } IL_0029: { RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IPermission_t4015543450_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_8 = __this->get_list_2(); RuntimeObject* L_9 = V_0; NullCheck(L_8); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9); } IL_0042: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0029; } } IL_004d: { IL2CPP_LEAVE(0x64, FINALLY_0052); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0052; } FINALLY_0052: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_2; if (L_13) { goto IL_005d; } } IL_005c: { IL2CPP_END_FINALLY(82) } IL_005d: { RuntimeObject* L_14 = V_2; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(82) } } // end finally (depth: 1) IL2CPP_CLEANUP(82) { IL2CPP_JUMP_TBL(0x64, IL_0064) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0064: { return; } } // System.Void System.Security.PermissionSet::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PermissionSet__ctor_m1880216441 (PermissionSet_t223948603 * __this, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet__ctor_m1880216441_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { PermissionSet__ctor_m2328457660(__this, /*hidden argument*/NULL); __this->set_state_1(0); String_t* L_0 = ___xml0; if (!L_0) { goto IL_0021; } } { String_t* L_1 = ___xml0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement_t1046076091 * L_2 = SecurityElement_FromString_m2092342195(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; SecurityElement_t1046076091 * L_3 = V_0; VirtActionInvoker1< SecurityElement_t1046076091 * >::Invoke(15 /* System.Void System.Security.PermissionSet::FromXml(System.Security.SecurityElement) */, __this, L_3); } IL_0021: { return; } } // System.Void System.Security.PermissionSet::.cctor() extern "C" IL2CPP_METHOD_ATTR void PermissionSet__cctor_m2513210405 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet__cctor_m2513210405_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_1 = ((int32_t)1); RuntimeObject * L_2 = Box(PermissionState_t1178999876_il2cpp_TypeInfo_var, &L_1); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_2); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_2); ((PermissionSet_t223948603_StaticFields*)il2cpp_codegen_static_fields_for(PermissionSet_t223948603_il2cpp_TypeInfo_var))->set_psUnrestricted_0(L_0); ObjectU5BU5D_t2843939325* L_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_4 = ((int32_t)0); RuntimeObject * L_5 = Box(SecurityAction_t569814076_il2cpp_TypeInfo_var, &L_4); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_5); ((PermissionSet_t223948603_StaticFields*)il2cpp_codegen_static_fields_for(PermissionSet_t223948603_il2cpp_TypeInfo_var))->set_action_6(L_3); return; } } // System.Void System.Security.PermissionSet::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m2433824835 (PermissionSet_t223948603 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { return; } } // System.Security.IPermission System.Security.PermissionSet::AddPermission(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_AddPermission_m409481996 (PermissionSet_t223948603 * __this, RuntimeObject* ___perm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_AddPermission_m409481996_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___perm0; if (!L_0) { goto IL_0011; } } { bool L_1 = __this->get__readOnly_5(); if (!L_1) { goto IL_0013; } } IL_0011: { RuntimeObject* L_2 = ___perm0; return L_2; } IL_0013: { int32_t L_3 = __this->get_state_1(); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0035; } } { RuntimeObject* L_4 = ___perm0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m88164663(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_6 = ((PermissionSet_t223948603_StaticFields*)il2cpp_codegen_static_fields_for(PermissionSet_t223948603_il2cpp_TypeInfo_var))->get_psUnrestricted_0(); RuntimeObject * L_7 = Activator_CreateInstance_m94526014(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); return ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IPermission_t4015543450_il2cpp_TypeInfo_var)); } IL_0035: { RuntimeObject* L_8 = ___perm0; NullCheck(L_8); Type_t * L_9 = Object_GetType_m88164663(L_8, /*hidden argument*/NULL); RuntimeObject* L_10 = PermissionSet_RemovePermission_m78436141(__this, L_9, /*hidden argument*/NULL); V_0 = L_10; RuntimeObject* L_11 = V_0; if (!L_11) { goto IL_0051; } } { RuntimeObject* L_12 = ___perm0; RuntimeObject* L_13 = V_0; NullCheck(L_12); RuntimeObject* L_14 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(3 /* System.Security.IPermission System.Security.IPermission::Union(System.Security.IPermission) */, IPermission_t4015543450_il2cpp_TypeInfo_var, L_12, L_13); ___perm0 = L_14; } IL_0051: { ArrayList_t2718874744 * L_15 = __this->get_list_2(); RuntimeObject* L_16 = ___perm0; NullCheck(L_15); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16); RuntimeObject* L_17 = ___perm0; return L_17; } } // System.Security.PermissionSet System.Security.PermissionSet::Copy() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * PermissionSet_Copy_m3531274324 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_Copy_m3531274324_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PermissionSet_t223948603 * L_0 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m2402996717(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Security.PermissionSet::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_CopyTo_m3725979269 (PermissionSet_t223948603 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_CopyTo_m3725979269_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PermissionSet_CopyTo_m3725979269_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_list_2(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0069; } } { RuntimeArray * L_4 = ___array0; NullCheck(L_4); int32_t L_5 = Array_get_Rank_m3448755881(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_003e; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3032866724, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,PermissionSet_CopyTo_m3725979269_RuntimeMethod_var); } IL_003e: { int32_t L_8 = ___index1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0051; } } { int32_t L_9 = ___index1; RuntimeArray * L_10 = ___array0; NullCheck(L_10); int32_t L_11 = Array_get_Length_m21610649(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_005c; } } IL_0051: { IndexOutOfRangeException_t1578797820 * L_12 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_12, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,PermissionSet_CopyTo_m3725979269_RuntimeMethod_var); } IL_005c: { ArrayList_t2718874744 * L_13 = __this->get_list_2(); RuntimeArray * L_14 = ___array0; int32_t L_15 = ___index1; NullCheck(L_13); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_13, L_14, L_15); } IL_0069: { return; } } // System.Void System.Security.PermissionSet::Demand() extern "C" IL2CPP_METHOD_ATTR void PermissionSet_Demand_m3007899724 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Security.PermissionSet::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_FromXml_m3602789488 (PermissionSet_t223948603 * __this, SecurityElement_t1046076091 * ___et0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_FromXml_m3602789488_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SecurityElement_t1046076091 * V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; RuntimeObject* 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { SecurityElement_t1046076091 * L_0 = ___et0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3455498171, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PermissionSet_FromXml_m3602789488_RuntimeMethod_var); } IL_0011: { SecurityElement_t1046076091 * L_2 = ___et0; NullCheck(L_2); String_t* L_3 = SecurityElement_get_Tag_m2258014803(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral21353695, /*hidden argument*/NULL); if (!L_4) { goto IL_0048; } } { SecurityElement_t1046076091 * L_5 = ___et0; NullCheck(L_5); String_t* L_6 = SecurityElement_get_Tag_m2258014803(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral66484160, L_6, _stringLiteral21353695, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = V_0; ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_9, L_8, _stringLiteral3455498171, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,PermissionSet_FromXml_m3602789488_RuntimeMethod_var); } IL_0048: { ArrayList_t2718874744 * L_10 = __this->get_list_2(); NullCheck(L_10); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_10); SecurityElement_t1046076091 * L_11 = ___et0; bool L_12 = CodeAccessPermission_IsUnrestricted_m1224416114(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0066; } } { __this->set_state_1(1); return; } IL_0066: { __this->set_state_1(0); SecurityElement_t1046076091 * L_13 = ___et0; NullCheck(L_13); ArrayList_t2718874744 * L_14 = SecurityElement_get_Children_m1231540612(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0107; } } { SecurityElement_t1046076091 * L_15 = ___et0; NullCheck(L_15); ArrayList_t2718874744 * L_16 = SecurityElement_get_Children_m1231540612(L_15, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject* L_17 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_16); V_2 = L_17; } IL_0084: try { // begin try (depth: 1) { goto IL_00e2; } IL_0089: { RuntimeObject* L_18 = V_2; NullCheck(L_18); RuntimeObject * L_19 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_18); V_1 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_19, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_20 = V_1; NullCheck(L_20); String_t* L_21 = SecurityElement_Attribute_m2289480139(L_20, _stringLiteral351315815, /*hidden argument*/NULL); V_3 = L_21; String_t* L_22 = V_3; if (L_22) { goto IL_00b7; } } IL_00a7: { String_t* L_23 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3136366964, /*hidden argument*/NULL); ArgumentException_t132251570 * L_24 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,PermissionSet_FromXml_m3602789488_RuntimeMethod_var); } IL_00b7: { PolicyLevel_t2891196107 * L_25 = PermissionSet_get_Resolver_m1175292228(__this, /*hidden argument*/NULL); if (!L_25) { goto IL_00cf; } } IL_00c2: { PolicyLevel_t2891196107 * L_26 = PermissionSet_get_Resolver_m1175292228(__this, /*hidden argument*/NULL); String_t* L_27 = V_3; NullCheck(L_26); String_t* L_28 = PolicyLevel_ResolveClassName_m1024075074(L_26, L_27, /*hidden argument*/NULL); V_3 = L_28; } IL_00cf: { ArrayList_t2718874744 * L_29 = __this->get_list_2(); String_t* L_30 = V_3; SecurityElement_t1046076091 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(PermissionBuilder_t1403083973_il2cpp_TypeInfo_var); RuntimeObject* L_32 = PermissionBuilder_Create_m708304050(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); NullCheck(L_29); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_29, L_32); } IL_00e2: { RuntimeObject* L_33 = V_2; NullCheck(L_33); bool L_34 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_33); if (L_34) { goto IL_0089; } } IL_00ed: { IL2CPP_LEAVE(0x107, FINALLY_00f2); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f2; } FINALLY_00f2: { // begin finally (depth: 1) { RuntimeObject* L_35 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_35, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_36 = V_4; if (L_36) { goto IL_00ff; } } IL_00fe: { IL2CPP_END_FINALLY(242) } IL_00ff: { RuntimeObject* L_37 = V_4; NullCheck(L_37); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_37); IL2CPP_END_FINALLY(242) } } // end finally (depth: 1) IL2CPP_CLEANUP(242) { IL2CPP_JUMP_TBL(0x107, IL_0107) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0107: { return; } } // System.Collections.IEnumerator System.Security.PermissionSet::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_GetEnumerator_m3796161395 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_list_2(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Boolean System.Security.PermissionSet::IsSubsetOf(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR bool PermissionSet_IsSubsetOf_m1197994714 (PermissionSet_t223948603 * __this, PermissionSet_t223948603 * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_IsSubsetOf_m1197994714_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Type_t * V_2 = NULL; RuntimeObject* V_3 = NULL; bool V_4 = false; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { PermissionSet_t223948603 * L_0 = ___target0; if (!L_0) { goto IL_0011; } } { PermissionSet_t223948603 * L_1 = ___target0; NullCheck(L_1); bool L_2 = PermissionSet_IsEmpty_m3967159731(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } IL_0011: { bool L_3 = PermissionSet_IsEmpty_m3967159731(__this, /*hidden argument*/NULL); return L_3; } IL_0018: { PermissionSet_t223948603 * L_4 = ___target0; NullCheck(L_4); bool L_5 = PermissionSet_IsUnrestricted_m3107958415(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0025; } } { return (bool)1; } IL_0025: { bool L_6 = PermissionSet_IsUnrestricted_m3107958415(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0032; } } { return (bool)0; } IL_0032: { bool L_7 = PermissionSet_IsUnrestricted_m3107958415(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0050; } } { PermissionSet_t223948603 * L_8 = ___target0; if (!L_8) { goto IL_004e; } } { PermissionSet_t223948603 * L_9 = ___target0; NullCheck(L_9); bool L_10 = PermissionSet_IsUnrestricted_m3107958415(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0050; } } IL_004e: { return (bool)0; } IL_0050: { ArrayList_t2718874744 * L_11 = __this->get_list_2(); NullCheck(L_11); RuntimeObject* L_12 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_11); V_1 = L_12; } IL_005c: try { // begin try (depth: 1) { goto IL_00c9; } IL_0061: { RuntimeObject* L_13 = V_1; NullCheck(L_13); RuntimeObject * L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_14, IPermission_t4015543450_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_0; NullCheck(L_15); Type_t * L_16 = Object_GetType_m88164663(L_15, /*hidden argument*/NULL); V_2 = L_16; V_3 = (RuntimeObject*)NULL; PermissionSet_t223948603 * L_17 = ___target0; NullCheck(L_17); bool L_18 = PermissionSet_IsUnrestricted_m3107958415(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00ad; } } IL_0081: { RuntimeObject* L_19 = V_0; if (!((CodeAccessPermission_t2681295399 *)IsInstClass((RuntimeObject*)L_19, CodeAccessPermission_t2681295399_il2cpp_TypeInfo_var))) { goto IL_00ad; } } IL_008c: { RuntimeObject* L_20 = V_0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_20, IUnrestrictedPermission_t3525915666_il2cpp_TypeInfo_var))) { goto IL_00ad; } } IL_0097: { Type_t * L_21 = V_2; IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_22 = ((PermissionSet_t223948603_StaticFields*)il2cpp_codegen_static_fields_for(PermissionSet_t223948603_il2cpp_TypeInfo_var))->get_psUnrestricted_0(); RuntimeObject * L_23 = Activator_CreateInstance_m94526014(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_23, IPermission_t4015543450_il2cpp_TypeInfo_var)); goto IL_00b5; } IL_00ad: { PermissionSet_t223948603 * L_24 = ___target0; Type_t * L_25 = V_2; NullCheck(L_24); RuntimeObject* L_26 = PermissionSet_GetPermission_m1451093916(L_24, L_25, /*hidden argument*/NULL); V_3 = L_26; } IL_00b5: { RuntimeObject* L_27 = V_0; RuntimeObject* L_28 = V_3; NullCheck(L_27); bool L_29 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(2 /* System.Boolean System.Security.IPermission::IsSubsetOf(System.Security.IPermission) */, IPermission_t4015543450_il2cpp_TypeInfo_var, L_27, L_28); if (L_29) { goto IL_00c9; } } IL_00c1: { V_4 = (bool)0; IL2CPP_LEAVE(0xF0, FINALLY_00d9); } IL_00c9: { RuntimeObject* L_30 = V_1; NullCheck(L_30); bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_0061; } } IL_00d4: { IL2CPP_LEAVE(0xEE, FINALLY_00d9); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d9; } FINALLY_00d9: { // begin finally (depth: 1) { RuntimeObject* L_32 = V_1; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_5; if (L_33) { goto IL_00e6; } } IL_00e5: { IL2CPP_END_FINALLY(217) } IL_00e6: { RuntimeObject* L_34 = V_5; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_34); IL2CPP_END_FINALLY(217) } } // end finally (depth: 1) IL2CPP_CLEANUP(217) { IL2CPP_JUMP_TBL(0xF0, IL_00f0) IL2CPP_JUMP_TBL(0xEE, IL_00ee) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ee: { return (bool)1; } IL_00f0: { bool L_35 = V_4; return L_35; } } // System.Security.IPermission System.Security.PermissionSet::GetPermission(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_GetPermission_m1451093916 (PermissionSet_t223948603 * __this, Type_t * ___permClass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_GetPermission_m1451093916_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Type_t * L_0 = ___permClass0; if (!L_0) { goto IL_0016; } } { ArrayList_t2718874744 * L_1 = __this->get_list_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); if (L_2) { goto IL_0018; } } IL_0016: { return (RuntimeObject*)NULL; } IL_0018: { ArrayList_t2718874744 * L_3 = __this->get_list_2(); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_3); V_1 = L_4; } IL_0024: try { // begin try (depth: 1) { goto IL_0053; } IL_0029: { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5); V_0 = L_6; RuntimeObject * L_7 = V_0; if (!L_7) { goto IL_0053; } } IL_0036: { RuntimeObject * L_8 = V_0; NullCheck(L_8); Type_t * L_9 = Object_GetType_m88164663(L_8, /*hidden argument*/NULL); Type_t * L_10 = ___permClass0; NullCheck(L_9); bool L_11 = Type_Equals_m709225487(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0053; } } IL_0047: { RuntimeObject * L_12 = V_0; V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_12, IPermission_t4015543450_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x77, FINALLY_0063); } IL_0053: { RuntimeObject* L_13 = V_1; NullCheck(L_13); bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0029; } } IL_005e: { IL2CPP_LEAVE(0x75, FINALLY_0063); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0063; } FINALLY_0063: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_3; if (L_16) { goto IL_006e; } } IL_006d: { IL2CPP_END_FINALLY(99) } IL_006e: { RuntimeObject* L_17 = V_3; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_17); IL2CPP_END_FINALLY(99) } } // end finally (depth: 1) IL2CPP_CLEANUP(99) { IL2CPP_JUMP_TBL(0x77, IL_0077) IL2CPP_JUMP_TBL(0x75, IL_0075) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0075: { return (RuntimeObject*)NULL; } IL_0077: { RuntimeObject* L_18 = V_2; return L_18; } } // System.Security.PermissionSet System.Security.PermissionSet::Intersect(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * PermissionSet_Intersect_m1082071433 (PermissionSet_t223948603 * __this, PermissionSet_t223948603 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_Intersect_m1082071433_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PermissionSet_t223948603 * V_1 = NULL; { PermissionSet_t223948603 * L_0 = ___other0; if (!L_0) { goto IL_001c; } } { PermissionSet_t223948603 * L_1 = ___other0; NullCheck(L_1); bool L_2 = PermissionSet_IsEmpty_m3967159731(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { bool L_3 = PermissionSet_IsEmpty_m3967159731(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } IL_001c: { return (PermissionSet_t223948603 *)NULL; } IL_001e: { V_0 = 0; bool L_4 = PermissionSet_IsUnrestricted_m3107958415(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0038; } } { PermissionSet_t223948603 * L_5 = ___other0; NullCheck(L_5); bool L_6 = PermissionSet_IsUnrestricted_m3107958415(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0038; } } { V_0 = 1; } IL_0038: { V_1 = (PermissionSet_t223948603 *)NULL; int32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_004d; } } { int32_t L_8 = V_0; PermissionSet_t223948603 * L_9 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_9, L_8, /*hidden argument*/NULL); V_1 = L_9; goto IL_008c; } IL_004d: { bool L_10 = PermissionSet_IsUnrestricted_m3107958415(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_0064; } } { PermissionSet_t223948603 * L_11 = ___other0; NullCheck(L_11); PermissionSet_t223948603 * L_12 = VirtFuncInvoker0< PermissionSet_t223948603 * >::Invoke(12 /* System.Security.PermissionSet System.Security.PermissionSet::Copy() */, L_11); V_1 = L_12; goto IL_008c; } IL_0064: { PermissionSet_t223948603 * L_13 = ___other0; NullCheck(L_13); bool L_14 = PermissionSet_IsUnrestricted_m3107958415(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_007b; } } { PermissionSet_t223948603 * L_15 = VirtFuncInvoker0< PermissionSet_t223948603 * >::Invoke(12 /* System.Security.PermissionSet System.Security.PermissionSet::Copy() */, __this); V_1 = L_15; goto IL_008c; } IL_007b: { int32_t L_16 = V_0; PermissionSet_t223948603 * L_17 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_17, L_16, /*hidden argument*/NULL); V_1 = L_17; PermissionSet_t223948603 * L_18 = V_1; PermissionSet_t223948603 * L_19 = ___other0; PermissionSet_InternalIntersect_m3389278230(__this, L_18, __this, L_19, (bool)0, /*hidden argument*/NULL); } IL_008c: { PermissionSet_t223948603 * L_20 = V_1; return L_20; } } // System.Void System.Security.PermissionSet::InternalIntersect(System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_InternalIntersect_m3389278230 (PermissionSet_t223948603 * __this, PermissionSet_t223948603 * ___intersect0, PermissionSet_t223948603 * ___a1, PermissionSet_t223948603 * ___b2, bool ___unrestricted3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_InternalIntersect_m3389278230_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { PermissionSet_t223948603 * L_0 = ___b2; NullCheck(L_0); ArrayList_t2718874744 * L_1 = L_0->get_list_2(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_1 = L_2; } IL_000c: try { // begin try (depth: 1) { goto IL_0052; } IL_0011: { RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IPermission_t4015543450_il2cpp_TypeInfo_var)); PermissionSet_t223948603 * L_5 = ___a1; RuntimeObject* L_6 = V_0; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject* L_8 = PermissionSet_GetPermission_m1451093916(L_5, L_7, /*hidden argument*/NULL); V_2 = L_8; RuntimeObject* L_9 = V_2; if (!L_9) { goto IL_0043; } } IL_0030: { PermissionSet_t223948603 * L_10 = ___intersect0; RuntimeObject* L_11 = V_0; RuntimeObject* L_12 = V_2; NullCheck(L_11); RuntimeObject* L_13 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Security.IPermission System.Security.IPermission::Intersect(System.Security.IPermission) */, IPermission_t4015543450_il2cpp_TypeInfo_var, L_11, L_12); NullCheck(L_10); PermissionSet_AddPermission_m409481996(L_10, L_13, /*hidden argument*/NULL); goto IL_0052; } IL_0043: { bool L_14 = ___unrestricted3; if (!L_14) { goto IL_0052; } } IL_004a: { PermissionSet_t223948603 * L_15 = ___intersect0; RuntimeObject* L_16 = V_0; NullCheck(L_15); PermissionSet_AddPermission_m409481996(L_15, L_16, /*hidden argument*/NULL); } IL_0052: { RuntimeObject* L_17 = V_1; NullCheck(L_17); bool L_18 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_0011; } } IL_005d: { IL2CPP_LEAVE(0x74, FINALLY_0062); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0062; } FINALLY_0062: { // begin finally (depth: 1) { RuntimeObject* L_19 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_3; if (L_20) { goto IL_006d; } } IL_006c: { IL2CPP_END_FINALLY(98) } IL_006d: { RuntimeObject* L_21 = V_3; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_21); IL2CPP_END_FINALLY(98) } } // end finally (depth: 1) IL2CPP_CLEANUP(98) { IL2CPP_JUMP_TBL(0x74, IL_0074) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0074: { return; } } // System.Boolean System.Security.PermissionSet::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool PermissionSet_IsEmpty_m3967159731 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_IsEmpty_m3967159731_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = __this->get_state_1(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000e; } } { return (bool)0; } IL_000e: { ArrayList_t2718874744 * L_1 = __this->get_list_2(); if (!L_1) { goto IL_0029; } } { ArrayList_t2718874744 * L_2 = __this->get_list_2(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if (L_3) { goto IL_002b; } } IL_0029: { return (bool)1; } IL_002b: { ArrayList_t2718874744 * L_4 = __this->get_list_2(); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4); V_1 = L_5; } IL_0037: try { // begin try (depth: 1) { goto IL_005b; } IL_003c: { RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IPermission_t4015543450_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(2 /* System.Boolean System.Security.IPermission::IsSubsetOf(System.Security.IPermission) */, IPermission_t4015543450_il2cpp_TypeInfo_var, L_8, (RuntimeObject*)NULL); if (L_9) { goto IL_005b; } } IL_0054: { V_2 = (bool)0; IL2CPP_LEAVE(0x7F, FINALLY_006b); } IL_005b: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_003c; } } IL_0066: { IL2CPP_LEAVE(0x7D, FINALLY_006b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006b; } FINALLY_006b: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_3; if (L_13) { goto IL_0076; } } IL_0075: { IL2CPP_END_FINALLY(107) } IL_0076: { RuntimeObject* L_14 = V_3; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(107) } } // end finally (depth: 1) IL2CPP_CLEANUP(107) { IL2CPP_JUMP_TBL(0x7F, IL_007f) IL2CPP_JUMP_TBL(0x7D, IL_007d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007d: { return (bool)1; } IL_007f: { bool L_15 = V_2; return L_15; } } // System.Boolean System.Security.PermissionSet::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool PermissionSet_IsUnrestricted_m3107958415 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_1(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Security.IPermission System.Security.PermissionSet::RemovePermission(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_RemovePermission_m78436141 (PermissionSet_t223948603 * __this, Type_t * ___permClass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_RemovePermission_m78436141_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Type_t * L_0 = ___permClass0; if (!L_0) { goto IL_0011; } } { bool L_1 = __this->get__readOnly_5(); if (!L_1) { goto IL_0013; } } IL_0011: { return (RuntimeObject*)NULL; } IL_0013: { ArrayList_t2718874744 * L_2 = __this->get_list_2(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_1 = L_3; } IL_001f: try { // begin try (depth: 1) { goto IL_0054; } IL_0024: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_0 = L_5; RuntimeObject * L_6 = V_0; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); Type_t * L_8 = ___permClass0; NullCheck(L_7); bool L_9 = Type_Equals_m709225487(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0054; } } IL_003c: { ArrayList_t2718874744 * L_10 = __this->get_list_2(); RuntimeObject * L_11 = V_0; NullCheck(L_10); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_10, L_11); RuntimeObject * L_12 = V_0; V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_12, IPermission_t4015543450_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x78, FINALLY_0064); } IL_0054: { RuntimeObject* L_13 = V_1; NullCheck(L_13); bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0024; } } IL_005f: { IL2CPP_LEAVE(0x76, FINALLY_0064); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_3; if (L_16) { goto IL_006f; } } IL_006e: { IL2CPP_END_FINALLY(100) } IL_006f: { RuntimeObject* L_17 = V_3; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_17); IL2CPP_END_FINALLY(100) } } // end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_JUMP_TBL(0x78, IL_0078) IL2CPP_JUMP_TBL(0x76, IL_0076) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0076: { return (RuntimeObject*)NULL; } IL_0078: { RuntimeObject* L_18 = V_2; return L_18; } } // System.String System.Security.PermissionSet::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* PermissionSet_ToString_m1019917496 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = VirtFuncInvoker0< SecurityElement_t1046076091 * >::Invoke(16 /* System.Security.SecurityElement System.Security.PermissionSet::ToXml() */, __this); NullCheck(L_0); String_t* L_1 = SecurityElement_ToString_m1918878627(L_0, /*hidden argument*/NULL); return L_1; } } // System.Security.SecurityElement System.Security.PermissionSet::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * PermissionSet_ToXml_m1189081064 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_ToXml_m1189081064_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; RuntimeObject* 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { SecurityElement_t1046076091 * L_0 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_0, _stringLiteral21353695, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_t1046076091 * L_1 = V_0; Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_2); NullCheck(L_1); SecurityElement_AddAttribute_m311510562(L_1, _stringLiteral351315815, L_3, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_4 = V_0; V_3 = 1; String_t* L_5 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); NullCheck(L_4); SecurityElement_AddAttribute_m311510562(L_4, _stringLiteral1902401671, L_5, /*hidden argument*/NULL); int32_t L_6 = __this->get_state_1(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0051; } } { SecurityElement_t1046076091 * L_7 = V_0; NullCheck(L_7); SecurityElement_AddAttribute_m311510562(L_7, _stringLiteral3161615738, _stringLiteral4002445229, /*hidden argument*/NULL); } IL_0051: { ArrayList_t2718874744 * L_8 = __this->get_list_2(); NullCheck(L_8); RuntimeObject* L_9 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_8); V_2 = L_9; } IL_005d: try { // begin try (depth: 1) { goto IL_007a; } IL_0062: { RuntimeObject* L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_11, IPermission_t4015543450_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_12 = V_0; RuntimeObject* L_13 = V_1; NullCheck(L_13); SecurityElement_t1046076091 * L_14 = InterfaceFuncInvoker0< SecurityElement_t1046076091 * >::Invoke(1 /* System.Security.SecurityElement System.Security.ISecurityEncodable::ToXml() */, ISecurityEncodable_t2426431352_il2cpp_TypeInfo_var, L_13); NullCheck(L_12); SecurityElement_AddChild_m1606852781(L_12, L_14, /*hidden argument*/NULL); } IL_007a: { RuntimeObject* L_15 = V_2; NullCheck(L_15); bool L_16 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0062; } } IL_0085: { IL2CPP_LEAVE(0x9F, FINALLY_008a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008a; } FINALLY_008a: { // begin finally (depth: 1) { RuntimeObject* L_17 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_4; if (L_18) { goto IL_0097; } } IL_0096: { IL2CPP_END_FINALLY(138) } IL_0097: { RuntimeObject* L_19 = V_4; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_19); IL2CPP_END_FINALLY(138) } } // end finally (depth: 1) IL2CPP_CLEANUP(138) { IL2CPP_JUMP_TBL(0x9F, IL_009f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009f: { SecurityElement_t1046076091 * L_20 = V_0; return L_20; } } // System.Security.PermissionSet System.Security.PermissionSet::Union(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * PermissionSet_Union_m4068149505 (PermissionSet_t223948603 * __this, PermissionSet_t223948603 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_Union_m4068149505_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { PermissionSet_t223948603 * L_0 = ___other0; if (L_0) { goto IL_000d; } } { PermissionSet_t223948603 * L_1 = VirtFuncInvoker0< PermissionSet_t223948603 * >::Invoke(12 /* System.Security.PermissionSet System.Security.PermissionSet::Copy() */, __this); return L_1; } IL_000d: { V_0 = (PermissionSet_t223948603 *)NULL; bool L_2 = PermissionSet_IsUnrestricted_m3107958415(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0025; } } { PermissionSet_t223948603 * L_3 = ___other0; NullCheck(L_3); bool L_4 = PermissionSet_IsUnrestricted_m3107958415(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } IL_0025: { PermissionSet_t223948603 * L_5 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_5, 1, /*hidden argument*/NULL); return L_5; } IL_002c: { PermissionSet_t223948603 * L_6 = VirtFuncInvoker0< PermissionSet_t223948603 * >::Invoke(12 /* System.Security.PermissionSet System.Security.PermissionSet::Copy() */, __this); V_0 = L_6; PermissionSet_t223948603 * L_7 = ___other0; NullCheck(L_7); ArrayList_t2718874744 * L_8 = L_7->get_list_2(); NullCheck(L_8); RuntimeObject* L_9 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_8); V_2 = L_9; } IL_003f: try { // begin try (depth: 1) { goto IL_0058; } IL_0044: { RuntimeObject* L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_11, IPermission_t4015543450_il2cpp_TypeInfo_var)); PermissionSet_t223948603 * L_12 = V_0; RuntimeObject* L_13 = V_1; NullCheck(L_12); PermissionSet_AddPermission_m409481996(L_12, L_13, /*hidden argument*/NULL); } IL_0058: { RuntimeObject* L_14 = V_2; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_0044; } } IL_0063: { IL2CPP_LEAVE(0x7A, FINALLY_0068); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0068; } FINALLY_0068: { // begin finally (depth: 1) { RuntimeObject* L_16 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_3; if (L_17) { goto IL_0073; } } IL_0072: { IL2CPP_END_FINALLY(104) } IL_0073: { RuntimeObject* L_18 = V_3; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_18); IL2CPP_END_FINALLY(104) } } // end finally (depth: 1) IL2CPP_CLEANUP(104) { IL2CPP_JUMP_TBL(0x7A, IL_007a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007a: { PermissionSet_t223948603 * L_19 = V_0; return L_19; } } // System.Int32 System.Security.PermissionSet::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t PermissionSet_get_Count_m1604984732 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_list_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Security.PermissionSet::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool PermissionSet_get_IsSynchronized_m3994495346 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_list_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.Security.PermissionSet::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PermissionSet_get_SyncRoot_m3746861121 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Security.PermissionSet::set_DeclarativeSecurity(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_set_DeclarativeSecurity_m858801747 (PermissionSet_t223948603 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__declsec_4(L_0); return; } } // System.Boolean System.Security.PermissionSet::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool PermissionSet_Equals_m448293422 (PermissionSet_t223948603 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_Equals_m448293422_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___obj0; V_0 = ((PermissionSet_t223948603 *)IsInstClass((RuntimeObject*)L_1, PermissionSet_t223948603_il2cpp_TypeInfo_var)); PermissionSet_t223948603 * L_2 = V_0; if (L_2) { goto IL_0017; } } { return (bool)0; } IL_0017: { int32_t L_3 = __this->get_state_1(); PermissionSet_t223948603 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_state_1(); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_002a; } } { return (bool)0; } IL_002a: { ArrayList_t2718874744 * L_6 = __this->get_list_2(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6); PermissionSet_t223948603 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.Security.PermissionSet::get_Count() */, L_8); if ((((int32_t)L_7) == ((int32_t)L_9))) { goto IL_0042; } } { return (bool)0; } IL_0042: { V_1 = 0; goto IL_009c; } IL_0049: { V_2 = (bool)0; V_3 = 0; goto IL_007f; } IL_0052: { ArrayList_t2718874744 * L_10 = __this->get_list_2(); int32_t L_11 = V_1; NullCheck(L_10); RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_10, L_11); PermissionSet_t223948603 * L_13 = V_0; NullCheck(L_13); ArrayList_t2718874744 * L_14 = L_13->get_list_2(); int32_t L_15 = V_3; NullCheck(L_14); RuntimeObject * L_16 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_14, L_15); NullCheck(L_12); bool L_17 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_16); if (!L_17) { goto IL_007b; } } { V_2 = (bool)1; goto IL_0090; } IL_007b: { int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_007f: { int32_t L_19 = V_1; PermissionSet_t223948603 * L_20 = V_0; NullCheck(L_20); ArrayList_t2718874744 * L_21 = L_20->get_list_2(); NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_21); if ((((int32_t)L_19) < ((int32_t)L_22))) { goto IL_0052; } } IL_0090: { bool L_23 = V_2; if (L_23) { goto IL_0098; } } { return (bool)0; } IL_0098: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_009c: { int32_t L_25 = V_1; ArrayList_t2718874744 * L_26 = __this->get_list_2(); NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_26); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_0049; } } { return (bool)1; } } // System.Int32 System.Security.PermissionSet::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t PermissionSet_GetHashCode_m3262825218 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { ArrayList_t2718874744 * L_0 = __this->get_list_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); if (L_1) { goto IL_001b; } } { int32_t L_2 = __this->get_state_1(); G_B3_0 = ((int32_t)(L_2)); goto IL_0021; } IL_001b: { int32_t L_3 = Object_GetHashCode_m2705121830(__this, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0021: { return G_B3_0; } } // System.Security.Policy.PolicyLevel System.Security.PermissionSet::get_Resolver() extern "C" IL2CPP_METHOD_ATTR PolicyLevel_t2891196107 * PermissionSet_get_Resolver_m1175292228 (PermissionSet_t223948603 * __this, const RuntimeMethod* method) { { PolicyLevel_t2891196107 * L_0 = __this->get__policyLevel_3(); return L_0; } } // System.Void System.Security.PermissionSet::set_Resolver(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_set_Resolver_m2488356546 (PermissionSet_t223948603 * __this, PolicyLevel_t2891196107 * ___value0, const RuntimeMethod* method) { { PolicyLevel_t2891196107 * L_0 = ___value0; __this->set__policyLevel_3(L_0); return; } } // System.Void System.Security.PermissionSet::SetReadOnly(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_SetReadOnly_m3175179816 (PermissionSet_t223948603 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__readOnly_5(L_0); return; } } // System.Security.PermissionSet System.Security.PermissionSet::CreateFromBinaryFormat(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * PermissionSet_CreateFromBinaryFormat_m3762234240 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_CreateFromBinaryFormat_m3762234240_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; PermissionSet_t223948603 * V_3 = NULL; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; String_t* V_6 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___data0; if (!L_0) { goto IL_0019; } } { ByteU5BU5D_t4116647657* L_1 = ___data0; NullCheck(L_1); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)46))))) { goto IL_0019; } } { ByteU5BU5D_t4116647657* L_4 = ___data0; NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) >= ((int32_t)2))) { goto IL_002b; } } IL_0019: { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1280398795, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; SecurityException_t975544473 * L_7 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,PermissionSet_CreateFromBinaryFormat_m3762234240_RuntimeMethod_var); } IL_002b: { V_1 = 1; ByteU5BU5D_t4116647657* L_8 = ___data0; IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); int32_t L_9 = PermissionSet_ReadEncodedInt_m3624754624(NULL /*static, unused*/, L_8, (&V_1), /*hidden argument*/NULL); V_2 = L_9; PermissionSet_t223948603 * L_10 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_10, 0, /*hidden argument*/NULL); V_3 = L_10; V_4 = 0; goto IL_0079; } IL_0045: { ByteU5BU5D_t4116647657* L_11 = ___data0; IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); RuntimeObject* L_12 = PermissionSet_ProcessAttribute_m1079175190(NULL /*static, unused*/, L_11, (&V_1), /*hidden argument*/NULL); V_5 = L_12; RuntimeObject* L_13 = V_5; if (L_13) { goto IL_006a; } } { String_t* L_14 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3595416212, /*hidden argument*/NULL); V_6 = L_14; String_t* L_15 = V_6; SecurityException_t975544473 * L_16 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,PermissionSet_CreateFromBinaryFormat_m3762234240_RuntimeMethod_var); } IL_006a: { PermissionSet_t223948603 * L_17 = V_3; RuntimeObject* L_18 = V_5; NullCheck(L_17); PermissionSet_AddPermission_m409481996(L_17, L_18, /*hidden argument*/NULL); int32_t L_19 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0079: { int32_t L_20 = V_4; int32_t L_21 = V_2; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0045; } } { PermissionSet_t223948603 * L_22 = V_3; return L_22; } } // System.Int32 System.Security.PermissionSet::ReadEncodedInt(System.Byte[],System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t PermissionSet_ReadEncodedInt_m3624754624 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, int32_t* ___position1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; ByteU5BU5D_t4116647657* L_0 = ___data0; int32_t* L_1 = ___position1; NullCheck(L_0); int32_t L_2 = (*((int32_t*)L_1)); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)128)))) { goto IL_0021; } } { ByteU5BU5D_t4116647657* L_4 = ___data0; int32_t* L_5 = ___position1; NullCheck(L_4); int32_t L_6 = (*((int32_t*)L_5)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_0 = L_7; int32_t* L_8 = ___position1; int32_t* L_9 = ___position1; *((int32_t*)(L_8)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_9)), (int32_t)1)); goto IL_0074; } IL_0021: { ByteU5BU5D_t4116647657* L_10 = ___data0; int32_t* L_11 = ___position1; NullCheck(L_10); int32_t L_12 = (*((int32_t*)L_11)); uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); if (((int32_t)((int32_t)L_13&(int32_t)((int32_t)64)))) { goto IL_0049; } } { ByteU5BU5D_t4116647657* L_14 = ___data0; int32_t* L_15 = ___position1; NullCheck(L_14); int32_t L_16 = (*((int32_t*)L_15)); uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); ByteU5BU5D_t4116647657* L_18 = ___data0; int32_t* L_19 = ___position1; NullCheck(L_18); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_19)), (int32_t)1)); uint8_t L_21 = (L_18)->GetAt(static_cast(L_20)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)63)))<<(int32_t)8))|(int32_t)L_21)); int32_t* L_22 = ___position1; int32_t* L_23 = ___position1; *((int32_t*)(L_22)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_23)), (int32_t)2)); goto IL_0074; } IL_0049: { ByteU5BU5D_t4116647657* L_24 = ___data0; int32_t* L_25 = ___position1; NullCheck(L_24); int32_t L_26 = (*((int32_t*)L_25)); uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); ByteU5BU5D_t4116647657* L_28 = ___data0; int32_t* L_29 = ___position1; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_29)), (int32_t)1)); uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); ByteU5BU5D_t4116647657* L_32 = ___data0; int32_t* L_33 = ___position1; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_33)), (int32_t)2)); uint8_t L_35 = (L_32)->GetAt(static_cast(L_34)); ByteU5BU5D_t4116647657* L_36 = ___data0; int32_t* L_37 = ___position1; NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_37)), (int32_t)3)); uint8_t L_39 = (L_36)->GetAt(static_cast(L_38)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)31)))<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_31<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_35<<(int32_t)8))))|(int32_t)L_39)); int32_t* L_40 = ___position1; int32_t* L_41 = ___position1; *((int32_t*)(L_40)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_41)), (int32_t)4)); } IL_0074: { int32_t L_42 = V_0; return L_42; } } // System.Security.IPermission System.Security.PermissionSet::ProcessAttribute(System.Byte[],System.Int32&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_ProcessAttribute_m1079175190 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, int32_t* ___position1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionSet_ProcessAttribute_m1079175190_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Type_t * V_2 = NULL; SecurityAttribute_t4008260079 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; bool V_6 = false; bool V_7 = false; uint8_t V_8 = 0x0; int32_t V_9 = 0; String_t* V_10 = NULL; int32_t V_11 = 0; RuntimeObject * V_12 = NULL; ObjectU5BU5D_t2843939325* V_13 = NULL; int32_t V_14 = 0; String_t* V_15 = NULL; int32_t V_16 = 0; int32_t V_17 = 0; PropertyInfo_t * V_18 = NULL; FieldInfo_t * V_19 = NULL; int32_t V_20 = 0; uint8_t V_21 = 0x0; { ByteU5BU5D_t4116647657* L_0 = ___data0; int32_t* L_1 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); int32_t L_2 = PermissionSet_ReadEncodedInt_m3624754624(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_3 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = ___data0; int32_t* L_5 = ___position1; int32_t L_6 = V_0; NullCheck(L_3); String_t* L_7 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, (*((int32_t*)L_5)), L_6); V_1 = L_7; int32_t* L_8 = ___position1; int32_t* L_9 = ___position1; int32_t L_10 = V_0; *((int32_t*)(L_8)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_9)), (int32_t)L_10)); String_t* L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_11, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_2 = L_12; Type_t * L_13 = V_2; ObjectU5BU5D_t2843939325* L_14 = ((PermissionSet_t223948603_StaticFields*)il2cpp_codegen_static_fields_for(PermissionSet_t223948603_il2cpp_TypeInfo_var))->get_action_6(); RuntimeObject * L_15 = Activator_CreateInstance_m94526014(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); V_3 = ((SecurityAttribute_t4008260079 *)IsInstClass((RuntimeObject*)L_15, SecurityAttribute_t4008260079_il2cpp_TypeInfo_var)); SecurityAttribute_t4008260079 * L_16 = V_3; if (L_16) { goto IL_003d; } } { return (RuntimeObject*)NULL; } IL_003d: { ByteU5BU5D_t4116647657* L_17 = ___data0; int32_t* L_18 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet_ReadEncodedInt_m3624754624(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_19 = ___data0; int32_t* L_20 = ___position1; int32_t L_21 = PermissionSet_ReadEncodedInt_m3624754624(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); V_4 = L_21; V_5 = 0; goto IL_0368; } IL_0056: { V_6 = (bool)0; ByteU5BU5D_t4116647657* L_22 = ___data0; int32_t* L_23 = ___position1; int32_t* L_24 = ___position1; int32_t L_25 = (*((int32_t*)L_24)); V_20 = L_25; *((int32_t*)(L_23)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); int32_t L_26 = V_20; NullCheck(L_22); int32_t L_27 = L_26; uint8_t L_28 = (L_22)->GetAt(static_cast(L_27)); V_21 = L_28; uint8_t L_29 = V_21; if ((((int32_t)L_29) == ((int32_t)((int32_t)83)))) { goto IL_007f; } } { uint8_t L_30 = V_21; if ((((int32_t)L_30) == ((int32_t)((int32_t)84)))) { goto IL_0087; } } { goto IL_008f; } IL_007f: { V_6 = (bool)0; goto IL_0091; } IL_0087: { V_6 = (bool)1; goto IL_0091; } IL_008f: { return (RuntimeObject*)NULL; } IL_0091: { V_7 = (bool)0; ByteU5BU5D_t4116647657* L_31 = ___data0; int32_t* L_32 = ___position1; int32_t* L_33 = ___position1; int32_t L_34 = (*((int32_t*)L_33)); V_20 = L_34; *((int32_t*)(L_32)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_20; NullCheck(L_31); int32_t L_36 = L_35; uint8_t L_37 = (L_31)->GetAt(static_cast(L_36)); V_8 = L_37; uint8_t L_38 = V_8; if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)29))))) { goto IL_00be; } } { V_7 = (bool)1; ByteU5BU5D_t4116647657* L_39 = ___data0; int32_t* L_40 = ___position1; int32_t* L_41 = ___position1; int32_t L_42 = (*((int32_t*)L_41)); V_20 = L_42; *((int32_t*)(L_40)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); int32_t L_43 = V_20; NullCheck(L_39); int32_t L_44 = L_43; uint8_t L_45 = (L_39)->GetAt(static_cast(L_44)); V_8 = L_45; } IL_00be: { ByteU5BU5D_t4116647657* L_46 = ___data0; int32_t* L_47 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); int32_t L_48 = PermissionSet_ReadEncodedInt_m3624754624(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); V_9 = L_48; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_49 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_50 = ___data0; int32_t* L_51 = ___position1; int32_t L_52 = V_9; NullCheck(L_49); String_t* L_53 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_49, L_50, (*((int32_t*)L_51)), L_52); V_10 = L_53; int32_t* L_54 = ___position1; int32_t* L_55 = ___position1; int32_t L_56 = V_9; *((int32_t*)(L_54)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_55)), (int32_t)L_56)); V_11 = 1; bool L_57 = V_7; if (!L_57) { goto IL_00f9; } } { ByteU5BU5D_t4116647657* L_58 = ___data0; int32_t* L_59 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); int32_t L_60 = BitConverter_ToInt32_m1089563119(NULL /*static, unused*/, L_58, (*((int32_t*)L_59)), /*hidden argument*/NULL); V_11 = L_60; int32_t* L_61 = ___position1; int32_t* L_62 = ___position1; *((int32_t*)(L_61)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_62)), (int32_t)4)); } IL_00f9: { V_12 = NULL; V_13 = (ObjectU5BU5D_t2843939325*)NULL; V_14 = 0; goto IL_0359; } IL_0107: { bool L_63 = V_7; if (!L_63) { goto IL_010e; } } IL_010e: { uint8_t L_64 = V_8; V_21 = L_64; uint8_t L_65 = V_21; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)2))) { case 0: { goto IL_015d; } case 1: { goto IL_017b; } case 2: { goto IL_0196; } case 3: { goto IL_01b4; } case 4: { goto IL_01d2; } case 5: { goto IL_01ed; } case 6: { goto IL_0208; } case 7: { goto IL_0223; } case 8: { goto IL_023e; } case 9: { goto IL_0259; } case 10: { goto IL_0274; } case 11: { goto IL_028f; } case 12: { goto IL_02aa; } } } { uint8_t L_66 = V_21; if ((((int32_t)L_66) == ((int32_t)((int32_t)80)))) { goto IL_02f0; } } { goto IL_031b; } IL_015d: { ByteU5BU5D_t4116647657* L_67 = ___data0; int32_t* L_68 = ___position1; int32_t* L_69 = ___position1; int32_t L_70 = (*((int32_t*)L_69)); V_20 = L_70; *((int32_t*)(L_68)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); int32_t L_71 = V_20; NullCheck(L_67); int32_t L_72 = L_71; uint8_t L_73 = (L_67)->GetAt(static_cast(L_72)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_74 = Convert_ToBoolean_m2984378204(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); bool L_75 = L_74; RuntimeObject * L_76 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_75); V_12 = L_76; goto IL_031d; } IL_017b: { ByteU5BU5D_t4116647657* L_77 = ___data0; int32_t* L_78 = ___position1; NullCheck(L_77); int32_t L_79 = (*((int32_t*)L_78)); uint8_t L_80 = (L_77)->GetAt(static_cast(L_79)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_81 = Convert_ToChar_m2532412511(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); Il2CppChar L_82 = L_81; RuntimeObject * L_83 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_82); V_12 = L_83; int32_t* L_84 = ___position1; int32_t* L_85 = ___position1; *((int32_t*)(L_84)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_85)), (int32_t)2)); goto IL_031d; } IL_0196: { ByteU5BU5D_t4116647657* L_86 = ___data0; int32_t* L_87 = ___position1; int32_t* L_88 = ___position1; int32_t L_89 = (*((int32_t*)L_88)); V_20 = L_89; *((int32_t*)(L_87)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); int32_t L_90 = V_20; NullCheck(L_86); int32_t L_91 = L_90; uint8_t L_92 = (L_86)->GetAt(static_cast(L_91)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_93 = Convert_ToSByte_m717245755(NULL /*static, unused*/, L_92, /*hidden argument*/NULL); int8_t L_94 = L_93; RuntimeObject * L_95 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_94); V_12 = L_95; goto IL_031d; } IL_01b4: { ByteU5BU5D_t4116647657* L_96 = ___data0; int32_t* L_97 = ___position1; int32_t* L_98 = ___position1; int32_t L_99 = (*((int32_t*)L_98)); V_20 = L_99; *((int32_t*)(L_97)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); int32_t L_100 = V_20; NullCheck(L_96); int32_t L_101 = L_100; uint8_t L_102 = (L_96)->GetAt(static_cast(L_101)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_103 = Convert_ToByte_m2566001229(NULL /*static, unused*/, L_102, /*hidden argument*/NULL); uint8_t L_104 = L_103; RuntimeObject * L_105 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_104); V_12 = L_105; goto IL_031d; } IL_01d2: { ByteU5BU5D_t4116647657* L_106 = ___data0; int32_t* L_107 = ___position1; NullCheck(L_106); int32_t L_108 = (*((int32_t*)L_107)); uint8_t L_109 = (L_106)->GetAt(static_cast(L_108)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_110 = Convert_ToInt16_m701474428(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); int16_t L_111 = L_110; RuntimeObject * L_112 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_111); V_12 = L_112; int32_t* L_113 = ___position1; int32_t* L_114 = ___position1; *((int32_t*)(L_113)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_114)), (int32_t)2)); goto IL_031d; } IL_01ed: { ByteU5BU5D_t4116647657* L_115 = ___data0; int32_t* L_116 = ___position1; NullCheck(L_115); int32_t L_117 = (*((int32_t*)L_116)); uint8_t L_118 = (L_115)->GetAt(static_cast(L_117)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_119 = Convert_ToUInt16_m4064261444(NULL /*static, unused*/, L_118, /*hidden argument*/NULL); uint16_t L_120 = L_119; RuntimeObject * L_121 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_120); V_12 = L_121; int32_t* L_122 = ___position1; int32_t* L_123 = ___position1; *((int32_t*)(L_122)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_123)), (int32_t)2)); goto IL_031d; } IL_0208: { ByteU5BU5D_t4116647657* L_124 = ___data0; int32_t* L_125 = ___position1; NullCheck(L_124); int32_t L_126 = (*((int32_t*)L_125)); uint8_t L_127 = (L_124)->GetAt(static_cast(L_126)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_128 = Convert_ToInt32_m2505564049(NULL /*static, unused*/, L_127, /*hidden argument*/NULL); int32_t L_129 = L_128; RuntimeObject * L_130 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_129); V_12 = L_130; int32_t* L_131 = ___position1; int32_t* L_132 = ___position1; *((int32_t*)(L_131)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_132)), (int32_t)4)); goto IL_031d; } IL_0223: { ByteU5BU5D_t4116647657* L_133 = ___data0; int32_t* L_134 = ___position1; NullCheck(L_133); int32_t L_135 = (*((int32_t*)L_134)); uint8_t L_136 = (L_133)->GetAt(static_cast(L_135)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_137 = Convert_ToUInt32_m360864467(NULL /*static, unused*/, L_136, /*hidden argument*/NULL); uint32_t L_138 = L_137; RuntimeObject * L_139 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_138); V_12 = L_139; int32_t* L_140 = ___position1; int32_t* L_141 = ___position1; *((int32_t*)(L_140)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_141)), (int32_t)4)); goto IL_031d; } IL_023e: { ByteU5BU5D_t4116647657* L_142 = ___data0; int32_t* L_143 = ___position1; NullCheck(L_142); int32_t L_144 = (*((int32_t*)L_143)); uint8_t L_145 = (L_142)->GetAt(static_cast(L_144)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_146 = Convert_ToInt64_m395638860(NULL /*static, unused*/, L_145, /*hidden argument*/NULL); int64_t L_147 = L_146; RuntimeObject * L_148 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_147); V_12 = L_148; int32_t* L_149 = ___position1; int32_t* L_150 = ___position1; *((int32_t*)(L_149)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_150)), (int32_t)8)); goto IL_031d; } IL_0259: { ByteU5BU5D_t4116647657* L_151 = ___data0; int32_t* L_152 = ___position1; NullCheck(L_151); int32_t L_153 = (*((int32_t*)L_152)); uint8_t L_154 = (L_151)->GetAt(static_cast(L_153)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_155 = Convert_ToUInt64_m2652538228(NULL /*static, unused*/, L_154, /*hidden argument*/NULL); uint64_t L_156 = L_155; RuntimeObject * L_157 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_156); V_12 = L_157; int32_t* L_158 = ___position1; int32_t* L_159 = ___position1; *((int32_t*)(L_158)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_159)), (int32_t)8)); goto IL_031d; } IL_0274: { ByteU5BU5D_t4116647657* L_160 = ___data0; int32_t* L_161 = ___position1; NullCheck(L_160); int32_t L_162 = (*((int32_t*)L_161)); uint8_t L_163 = (L_160)->GetAt(static_cast(L_162)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_164 = Convert_ToSingle_m2769033141(NULL /*static, unused*/, L_163, /*hidden argument*/NULL); float L_165 = L_164; RuntimeObject * L_166 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_165); V_12 = L_166; int32_t* L_167 = ___position1; int32_t* L_168 = ___position1; *((int32_t*)(L_167)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_168)), (int32_t)4)); goto IL_031d; } IL_028f: { ByteU5BU5D_t4116647657* L_169 = ___data0; int32_t* L_170 = ___position1; NullCheck(L_169); int32_t L_171 = (*((int32_t*)L_170)); uint8_t L_172 = (L_169)->GetAt(static_cast(L_171)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_173 = Convert_ToDouble_m3124823876(NULL /*static, unused*/, L_172, /*hidden argument*/NULL); double L_174 = L_173; RuntimeObject * L_175 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_174); V_12 = L_175; int32_t* L_176 = ___position1; int32_t* L_177 = ___position1; *((int32_t*)(L_176)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_177)), (int32_t)8)); goto IL_031d; } IL_02aa: { V_15 = (String_t*)NULL; ByteU5BU5D_t4116647657* L_178 = ___data0; int32_t* L_179 = ___position1; NullCheck(L_178); int32_t L_180 = (*((int32_t*)L_179)); uint8_t L_181 = (L_178)->GetAt(static_cast(L_180)); if ((((int32_t)L_181) == ((int32_t)((int32_t)255)))) { goto IL_02e1; } } { ByteU5BU5D_t4116647657* L_182 = ___data0; int32_t* L_183 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); int32_t L_184 = PermissionSet_ReadEncodedInt_m3624754624(NULL /*static, unused*/, L_182, L_183, /*hidden argument*/NULL); V_16 = L_184; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_185 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_186 = ___data0; int32_t* L_187 = ___position1; int32_t L_188 = V_16; NullCheck(L_185); String_t* L_189 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_185, L_186, (*((int32_t*)L_187)), L_188); V_15 = L_189; int32_t* L_190 = ___position1; int32_t* L_191 = ___position1; int32_t L_192 = V_16; *((int32_t*)(L_190)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_191)), (int32_t)L_192)); goto IL_02e7; } IL_02e1: { int32_t* L_193 = ___position1; int32_t* L_194 = ___position1; *((int32_t*)(L_193)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_194)), (int32_t)1)); } IL_02e7: { String_t* L_195 = V_15; V_12 = L_195; goto IL_031d; } IL_02f0: { ByteU5BU5D_t4116647657* L_196 = ___data0; int32_t* L_197 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); int32_t L_198 = PermissionSet_ReadEncodedInt_m3624754624(NULL /*static, unused*/, L_196, L_197, /*hidden argument*/NULL); V_17 = L_198; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_199 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_200 = ___data0; int32_t* L_201 = ___position1; int32_t L_202 = V_17; NullCheck(L_199); String_t* L_203 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_199, L_200, (*((int32_t*)L_201)), L_202); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_204 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_203, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_12 = L_204; int32_t* L_205 = ___position1; int32_t* L_206 = ___position1; int32_t L_207 = V_17; *((int32_t*)(L_205)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_206)), (int32_t)L_207)); goto IL_031d; } IL_031b: { return (RuntimeObject*)NULL; } IL_031d: { bool L_208 = V_6; if (!L_208) { goto IL_033f; } } { Type_t * L_209 = V_2; String_t* L_210 = V_10; NullCheck(L_209); PropertyInfo_t * L_211 = Type_GetProperty_m3414567179(L_209, L_210, /*hidden argument*/NULL); V_18 = L_211; PropertyInfo_t * L_212 = V_18; SecurityAttribute_t4008260079 * L_213 = V_3; RuntimeObject * L_214 = V_12; ObjectU5BU5D_t2843939325* L_215 = V_13; NullCheck(L_212); VirtActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(25 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, L_212, L_213, L_214, L_215); goto IL_0353; } IL_033f: { Type_t * L_216 = V_2; String_t* L_217 = V_10; NullCheck(L_216); FieldInfo_t * L_218 = Type_GetField_m2961003358(L_216, L_217, /*hidden argument*/NULL); V_19 = L_218; FieldInfo_t * L_219 = V_19; SecurityAttribute_t4008260079 * L_220 = V_3; RuntimeObject * L_221 = V_12; NullCheck(L_219); FieldInfo_SetValue_m2460171138(L_219, L_220, L_221, /*hidden argument*/NULL); } IL_0353: { int32_t L_222 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_222, (int32_t)1)); } IL_0359: { int32_t L_223 = V_14; int32_t L_224 = V_11; if ((((int32_t)L_223) < ((int32_t)L_224))) { goto IL_0107; } } { int32_t L_225 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_225, (int32_t)1)); } IL_0368: { int32_t L_226 = V_5; int32_t L_227 = V_4; if ((((int32_t)L_226) < ((int32_t)L_227))) { goto IL_0056; } } { SecurityAttribute_t4008260079 * L_228 = V_3; NullCheck(L_228); RuntimeObject* L_229 = VirtFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Security.IPermission System.Security.Permissions.SecurityAttribute::CreatePermission() */, L_228); return L_229; } } #ifdef __clang__ #pragma clang diagnostic pop #endif