Ruyi_client_new/xcode/Classes/Native/mscorlib1.cpp

35345 lines
1.8 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "icalls/mscorlib/Mono.Security.Cryptography/KeyPairPersistence.h"
#include "il2cpp-object-internals.h"
template <typename R>
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 <typename R, typename T1>
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 <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2>
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 <typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct VirtFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericVirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1>
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 <typename T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1>
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 <typename T1>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericInterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
// Microsoft.Win32.SafeHandles.SafeFileHandle
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB;
// Mono.Math.BigInteger
struct BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299;
// Mono.Security.ASN1
struct ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22;
// Mono.Security.Cryptography.ARC4Managed
struct ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4;
// Mono.Security.Cryptography.DSAManaged
struct DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA;
// Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler
struct KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56;
// Mono.Security.Cryptography.KeyPairPersistence
struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2;
// Mono.Security.Cryptography.MD2
struct MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8;
// Mono.Security.Cryptography.MD2Managed
struct MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D;
// Mono.Security.Cryptography.MD4
struct MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425;
// Mono.Security.Cryptography.MD4Managed
struct MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526;
// Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo
struct EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A;
// Mono.Security.Cryptography.PKCS8/PrivateKeyInfo
struct PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8;
// Mono.Security.Cryptography.RC4
struct RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A;
// Mono.Security.Cryptography.RSAManaged
struct RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A;
// Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler
struct KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53;
// Mono.Security.Cryptography.SymmetricTransform
struct SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750;
// Mono.Security.PKCS7/ContentInfo
struct ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986;
// Mono.Security.PKCS7/EncryptedData
struct EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82;
// Mono.Security.Uri
struct Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D;
// Mono.Security.Uri/UriScheme[]
struct UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C;
// Mono.Security.X509.PKCS12
struct PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4;
// Mono.Security.X509.PKCS12/DeriveBytes
struct DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889;
// Mono.Security.X509.SafeBag
struct SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945;
// Mono.Security.X509.X509Certificate
struct X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA;
// Mono.Security.X509.X509CertificateCollection
struct X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA;
// Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator
struct X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F;
// Mono.Security.X509.X509ExtensionCollection
struct X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1;
// Mono.Xml.SecurityParser
struct SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714;
// Mono.Xml.SmallXmlParser/AttrListImpl
struct AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63;
// Mono.Xml.SmallXmlParser/IContentHandler
struct IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
// System.Collections.CollectionBase
struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E;
// System.Exception
struct Exception_t;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
// System.Func`2<System.Object,System.Int32>
struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6;
// System.Func`2<System.Object,System.String>
struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.DirectoryInfo
struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F;
// System.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418;
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IO.StreamReader
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E;
// System.IO.StreamWriter
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E;
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.OperatingSystem
struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83;
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Security.AccessControl.CryptoKeySecurity
struct CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186;
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB;
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A;
// System.Security.Cryptography.CspParameters
struct CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7;
// System.Security.Cryptography.DES
struct DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0;
// System.Security.Cryptography.DSA
struct DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF;
// System.Security.Cryptography.HMAC
struct HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90;
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA;
// System.Security.Cryptography.ICryptoTransform
struct ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9;
// System.Security.Cryptography.KeySizes
struct KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75;
// System.Security.Cryptography.KeySizes[]
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E;
// System.Security.Cryptography.MD5
struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6;
// System.Security.Cryptography.RC2
struct RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA;
// System.Security.Cryptography.RIPEMD160
struct RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9;
// System.Security.Cryptography.RSA
struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145;
// System.Security.Cryptography.RSACryptoServiceProvider
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.Security.Cryptography.SHA1
struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA;
// System.Security.Cryptography.SHA256
struct SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD;
// System.Security.Cryptography.SHA384
struct SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37;
// System.Security.Cryptography.SHA512
struct SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936;
// System.Security.Cryptography.SymmetricAlgorithm
struct SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789;
// System.Security.Cryptography.TripleDES
struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1;
// System.Security.SecureString
struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5;
// System.Security.SecurityElement
struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.Encoder
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
IL2CPP_EXTERN_C RuntimeClass* ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____E75835D001C843F156FBA01B001DFE1B8029AC17_129_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral02BD3977C1399BE0ADCF865D1B10E6E749103B32;
IL2CPP_EXTERN_C String_t* _stringLiteral0425D7D3778CCF20AE9594EC58FAE88CACC94F5E;
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
IL2CPP_EXTERN_C String_t* _stringLiteral0695B81F54F2C6F11A9E961F99B95C3B1A3670EA;
IL2CPP_EXTERN_C String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3;
IL2CPP_EXTERN_C String_t* _stringLiteral09048A7465BDFB09E8E5DF475BF2A6686DA974DD;
IL2CPP_EXTERN_C String_t* _stringLiteral099D7F4DF2D04C9F091C29CF417AB4B2A1888D38;
IL2CPP_EXTERN_C String_t* _stringLiteral09AB7D22A03780085A8E13440BC03282C58B11C9;
IL2CPP_EXTERN_C String_t* _stringLiteral0A0B82954F99EE527E70C797A3E7B0EFB25D9780;
IL2CPP_EXTERN_C String_t* _stringLiteral0FD0BCFB44F83E7D5AC7A8922578276B9AF48746;
IL2CPP_EXTERN_C String_t* _stringLiteral112CF3A97583A7C2E8890991423D18ED11F615EF;
IL2CPP_EXTERN_C String_t* _stringLiteral14AFF934472E4B37E202A5129262334190FE1E4E;
IL2CPP_EXTERN_C String_t* _stringLiteral14DDE494016B23597CBD3969A7AF7DE22659A228;
IL2CPP_EXTERN_C String_t* _stringLiteral16027BD069AB27D060EBB9DE6EF1E9ECA4BC97E2;
IL2CPP_EXTERN_C String_t* _stringLiteral16B16DE39EAF0CBCF65105A574643EF876F34376;
IL2CPP_EXTERN_C String_t* _stringLiteral19D0B27B43EDD3905D1094D123383F92AE318631;
IL2CPP_EXTERN_C String_t* _stringLiteral1B455B5B6120697EB57C6A65C3F3E98FD311227A;
IL2CPP_EXTERN_C String_t* _stringLiteral1BFBA49274D5FFD04A381E293A69A95116E371E9;
IL2CPP_EXTERN_C String_t* _stringLiteral1C0FFB44A6993F53413B227FCD6BE6E7653BD3C7;
IL2CPP_EXTERN_C String_t* _stringLiteral1D9F018C6242ECF50722E7E37BA5BA97733D3906;
IL2CPP_EXTERN_C String_t* _stringLiteral1F4720FAD79F872C31915A9E641A32E766A2357D;
IL2CPP_EXTERN_C String_t* _stringLiteral2113842AE751CFD206BA143B55BA46A421A7E07F;
IL2CPP_EXTERN_C String_t* _stringLiteral2118C8699C55066293A0E34341B9953F6C1811BD;
IL2CPP_EXTERN_C String_t* _stringLiteral2148F912D5521151B4B4FCF9E3FA7841DB561995;
IL2CPP_EXTERN_C String_t* _stringLiteral2573431B92F35769F17226527DDA47049FF4A0DF;
IL2CPP_EXTERN_C String_t* _stringLiteral2585FC37E8BD5E0ABA0AA8CAD9C47283C578EBD3;
IL2CPP_EXTERN_C String_t* _stringLiteral25D33207529D684D63435567C0BEAFD4F02CCF74;
IL2CPP_EXTERN_C String_t* _stringLiteral2670DC29104B5CADE34CDE00349DE204F99C4B67;
IL2CPP_EXTERN_C String_t* _stringLiteral2684A7EF111863B200C834E7572390FA05F109E3;
IL2CPP_EXTERN_C String_t* _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D;
IL2CPP_EXTERN_C String_t* _stringLiteral287560723F8A1FBF90A40EFAD7B0419130008627;
IL2CPP_EXTERN_C String_t* _stringLiteral2A29B7FE27DAF69AFEE5861F4F771F3C1333106F;
IL2CPP_EXTERN_C String_t* _stringLiteral2B3CFF83CB4A0E1C099817C6CCCD1D87B5728340;
IL2CPP_EXTERN_C String_t* _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C;
IL2CPP_EXTERN_C String_t* _stringLiteral2BBCCAEF340E6A667F3B3DEDEBD6B2545083F4B4;
IL2CPP_EXTERN_C String_t* _stringLiteral2BE04202B2D8138F15F1395499FEF177AB024D48;
IL2CPP_EXTERN_C String_t* _stringLiteral2C69EE9F854729471177A57E91A837739082F9C6;
IL2CPP_EXTERN_C String_t* _stringLiteral2CB0A92636DB3A3A9D187F27C6DE24B5B2F91B92;
IL2CPP_EXTERN_C String_t* _stringLiteral2CFD4072F8990E79EAEA6A6C2045E74F87B56352;
IL2CPP_EXTERN_C String_t* _stringLiteral2D91E9980B38E82DF8F787AB449DF0E2AADFF84A;
IL2CPP_EXTERN_C String_t* _stringLiteral2F280ADB68040B360D7B03B819A13379B799EFAB;
IL2CPP_EXTERN_C String_t* _stringLiteral3115DAFC73A9DE6DB80C4AC21E701A8A1C100369;
IL2CPP_EXTERN_C String_t* _stringLiteral31A1783BEE0576EF78CB4AF6A9D460004996BA59;
IL2CPP_EXTERN_C String_t* _stringLiteral34455FF65F4B9929D368EC9AF01C76E7C31A8183;
IL2CPP_EXTERN_C String_t* _stringLiteral389F2CE8BCC7BBD0A3FF8EEE933CAD8BCD045174;
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
IL2CPP_EXTERN_C String_t* _stringLiteral3B8985A7F6F3523C5194B27380C8B9A09D4E7286;
IL2CPP_EXTERN_C String_t* _stringLiteral3C6BDCDDC94F64BF77DEB306AAE490A90A6FC300;
IL2CPP_EXTERN_C String_t* _stringLiteral3F00283C1F56E677FC4B8300E75C719DD482B456;
IL2CPP_EXTERN_C String_t* _stringLiteral3F2997F78A546288F461F90F87679397A1E5A51F;
IL2CPP_EXTERN_C String_t* _stringLiteral3F2F1FDE70B574C51BEE96783D4BC620A37A26F8;
IL2CPP_EXTERN_C String_t* _stringLiteral3F556C2B89C9D40F8FCB8B45DB88D9BA3BDB25A7;
IL2CPP_EXTERN_C String_t* _stringLiteral4188736A00FBFB506ACA06281ACF338290455C21;
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
IL2CPP_EXTERN_C String_t* _stringLiteral422C2FC455DA8AB1CCF099E014DADE733913E48A;
IL2CPP_EXTERN_C String_t* _stringLiteral42CC065F07E499226AC12F2671F652ACFDAF3D73;
IL2CPP_EXTERN_C String_t* _stringLiteral4345CB1FA27885A8FBFE7C0C830A592CC76A552B;
IL2CPP_EXTERN_C String_t* _stringLiteral43CE8C8760C0F57C8E735CF657FC12BA30A8B65B;
IL2CPP_EXTERN_C String_t* _stringLiteral4445A06EBC92C6FB2CD4DBB7E6BC35A1A42855CF;
IL2CPP_EXTERN_C String_t* _stringLiteral44C55C338925A7EF2FA7FA48B516C92EF8DB9745;
IL2CPP_EXTERN_C String_t* _stringLiteral44E5C4B7066508335FF9B48BB0D5A05575F2001B;
IL2CPP_EXTERN_C String_t* _stringLiteral471DB6AD83C76628B068C830D0269B041596AEAA;
IL2CPP_EXTERN_C String_t* _stringLiteral475F6403296A11AD7C5C0A2C315474FAE9953448;
IL2CPP_EXTERN_C String_t* _stringLiteral492096CFB7DD3DBDDF3EA34F97BA1E34FF6D0FFF;
IL2CPP_EXTERN_C String_t* _stringLiteral4A3621FC2D36BDBA87E587760B60E5C0E6C4153C;
IL2CPP_EXTERN_C String_t* _stringLiteral4ACBBDAD1D3AC1FB098B99B0C2DFE9216BA14A10;
IL2CPP_EXTERN_C String_t* _stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC;
IL2CPP_EXTERN_C String_t* _stringLiteral4E803123E3F3ACF68327B5004FFBFE1BEA455372;
IL2CPP_EXTERN_C String_t* _stringLiteral4FDD733D36272843701E5EC4845801A55DE85495;
IL2CPP_EXTERN_C String_t* _stringLiteral5004BE0F5C9843B3AAE7C2FA2B8AA3051F256257;
IL2CPP_EXTERN_C String_t* _stringLiteral5124261A957AAD8B441094FC61C9F01CA7DF5AF2;
IL2CPP_EXTERN_C String_t* _stringLiteral52697050CEF9262CEDBD1DD63B71A81F5C547C48;
IL2CPP_EXTERN_C String_t* _stringLiteral53F7E37799D784C5394E55A781852BCDE5CBCED2;
IL2CPP_EXTERN_C String_t* _stringLiteral54C2C38D88D2E354696E8C57A3D0EF59BC811C43;
IL2CPP_EXTERN_C String_t* _stringLiteral5946ACD155491E90D92E508F3BC09953839635A6;
IL2CPP_EXTERN_C String_t* _stringLiteral5AB8FB3BA84C84C0B9929FD9B6D13F639D3078BB;
IL2CPP_EXTERN_C String_t* _stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D;
IL2CPP_EXTERN_C String_t* _stringLiteral5F261F966B26FAD81BD20FF615F150C9E63271DB;
IL2CPP_EXTERN_C String_t* _stringLiteral605F515DB23E613CEB4831C6EACE4C2B023EAEAB;
IL2CPP_EXTERN_C String_t* _stringLiteral613FFB9B58FE9C68FF1D6DE407465C3D9BE81982;
IL2CPP_EXTERN_C String_t* _stringLiteral64348CB249149F4396EB7FB17C2F5706D32D8138;
IL2CPP_EXTERN_C String_t* _stringLiteral666948CC54CBC3FC2C70107A835E27C872F476E6;
IL2CPP_EXTERN_C String_t* _stringLiteral669EC1C9F3C16BB6049E4E62DED3D267DB25932E;
IL2CPP_EXTERN_C String_t* _stringLiteral6CB177B80C57F442434FADF5878CCBB93AE352D6;
IL2CPP_EXTERN_C String_t* _stringLiteral6DEA0A0DA8A093EC1AAF0430ED587E9E19F55290;
IL2CPP_EXTERN_C String_t* _stringLiteral708F6643054B8FB8CE28A3B8F79FA57543BA520C;
IL2CPP_EXTERN_C String_t* _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A;
IL2CPP_EXTERN_C String_t* _stringLiteral7338818D0CDCA1ABBBCCCA0551BBF955FB04E6C5;
IL2CPP_EXTERN_C String_t* _stringLiteral7476E6159826701C81A3F2DBB74C2D3E2BFEC4A1;
IL2CPP_EXTERN_C String_t* _stringLiteral74D9AA7385655FF1A37D056C70CC90FF0DC510E1;
IL2CPP_EXTERN_C String_t* _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635;
IL2CPP_EXTERN_C String_t* _stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3;
IL2CPP_EXTERN_C String_t* _stringLiteral76E100E287EFE1E49E85B316BA39B549F5098859;
IL2CPP_EXTERN_C String_t* _stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083;
IL2CPP_EXTERN_C String_t* _stringLiteral796CC3E6D06777F1C198837519479B1D2F0024AD;
IL2CPP_EXTERN_C String_t* _stringLiteral7A33957C5A18575ADC4D6F7521BD107852185521;
IL2CPP_EXTERN_C String_t* _stringLiteral7CB21E3398253A9FD01555A78CDD038F46778484;
IL2CPP_EXTERN_C String_t* _stringLiteral7E29B1651EF5A4CAB1D96504D44E55893F4AFD57;
IL2CPP_EXTERN_C String_t* _stringLiteral80B7C95DB89E34F9F8C13CFECA9C592572CFAD08;
IL2CPP_EXTERN_C String_t* _stringLiteral80C050AFCE55BDA39642CED27679D2CBB619663F;
IL2CPP_EXTERN_C String_t* _stringLiteral8123C11021D033CA8E67AEF3CA8B6BC4D85B977C;
IL2CPP_EXTERN_C String_t* _stringLiteral83BD2260257D398076A738813A94BD2F37D6F282;
IL2CPP_EXTERN_C String_t* _stringLiteral84FF1FC8EFD0C9C1C39DF85058324C2B8AAAC64C;
IL2CPP_EXTERN_C String_t* _stringLiteral853460A00D15719D672A944A8ACCF5FC35952846;
IL2CPP_EXTERN_C String_t* _stringLiteral85C0C834CC0B9B381C0FF7F8BBAC9285AF308AB0;
IL2CPP_EXTERN_C String_t* _stringLiteral86829FC0DE3D324E35FF13062CC9A78C63B98431;
IL2CPP_EXTERN_C String_t* _stringLiteral86E9FFF1D00C68995BA96D3B00B707D9685F6995;
IL2CPP_EXTERN_C String_t* _stringLiteral88AF471A23DFDC103E67752DD56128AE77B8DEBE;
IL2CPP_EXTERN_C String_t* _stringLiteral8979F67C086DEAF5044AC5C8AA93642B1431C146;
IL2CPP_EXTERN_C String_t* _stringLiteral8A267E1A6F0A1FB6AE010364E592DFD922AC26BE;
IL2CPP_EXTERN_C String_t* _stringLiteral8B80238F1572B08694C3AA104E1EF5675CF81F53;
IL2CPP_EXTERN_C String_t* _stringLiteral8CE5CDE3AE12BB7F114211660525770636C8128A;
IL2CPP_EXTERN_C String_t* _stringLiteral8DD1B87AF474209B844F772C6319615C58318074;
IL2CPP_EXTERN_C String_t* _stringLiteral8E0BFE8117E07EBEF6C2CD100E3BCC63032D3607;
IL2CPP_EXTERN_C String_t* _stringLiteral902E1C9C702765BFD051F2EA2095144DF20BEFF3;
IL2CPP_EXTERN_C String_t* _stringLiteral9074BDD54A9E62E0CDE505B435E3F9AC9AB3A4BA;
IL2CPP_EXTERN_C String_t* _stringLiteral91032AD7BBCB6CF72875E8E8207DCFBA80173F7C;
IL2CPP_EXTERN_C String_t* _stringLiteral91CC2E927B3BFB1D4477B744F7C70221DDB86EF1;
IL2CPP_EXTERN_C String_t* _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA;
IL2CPP_EXTERN_C String_t* _stringLiteral941EDC1E840EE8A244DED7C91C3A0C73970CBDD9;
IL2CPP_EXTERN_C String_t* _stringLiteral9444DC2D03948DE0E3F0FB612AC887006E0DC23E;
IL2CPP_EXTERN_C String_t* _stringLiteral9636E74995FF458A887B597EABB50C7D35056A34;
IL2CPP_EXTERN_C String_t* _stringLiteral971C419DD609331343DEE105FFFD0F4608DC0BF2;
IL2CPP_EXTERN_C String_t* _stringLiteral99CA0597B87D258D3A57CB7FC8168B600B024CE4;
IL2CPP_EXTERN_C String_t* _stringLiteral99DF9DBD518CF90FFF8724227F439A55D615463E;
IL2CPP_EXTERN_C String_t* _stringLiteral9A78211436F6D425EC38F5C4E02270801F3524F8;
IL2CPP_EXTERN_C String_t* _stringLiteral9D47261D808C7285426E7FA767344B13B392D7D2;
IL2CPP_EXTERN_C String_t* _stringLiteral9D891E731F75DEAE56884D79E9816736B7488080;
IL2CPP_EXTERN_C String_t* _stringLiteral9DB65CFA2237AB1A2FB1D568E668EC18B0803849;
IL2CPP_EXTERN_C String_t* _stringLiteral9E94758983980504AF303EF297FD2BF9D9CEA063;
IL2CPP_EXTERN_C String_t* _stringLiteral9EDF4240018976BF964CF31C1A24D34FDE8D517D;
IL2CPP_EXTERN_C String_t* _stringLiteral9FF10F59D606AD213E55A2680D237F4560B5407D;
IL2CPP_EXTERN_C String_t* _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6;
IL2CPP_EXTERN_C String_t* _stringLiteralA28F5F35CE0911B6863CEB2418D166A24D8E77FA;
IL2CPP_EXTERN_C String_t* _stringLiteralA344EB862EDAF46575E15EE2886B9096722B09BB;
IL2CPP_EXTERN_C String_t* _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F;
IL2CPP_EXTERN_C String_t* _stringLiteralA475B0456F9E29FC0A863EA86E627DE0D6273626;
IL2CPP_EXTERN_C String_t* _stringLiteralA5F656374D7FF6B837776376DF09B2C531805C9E;
IL2CPP_EXTERN_C String_t* _stringLiteralA6D742824424B5CC45A579F1CBB3776F08DDB783;
IL2CPP_EXTERN_C String_t* _stringLiteralAA8170ABE1940ECECCB2A8C879187D7FB5C54A00;
IL2CPP_EXTERN_C String_t* _stringLiteralAB3545E7CF80C3B8067AB00954510610D5744451;
IL2CPP_EXTERN_C String_t* _stringLiteralAC52213E99AFDA01D46868C80010237AC135927B;
IL2CPP_EXTERN_C String_t* _stringLiteralAD96A27CFC678CA6A85849A285C5D733174A00D8;
IL2CPP_EXTERN_C String_t* _stringLiteralAE01F992CF8E34DD0175C6CC6992DE1FB67CFFCF;
IL2CPP_EXTERN_C String_t* _stringLiteralAFDC8D7C64B756F4ADA95B44C3717A7871889496;
IL2CPP_EXTERN_C String_t* _stringLiteralB2D67A9D16B1C97CF6F38506E03B614DE5A727F6;
IL2CPP_EXTERN_C String_t* _stringLiteralB363188698B5DF818AFB49A15F193506D43DD531;
IL2CPP_EXTERN_C String_t* _stringLiteralB3C4276351B5F9013DC3E70B3FBC9174A0379575;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F0C7F6BB763AF1BE91D9E74EABFEB199DC1F1F;
IL2CPP_EXTERN_C String_t* _stringLiteralB40D6CD4CF673AC976ECA2909907795C34BC177E;
IL2CPP_EXTERN_C String_t* _stringLiteralB69A13D63C5676008946ACB845A85AF96AEE9389;
IL2CPP_EXTERN_C String_t* _stringLiteralB6A6783D731A42C54B01BD71A6FD5F120594BE18;
IL2CPP_EXTERN_C String_t* _stringLiteralB773BED04A48DE200B96981BB79467413A222066;
IL2CPP_EXTERN_C String_t* _stringLiteralB92E713B21B29946A52E5FFE714C82EB670E98F9;
IL2CPP_EXTERN_C String_t* _stringLiteralBA443BD433770FD1FF9A9F228975BA77391CE319;
IL2CPP_EXTERN_C String_t* _stringLiteralBA5B3EECE056B8FA19F9675DC6B2C3279F72B203;
IL2CPP_EXTERN_C String_t* _stringLiteralBB3C05A548B50D8AB473AA91A3BC6C081C4B5C99;
IL2CPP_EXTERN_C String_t* _stringLiteralBC4CD0294E0999F20205970C2B199983C3C0B0A5;
IL2CPP_EXTERN_C String_t* _stringLiteralBD9F58A710FAC588AA107D63418A112D1F511D9C;
IL2CPP_EXTERN_C String_t* _stringLiteralBDEFEB489575DFA1A3BA1FCA02FEA1FB3C42F6EA;
IL2CPP_EXTERN_C String_t* _stringLiteralC2FFDAF1F4D54001A31179F5FE1D57F557C4FBDC;
IL2CPP_EXTERN_C String_t* _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD;
IL2CPP_EXTERN_C String_t* _stringLiteralC376AAE863FED7F2100B15B45F998504B3C30559;
IL2CPP_EXTERN_C String_t* _stringLiteralC438BA3DF76E517ADEB7757B01B707A8FD7C53B9;
IL2CPP_EXTERN_C String_t* _stringLiteralC64B8480A468E7F8B15ABD0CB49A4F9A451AF542;
IL2CPP_EXTERN_C String_t* _stringLiteralC67DD20EE842986086A0A915DDC2A279490130ED;
IL2CPP_EXTERN_C String_t* _stringLiteralC7B28B0B9455757301EFBE14A68ACEFE87C35B48;
IL2CPP_EXTERN_C String_t* _stringLiteralC99B45DFFF89CE2609C9C3C74B70826509B7E817;
IL2CPP_EXTERN_C String_t* _stringLiteralC9B423AA809292B2F3F6FB8379DF1E1CCE1622E0;
IL2CPP_EXTERN_C String_t* _stringLiteralCE27CB141098FEB00714E758646BE3E99C185B71;
IL2CPP_EXTERN_C String_t* _stringLiteralCF8640B2F06532BE2709134CF9028B273081AA99;
IL2CPP_EXTERN_C String_t* _stringLiteralD013A00CC3B2473FDE9F7A61FDC9BFE531B1B6A3;
IL2CPP_EXTERN_C String_t* _stringLiteralD020055BB83BB649556E3049D4D18C92C063728B;
IL2CPP_EXTERN_C String_t* _stringLiteralD1CEA7B241EAF16F5C4A6E380E2B3624E7A80287;
IL2CPP_EXTERN_C String_t* _stringLiteralD8420BA2B27245C8FEDFDF3B79667EFDDAEB932F;
IL2CPP_EXTERN_C String_t* _stringLiteralD964E4390D86936E2472E05166BCAA08DD191882;
IL2CPP_EXTERN_C String_t* _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE;
IL2CPP_EXTERN_C String_t* _stringLiteralD9D28254BE2512FBA8D1D209322E0B1B22D90CEE;
IL2CPP_EXTERN_C String_t* _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764;
IL2CPP_EXTERN_C String_t* _stringLiteralDC62B38EEB716E83A2EF7B3E3983DFF61AAFA8F1;
IL2CPP_EXTERN_C String_t* _stringLiteralDC7A4E51273DD99D30CC77D766CCBD48170C6CAC;
IL2CPP_EXTERN_C String_t* _stringLiteralDCABF61621CAD370E5A1627F06A24046C669ADF8;
IL2CPP_EXTERN_C String_t* _stringLiteralDCB93BD72059500C1226AD16FDD58FFE25C9E0EA;
IL2CPP_EXTERN_C String_t* _stringLiteralDCFF9DBB06877161F546329B7AEEFBC6D1CD75CF;
IL2CPP_EXTERN_C String_t* _stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D;
IL2CPP_EXTERN_C String_t* _stringLiteralE0D0421373A4AE9A68B921B59CB2E9EB4FF970FC;
IL2CPP_EXTERN_C String_t* _stringLiteralE1389F27DE95DF8DE493690AD602D0D9C4B8A064;
IL2CPP_EXTERN_C String_t* _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939;
IL2CPP_EXTERN_C String_t* _stringLiteralE2A4A83E97480FEE533C17B7E9E66E07F7D508D4;
IL2CPP_EXTERN_C String_t* _stringLiteralE375E8CBAAAB7EC65A80728FA852AF846A378283;
IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
IL2CPP_EXTERN_C String_t* _stringLiteralE6FB7942BFCD54B6178ADECE738C3E25D32CF155;
IL2CPP_EXTERN_C String_t* _stringLiteralE6FF01AF7F9F47978C73D56D62AA1F4F955A222D;
IL2CPP_EXTERN_C String_t* _stringLiteralEAFB1C520BFD548A6ED1E6EB322E57270CC60D4B;
IL2CPP_EXTERN_C String_t* _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610;
IL2CPP_EXTERN_C String_t* _stringLiteralEC870C8EC386B18E4953A9C1A441B73E787FE3E3;
IL2CPP_EXTERN_C String_t* _stringLiteralECA13F38EF8859FA6861A2EC7368CFF36730AA58;
IL2CPP_EXTERN_C String_t* _stringLiteralEE32FBE14A38B8A16DF573A235F68C607E9C800A;
IL2CPP_EXTERN_C String_t* _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC;
IL2CPP_EXTERN_C String_t* _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733;
IL2CPP_EXTERN_C String_t* _stringLiteralF037AEB428D0D727267C01C044FA8D18A1427205;
IL2CPP_EXTERN_C String_t* _stringLiteralF0DB3FA401AEA04B711D6F1F3630552EAAEE8E59;
IL2CPP_EXTERN_C String_t* _stringLiteralF1F1425B65E5770C87BE308DD6BFEE4B3FA1B113;
IL2CPP_EXTERN_C String_t* _stringLiteralF2435E7DF6B834FC7043D5254116CBEC698F042B;
IL2CPP_EXTERN_C String_t* _stringLiteralF4899A80CEDB1ABCA39A3C2A6576FD6C02751156;
IL2CPP_EXTERN_C String_t* _stringLiteralF50AF791C22458170CCED364010CD5074021C196;
IL2CPP_EXTERN_C String_t* _stringLiteralFA43437147C570F9689EEDC4E2C98B8CF9E217C7;
IL2CPP_EXTERN_C String_t* _stringLiteralFB1AE274028B6974E9FDF9D77F5D12C65C8CD4D4;
IL2CPP_EXTERN_C String_t* _stringLiteralFDB09E0DAC9F9A4B7FB52449EDF8E32E087A6EFB;
IL2CPP_EXTERN_C String_t* _stringLiteralFE710CD089CB0BA74F588270FE079A392B5E9810;
IL2CPP_EXTERN_C const RuntimeMethod* ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ARC4Managed_set_Key_m9550DE783C4E56CD90638410D913A38BF9FE33F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiKeyBlobDSA_m9D5A9E616C23C99E7EFA9D0C063095E5EC0B7249_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiKeyBlob_mFAF9B51C94086485849CA526A94970E7CE81B7F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiPrivateKeyBlobDSA_m9074A5D1AB0422EDB6F18CD0B4B98C874AAB331F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiPrivateKeyBlob_m19EA71D3C8F8EB01D7845D6A4C5E657A5E523AC5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiPublicKeyBlobDSA_mAFA63B6734344B190E5F240E2829D5CA668ABEA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiPublicKeyBlob_m4A9A741883A974EC92FCD7DB6381033BE460A0AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSAManaged_CreateSignature_m6BDC5588C4C3BACF59797722403002C3A4C24BBB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSAManaged_VerifySignature_m386248C835D508A3CDFBFAE4BFFB951E0A9CBF5B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mBF5D461C74C96AC635EAF8ADDF7E18AE64E815A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PKCS1_Decrypt_OAEP_m4E85336BDB6E32C611F5E4180BA74F7FCC22E599_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PKCS1_Encode_v15_m6AECA402C05E96A2F31C1A1186357FD5B0A77CD4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PKCS1_Encrypt_OAEP_m6457081BB85D172E9CF490E2CC379030862D3C98_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_DecryptValue_mFEBF3937DCCD1562F45E9951BE21A2A7811B6940_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_EncryptValue_mA5C433F6997FD3D1EAA4484DB73D0D655393F370_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ToXmlString_m8E9EFD71530D51CA123BED1E3B9385FF95869F0A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_get_KeySize_m68D3929C5B0F89202785BC8E0BD472361CD0D232_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_CTS_mB8E70DCADD03562EFFCB774A145A57653958A2D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_FinalEncrypt_m8036A6B835C295A89F3FAFCFA050599240A1A26C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_OFB_m858145E5F02696E69C4D8D2E4EB70DCCF66D84FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_TransformFinalBlock_mD9CD87AED9812D26AA500C83A1ABB5FAA61F8535_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_Transform_m368521E64F18BEDFE6D4AC22D7A7B59F8AFFEA2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_FromHex_mE6292D4095331DBF2F620C6971DE5A93E2F41DCE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_HexEscape_m826137839FA92494549F1C3D171230E0A0974317_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_HexUnescape_m46B7651998FD8C38AF9FD7D5229E0AB9FFB152FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_ParseAsWindowsAbsoluteFilePath_mE3CA1870E308251DEE7BF28DD9FDED13B0C05F49_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_Reduce_m7940AEE13E77EAD2C7F2424BFE6C1037F1586790_RuntimeMethod_var;
IL2CPP_EXTERN_C const uint32_t ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARC4Managed_Dispose_m4EA9179786D66429FD1A247F5D16B69BB755999B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARC4Managed_GenerateIV_m52756A4830A0F2DCA6628B230F088A99EAFE1759_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARC4Managed_TransformFinalBlock_mCE93372E2708303937155D6B39B797997B45352D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARC4Managed__ctor_mA66A866D58CBACF8BAF2F6ABB50013CB1EB498AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARC4Managed_get_Key_m8802CA8B4482BA7AF62581FCC0CF836C624AD7B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARC4Managed_set_Key_m9550DE783C4E56CD90638410D913A38BF9FE33F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitConverterLE_GetULongBytes_mEA155106F6785491F8070F485963C96DA55B83F0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitConverterLE_UIntFromBytes_mACD066E6E71F1EA6FA9D71F22F13976628DEAE04_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitConverterLE_ULongFromBytes_m86C1BAA22FE4E581A56AC3F29E084318253E03C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ContentInfo_GetASN1_mF7FA872FD8285044BFA1F83C393AA7ABF86FAF46_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_FromCapiKeyBlobDSA_m9D5A9E616C23C99E7EFA9D0C063095E5EC0B7249_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_FromCapiKeyBlob_mFAF9B51C94086485849CA526A94970E7CE81B7F0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_FromCapiPrivateKeyBlobDSA_m9074A5D1AB0422EDB6F18CD0B4B98C874AAB331F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_FromCapiPrivateKeyBlob_m19EA71D3C8F8EB01D7845D6A4C5E657A5E523AC5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_FromCapiPublicKeyBlobDSA_mAFA63B6734344B190E5F240E2829D5CA668ABEA9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_FromCapiPublicKeyBlob_m4A9A741883A974EC92FCD7DB6381033BE460A0AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_GetBytesLE_m25F6227AF0542C76E52AB0583EFFEBA87844942D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_ToCapiPrivateKeyBlob_m2E0AFF160F534C164C3C84A7FA1426B3FEDC112C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_ToCapiPrivateKeyBlob_mF89C02BAEEFDA1AD0F3C3A88987F25EC1883F9EE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_ToCapiPublicKeyBlob_m5C402348A0B620650CDD16B98F30131FA9A81CB2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_ToCapiPublicKeyBlob_m774E7D9192B564FCC0CC5CEC380A370D9E3BBBB3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConvert_Trim_m3923DF1B1599A8462CEF7CD91A8EEFAB3A3EA282_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_CreateSignature_m6BDC5588C4C3BACF59797722403002C3A4C24BBB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_Dispose_m7A67AABFA55C279B6CCDFB5E807C2E763F1A3249_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_GenerateKeyPair_m177E660FBC4CCAE831925537992EA3A01DA54231_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_GenerateParams_m1128C5246F10223D15A579327052FFC4C5E6379E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_VerifySignature_m386248C835D508A3CDFBFAE4BFFB951E0A9CBF5B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged__ctor_mDBC531DC0D297B2EBCBF08D01DBE86AF6F24E7F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_add_KeyGenerated_m1D65F5AEF80E120ADCDF722765628B48175C409C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_get_PublicOnly_m801BFD37476D7EF19E5544078D48CB6EB05857E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_get_SignatureAlgorithm_mAC4EDED39A193BAF3B709573011E59CFE04B3CED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAManaged_remove_KeyGenerated_mB379DCE699E0CC71A5F2162656CBB34F8E43BC89_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EncryptedData_get_EncryptedContent_m8FA8621199A8B7A57DA4627C42962BCC770A635D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyBuilder_IV_m45A7513A2E5E3F6535B20B1861DFA209FD52232E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_Copy_mB3DC51B492050FBFD075E06C5A0B1112389F7DFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_FromXml_m5A78640DB1D6311E5B7B09E2988973859B2514AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_Load_m578C063A9363BBDC8E0D09D2D11374D5BDB11256_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_Save_m0F7EC314BE632A7B3002C1E5E9D09D838B37DE55_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_ToXml_m928EAFF30A591E5270CB46CAAC65C4B71F924601_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence__cctor_m2AE81D9FCD100D4B53174EC296061079E8209E19_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD2Managed_HashFinal_mC22ED89C5E99F80645FEB24A02F74BD055C9E32C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD2Managed_Padding_m96B536A6482FE6FFDC610BABEF98B9B50B7164CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD2Managed__cctor_mDBB2F358C4A7E063F051449FA16B421C30808175_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD2Managed__ctor_m3AA78D04611EC5A72DCB0E05FA9E4BF35BC353BE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD2_Create_m36C83D189796BDF2C5003688843F5643D12D60BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD4Managed_HashFinal_mDA16A5BF7F72A9518AEE2D0BA76BA30DEDD7FE0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD4Managed_Padding_mB3E720C2F0C061DCF82C3A1C29F293C1D758D6F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD4Managed__ctor_mF17703A604E383D862958476A83783050A0A1377_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD4_Create_m7CC02FECCF975814C855B73457655079AADA65DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_AddCertificate_mAFCA35BF8D310D200F401F855177982BC5633622_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_CertificateSafeBag_m0AF3CCB4F5929F24B0FC81144BD7091F418A003B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_Clone_m831381C048C713FF2BBA6E777E5F91F698F53093_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_Encrypt_m3C939B2CB429573E20C83AA1F42AD16060BB60AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_GetExistingParameters_m5CB92F86AC0108C49D9E0494F9E27531097277A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_RemoveCertificate_mA4F7C52454569A7515F8566E208F13C69168A7AD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12__cctor_mAEF8875AD1BD3113E8D8F0337754DFE718D21845_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_get_Keys_mD5239EDB445B3F3284434C22D9014FF0723ED825_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43mscorlib1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_Decrypt_OAEP_m4E85336BDB6E32C611F5E4180BA74F7FCC22E599_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_Encode_v15_m6AECA402C05E96A2F31C1A1186357FD5B0A77CD4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_Encrypt_OAEP_m6457081BB85D172E9CF490E2CC379030862D3C98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_GetEmptyHash_m5AA2EFEAFB648B2C04BA2BC0FDEAAC816DC8CFBB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_I2OSP_mB7DB4E3B03A6579C91659151811BDDD98516DE31_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_I2OSP_mF5921198A1118B72CB1F3BC8D7C64E7815EC01BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_OS2IP_m9D0512949DE636E6EBDDAE5AD6F1515E35F04580_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_Sign_v15_mD920AC2C06C0A6F9AC0F07E73D83D1D26E39B68F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_Sign_v15_mED424ED5673484AA7EF0976599E4DB76250D6CAB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_Verify_v15_m27A722EF8504484B4DF2623D96E8D7FF957FC313_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_Verify_v15_m28BACDBACABACDB1FEF3805FB00F7D6553B4C99C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_Verify_v15_m97673DEF84E7EA8886DC69F7BC9D0482C0C6F22C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1__cctor_mB631F24E12F93448DEDDC356A28C7909F096EF7D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1_xor_mEEABA9FC7093A014A0FEA7B69EEC5F13CD79EFA0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo__ctor_mFFC093CE8E4AD3CBC1BBFF193CB96BA4359D88B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RC4_Create_m52D2B01E3CB9AEF1D6CA078AD8119B194A8B4436_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RC4__cctor_m4279215E0A88AB75DE0676F8D4A43EC2810E7153_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RC4__ctor_mC5832FCEC7386029697E64BA5C9417843B385DE1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RC4_get_IV_m8D5D90FF02D5DB409F8CB5BBD575A46A05928565_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_DecryptValue_mFEBF3937DCCD1562F45E9951BE21A2A7811B6940_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_Dispose_m5948EC5DEFB0CF1E3C04EE0E86459314C67778CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_EncryptValue_mA5C433F6997FD3D1EAA4484DB73D0D655393F370_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_ToXmlString_m8E9EFD71530D51CA123BED1E3B9385FF95869F0A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged__ctor_m699C55D2A9C4C74BE49D79CCB52F31DA320D7C15_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_add_KeyGenerated_m104032C4E638977B1C7EAC4D504615FCC625191A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_get_KeyExchangeAlgorithm_m98F821A0320B6E9DCD42699DF35C6523CAFD4A60_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_get_KeySize_m68D3929C5B0F89202785BC8E0BD472361CD0D232_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_get_PublicOnly_m0E75FCF0C80BF3D1D810F070EB5CC403D004BDAC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_get_SignatureAlgorithm_m95A87C3EFC2096006A72643EBD80C07D9C130946_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RSAManaged_remove_KeyGenerated_mA174FA4F8EFDF83952C091961B30DD4B9981925C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_CTS_mB8E70DCADD03562EFFCB774A145A57653958A2D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_FinalDecrypt_m95106D207EC68D94D766570857BD57BD970CE82D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_FinalEncrypt_m8036A6B835C295A89F3FAFCFA050599240A1A26C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_OFB_m858145E5F02696E69C4D8D2E4EB70DCCF66D84FE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_Random_m50AE0AF5D735913B5F85601BB9D300569B3F2AF2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_System_IDisposable_Dispose_m70D1BAC2055579FB9D2708A8DFBE20428C63056B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_TransformFinalBlock_mD9CD87AED9812D26AA500C83A1ABB5FAA61F8535_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform_Transform_m368521E64F18BEDFE6D4AC22D7A7B59F8AFFEA2C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_Equals_mA08A4FACAF5352F3F706143DDE080F0D516D05CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_EscapeString_m7B4EA1CF36BF841C67FB53026145770E68D4A90D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_EscapeString_mCA6D591A12969D2A9BA4C18072D1AAB233A10C49_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_FromHex_mE6292D4095331DBF2F620C6971DE5A93E2F41DCE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_GetDefaultPort_mDEB195D1F3C4F1E5BB11BDE950D49B4AAD207930_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_GetLeftPart_mE917EA2CE5DD6179AA46B6A5FD3F081FD704ABC9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_GetOpaqueWiseSchemeDelimiter_m9A6FDB5C8EB49469CC99CF49C8800BFD5E45B3A4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_GetSchemeDelimiter_m4086E38F2F2CC4C164DD645B9F928801D98D1744_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_HexEscape_m826137839FA92494549F1C3D171230E0A0974317_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_HexUnescape_m46B7651998FD8C38AF9FD7D5229E0AB9FFB152FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_IsHexEncoding_mA276CEBD1050B4274A8C30B9798E9E5DB79F3790_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_IsPredefinedScheme_m9FB7BB7AD8D6BF1C879B4E9EC8C3B1AC7D572F00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_ParseAsUnixAbsoluteFilePath_m49E53100B84A59512CB45B2A8B225F29B7B9CB8C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_ParseAsWindowsAbsoluteFilePath_mE3CA1870E308251DEE7BF28DD9FDED13B0C05F49_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_ParseAsWindowsUNC_m22211EB8CE635260B15EB84CC8914D414600D370_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_Parse_m625D29924E21BEAB012618F023C6209207501156_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_Reduce_m7940AEE13E77EAD2C7F2424BFE6C1037F1586790_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_ToString_mDDE22DFC7284401CDBFD4F17F2F854A8212D36ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_Unescape_m9900FC2F96A96892711EEBBA9FF4089A4B7BDAF5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri__cctor_m7B4BC1745E4886D1E2E82E496C5FCF31D10C6976_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri__ctor_m18AC6C7890DA447423B6832166EDCBCD837C5DB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_get_IsFile_m6B22CA0691A6CBC6915869E3F4798C87B26A9339_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Uri_get_LocalPath_m1BC64ADB93E8AF361D6F3876881C41272ABEB170_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
// Mono.Math.BigInteger
struct BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 : public RuntimeObject
{
public:
// System.UInt32 Mono.Math.BigInteger::length
uint32_t ___length_0;
// System.UInt32[] Mono.Math.BigInteger::data
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___data_1;
public:
inline static int32_t get_offset_of_length_0() { return static_cast<int32_t>(offsetof(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299, ___length_0)); }
inline uint32_t get_length_0() const { return ___length_0; }
inline uint32_t* get_address_of_length_0() { return &___length_0; }
inline void set_length_0(uint32_t value)
{
___length_0 = value;
}
inline static int32_t get_offset_of_data_1() { return static_cast<int32_t>(offsetof(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299, ___data_1)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_data_1() const { return ___data_1; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_data_1() { return &___data_1; }
inline void set_data_1(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___data_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value);
}
};
struct BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_StaticFields
{
public:
// System.UInt32[] Mono.Math.BigInteger::smallPrimes
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___smallPrimes_2;
// System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ___rng_3;
public:
inline static int32_t get_offset_of_smallPrimes_2() { return static_cast<int32_t>(offsetof(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_StaticFields, ___smallPrimes_2)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_smallPrimes_2() const { return ___smallPrimes_2; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_smallPrimes_2() { return &___smallPrimes_2; }
inline void set_smallPrimes_2(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___smallPrimes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___smallPrimes_2), (void*)value);
}
inline static int32_t get_offset_of_rng_3() { return static_cast<int32_t>(offsetof(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_StaticFields, ___rng_3)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get_rng_3() const { return ___rng_3; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of_rng_3() { return &___rng_3; }
inline void set_rng_3(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
___rng_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rng_3), (void*)value);
}
};
// Mono.Security.ASN1
struct ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 : public RuntimeObject
{
public:
// System.Byte Mono.Security.ASN1::m_nTag
uint8_t ___m_nTag_0;
// System.Byte[] Mono.Security.ASN1::m_aValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_aValue_1;
// System.Collections.ArrayList Mono.Security.ASN1::elist
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___elist_2;
public:
inline static int32_t get_offset_of_m_nTag_0() { return static_cast<int32_t>(offsetof(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22, ___m_nTag_0)); }
inline uint8_t get_m_nTag_0() const { return ___m_nTag_0; }
inline uint8_t* get_address_of_m_nTag_0() { return &___m_nTag_0; }
inline void set_m_nTag_0(uint8_t value)
{
___m_nTag_0 = value;
}
inline static int32_t get_offset_of_m_aValue_1() { return static_cast<int32_t>(offsetof(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22, ___m_aValue_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_aValue_1() const { return ___m_aValue_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_aValue_1() { return &___m_aValue_1; }
inline void set_m_aValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_aValue_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_aValue_1), (void*)value);
}
inline static int32_t get_offset_of_elist_2() { return static_cast<int32_t>(offsetof(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22, ___elist_2)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_elist_2() const { return ___elist_2; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_elist_2() { return &___elist_2; }
inline void set_elist_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___elist_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___elist_2), (void*)value);
}
};
// Mono.Security.ASN1Convert
struct ASN1Convert_t138991C9C37079C099F94F756D260EA50C2D385F : public RuntimeObject
{
public:
public:
};
// Mono.Security.BitConverterLE
struct BitConverterLE_t8F3BE17C60282ED051735A690E02777D47A3129A : public RuntimeObject
{
public:
public:
};
// Mono.Security.Cryptography.CryptoConvert
struct CryptoConvert_tE2E4EA7487A379687B6C98BB1F6C889F4F3D4028 : public RuntimeObject
{
public:
public:
};
// Mono.Security.Cryptography.KeyBuilder
struct KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33 : public RuntimeObject
{
public:
public:
};
struct KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_StaticFields
{
public:
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ___rng_0;
public:
inline static int32_t get_offset_of_rng_0() { return static_cast<int32_t>(offsetof(KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_StaticFields, ___rng_0)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get_rng_0() const { return ___rng_0; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of_rng_0() { return &___rng_0; }
inline void set_rng_0(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
___rng_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rng_0), (void*)value);
}
};
// Mono.Security.Cryptography.KeyPairPersistence
struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 : public RuntimeObject
{
public:
// System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::_params
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ____params_4;
// System.String Mono.Security.Cryptography.KeyPairPersistence::_keyvalue
String_t* ____keyvalue_5;
// System.String Mono.Security.Cryptography.KeyPairPersistence::_filename
String_t* ____filename_6;
// System.String Mono.Security.Cryptography.KeyPairPersistence::_container
String_t* ____container_7;
public:
inline static int32_t get_offset_of__params_4() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____params_4)); }
inline CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * get__params_4() const { return ____params_4; }
inline CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 ** get_address_of__params_4() { return &____params_4; }
inline void set__params_4(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * value)
{
____params_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____params_4), (void*)value);
}
inline static int32_t get_offset_of__keyvalue_5() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____keyvalue_5)); }
inline String_t* get__keyvalue_5() const { return ____keyvalue_5; }
inline String_t** get_address_of__keyvalue_5() { return &____keyvalue_5; }
inline void set__keyvalue_5(String_t* value)
{
____keyvalue_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keyvalue_5), (void*)value);
}
inline static int32_t get_offset_of__filename_6() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____filename_6)); }
inline String_t* get__filename_6() const { return ____filename_6; }
inline String_t** get_address_of__filename_6() { return &____filename_6; }
inline void set__filename_6(String_t* value)
{
____filename_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____filename_6), (void*)value);
}
inline static int32_t get_offset_of__container_7() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____container_7)); }
inline String_t* get__container_7() const { return ____container_7; }
inline String_t** get_address_of__container_7() { return &____container_7; }
inline void set__container_7(String_t* value)
{
____container_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____container_7), (void*)value);
}
};
struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields
{
public:
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_userPathExists
bool ____userPathExists_0;
// System.String Mono.Security.Cryptography.KeyPairPersistence::_userPath
String_t* ____userPath_1;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_machinePathExists
bool ____machinePathExists_2;
// System.String Mono.Security.Cryptography.KeyPairPersistence::_machinePath
String_t* ____machinePath_3;
// System.Object Mono.Security.Cryptography.KeyPairPersistence::lockobj
RuntimeObject * ___lockobj_8;
public:
inline static int32_t get_offset_of__userPathExists_0() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____userPathExists_0)); }
inline bool get__userPathExists_0() const { return ____userPathExists_0; }
inline bool* get_address_of__userPathExists_0() { return &____userPathExists_0; }
inline void set__userPathExists_0(bool value)
{
____userPathExists_0 = value;
}
inline static int32_t get_offset_of__userPath_1() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____userPath_1)); }
inline String_t* get__userPath_1() const { return ____userPath_1; }
inline String_t** get_address_of__userPath_1() { return &____userPath_1; }
inline void set__userPath_1(String_t* value)
{
____userPath_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____userPath_1), (void*)value);
}
inline static int32_t get_offset_of__machinePathExists_2() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____machinePathExists_2)); }
inline bool get__machinePathExists_2() const { return ____machinePathExists_2; }
inline bool* get_address_of__machinePathExists_2() { return &____machinePathExists_2; }
inline void set__machinePathExists_2(bool value)
{
____machinePathExists_2 = value;
}
inline static int32_t get_offset_of__machinePath_3() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____machinePath_3)); }
inline String_t* get__machinePath_3() const { return ____machinePath_3; }
inline String_t** get_address_of__machinePath_3() { return &____machinePath_3; }
inline void set__machinePath_3(String_t* value)
{
____machinePath_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____machinePath_3), (void*)value);
}
inline static int32_t get_offset_of_lockobj_8() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ___lockobj_8)); }
inline RuntimeObject * get_lockobj_8() const { return ___lockobj_8; }
inline RuntimeObject ** get_address_of_lockobj_8() { return &___lockobj_8; }
inline void set_lockobj_8(RuntimeObject * value)
{
___lockobj_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___lockobj_8), (void*)value);
}
};
// Mono.Security.Cryptography.PKCS1
struct PKCS1_tD10817843EC300450DF0869873961943DE7E0E49 : public RuntimeObject
{
public:
public:
};
struct PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields
{
public:
// System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___emptySHA1_0;
// System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA256
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___emptySHA256_1;
// System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA384
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___emptySHA384_2;
// System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA512
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___emptySHA512_3;
public:
inline static int32_t get_offset_of_emptySHA1_0() { return static_cast<int32_t>(offsetof(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields, ___emptySHA1_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_emptySHA1_0() const { return ___emptySHA1_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_emptySHA1_0() { return &___emptySHA1_0; }
inline void set_emptySHA1_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___emptySHA1_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___emptySHA1_0), (void*)value);
}
inline static int32_t get_offset_of_emptySHA256_1() { return static_cast<int32_t>(offsetof(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields, ___emptySHA256_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_emptySHA256_1() const { return ___emptySHA256_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_emptySHA256_1() { return &___emptySHA256_1; }
inline void set_emptySHA256_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___emptySHA256_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___emptySHA256_1), (void*)value);
}
inline static int32_t get_offset_of_emptySHA384_2() { return static_cast<int32_t>(offsetof(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields, ___emptySHA384_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_emptySHA384_2() const { return ___emptySHA384_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_emptySHA384_2() { return &___emptySHA384_2; }
inline void set_emptySHA384_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___emptySHA384_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___emptySHA384_2), (void*)value);
}
inline static int32_t get_offset_of_emptySHA512_3() { return static_cast<int32_t>(offsetof(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields, ___emptySHA512_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_emptySHA512_3() const { return ___emptySHA512_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_emptySHA512_3() { return &___emptySHA512_3; }
inline void set_emptySHA512_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___emptySHA512_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___emptySHA512_3), (void*)value);
}
};
// Mono.Security.Cryptography.PKCS8
struct PKCS8_t7FC4F4D11D01A76F9873869D2F5587EA3B61B5C6 : public RuntimeObject
{
public:
public:
};
// Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo
struct EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A : public RuntimeObject
{
public:
// System.String Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::_algorithm
String_t* ____algorithm_0;
// System.Byte[] Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::_salt
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____salt_1;
// System.Int32 Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::_iterations
int32_t ____iterations_2;
// System.Byte[] Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::_data
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____data_3;
public:
inline static int32_t get_offset_of__algorithm_0() { return static_cast<int32_t>(offsetof(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A, ____algorithm_0)); }
inline String_t* get__algorithm_0() const { return ____algorithm_0; }
inline String_t** get_address_of__algorithm_0() { return &____algorithm_0; }
inline void set__algorithm_0(String_t* value)
{
____algorithm_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____algorithm_0), (void*)value);
}
inline static int32_t get_offset_of__salt_1() { return static_cast<int32_t>(offsetof(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A, ____salt_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__salt_1() const { return ____salt_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__salt_1() { return &____salt_1; }
inline void set__salt_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____salt_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____salt_1), (void*)value);
}
inline static int32_t get_offset_of__iterations_2() { return static_cast<int32_t>(offsetof(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A, ____iterations_2)); }
inline int32_t get__iterations_2() const { return ____iterations_2; }
inline int32_t* get_address_of__iterations_2() { return &____iterations_2; }
inline void set__iterations_2(int32_t value)
{
____iterations_2 = value;
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A, ____data_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__data_3() const { return ____data_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
};
// Mono.Security.Cryptography.PKCS8_PrivateKeyInfo
struct PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 : public RuntimeObject
{
public:
// System.Int32 Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::_version
int32_t ____version_0;
// System.String Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::_algorithm
String_t* ____algorithm_1;
// System.Byte[] Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::_key
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____key_2;
// System.Collections.ArrayList Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::_list
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____list_3;
public:
inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8, ____version_0)); }
inline int32_t get__version_0() const { return ____version_0; }
inline int32_t* get_address_of__version_0() { return &____version_0; }
inline void set__version_0(int32_t value)
{
____version_0 = value;
}
inline static int32_t get_offset_of__algorithm_1() { return static_cast<int32_t>(offsetof(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8, ____algorithm_1)); }
inline String_t* get__algorithm_1() const { return ____algorithm_1; }
inline String_t** get_address_of__algorithm_1() { return &____algorithm_1; }
inline void set__algorithm_1(String_t* value)
{
____algorithm_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____algorithm_1), (void*)value);
}
inline static int32_t get_offset_of__key_2() { return static_cast<int32_t>(offsetof(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8, ____key_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__key_2() const { return ____key_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__key_2() { return &____key_2; }
inline void set__key_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____key_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____key_2), (void*)value);
}
inline static int32_t get_offset_of__list_3() { return static_cast<int32_t>(offsetof(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8, ____list_3)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__list_3() const { return ____list_3; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__list_3() { return &____list_3; }
inline void set__list_3(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____list_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____list_3), (void*)value);
}
};
// Mono.Security.PKCS7
struct PKCS7_t298DFC26790920EB8B476ACA3EEBD4D280B6E66B : public RuntimeObject
{
public:
public:
};
// Mono.Security.PKCS7_ContentInfo
struct ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 : public RuntimeObject
{
public:
// System.String Mono.Security.PKCS7_ContentInfo::contentType
String_t* ___contentType_0;
// Mono.Security.ASN1 Mono.Security.PKCS7_ContentInfo::content
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___content_1;
public:
inline static int32_t get_offset_of_contentType_0() { return static_cast<int32_t>(offsetof(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986, ___contentType_0)); }
inline String_t* get_contentType_0() const { return ___contentType_0; }
inline String_t** get_address_of_contentType_0() { return &___contentType_0; }
inline void set_contentType_0(String_t* value)
{
___contentType_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___contentType_0), (void*)value);
}
inline static int32_t get_offset_of_content_1() { return static_cast<int32_t>(offsetof(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986, ___content_1)); }
inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * get_content_1() const { return ___content_1; }
inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 ** get_address_of_content_1() { return &___content_1; }
inline void set_content_1(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * value)
{
___content_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___content_1), (void*)value);
}
};
// Mono.Security.PKCS7_EncryptedData
struct EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 : public RuntimeObject
{
public:
// System.Byte Mono.Security.PKCS7_EncryptedData::_version
uint8_t ____version_0;
// Mono.Security.PKCS7_ContentInfo Mono.Security.PKCS7_EncryptedData::_content
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * ____content_1;
// Mono.Security.PKCS7_ContentInfo Mono.Security.PKCS7_EncryptedData::_encryptionAlgorithm
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * ____encryptionAlgorithm_2;
// System.Byte[] Mono.Security.PKCS7_EncryptedData::_encrypted
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____encrypted_3;
public:
inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82, ____version_0)); }
inline uint8_t get__version_0() const { return ____version_0; }
inline uint8_t* get_address_of__version_0() { return &____version_0; }
inline void set__version_0(uint8_t value)
{
____version_0 = value;
}
inline static int32_t get_offset_of__content_1() { return static_cast<int32_t>(offsetof(EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82, ____content_1)); }
inline ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * get__content_1() const { return ____content_1; }
inline ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 ** get_address_of__content_1() { return &____content_1; }
inline void set__content_1(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * value)
{
____content_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content_1), (void*)value);
}
inline static int32_t get_offset_of__encryptionAlgorithm_2() { return static_cast<int32_t>(offsetof(EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82, ____encryptionAlgorithm_2)); }
inline ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * get__encryptionAlgorithm_2() const { return ____encryptionAlgorithm_2; }
inline ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 ** get_address_of__encryptionAlgorithm_2() { return &____encryptionAlgorithm_2; }
inline void set__encryptionAlgorithm_2(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * value)
{
____encryptionAlgorithm_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____encryptionAlgorithm_2), (void*)value);
}
inline static int32_t get_offset_of__encrypted_3() { return static_cast<int32_t>(offsetof(EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82, ____encrypted_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__encrypted_3() const { return ____encrypted_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__encrypted_3() { return &____encrypted_3; }
inline void set__encrypted_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____encrypted_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____encrypted_3), (void*)value);
}
};
// Mono.Security.Uri
struct Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D : public RuntimeObject
{
public:
// System.Boolean Mono.Security.Uri::isUnixFilePath
bool ___isUnixFilePath_0;
// System.String Mono.Security.Uri::source
String_t* ___source_1;
// System.String Mono.Security.Uri::scheme
String_t* ___scheme_2;
// System.String Mono.Security.Uri::host
String_t* ___host_3;
// System.Int32 Mono.Security.Uri::port
int32_t ___port_4;
// System.String Mono.Security.Uri::path
String_t* ___path_5;
// System.String Mono.Security.Uri::query
String_t* ___query_6;
// System.String Mono.Security.Uri::fragment
String_t* ___fragment_7;
// System.String Mono.Security.Uri::userinfo
String_t* ___userinfo_8;
// System.Boolean Mono.Security.Uri::isUnc
bool ___isUnc_9;
// System.Boolean Mono.Security.Uri::isOpaquePart
bool ___isOpaquePart_10;
// System.Boolean Mono.Security.Uri::userEscaped
bool ___userEscaped_11;
// System.String Mono.Security.Uri::cachedToString
String_t* ___cachedToString_12;
// System.String Mono.Security.Uri::cachedLocalPath
String_t* ___cachedLocalPath_13;
// System.Int32 Mono.Security.Uri::cachedHashCode
int32_t ___cachedHashCode_14;
// System.Boolean Mono.Security.Uri::reduce
bool ___reduce_15;
public:
inline static int32_t get_offset_of_isUnixFilePath_0() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___isUnixFilePath_0)); }
inline bool get_isUnixFilePath_0() const { return ___isUnixFilePath_0; }
inline bool* get_address_of_isUnixFilePath_0() { return &___isUnixFilePath_0; }
inline void set_isUnixFilePath_0(bool value)
{
___isUnixFilePath_0 = value;
}
inline static int32_t get_offset_of_source_1() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___source_1)); }
inline String_t* get_source_1() const { return ___source_1; }
inline String_t** get_address_of_source_1() { return &___source_1; }
inline void set_source_1(String_t* value)
{
___source_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value);
}
inline static int32_t get_offset_of_scheme_2() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___scheme_2)); }
inline String_t* get_scheme_2() const { return ___scheme_2; }
inline String_t** get_address_of_scheme_2() { return &___scheme_2; }
inline void set_scheme_2(String_t* value)
{
___scheme_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___scheme_2), (void*)value);
}
inline static int32_t get_offset_of_host_3() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___host_3)); }
inline String_t* get_host_3() const { return ___host_3; }
inline String_t** get_address_of_host_3() { return &___host_3; }
inline void set_host_3(String_t* value)
{
___host_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___host_3), (void*)value);
}
inline static int32_t get_offset_of_port_4() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___port_4)); }
inline int32_t get_port_4() const { return ___port_4; }
inline int32_t* get_address_of_port_4() { return &___port_4; }
inline void set_port_4(int32_t value)
{
___port_4 = value;
}
inline static int32_t get_offset_of_path_5() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___path_5)); }
inline String_t* get_path_5() const { return ___path_5; }
inline String_t** get_address_of_path_5() { return &___path_5; }
inline void set_path_5(String_t* value)
{
___path_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___path_5), (void*)value);
}
inline static int32_t get_offset_of_query_6() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___query_6)); }
inline String_t* get_query_6() const { return ___query_6; }
inline String_t** get_address_of_query_6() { return &___query_6; }
inline void set_query_6(String_t* value)
{
___query_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___query_6), (void*)value);
}
inline static int32_t get_offset_of_fragment_7() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___fragment_7)); }
inline String_t* get_fragment_7() const { return ___fragment_7; }
inline String_t** get_address_of_fragment_7() { return &___fragment_7; }
inline void set_fragment_7(String_t* value)
{
___fragment_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fragment_7), (void*)value);
}
inline static int32_t get_offset_of_userinfo_8() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___userinfo_8)); }
inline String_t* get_userinfo_8() const { return ___userinfo_8; }
inline String_t** get_address_of_userinfo_8() { return &___userinfo_8; }
inline void set_userinfo_8(String_t* value)
{
___userinfo_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___userinfo_8), (void*)value);
}
inline static int32_t get_offset_of_isUnc_9() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___isUnc_9)); }
inline bool get_isUnc_9() const { return ___isUnc_9; }
inline bool* get_address_of_isUnc_9() { return &___isUnc_9; }
inline void set_isUnc_9(bool value)
{
___isUnc_9 = value;
}
inline static int32_t get_offset_of_isOpaquePart_10() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___isOpaquePart_10)); }
inline bool get_isOpaquePart_10() const { return ___isOpaquePart_10; }
inline bool* get_address_of_isOpaquePart_10() { return &___isOpaquePart_10; }
inline void set_isOpaquePart_10(bool value)
{
___isOpaquePart_10 = value;
}
inline static int32_t get_offset_of_userEscaped_11() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___userEscaped_11)); }
inline bool get_userEscaped_11() const { return ___userEscaped_11; }
inline bool* get_address_of_userEscaped_11() { return &___userEscaped_11; }
inline void set_userEscaped_11(bool value)
{
___userEscaped_11 = value;
}
inline static int32_t get_offset_of_cachedToString_12() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___cachedToString_12)); }
inline String_t* get_cachedToString_12() const { return ___cachedToString_12; }
inline String_t** get_address_of_cachedToString_12() { return &___cachedToString_12; }
inline void set_cachedToString_12(String_t* value)
{
___cachedToString_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedToString_12), (void*)value);
}
inline static int32_t get_offset_of_cachedLocalPath_13() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___cachedLocalPath_13)); }
inline String_t* get_cachedLocalPath_13() const { return ___cachedLocalPath_13; }
inline String_t** get_address_of_cachedLocalPath_13() { return &___cachedLocalPath_13; }
inline void set_cachedLocalPath_13(String_t* value)
{
___cachedLocalPath_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedLocalPath_13), (void*)value);
}
inline static int32_t get_offset_of_cachedHashCode_14() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___cachedHashCode_14)); }
inline int32_t get_cachedHashCode_14() const { return ___cachedHashCode_14; }
inline int32_t* get_address_of_cachedHashCode_14() { return &___cachedHashCode_14; }
inline void set_cachedHashCode_14(int32_t value)
{
___cachedHashCode_14 = value;
}
inline static int32_t get_offset_of_reduce_15() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D, ___reduce_15)); }
inline bool get_reduce_15() const { return ___reduce_15; }
inline bool* get_address_of_reduce_15() { return &___reduce_15; }
inline void set_reduce_15(bool value)
{
___reduce_15 = value;
}
};
struct Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields
{
public:
// System.String Mono.Security.Uri::hexUpperChars
String_t* ___hexUpperChars_16;
// System.String Mono.Security.Uri::SchemeDelimiter
String_t* ___SchemeDelimiter_17;
// System.String Mono.Security.Uri::UriSchemeFile
String_t* ___UriSchemeFile_18;
// System.String Mono.Security.Uri::UriSchemeFtp
String_t* ___UriSchemeFtp_19;
// System.String Mono.Security.Uri::UriSchemeGopher
String_t* ___UriSchemeGopher_20;
// System.String Mono.Security.Uri::UriSchemeHttp
String_t* ___UriSchemeHttp_21;
// System.String Mono.Security.Uri::UriSchemeHttps
String_t* ___UriSchemeHttps_22;
// System.String Mono.Security.Uri::UriSchemeMailto
String_t* ___UriSchemeMailto_23;
// System.String Mono.Security.Uri::UriSchemeNews
String_t* ___UriSchemeNews_24;
// System.String Mono.Security.Uri::UriSchemeNntp
String_t* ___UriSchemeNntp_25;
// Mono.Security.Uri_UriScheme[] Mono.Security.Uri::schemes
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* ___schemes_26;
public:
inline static int32_t get_offset_of_hexUpperChars_16() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields, ___hexUpperChars_16)); }
inline String_t* get_hexUpperChars_16() const { return ___hexUpperChars_16; }
inline String_t** get_address_of_hexUpperChars_16() { return &___hexUpperChars_16; }
inline void set_hexUpperChars_16(String_t* value)
{
___hexUpperChars_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hexUpperChars_16), (void*)value);
}
inline static int32_t get_offset_of_SchemeDelimiter_17() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields, ___SchemeDelimiter_17)); }
inline String_t* get_SchemeDelimiter_17() const { return ___SchemeDelimiter_17; }
inline String_t** get_address_of_SchemeDelimiter_17() { return &___SchemeDelimiter_17; }
inline void set_SchemeDelimiter_17(String_t* value)
{
___SchemeDelimiter_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_17), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeFile_18() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields, ___UriSchemeFile_18)); }
inline String_t* get_UriSchemeFile_18() const { return ___UriSchemeFile_18; }
inline String_t** get_address_of_UriSchemeFile_18() { return &___UriSchemeFile_18; }
inline void set_UriSchemeFile_18(String_t* value)
{
___UriSchemeFile_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_18), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeFtp_19() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields, ___UriSchemeFtp_19)); }
inline String_t* get_UriSchemeFtp_19() const { return ___UriSchemeFtp_19; }
inline String_t** get_address_of_UriSchemeFtp_19() { return &___UriSchemeFtp_19; }
inline void set_UriSchemeFtp_19(String_t* value)
{
___UriSchemeFtp_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_19), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeGopher_20() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields, ___UriSchemeGopher_20)); }
inline String_t* get_UriSchemeGopher_20() const { return ___UriSchemeGopher_20; }
inline String_t** get_address_of_UriSchemeGopher_20() { return &___UriSchemeGopher_20; }
inline void set_UriSchemeGopher_20(String_t* value)
{
___UriSchemeGopher_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_20), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeHttp_21() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields, ___UriSchemeHttp_21)); }
inline String_t* get_UriSchemeHttp_21() const { return ___UriSchemeHttp_21; }
inline String_t** get_address_of_UriSchemeHttp_21() { return &___UriSchemeHttp_21; }
inline void set_UriSchemeHttp_21(String_t* value)
{
___UriSchemeHttp_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_21), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeHttps_22() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields, ___UriSchemeHttps_22)); }
inline String_t* get_UriSchemeHttps_22() const { return ___UriSchemeHttps_22; }
inline String_t** get_address_of_UriSchemeHttps_22() { return &___UriSchemeHttps_22; }
inline void set_UriSchemeHttps_22(String_t* value)
{
___UriSchemeHttps_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_22), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeMailto_23() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields, ___UriSchemeMailto_23)); }
inline String_t* get_UriSchemeMailto_23() const { return ___UriSchemeMailto_23; }
inline String_t** get_address_of_UriSchemeMailto_23() { return &___UriSchemeMailto_23; }
inline void set_UriSchemeMailto_23(String_t* value)
{
___UriSchemeMailto_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_23), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeNews_24() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields, ___UriSchemeNews_24)); }
inline String_t* get_UriSchemeNews_24() const { return ___UriSchemeNews_24; }
inline String_t** get_address_of_UriSchemeNews_24() { return &___UriSchemeNews_24; }
inline void set_UriSchemeNews_24(String_t* value)
{
___UriSchemeNews_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_24), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeNntp_25() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields, ___UriSchemeNntp_25)); }
inline String_t* get_UriSchemeNntp_25() const { return ___UriSchemeNntp_25; }
inline String_t** get_address_of_UriSchemeNntp_25() { return &___UriSchemeNntp_25; }
inline void set_UriSchemeNntp_25(String_t* value)
{
___UriSchemeNntp_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_25), (void*)value);
}
inline static int32_t get_offset_of_schemes_26() { return static_cast<int32_t>(offsetof(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields, ___schemes_26)); }
inline UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* get_schemes_26() const { return ___schemes_26; }
inline UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C** get_address_of_schemes_26() { return &___schemes_26; }
inline void set_schemes_26(UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* value)
{
___schemes_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___schemes_26), (void*)value);
}
};
// Mono.Security.X509.PKCS12
struct PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 : public RuntimeObject
{
public:
// System.Byte[] Mono.Security.X509.PKCS12::_password
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____password_0;
// System.Collections.ArrayList Mono.Security.X509.PKCS12::_keyBags
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____keyBags_1;
// System.Collections.ArrayList Mono.Security.X509.PKCS12::_secretBags
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____secretBags_2;
// Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::_certs
X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * ____certs_3;
// System.Boolean Mono.Security.X509.PKCS12::_keyBagsChanged
bool ____keyBagsChanged_4;
// System.Boolean Mono.Security.X509.PKCS12::_secretBagsChanged
bool ____secretBagsChanged_5;
// System.Boolean Mono.Security.X509.PKCS12::_certsChanged
bool ____certsChanged_6;
// System.Int32 Mono.Security.X509.PKCS12::_iterations
int32_t ____iterations_7;
// System.Collections.ArrayList Mono.Security.X509.PKCS12::_safeBags
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____safeBags_8;
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_9;
public:
inline static int32_t get_offset_of__password_0() { return static_cast<int32_t>(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____password_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__password_0() const { return ____password_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__password_0() { return &____password_0; }
inline void set__password_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____password_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____password_0), (void*)value);
}
inline static int32_t get_offset_of__keyBags_1() { return static_cast<int32_t>(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____keyBags_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__keyBags_1() const { return ____keyBags_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__keyBags_1() { return &____keyBags_1; }
inline void set__keyBags_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____keyBags_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keyBags_1), (void*)value);
}
inline static int32_t get_offset_of__secretBags_2() { return static_cast<int32_t>(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____secretBags_2)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__secretBags_2() const { return ____secretBags_2; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__secretBags_2() { return &____secretBags_2; }
inline void set__secretBags_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____secretBags_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____secretBags_2), (void*)value);
}
inline static int32_t get_offset_of__certs_3() { return static_cast<int32_t>(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____certs_3)); }
inline X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * get__certs_3() const { return ____certs_3; }
inline X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA ** get_address_of__certs_3() { return &____certs_3; }
inline void set__certs_3(X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * value)
{
____certs_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____certs_3), (void*)value);
}
inline static int32_t get_offset_of__keyBagsChanged_4() { return static_cast<int32_t>(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____keyBagsChanged_4)); }
inline bool get__keyBagsChanged_4() const { return ____keyBagsChanged_4; }
inline bool* get_address_of__keyBagsChanged_4() { return &____keyBagsChanged_4; }
inline void set__keyBagsChanged_4(bool value)
{
____keyBagsChanged_4 = value;
}
inline static int32_t get_offset_of__secretBagsChanged_5() { return static_cast<int32_t>(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____secretBagsChanged_5)); }
inline bool get__secretBagsChanged_5() const { return ____secretBagsChanged_5; }
inline bool* get_address_of__secretBagsChanged_5() { return &____secretBagsChanged_5; }
inline void set__secretBagsChanged_5(bool value)
{
____secretBagsChanged_5 = value;
}
inline static int32_t get_offset_of__certsChanged_6() { return static_cast<int32_t>(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____certsChanged_6)); }
inline bool get__certsChanged_6() const { return ____certsChanged_6; }
inline bool* get_address_of__certsChanged_6() { return &____certsChanged_6; }
inline void set__certsChanged_6(bool value)
{
____certsChanged_6 = value;
}
inline static int32_t get_offset_of__iterations_7() { return static_cast<int32_t>(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____iterations_7)); }
inline int32_t get__iterations_7() const { return ____iterations_7; }
inline int32_t* get_address_of__iterations_7() { return &____iterations_7; }
inline void set__iterations_7(int32_t value)
{
____iterations_7 = value;
}
inline static int32_t get_offset_of__safeBags_8() { return static_cast<int32_t>(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____safeBags_8)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__safeBags_8() const { return ____safeBags_8; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__safeBags_8() { return &____safeBags_8; }
inline void set__safeBags_8(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____safeBags_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeBags_8), (void*)value);
}
inline static int32_t get_offset_of__rng_9() { return static_cast<int32_t>(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____rng_9)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_9() const { return ____rng_9; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_9() { return &____rng_9; }
inline void set__rng_9(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rng_9), (void*)value);
}
};
struct PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_StaticFields
{
public:
// System.Int32 Mono.Security.X509.PKCS12::password_max_length
int32_t ___password_max_length_10;
public:
inline static int32_t get_offset_of_password_max_length_10() { return static_cast<int32_t>(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_StaticFields, ___password_max_length_10)); }
inline int32_t get_password_max_length_10() const { return ___password_max_length_10; }
inline int32_t* get_address_of_password_max_length_10() { return &___password_max_length_10; }
inline void set_password_max_length_10(int32_t value)
{
___password_max_length_10 = value;
}
};
// Mono.Security.X509.PKCS12_DeriveBytes
struct DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 : public RuntimeObject
{
public:
// System.String Mono.Security.X509.PKCS12_DeriveBytes::_hashName
String_t* ____hashName_3;
// System.Int32 Mono.Security.X509.PKCS12_DeriveBytes::_iterations
int32_t ____iterations_4;
// System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::_password
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____password_5;
// System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::_salt
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____salt_6;
public:
inline static int32_t get_offset_of__hashName_3() { return static_cast<int32_t>(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889, ____hashName_3)); }
inline String_t* get__hashName_3() const { return ____hashName_3; }
inline String_t** get_address_of__hashName_3() { return &____hashName_3; }
inline void set__hashName_3(String_t* value)
{
____hashName_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____hashName_3), (void*)value);
}
inline static int32_t get_offset_of__iterations_4() { return static_cast<int32_t>(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889, ____iterations_4)); }
inline int32_t get__iterations_4() const { return ____iterations_4; }
inline int32_t* get_address_of__iterations_4() { return &____iterations_4; }
inline void set__iterations_4(int32_t value)
{
____iterations_4 = value;
}
inline static int32_t get_offset_of__password_5() { return static_cast<int32_t>(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889, ____password_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__password_5() const { return ____password_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__password_5() { return &____password_5; }
inline void set__password_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____password_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____password_5), (void*)value);
}
inline static int32_t get_offset_of__salt_6() { return static_cast<int32_t>(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889, ____salt_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__salt_6() const { return ____salt_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__salt_6() { return &____salt_6; }
inline void set__salt_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____salt_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____salt_6), (void*)value);
}
};
struct DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields
{
public:
// System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::keyDiversifier
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keyDiversifier_0;
// System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::ivDiversifier
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___ivDiversifier_1;
// System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::macDiversifier
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___macDiversifier_2;
public:
inline static int32_t get_offset_of_keyDiversifier_0() { return static_cast<int32_t>(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields, ___keyDiversifier_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_keyDiversifier_0() const { return ___keyDiversifier_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_keyDiversifier_0() { return &___keyDiversifier_0; }
inline void set_keyDiversifier_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___keyDiversifier_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keyDiversifier_0), (void*)value);
}
inline static int32_t get_offset_of_ivDiversifier_1() { return static_cast<int32_t>(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields, ___ivDiversifier_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_ivDiversifier_1() const { return ___ivDiversifier_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_ivDiversifier_1() { return &___ivDiversifier_1; }
inline void set_ivDiversifier_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___ivDiversifier_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ivDiversifier_1), (void*)value);
}
inline static int32_t get_offset_of_macDiversifier_2() { return static_cast<int32_t>(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields, ___macDiversifier_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_macDiversifier_2() const { return ___macDiversifier_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_macDiversifier_2() { return &___macDiversifier_2; }
inline void set_macDiversifier_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___macDiversifier_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___macDiversifier_2), (void*)value);
}
};
// Mono.Security.X509.SafeBag
struct SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 : public RuntimeObject
{
public:
// System.String Mono.Security.X509.SafeBag::_bagOID
String_t* ____bagOID_0;
// Mono.Security.ASN1 Mono.Security.X509.SafeBag::_asn1
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ____asn1_1;
public:
inline static int32_t get_offset_of__bagOID_0() { return static_cast<int32_t>(offsetof(SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945, ____bagOID_0)); }
inline String_t* get__bagOID_0() const { return ____bagOID_0; }
inline String_t** get_address_of__bagOID_0() { return &____bagOID_0; }
inline void set__bagOID_0(String_t* value)
{
____bagOID_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____bagOID_0), (void*)value);
}
inline static int32_t get_offset_of__asn1_1() { return static_cast<int32_t>(offsetof(SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945, ____asn1_1)); }
inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * get__asn1_1() const { return ____asn1_1; }
inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 ** get_address_of__asn1_1() { return &____asn1_1; }
inline void set__asn1_1(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * value)
{
____asn1_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asn1_1), (void*)value);
}
};
// Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator
struct X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F : public RuntimeObject
{
public:
// System.Collections.IEnumerator Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator::enumerator
RuntimeObject* ___enumerator_0;
public:
inline static int32_t get_offset_of_enumerator_0() { return static_cast<int32_t>(offsetof(X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F, ___enumerator_0)); }
inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; }
inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; }
inline void set_enumerator_0(RuntimeObject* value)
{
___enumerator_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumerator_0), (void*)value);
}
};
// Mono.Xml.SmallXmlParser
struct SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 : public RuntimeObject
{
public:
// Mono.Xml.SmallXmlParser_IContentHandler Mono.Xml.SmallXmlParser::handler
RuntimeObject* ___handler_0;
// System.IO.TextReader Mono.Xml.SmallXmlParser::reader
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___reader_1;
// System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___elementNames_2;
// System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___xmlSpaces_3;
// System.String Mono.Xml.SmallXmlParser::xmlSpace
String_t* ___xmlSpace_4;
// System.Text.StringBuilder Mono.Xml.SmallXmlParser::buffer
StringBuilder_t * ___buffer_5;
// System.Char[] Mono.Xml.SmallXmlParser::nameBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___nameBuffer_6;
// System.Boolean Mono.Xml.SmallXmlParser::isWhitespace
bool ___isWhitespace_7;
// Mono.Xml.SmallXmlParser_AttrListImpl Mono.Xml.SmallXmlParser::attributes
AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * ___attributes_8;
// System.Int32 Mono.Xml.SmallXmlParser::line
int32_t ___line_9;
// System.Int32 Mono.Xml.SmallXmlParser::column
int32_t ___column_10;
// System.Boolean Mono.Xml.SmallXmlParser::resetColumn
bool ___resetColumn_11;
public:
inline static int32_t get_offset_of_handler_0() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___handler_0)); }
inline RuntimeObject* get_handler_0() const { return ___handler_0; }
inline RuntimeObject** get_address_of_handler_0() { return &___handler_0; }
inline void set_handler_0(RuntimeObject* value)
{
___handler_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___handler_0), (void*)value);
}
inline static int32_t get_offset_of_reader_1() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___reader_1)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_reader_1() const { return ___reader_1; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_reader_1() { return &___reader_1; }
inline void set_reader_1(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___reader_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value);
}
inline static int32_t get_offset_of_elementNames_2() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___elementNames_2)); }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_elementNames_2() const { return ___elementNames_2; }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_elementNames_2() { return &___elementNames_2; }
inline void set_elementNames_2(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value)
{
___elementNames_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___elementNames_2), (void*)value);
}
inline static int32_t get_offset_of_xmlSpaces_3() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___xmlSpaces_3)); }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_xmlSpaces_3() const { return ___xmlSpaces_3; }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_xmlSpaces_3() { return &___xmlSpaces_3; }
inline void set_xmlSpaces_3(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value)
{
___xmlSpaces_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___xmlSpaces_3), (void*)value);
}
inline static int32_t get_offset_of_xmlSpace_4() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___xmlSpace_4)); }
inline String_t* get_xmlSpace_4() const { return ___xmlSpace_4; }
inline String_t** get_address_of_xmlSpace_4() { return &___xmlSpace_4; }
inline void set_xmlSpace_4(String_t* value)
{
___xmlSpace_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___xmlSpace_4), (void*)value);
}
inline static int32_t get_offset_of_buffer_5() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___buffer_5)); }
inline StringBuilder_t * get_buffer_5() const { return ___buffer_5; }
inline StringBuilder_t ** get_address_of_buffer_5() { return &___buffer_5; }
inline void set_buffer_5(StringBuilder_t * value)
{
___buffer_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value);
}
inline static int32_t get_offset_of_nameBuffer_6() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___nameBuffer_6)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_nameBuffer_6() const { return ___nameBuffer_6; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_nameBuffer_6() { return &___nameBuffer_6; }
inline void set_nameBuffer_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___nameBuffer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nameBuffer_6), (void*)value);
}
inline static int32_t get_offset_of_isWhitespace_7() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___isWhitespace_7)); }
inline bool get_isWhitespace_7() const { return ___isWhitespace_7; }
inline bool* get_address_of_isWhitespace_7() { return &___isWhitespace_7; }
inline void set_isWhitespace_7(bool value)
{
___isWhitespace_7 = value;
}
inline static int32_t get_offset_of_attributes_8() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___attributes_8)); }
inline AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * get_attributes_8() const { return ___attributes_8; }
inline AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 ** get_address_of_attributes_8() { return &___attributes_8; }
inline void set_attributes_8(AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * value)
{
___attributes_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___attributes_8), (void*)value);
}
inline static int32_t get_offset_of_line_9() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___line_9)); }
inline int32_t get_line_9() const { return ___line_9; }
inline int32_t* get_address_of_line_9() { return &___line_9; }
inline void set_line_9(int32_t value)
{
___line_9 = value;
}
inline static int32_t get_offset_of_column_10() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___column_10)); }
inline int32_t get_column_10() const { return ___column_10; }
inline int32_t* get_address_of_column_10() { return &___column_10; }
inline void set_column_10(int32_t value)
{
___column_10 = value;
}
inline static int32_t get_offset_of_resetColumn_11() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___resetColumn_11)); }
inline bool get_resetColumn_11() const { return ___resetColumn_11; }
inline bool* get_address_of_resetColumn_11() { return &___resetColumn_11; }
inline void set_resetColumn_11(bool value)
{
___resetColumn_11 = value;
}
};
struct Il2CppArrayBounds;
// System.Array
// System.BitConverter
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject
{
public:
public:
};
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields
{
public:
// System.Boolean System.BitConverter::IsLittleEndian
bool ___IsLittleEndian_0;
public:
inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast<int32_t>(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); }
inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; }
inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; }
inline void set_IsLittleEndian_0(bool value)
{
___IsLittleEndian_0 = value;
}
};
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
{
public:
// System.Object[] System.Collections.ArrayList::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
// System.Int32 System.Collections.ArrayList::_size
int32_t ____size_1;
// System.Int32 System.Collections.ArrayList::_version
int32_t ____version_2;
// System.Object System.Collections.ArrayList::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
{
public:
// System.Object[] System.Collections.ArrayList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_4;
public:
inline static int32_t get_offset_of_emptyArray_4() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_4() const { return ___emptyArray_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_4() { return &___emptyArray_4; }
inline void set_emptyArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value);
}
};
// System.Collections.CollectionBase
struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Collections.CollectionBase::list
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list_0;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01, ___list_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_list_0() const { return ___list_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
{
public:
public:
};
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
{
public:
// System.EventArgs System.EventArgs::Empty
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value);
}
};
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.IO.Path
struct Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752 : public RuntimeObject
{
public:
public:
};
struct Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields
{
public:
// System.Char[] System.IO.Path::InvalidPathChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___InvalidPathChars_0;
// System.Char System.IO.Path::AltDirectorySeparatorChar
Il2CppChar ___AltDirectorySeparatorChar_1;
// System.Char System.IO.Path::DirectorySeparatorChar
Il2CppChar ___DirectorySeparatorChar_2;
// System.Char System.IO.Path::PathSeparator
Il2CppChar ___PathSeparator_3;
// System.String System.IO.Path::DirectorySeparatorStr
String_t* ___DirectorySeparatorStr_4;
// System.Char System.IO.Path::VolumeSeparatorChar
Il2CppChar ___VolumeSeparatorChar_5;
// System.Char[] System.IO.Path::PathSeparatorChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___PathSeparatorChars_6;
// System.Boolean System.IO.Path::dirEqualsVolume
bool ___dirEqualsVolume_7;
// System.Char[] System.IO.Path::trimEndCharsWindows
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimEndCharsWindows_8;
// System.Char[] System.IO.Path::trimEndCharsUnix
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimEndCharsUnix_9;
public:
inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___InvalidPathChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; }
inline void set_InvalidPathChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___InvalidPathChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___InvalidPathChars_0), (void*)value);
}
inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___AltDirectorySeparatorChar_1)); }
inline Il2CppChar get_AltDirectorySeparatorChar_1() const { return ___AltDirectorySeparatorChar_1; }
inline Il2CppChar* get_address_of_AltDirectorySeparatorChar_1() { return &___AltDirectorySeparatorChar_1; }
inline void set_AltDirectorySeparatorChar_1(Il2CppChar value)
{
___AltDirectorySeparatorChar_1 = value;
}
inline static int32_t get_offset_of_DirectorySeparatorChar_2() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___DirectorySeparatorChar_2)); }
inline Il2CppChar get_DirectorySeparatorChar_2() const { return ___DirectorySeparatorChar_2; }
inline Il2CppChar* get_address_of_DirectorySeparatorChar_2() { return &___DirectorySeparatorChar_2; }
inline void set_DirectorySeparatorChar_2(Il2CppChar value)
{
___DirectorySeparatorChar_2 = value;
}
inline static int32_t get_offset_of_PathSeparator_3() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___PathSeparator_3)); }
inline Il2CppChar get_PathSeparator_3() const { return ___PathSeparator_3; }
inline Il2CppChar* get_address_of_PathSeparator_3() { return &___PathSeparator_3; }
inline void set_PathSeparator_3(Il2CppChar value)
{
___PathSeparator_3 = value;
}
inline static int32_t get_offset_of_DirectorySeparatorStr_4() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___DirectorySeparatorStr_4)); }
inline String_t* get_DirectorySeparatorStr_4() const { return ___DirectorySeparatorStr_4; }
inline String_t** get_address_of_DirectorySeparatorStr_4() { return &___DirectorySeparatorStr_4; }
inline void set_DirectorySeparatorStr_4(String_t* value)
{
___DirectorySeparatorStr_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DirectorySeparatorStr_4), (void*)value);
}
inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___VolumeSeparatorChar_5)); }
inline Il2CppChar get_VolumeSeparatorChar_5() const { return ___VolumeSeparatorChar_5; }
inline Il2CppChar* get_address_of_VolumeSeparatorChar_5() { return &___VolumeSeparatorChar_5; }
inline void set_VolumeSeparatorChar_5(Il2CppChar value)
{
___VolumeSeparatorChar_5 = value;
}
inline static int32_t get_offset_of_PathSeparatorChars_6() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___PathSeparatorChars_6)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; }
inline void set_PathSeparatorChars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___PathSeparatorChars_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___PathSeparatorChars_6), (void*)value);
}
inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___dirEqualsVolume_7)); }
inline bool get_dirEqualsVolume_7() const { return ___dirEqualsVolume_7; }
inline bool* get_address_of_dirEqualsVolume_7() { return &___dirEqualsVolume_7; }
inline void set_dirEqualsVolume_7(bool value)
{
___dirEqualsVolume_7 = value;
}
inline static int32_t get_offset_of_trimEndCharsWindows_8() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___trimEndCharsWindows_8)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_trimEndCharsWindows_8() const { return ___trimEndCharsWindows_8; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_trimEndCharsWindows_8() { return &___trimEndCharsWindows_8; }
inline void set_trimEndCharsWindows_8(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___trimEndCharsWindows_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsWindows_8), (void*)value);
}
inline static int32_t get_offset_of_trimEndCharsUnix_9() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___trimEndCharsUnix_9)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_trimEndCharsUnix_9() const { return ___trimEndCharsUnix_9; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_trimEndCharsUnix_9() { return &___trimEndCharsUnix_9; }
inline void set_trimEndCharsUnix_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___trimEndCharsUnix_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsUnix_9), (void*)value);
}
};
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue
int32_t ___KeySizeValue_0;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_1;
public:
inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___KeySizeValue_0)); }
inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; }
inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; }
inline void set_KeySizeValue_0(int32_t value)
{
___KeySizeValue_0 = value;
}
inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___LegalKeySizesValue_1)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; }
inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___LegalKeySizesValue_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_1), (void*)value);
}
};
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue
int32_t ___HashSizeValue_0;
// System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___HashValue_1;
// System.Int32 System.Security.Cryptography.HashAlgorithm::State
int32_t ___State_2;
// System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed
bool ___m_bDisposed_3;
public:
inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashSizeValue_0)); }
inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; }
inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; }
inline void set_HashSizeValue_0(int32_t value)
{
___HashSizeValue_0 = value;
}
inline static int32_t get_offset_of_HashValue_1() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashValue_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_HashValue_1() const { return ___HashValue_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_HashValue_1() { return &___HashValue_1; }
inline void set_HashValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___HashValue_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value);
}
inline static int32_t get_offset_of_State_2() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___State_2)); }
inline int32_t get_State_2() const { return ___State_2; }
inline int32_t* get_address_of_State_2() { return &___State_2; }
inline void set_State_2(int32_t value)
{
___State_2 = value;
}
inline static int32_t get_offset_of_m_bDisposed_3() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___m_bDisposed_3)); }
inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; }
inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; }
inline void set_m_bDisposed_3(bool value)
{
___m_bDisposed_3 = value;
}
};
// System.Security.Cryptography.KeySizes
struct KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.KeySizes::m_minSize
int32_t ___m_minSize_0;
// System.Int32 System.Security.Cryptography.KeySizes::m_maxSize
int32_t ___m_maxSize_1;
// System.Int32 System.Security.Cryptography.KeySizes::m_skipSize
int32_t ___m_skipSize_2;
public:
inline static int32_t get_offset_of_m_minSize_0() { return static_cast<int32_t>(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_minSize_0)); }
inline int32_t get_m_minSize_0() const { return ___m_minSize_0; }
inline int32_t* get_address_of_m_minSize_0() { return &___m_minSize_0; }
inline void set_m_minSize_0(int32_t value)
{
___m_minSize_0 = value;
}
inline static int32_t get_offset_of_m_maxSize_1() { return static_cast<int32_t>(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_maxSize_1)); }
inline int32_t get_m_maxSize_1() const { return ___m_maxSize_1; }
inline int32_t* get_address_of_m_maxSize_1() { return &___m_maxSize_1; }
inline void set_m_maxSize_1(int32_t value)
{
___m_maxSize_1 = value;
}
inline static int32_t get_offset_of_m_skipSize_2() { return static_cast<int32_t>(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_skipSize_2)); }
inline int32_t get_m_skipSize_2() const { return ___m_skipSize_2; }
inline int32_t* get_address_of_m_skipSize_2() { return &___m_skipSize_2; }
inline void set_m_skipSize_2(int32_t value)
{
___m_skipSize_2 = value;
}
};
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 : public RuntimeObject
{
public:
public:
};
// System.Security.SecurityElement
struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 : public RuntimeObject
{
public:
// System.String System.Security.SecurityElement::text
String_t* ___text_0;
// System.String System.Security.SecurityElement::tag
String_t* ___tag_1;
// System.Collections.ArrayList System.Security.SecurityElement::attributes
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___attributes_2;
// System.Collections.ArrayList System.Security.SecurityElement::children
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___children_3;
public:
inline static int32_t get_offset_of_text_0() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___text_0)); }
inline String_t* get_text_0() const { return ___text_0; }
inline String_t** get_address_of_text_0() { return &___text_0; }
inline void set_text_0(String_t* value)
{
___text_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___text_0), (void*)value);
}
inline static int32_t get_offset_of_tag_1() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___tag_1)); }
inline String_t* get_tag_1() const { return ___tag_1; }
inline String_t** get_address_of_tag_1() { return &___tag_1; }
inline void set_tag_1(String_t* value)
{
___tag_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tag_1), (void*)value);
}
inline static int32_t get_offset_of_attributes_2() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___attributes_2)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_attributes_2() const { return ___attributes_2; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_attributes_2() { return &___attributes_2; }
inline void set_attributes_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___attributes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___attributes_2), (void*)value);
}
inline static int32_t get_offset_of_children_3() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___children_3)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_children_3() const { return ___children_3; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_children_3() { return &___children_3; }
inline void set_children_3(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___children_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___children_3), (void*)value);
}
};
struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields
{
public:
// System.Char[] System.Security.SecurityElement::invalid_tag_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_tag_chars_4;
// System.Char[] System.Security.SecurityElement::invalid_text_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_text_chars_5;
// System.Char[] System.Security.SecurityElement::invalid_attr_name_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_attr_name_chars_6;
// System.Char[] System.Security.SecurityElement::invalid_attr_value_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_attr_value_chars_7;
// System.Char[] System.Security.SecurityElement::invalid_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_chars_8;
public:
inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_tag_chars_4)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; }
inline void set_invalid_tag_chars_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_tag_chars_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_tag_chars_4), (void*)value);
}
inline static int32_t get_offset_of_invalid_text_chars_5() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_text_chars_5)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; }
inline void set_invalid_text_chars_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_text_chars_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_text_chars_5), (void*)value);
}
inline static int32_t get_offset_of_invalid_attr_name_chars_6() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_attr_name_chars_6)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; }
inline void set_invalid_attr_name_chars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_attr_name_chars_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_name_chars_6), (void*)value);
}
inline static int32_t get_offset_of_invalid_attr_value_chars_7() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_attr_value_chars_7)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; }
inline void set_invalid_attr_value_chars_7(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_attr_value_chars_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_value_chars_7), (void*)value);
}
inline static int32_t get_offset_of_invalid_chars_8() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_chars_8)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_chars_8() const { return ___invalid_chars_8; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_chars_8() { return &___invalid_chars_8; }
inline void set_invalid_chars_8(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_chars_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_chars_8), (void*)value);
}
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14;
public:
inline static int32_t get_offset_of_m_codePage_9() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); }
inline int32_t get_m_codePage_9() const { return ___m_codePage_9; }
inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; }
inline void set_m_codePage_9(int32_t value)
{
___m_codePage_9 = value;
}
inline static int32_t get_offset_of_dataItem_10() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; }
inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); }
inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; }
inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; }
inline void set_m_deserializedFromEverett_11(bool value)
{
___m_deserializedFromEverett_11 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); }
inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; }
inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; }
inline void set_m_isReadOnly_12(bool value)
{
___m_isReadOnly_12 = value;
}
inline static int32_t get_offset_of_encoderFallback_13() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; }
inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value);
}
inline static int32_t get_offset_of_decoderFallback_14() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; }
inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_15;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); }
inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; }
inline void set_s_InternalSyncObject_15(RuntimeObject * value)
{
___s_InternalSyncObject_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value);
}
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018
struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080
struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614
struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120
struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208
struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130
struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
struct __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05__padding[14];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450
struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16
struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162
struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665
struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174
struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20
struct __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63__padding[20];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048
struct __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02__padding[2048];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100
struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212
struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252
struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350
struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382
struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24
struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240
struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262
struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288
struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132
struct __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333__padding[3132];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320
struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360
struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38
struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096
struct __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23__padding[4096];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42
struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48
struct __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A__padding[48];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52
struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56
struct __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10__padding[56];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640
struct __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910__padding[640];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72
struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76
struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D82
struct __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B__padding[82];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84
struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
struct __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928__padding[9];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94
struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998
struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998];
};
public:
};
// Mono.Security.Cryptography.MD2
struct MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// Mono.Security.Cryptography.MD4
struct MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// Mono.Security.Uri_UriScheme
struct UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089
{
public:
// System.String Mono.Security.Uri_UriScheme::scheme
String_t* ___scheme_0;
// System.String Mono.Security.Uri_UriScheme::delimiter
String_t* ___delimiter_1;
// System.Int32 Mono.Security.Uri_UriScheme::defaultPort
int32_t ___defaultPort_2;
public:
inline static int32_t get_offset_of_scheme_0() { return static_cast<int32_t>(offsetof(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089, ___scheme_0)); }
inline String_t* get_scheme_0() const { return ___scheme_0; }
inline String_t** get_address_of_scheme_0() { return &___scheme_0; }
inline void set_scheme_0(String_t* value)
{
___scheme_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___scheme_0), (void*)value);
}
inline static int32_t get_offset_of_delimiter_1() { return static_cast<int32_t>(offsetof(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089, ___delimiter_1)); }
inline String_t* get_delimiter_1() const { return ___delimiter_1; }
inline String_t** get_address_of_delimiter_1() { return &___delimiter_1; }
inline void set_delimiter_1(String_t* value)
{
___delimiter_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delimiter_1), (void*)value);
}
inline static int32_t get_offset_of_defaultPort_2() { return static_cast<int32_t>(offsetof(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089, ___defaultPort_2)); }
inline int32_t get_defaultPort_2() const { return ___defaultPort_2; }
inline int32_t* get_address_of_defaultPort_2() { return &___defaultPort_2; }
inline void set_defaultPort_2(int32_t value)
{
___defaultPort_2 = value;
}
};
// Native definition for P/Invoke marshalling of Mono.Security.Uri/UriScheme
struct UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_pinvoke
{
char* ___scheme_0;
char* ___delimiter_1;
int32_t ___defaultPort_2;
};
// Native definition for COM marshalling of Mono.Security.Uri/UriScheme
struct UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_com
{
Il2CppChar* ___scheme_0;
Il2CppChar* ___delimiter_1;
int32_t ___defaultPort_2;
};
// Mono.Security.X509.X509CertificateCollection
struct X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA : public CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01
{
public:
public:
};
// Mono.Xml.SecurityParser
struct SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 : public SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196
{
public:
// System.Security.SecurityElement Mono.Xml.SecurityParser::root
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___root_12;
// System.Security.SecurityElement Mono.Xml.SecurityParser::current
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___current_13;
// System.Collections.Stack Mono.Xml.SecurityParser::stack
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___stack_14;
public:
inline static int32_t get_offset_of_root_12() { return static_cast<int32_t>(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___root_12)); }
inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * get_root_12() const { return ___root_12; }
inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 ** get_address_of_root_12() { return &___root_12; }
inline void set_root_12(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * value)
{
___root_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___root_12), (void*)value);
}
inline static int32_t get_offset_of_current_13() { return static_cast<int32_t>(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___current_13)); }
inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * get_current_13() const { return ___current_13; }
inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 ** get_address_of_current_13() { return &___current_13; }
inline void set_current_13(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * value)
{
___current_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_13), (void*)value);
}
inline static int32_t get_offset_of_stack_14() { return static_cast<int32_t>(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___stack_14)); }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_stack_14() const { return ___stack_14; }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_stack_14() { return &___stack_14; }
inline void set_stack_14(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value)
{
___stack_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stack_14), (void*)value);
}
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
// System.Guid
struct Guid_t
{
public:
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
public:
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
inline int32_t get__a_1() const { return ____a_1; }
inline int32_t* get_address_of__a_1() { return &____a_1; }
inline void set__a_1(int32_t value)
{
____a_1 = value;
}
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
inline int16_t get__b_2() const { return ____b_2; }
inline int16_t* get_address_of__b_2() { return &____b_2; }
inline void set__b_2(int16_t value)
{
____b_2 = value;
}
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
inline int16_t get__c_3() const { return ____c_3; }
inline int16_t* get_address_of__c_3() { return &____c_3; }
inline void set__c_3(int16_t value)
{
____c_3 = value;
}
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
inline uint8_t get__d_4() const { return ____d_4; }
inline uint8_t* get_address_of__d_4() { return &____d_4; }
inline void set__d_4(uint8_t value)
{
____d_4 = value;
}
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
inline uint8_t get__e_5() const { return ____e_5; }
inline uint8_t* get_address_of__e_5() { return &____e_5; }
inline void set__e_5(uint8_t value)
{
____e_5 = value;
}
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
inline uint8_t get__f_6() const { return ____f_6; }
inline uint8_t* get_address_of__f_6() { return &____f_6; }
inline void set__f_6(uint8_t value)
{
____f_6 = value;
}
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
inline uint8_t get__g_7() const { return ____g_7; }
inline uint8_t* get_address_of__g_7() { return &____g_7; }
inline void set__g_7(uint8_t value)
{
____g_7 = value;
}
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
inline uint8_t get__h_8() const { return ____h_8; }
inline uint8_t* get_address_of__h_8() { return &____h_8; }
inline void set__h_8(uint8_t value)
{
____h_8 = value;
}
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
inline uint8_t get__i_9() const { return ____i_9; }
inline uint8_t* get_address_of__i_9() { return &____i_9; }
inline void set__i_9(uint8_t value)
{
____i_9 = value;
}
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
inline uint8_t get__j_10() const { return ____j_10; }
inline uint8_t* get_address_of__j_10() { return &____j_10; }
inline void set__j_10(uint8_t value)
{
____j_10 = value;
}
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
inline uint8_t get__k_11() const { return ____k_11; }
inline uint8_t* get_address_of__k_11() { return &____k_11; }
inline void set__k_11(uint8_t value)
{
____k_11 = value;
}
};
struct Guid_t_StaticFields
{
public:
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
// System.Object System.Guid::_rngAccess
RuntimeObject * ____rngAccess_12;
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
inline Guid_t get_Empty_0() const { return ___Empty_0; }
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(Guid_t value)
{
___Empty_0 = value;
}
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
inline void set__rngAccess_12(RuntimeObject * value)
{
____rngAccess_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value);
}
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value);
}
};
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
}
};
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
public:
};
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields
{
public:
// System.Func`2<System.Object,System.String> System.IO.TextReader::_ReadLineDelegate
Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1;
// System.Func`2<System.Object,System.Int32> System.IO.TextReader::_ReadDelegate
Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2;
// System.IO.TextReader System.IO.TextReader::Null
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3;
public:
inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; }
inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value)
{
____ReadLineDelegate_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value);
}
inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; }
inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value)
{
____ReadDelegate_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value);
}
inline static int32_t get_offset_of_Null_3() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; }
inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___Null_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value);
}
};
// System.IO.TextWriter
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.Char[] System.IO.TextWriter::CoreNewLine
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___CoreNewLine_9;
// System.IFormatProvider System.IO.TextWriter::InternalFormatProvider
RuntimeObject* ___InternalFormatProvider_10;
public:
inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___CoreNewLine_9)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_CoreNewLine_9() const { return ___CoreNewLine_9; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; }
inline void set_CoreNewLine_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___CoreNewLine_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value);
}
inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___InternalFormatProvider_10)); }
inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; }
inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; }
inline void set_InternalFormatProvider_10(RuntimeObject* value)
{
___InternalFormatProvider_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value);
}
};
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields
{
public:
// System.IO.TextWriter System.IO.TextWriter::Null
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___Null_1;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharDelegate_2;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteStringDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteStringDelegate_3;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharArrayRangeDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharArrayRangeDelegate_4;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharDelegate_5;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineStringDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineStringDelegate_6;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharArrayRangeDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharArrayRangeDelegate_7;
// System.Action`1<System.Object> System.IO.TextWriter::_FlushDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____FlushDelegate_8;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ___Null_1)); }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_Null_1() const { return ___Null_1; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
}
inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharDelegate_2)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; }
inline void set__WriteCharDelegate_2(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteCharDelegate_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value);
}
inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteStringDelegate_3)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; }
inline void set__WriteStringDelegate_3(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteStringDelegate_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value);
}
inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharArrayRangeDelegate_4)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; }
inline void set__WriteCharArrayRangeDelegate_4(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteCharArrayRangeDelegate_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value);
}
inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharDelegate_5)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; }
inline void set__WriteLineCharDelegate_5(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineCharDelegate_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value);
}
inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineStringDelegate_6)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; }
inline void set__WriteLineStringDelegate_6(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineStringDelegate_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value);
}
inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; }
inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineCharArrayRangeDelegate_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value);
}
inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____FlushDelegate_8)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__FlushDelegate_8() const { return ____FlushDelegate_8; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; }
inline void set__FlushDelegate_8(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____FlushDelegate_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value);
}
};
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(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<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
// System.Security.Cryptography.DSA
struct DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB
{
public:
public:
};
// System.Security.Cryptography.DSAParameters
struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6
{
public:
// System.Byte[] System.Security.Cryptography.DSAParameters::P
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___P_0;
// System.Byte[] System.Security.Cryptography.DSAParameters::Q
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Q_1;
// System.Byte[] System.Security.Cryptography.DSAParameters::G
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___G_2;
// System.Byte[] System.Security.Cryptography.DSAParameters::Y
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Y_3;
// System.Byte[] System.Security.Cryptography.DSAParameters::J
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___J_4;
// System.Byte[] System.Security.Cryptography.DSAParameters::X
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___X_5;
// System.Byte[] System.Security.Cryptography.DSAParameters::Seed
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Seed_6;
// System.Int32 System.Security.Cryptography.DSAParameters::Counter
int32_t ___Counter_7;
public:
inline static int32_t get_offset_of_P_0() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___P_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_P_0() const { return ___P_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_P_0() { return &___P_0; }
inline void set_P_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___P_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value);
}
inline static int32_t get_offset_of_Q_1() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Q_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Q_1() const { return ___Q_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Q_1() { return &___Q_1; }
inline void set_Q_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Q_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Q_1), (void*)value);
}
inline static int32_t get_offset_of_G_2() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___G_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_G_2() const { return ___G_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_G_2() { return &___G_2; }
inline void set_G_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___G_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___G_2), (void*)value);
}
inline static int32_t get_offset_of_Y_3() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Y_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Y_3() const { return ___Y_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Y_3() { return &___Y_3; }
inline void set_Y_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Y_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Y_3), (void*)value);
}
inline static int32_t get_offset_of_J_4() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___J_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_J_4() const { return ___J_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_J_4() { return &___J_4; }
inline void set_J_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___J_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___J_4), (void*)value);
}
inline static int32_t get_offset_of_X_5() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___X_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_X_5() const { return ___X_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_X_5() { return &___X_5; }
inline void set_X_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___X_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___X_5), (void*)value);
}
inline static int32_t get_offset_of_Seed_6() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Seed_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Seed_6() const { return ___Seed_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Seed_6() { return &___Seed_6; }
inline void set_Seed_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Seed_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Seed_6), (void*)value);
}
inline static int32_t get_offset_of_Counter_7() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Counter_7)); }
inline int32_t get_Counter_7() const { return ___Counter_7; }
inline int32_t* get_address_of_Counter_7() { return &___Counter_7; }
inline void set_Counter_7(int32_t value)
{
___Counter_7 = value;
}
};
// Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters
struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_pinvoke
{
Il2CppSafeArray/*NONE*/* ___P_0;
Il2CppSafeArray/*NONE*/* ___Q_1;
Il2CppSafeArray/*NONE*/* ___G_2;
Il2CppSafeArray/*NONE*/* ___Y_3;
Il2CppSafeArray/*NONE*/* ___J_4;
Il2CppSafeArray/*NONE*/* ___X_5;
Il2CppSafeArray/*NONE*/* ___Seed_6;
int32_t ___Counter_7;
};
// Native definition for COM marshalling of System.Security.Cryptography.DSAParameters
struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_com
{
Il2CppSafeArray/*NONE*/* ___P_0;
Il2CppSafeArray/*NONE*/* ___Q_1;
Il2CppSafeArray/*NONE*/* ___G_2;
Il2CppSafeArray/*NONE*/* ___Y_3;
Il2CppSafeArray/*NONE*/* ___J_4;
Il2CppSafeArray/*NONE*/* ___X_5;
Il2CppSafeArray/*NONE*/* ___Seed_6;
int32_t ___Counter_7;
};
// System.Security.Cryptography.KeyedHashAlgorithm
struct KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
// System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::KeyValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___KeyValue_4;
public:
inline static int32_t get_offset_of_KeyValue_4() { return static_cast<int32_t>(offsetof(KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B, ___KeyValue_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_KeyValue_4() const { return ___KeyValue_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_KeyValue_4() { return &___KeyValue_4; }
inline void set_KeyValue_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___KeyValue_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___KeyValue_4), (void*)value);
}
};
// System.Security.Cryptography.MD5
struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.RIPEMD160
struct RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.RSA
struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB
{
public:
public:
};
// System.Security.Cryptography.RSAParameters
struct RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717
{
public:
// System.Byte[] System.Security.Cryptography.RSAParameters::Exponent
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Exponent_0;
// System.Byte[] System.Security.Cryptography.RSAParameters::Modulus
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Modulus_1;
// System.Byte[] System.Security.Cryptography.RSAParameters::P
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___P_2;
// System.Byte[] System.Security.Cryptography.RSAParameters::Q
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Q_3;
// System.Byte[] System.Security.Cryptography.RSAParameters::DP
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___DP_4;
// System.Byte[] System.Security.Cryptography.RSAParameters::DQ
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___DQ_5;
// System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___InverseQ_6;
// System.Byte[] System.Security.Cryptography.RSAParameters::D
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___D_7;
public:
inline static int32_t get_offset_of_Exponent_0() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Exponent_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Exponent_0() const { return ___Exponent_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Exponent_0() { return &___Exponent_0; }
inline void set_Exponent_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Exponent_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Exponent_0), (void*)value);
}
inline static int32_t get_offset_of_Modulus_1() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Modulus_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Modulus_1() const { return ___Modulus_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Modulus_1() { return &___Modulus_1; }
inline void set_Modulus_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Modulus_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Modulus_1), (void*)value);
}
inline static int32_t get_offset_of_P_2() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___P_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_P_2() const { return ___P_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_P_2() { return &___P_2; }
inline void set_P_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___P_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___P_2), (void*)value);
}
inline static int32_t get_offset_of_Q_3() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Q_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Q_3() const { return ___Q_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Q_3() { return &___Q_3; }
inline void set_Q_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Q_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Q_3), (void*)value);
}
inline static int32_t get_offset_of_DP_4() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___DP_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_DP_4() const { return ___DP_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_DP_4() { return &___DP_4; }
inline void set_DP_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___DP_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DP_4), (void*)value);
}
inline static int32_t get_offset_of_DQ_5() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___DQ_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_DQ_5() const { return ___DQ_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_DQ_5() { return &___DQ_5; }
inline void set_DQ_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___DQ_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DQ_5), (void*)value);
}
inline static int32_t get_offset_of_InverseQ_6() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___InverseQ_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_InverseQ_6() const { return ___InverseQ_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_InverseQ_6() { return &___InverseQ_6; }
inline void set_InverseQ_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___InverseQ_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___InverseQ_6), (void*)value);
}
inline static int32_t get_offset_of_D_7() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___D_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_D_7() const { return ___D_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_D_7() { return &___D_7; }
inline void set_D_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___D_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___D_7), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters
struct RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717_marshaled_pinvoke
{
Il2CppSafeArray/*NONE*/* ___Exponent_0;
Il2CppSafeArray/*NONE*/* ___Modulus_1;
Il2CppSafeArray/*NONE*/* ___P_2;
Il2CppSafeArray/*NONE*/* ___Q_3;
Il2CppSafeArray/*NONE*/* ___DP_4;
Il2CppSafeArray/*NONE*/* ___DQ_5;
Il2CppSafeArray/*NONE*/* ___InverseQ_6;
Il2CppSafeArray/*NONE*/* ___D_7;
};
// Native definition for COM marshalling of System.Security.Cryptography.RSAParameters
struct RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717_marshaled_com
{
Il2CppSafeArray/*NONE*/* ___Exponent_0;
Il2CppSafeArray/*NONE*/* ___Modulus_1;
Il2CppSafeArray/*NONE*/* ___P_2;
Il2CppSafeArray/*NONE*/* ___Q_3;
Il2CppSafeArray/*NONE*/* ___DP_4;
Il2CppSafeArray/*NONE*/* ___DQ_5;
Il2CppSafeArray/*NONE*/* ___InverseQ_6;
Il2CppSafeArray/*NONE*/* ___D_7;
};
// System.Security.Cryptography.SHA1
struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.SHA256
struct SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.SHA384
struct SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.SHA512
struct SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
{
public:
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
inline uint64_t get_m_value_0() const { return ___m_value_0; }
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint64_t value)
{
___m_value_0 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::0392525BCB01691D1F319D89F2C12BF93A478467
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___0392525BCB01691D1F319D89F2C12BF93A478467_0;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::0588059ACBD52F7EA2835882F977A9CF72EB9775
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84 <PrivateImplementationDetails>::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C
__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240 <PrivateImplementationDetails>::121EC59E23F7559B28D338D562528F6299C2DE22
__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 ___121EC59E23F7559B28D338D562528F6299C2DE22_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::12D04472A8285260EA12FD3813CDFA9F2D2B548C
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::13A35EF1A549297C70E2AD46045BBD2ECA17852D
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::1730F09044E91DB8371B849EFF5E6D17BDE4AED0
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::1FE6CE411858B3D864679DE2139FB081F08BFACD
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::235D99572263B22ADFEE10FDA0C25E12F4D94FFC
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::25420D0055076FA8D3E4DD96BC53AE24DE6E619F
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208 <PrivateImplementationDetails>::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E
__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42 <PrivateImplementationDetails>::29C1A61550F0E3260E1953D4FAD71C256218EF40
__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::2BA840FF6020B8FF623DBCB7188248CF853FAF4F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2C840AFA48C27B9C05593E468C1232CA1CC74AFD
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::2D1DA5BB407F0C11C3B5116196C0C6374D932B20
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130
__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::320B018758ECE3752FFEDBAEB1A6DB67C80B9359
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::34476C29F6F81C989CFCA42F7C06E84C66236834
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___34476C29F6F81C989CFCA42F7C06E84C66236834_22;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382 <PrivateImplementationDetails>::35EED060772F2748D13B745DAEC8CD7BD3B87604
__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38 <PrivateImplementationDetails>::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3
__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450 <PrivateImplementationDetails>::379C06C9E702D31469C29033F0DD63931EB349F5
__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 ___379C06C9E702D31469C29033F0DD63931EB349F5_25;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::399BD13E240F33F808CA7940293D6EC4E6FD5A00
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::39C9CE73C7B0619D409EF28344F687C1B5C130FE
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320 <PrivateImplementationDetails>::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851
__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::3E3442C7396F3F2BB4C7348F4A2074C7DC677D68
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3E823444D2DFECF0F90B436B88F02A533CB376F1
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665 <PrivateImplementationDetails>::40981BAA39513E58B28DCF0103CC04DE2A0A0444
__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::40E7C49413D261F3F38AD3A870C0AC69C8BDA048
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::421EC7E82F2967DF6CA8C3605514DC6F29EE5845
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::433175D38B13FFE177FDD661A309F1B528B3F6E2
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::46232052BC757E030490D851F265FB47FA100902
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___46232052BC757E030490D851F265FB47FA100902_36;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::4858DB4AA76D3933F1CA9E6712D4FDB16903F628
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::4F7A8890F332B22B8DE0BD29D36FA7364748D76A
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::536422B321459B242ADED7240B7447E904E083E3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_40;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080 <PrivateImplementationDetails>::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3
__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::56DFA5053B3131883637F53219E7D88CCEF35949
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___56DFA5053B3131883637F53219E7D88CCEF35949_42;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::57218C316B6921E2CD61027A2387EDC31A2D9471
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_43;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::57F320D62696EC99727E0FE2045A05F1289CC0C6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::5BBDF8058D4235C33F2E8DCF76004031B6187A2F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288 <PrivateImplementationDetails>::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF
__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::5BFE2819B4778217C56416C7585FF0E56EBACD89
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::609C0E8D8DA86A09D6013D301C86BA8782C16B8C
__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::62BAB0F245E66C3EB982CF5A7015F0A7C3382283
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::646036A65DECCD6835C914A46E6E44B729433B60
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___646036A65DECCD6835C914A46E6E44B729433B60_51;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::65E32B4E150FD8D24B93B0D42A17F1DAD146162B
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::6770974FEF1E98B9C1864370E2B5B786EB0EA39E
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::67EEAD805D708D9AA4E14BF747E44CED801744F3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::6C71197D228427B2864C69B357FEF73D8C9D59DF
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::6CEE45445AFD150B047A5866FFA76AA651CDB7B7
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::6D797C11E1D4FB68B6570CF2A92B792433527065
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_58;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132 <PrivateImplementationDetails>::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9
__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::6FC754859E4EC74E447048364B216D825C6F8FE7
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_60;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::704939CD172085D1295FCE3F1D92431D685D7AA2
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_61;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::7088AAE49F0627B72729078DE6E3182DDCF8ED99
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::7341C933A70EAE383CC50C4B945ADB8E08F06737
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::736D39815215889F11249D9958F6ED12D37B9F57
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_64;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::7F42F2EDC974BE29B2746957416ED1AEFA605F47
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252 <PrivateImplementationDetails>::811A927B7DADD378BE60BBDE794B9277AA9B50EC
__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::81917F1E21F3C22B9F916994547A614FB03E968E
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_68;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::823566DA642D6EA356E15585921F2A4CA23D6760
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_69;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::82C2A59850B2E85BCE1A45A479537A384DF6098D
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::86F4F563FA2C61798AE6238D789139739428463A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_72;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::871B9CF85DB352BAADF12BAE8F19857683E385AC
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::89A040451C8CC5C8FB268BE44BDD74964C104155
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_74;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::8AEFB06C426E07A0A671A1E2488B4858D694A730
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8CAA092E783257106251246FF5C97F88D28517A6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_76;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100 <PrivateImplementationDetails>::8D231DD55FE1AD7631BBD0905A17D5EB616C2154
__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8E10AC2F34545DFBBF3FCBC06055D797A8C99991
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640 <PrivateImplementationDetails>::90A0542282A011472F94E97CEAE59F8B3B1A3291
__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::93A63E90605400F34B49F0EB3361D23C89164BDA
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_81;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::94841DD2F330CCB1089BF413E4FA9B04505152E2
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::95264589E48F94B7857CFF398FB72A537E13EEE2
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_83;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::95C48758CAE1715783472FB073AB158AB8A0AB2A
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::973417296623D8DC6961B09664E54039E44CA5D8
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_85;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::97FB30C84FF4A41CD4625B44B2940BFC8DB43003
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::A0074C15377C0C870B055927403EA9FA7A349D12
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_90;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130 <PrivateImplementationDetails>::A1319B706116AB2C6D44483F60A7D0ACEA543396
__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91;
// System.Int64 <PrivateImplementationDetails>::A13AA52274D951A18029131A8DDECF76B569A15D
int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_92;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::A323DB0813C4D072957BA6FDA79D9776674CD06B
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::A5444763673307F6828C748D4B9708CFC02B0959
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_94;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::A6732F8E7FC23766AB329B492D6BF82E3B33233F
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::A705A106D95282BD15E13EEA6B0AF583FF786D83
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018 <PrivateImplementationDetails>::A8A491E4CED49AE0027560476C10D933CE70C8DF
__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::AC791C4F39504D1184B73478943D0636258DA7B1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_98;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::AFCD4E1211233E99373A3367B23105A3D624B1F2
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998 <PrivateImplementationDetails>::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45
__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162 <PrivateImplementationDetails>::B8864ACB9DD69E3D42151513C840AAE270BF21C8
__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360 <PrivateImplementationDetails>::B8F87834C3597B2EEF22BA6D3A392CC925636401
__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::B9B670F134A59FB1107AF01A9FE8F8E3980B3093
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20 <PrivateImplementationDetails>::BE1BDEC0AA74B4DCB079943E70528096CCA985F8
__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::BEBC9ECC660A13EFC359BA3383411F698CFF25DB
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::BF5EB60806ECB74EE484105DD9D6F463BF994867
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112;
// System.Int64 <PrivateImplementationDetails>::C1A1100642BA9685B30A84D97348484E14AA1865
int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_113;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::C6F364A0AD934EFED8909446C215752E565D77C1
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_114;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::CE5835130F5277F63D716FC9115526B0AC68FFAD
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::CE93C35B755802BC4B3D180716B048FC61701EF7
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_116;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::CF0B42666EF5E37EDEA0AB8E173E42C196D03814
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D117188BE8D4609C0D531C51B0BB911A4219DEBE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D2C5BAE967587C6F3D9F2C4551911E0575A1101F
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D82 <PrivateImplementationDetails>::D76478B994B312CD022DCA207AA2254880D2FCC9
__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B ___D76478B994B312CD022DCA207AA2254880D2FCC9_122;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::DA19DB47B583EFCF7825D2E39D661D2354F28219
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56 <PrivateImplementationDetails>::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82
__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::DD3AEFEADB1CD615F3017763F1568179FEE640B0
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::E1827270A5FE1C85F5352A66FD87BA747213D006
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_127;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::E45BAB43F7D5D038672B3E3431F92E34A7AF2571
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::E75835D001C843F156FBA01B001DFE1B8029AC17
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_129;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::E92B39D8233061927D9ACDE54665E68E7535635A
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_130;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::EA9506959484C55CFE0C139C624DF6060E285866
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_131;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262 <PrivateImplementationDetails>::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D
__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::EBF68F411848D603D059DFDEA2321C5A5EA78044
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::EC89C317EA2BF49A70EFF5E89C691E34733D7C37
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::F06E829E62F3AFBC045D064E10A4F5DF7C969612
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614 <PrivateImplementationDetails>::F073AA332018FDA0D572E99448FFF1D6422BD520
__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_138;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::F34B0E10653402E8F788F8BC3F7CD7090928A429
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::F37E34BEADB04F34FCC31078A59F49856CA83D5B
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94 <PrivateImplementationDetails>::F512A9ABF88066AAEB92684F95CC05D8101B462B
__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::F8FAABB821300AA500C2CEC6091B3782A7FB44A4
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350 <PrivateImplementationDetails>::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B
__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143;
public:
inline static int32_t get_offset_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0392525BCB01691D1F319D89F2C12BF93A478467_0)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U30392525BCB01691D1F319D89F2C12BF93A478467_0() const { return ___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return &___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
inline void set_U30392525BCB01691D1F319D89F2C12BF93A478467_0(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___0392525BCB01691D1F319D89F2C12BF93A478467_0 = value;
}
inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___0588059ACBD52F7EA2835882F977A9CF72EB9775_1 = value;
}
inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2)); }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2(__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A value)
{
___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2 = value;
}
inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_3)); }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 get_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_3(__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 value)
{
___121EC59E23F7559B28D338D562528F6299C2DE22_3 = value;
}
inline static int32_t get_offset_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() const { return ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return &___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
inline void set_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4 = value;
}
inline static int32_t get_offset_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() const { return ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return &___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
inline void set_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5 = value;
}
inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6 = value;
}
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___1A84029C80CB5518379F199F53FF08A7B764F8FD_7 = value;
}
inline static int32_t get_offset_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() const { return ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return &___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
inline void set_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8 = value;
}
inline static int32_t get_offset_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() const { return ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return &___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
inline void set_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9 = value;
}
inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___1FE6CE411858B3D864679DE2139FB081F08BFACD_10 = value;
}
inline static int32_t get_offset_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() const { return ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return &___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
inline void set_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11 = value;
}
inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12 = value;
}
inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13)); }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13(__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD value)
{
___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13 = value;
}
inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14)); }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14(__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 value)
{
___29C1A61550F0E3260E1953D4FAD71C256218EF40_14 = value;
}
inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15 = value;
}
inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16 = value;
}
inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17 = value;
}
inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18 = value;
}
inline static int32_t get_offset_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19)); }
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 get_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() const { return ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 * get_address_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return &___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
inline void set_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19(__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 value)
{
___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19 = value;
}
inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20 = value;
}
inline static int32_t get_offset_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() const { return ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return &___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
inline void set_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21 = value;
}
inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_22)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_22(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___34476C29F6F81C989CFCA42F7C06E84C66236834_22 = value;
}
inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23)); }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23(__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA value)
{
___35EED060772F2748D13B745DAEC8CD7BD3B87604_23 = value;
}
inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24)); }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24(__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D value)
{
___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24 = value;
}
inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_25)); }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_25(__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 value)
{
___379C06C9E702D31469C29033F0DD63931EB349F5_25 = value;
}
inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26 = value;
}
inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27 = value;
}
inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28)); }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28(__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 value)
{
___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28 = value;
}
inline static int32_t get_offset_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() const { return ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return &___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
inline void set_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29 = value;
}
inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___3E823444D2DFECF0F90B436B88F02A533CB376F1_30 = value;
}
inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31 = value;
}
inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32)); }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value)
{
___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32 = value;
}
inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33 = value;
}
inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34 = value;
}
inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___433175D38B13FFE177FDD661A309F1B528B3F6E2_35 = value;
}
inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_36)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U346232052BC757E030490D851F265FB47FA100902_36() const { return ___46232052BC757E030490D851F265FB47FA100902_36; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_36() { return &___46232052BC757E030490D851F265FB47FA100902_36; }
inline void set_U346232052BC757E030490D851F265FB47FA100902_36(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___46232052BC757E030490D851F265FB47FA100902_36 = value;
}
inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37 = value;
}
inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38)); }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
{
___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38 = value;
}
inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39 = value;
}
inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_40)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_40() const { return ___536422B321459B242ADED7240B7447E904E083E3_40; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return &___536422B321459B242ADED7240B7447E904E083E3_40; }
inline void set_U3536422B321459B242ADED7240B7447E904E083E3_40(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___536422B321459B242ADED7240B7447E904E083E3_40 = value;
}
inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41)); }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value)
{
___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41 = value;
}
inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_42)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U356DFA5053B3131883637F53219E7D88CCEF35949_42() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_42(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___56DFA5053B3131883637F53219E7D88CCEF35949_42 = value;
}
inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_43)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_43(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___57218C316B6921E2CD61027A2387EDC31A2D9471_43 = value;
}
inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___57F320D62696EC99727E0FE2045A05F1289CC0C6_44 = value;
}
inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45 = value;
}
inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46 = value;
}
inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47)); }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value)
{
___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47 = value;
}
inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___5BFE2819B4778217C56416C7585FF0E56EBACD89_48 = value;
}
inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49)); }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value)
{
___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49 = value;
}
inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50)); }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
{
___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50 = value;
}
inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_51)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U3646036A65DECCD6835C914A46E6E44B729433B60_51() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_51; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return &___646036A65DECCD6835C914A46E6E44B729433B60_51; }
inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_51(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___646036A65DECCD6835C914A46E6E44B729433B60_51 = value;
}
inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52 = value;
}
inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53 = value;
}
inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___67EEAD805D708D9AA4E14BF747E44CED801744F3_54 = value;
}
inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___6C71197D228427B2864C69B357FEF73D8C9D59DF_55 = value;
}
inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; }
inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56 = value;
}
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57)); }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; }
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value)
{
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57 = value;
}
inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_58)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_58; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_58; }
inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_58(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___6D797C11E1D4FB68B6570CF2A92B792433527065_58 = value;
}
inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59)); }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; }
inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value)
{
___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59 = value;
}
inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_60)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_60; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_60; }
inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_60(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___6FC754859E4EC74E447048364B216D825C6F8FE7_60 = value;
}
inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_61)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_61; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_61; }
inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___704939CD172085D1295FCE3F1D92431D685D7AA2_61 = value;
}
inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; }
inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62 = value;
}
inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; }
inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___7341C933A70EAE383CC50C4B945ADB8E08F06737_63 = value;
}
inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_64)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_64() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_64; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return &___736D39815215889F11249D9958F6ED12D37B9F57_64; }
inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_64(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___736D39815215889F11249D9958F6ED12D37B9F57_64 = value;
}
inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; }
inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65 = value;
}
inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; }
inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66 = value;
}
inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67)); }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; }
inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value)
{
___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67 = value;
}
inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_68)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_68() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_68; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_68; }
inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_68(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___81917F1E21F3C22B9F916994547A614FB03E968E_68 = value;
}
inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_69)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_69; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_69; }
inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_69(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___823566DA642D6EA356E15585921F2A4CA23D6760_69 = value;
}
inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; }
inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___82C2A59850B2E85BCE1A45A479537A384DF6098D_70 = value;
}
inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; }
inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71 = value;
}
inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_72)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_72() const { return ___86F4F563FA2C61798AE6238D789139739428463A_72; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return &___86F4F563FA2C61798AE6238D789139739428463A_72; }
inline void set_U386F4F563FA2C61798AE6238D789139739428463A_72(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___86F4F563FA2C61798AE6238D789139739428463A_72 = value;
}
inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; }
inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___871B9CF85DB352BAADF12BAE8F19857683E385AC_73 = value;
}
inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_74)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_74; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_74; }
inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_74(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___89A040451C8CC5C8FB268BE44BDD74964C104155_74 = value;
}
inline static int32_t get_offset_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() const { return ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return &___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; }
inline void set_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___8AEFB06C426E07A0A671A1E2488B4858D694A730_75 = value;
}
inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_76)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_76() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_76; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return &___8CAA092E783257106251246FF5C97F88D28517A6_76; }
inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_76(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8CAA092E783257106251246FF5C97F88D28517A6_76 = value;
}
inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77)); }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; }
inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value)
{
___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77 = value;
}
inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; }
inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78 = value;
}
inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; }
inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79 = value;
}
inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80)); }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; }
inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80(__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 value)
{
___90A0542282A011472F94E97CEAE59F8B3B1A3291_80 = value;
}
inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_81)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_81; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_81; }
inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_81(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___93A63E90605400F34B49F0EB3361D23C89164BDA_81 = value;
}
inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; }
inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___94841DD2F330CCB1089BF413E4FA9B04505152E2_82 = value;
}
inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_83)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_83; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_83; }
inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_83(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___95264589E48F94B7857CFF398FB72A537E13EEE2_83 = value;
}
inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; }
inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___95C48758CAE1715783472FB073AB158AB8A0AB2A_84 = value;
}
inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_85)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_85() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_85; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return &___973417296623D8DC6961B09664E54039E44CA5D8_85; }
inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_85(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___973417296623D8DC6961B09664E54039E44CA5D8_85 = value;
}
inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; }
inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86 = value;
}
inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; }
inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87 = value;
}
inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; }
inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88 = value;
}
inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; }
inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89 = value;
}
inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_90)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_90() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_90; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_90; }
inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_90(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___A0074C15377C0C870B055927403EA9FA7A349D12_90 = value;
}
inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91)); }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; }
inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_91(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value)
{
___A1319B706116AB2C6D44483F60A7D0ACEA543396_91 = value;
}
inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_92)); }
inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_92() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_92; }
inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_92; }
inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_92(int64_t value)
{
___A13AA52274D951A18029131A8DDECF76B569A15D_92 = value;
}
inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; }
inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_93(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___A323DB0813C4D072957BA6FDA79D9776674CD06B_93 = value;
}
inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_94)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_94() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_94; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return &___A5444763673307F6828C748D4B9708CFC02B0959_94; }
inline void set_A5444763673307F6828C748D4B9708CFC02B0959_94(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___A5444763673307F6828C748D4B9708CFC02B0959_94 = value;
}
inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; }
inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95 = value;
}
inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; }
inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_96(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___A705A106D95282BD15E13EEA6B0AF583FF786D83_96 = value;
}
inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97)); }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; }
inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_97(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value)
{
___A8A491E4CED49AE0027560476C10D933CE70C8DF_97 = value;
}
inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_98)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_98() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_98; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_98; }
inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_98(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___AC791C4F39504D1184B73478943D0636258DA7B1_98 = value;
}
inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; }
inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_99(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___AFCD4E1211233E99373A3367B23105A3D624B1F2_99 = value;
}
inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; }
inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100 = value;
}
inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; }
inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101 = value;
}
inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; }
inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102 = value;
}
inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; }
inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103 = value;
}
inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104)); }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; }
inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value)
{
___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104 = value;
}
inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105)); }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; }
inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value)
{
___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105 = value;
}
inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106)); }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; }
inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_106(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value)
{
___B8F87834C3597B2EEF22BA6D3A392CC925636401_106 = value;
}
inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; }
inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107 = value;
}
inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108)); }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; }
inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108(__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 value)
{
___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108 = value;
}
inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; }
inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109 = value;
}
inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; }
inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110 = value;
}
inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; }
inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111 = value;
}
inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; }
inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_112(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___BF5EB60806ECB74EE484105DD9D6F463BF994867_112 = value;
}
inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_113)); }
inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_113() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_113; }
inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_113; }
inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_113(int64_t value)
{
___C1A1100642BA9685B30A84D97348484E14AA1865_113 = value;
}
inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_114)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_114() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_114; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_114; }
inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_114(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___C6F364A0AD934EFED8909446C215752E565D77C1_114 = value;
}
inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; }
inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_115(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___CE5835130F5277F63D716FC9115526B0AC68FFAD_115 = value;
}
inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_116)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_116() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_116; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_116; }
inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_116(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___CE93C35B755802BC4B3D180716B048FC61701EF7_116 = value;
}
inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; }
inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117 = value;
}
inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; }
inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118 = value;
}
inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; }
inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119 = value;
}
inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; }
inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120 = value;
}
inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; }
inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121 = value;
}
inline static int32_t get_offset_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D76478B994B312CD022DCA207AA2254880D2FCC9_122)); }
inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B get_D76478B994B312CD022DCA207AA2254880D2FCC9_122() const { return ___D76478B994B312CD022DCA207AA2254880D2FCC9_122; }
inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B * get_address_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return &___D76478B994B312CD022DCA207AA2254880D2FCC9_122; }
inline void set_D76478B994B312CD022DCA207AA2254880D2FCC9_122(__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B value)
{
___D76478B994B312CD022DCA207AA2254880D2FCC9_122 = value;
}
inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; }
inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123 = value;
}
inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; }
inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_124(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___DA19DB47B583EFCF7825D2E39D661D2354F28219_124 = value;
}
inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125)); }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; }
inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value)
{
___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125 = value;
}
inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; }
inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126 = value;
}
inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_127)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_127() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_127; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_127; }
inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_127(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___E1827270A5FE1C85F5352A66FD87BA747213D006_127 = value;
}
inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; }
inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128 = value;
}
inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_129)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_129() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_129; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_129; }
inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_129(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___E75835D001C843F156FBA01B001DFE1B8029AC17_129 = value;
}
inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_130)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_130() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_130; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_130; }
inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_130(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___E92B39D8233061927D9ACDE54665E68E7535635A_130 = value;
}
inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_131)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_131() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_131; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return &___EA9506959484C55CFE0C139C624DF6060E285866_131; }
inline void set_EA9506959484C55CFE0C139C624DF6060E285866_131(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___EA9506959484C55CFE0C139C624DF6060E285866_131 = value;
}
inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132)); }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; }
inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value)
{
___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132 = value;
}
inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; }
inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_133(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___EBF68F411848D603D059DFDEA2321C5A5EA78044_133 = value;
}
inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; }
inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134 = value;
}
inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; }
inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135 = value;
}
inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; }
inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136 = value;
}
inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; }
inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137 = value;
}
inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_138)); }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_138() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_138; }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_138; }
inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_138(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value)
{
___F073AA332018FDA0D572E99448FFF1D6422BD520_138 = value;
}
inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; }
inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_139(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___F34B0E10653402E8F788F8BC3F7CD7090928A429_139 = value;
}
inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; }
inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140 = value;
}
inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141)); }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; }
inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_141(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value)
{
___F512A9ABF88066AAEB92684F95CC05D8101B462B_141 = value;
}
inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; }
inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142 = value;
}
inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143)); }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; }
inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value)
{
___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143 = value;
}
};
// Mono.Security.Cryptography.DSAManaged
struct DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA : public DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF
{
public:
// System.Boolean Mono.Security.Cryptography.DSAManaged::keypairGenerated
bool ___keypairGenerated_2;
// System.Boolean Mono.Security.Cryptography.DSAManaged::m_disposed
bool ___m_disposed_3;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::p
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___p_4;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::q
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___q_5;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::g
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___g_6;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::x
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___x_7;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::y
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___y_8;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::j
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___j_9;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::seed
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___seed_10;
// System.Int32 Mono.Security.Cryptography.DSAManaged::counter
int32_t ___counter_11;
// System.Boolean Mono.Security.Cryptography.DSAManaged::j_missing
bool ___j_missing_12;
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ___rng_13;
// Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler Mono.Security.Cryptography.DSAManaged::KeyGenerated
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * ___KeyGenerated_14;
public:
inline static int32_t get_offset_of_keypairGenerated_2() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___keypairGenerated_2)); }
inline bool get_keypairGenerated_2() const { return ___keypairGenerated_2; }
inline bool* get_address_of_keypairGenerated_2() { return &___keypairGenerated_2; }
inline void set_keypairGenerated_2(bool value)
{
___keypairGenerated_2 = value;
}
inline static int32_t get_offset_of_m_disposed_3() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___m_disposed_3)); }
inline bool get_m_disposed_3() const { return ___m_disposed_3; }
inline bool* get_address_of_m_disposed_3() { return &___m_disposed_3; }
inline void set_m_disposed_3(bool value)
{
___m_disposed_3 = value;
}
inline static int32_t get_offset_of_p_4() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___p_4)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_p_4() const { return ___p_4; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_p_4() { return &___p_4; }
inline void set_p_4(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___p_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___p_4), (void*)value);
}
inline static int32_t get_offset_of_q_5() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___q_5)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_q_5() const { return ___q_5; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_q_5() { return &___q_5; }
inline void set_q_5(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___q_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___q_5), (void*)value);
}
inline static int32_t get_offset_of_g_6() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___g_6)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_g_6() const { return ___g_6; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_g_6() { return &___g_6; }
inline void set_g_6(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___g_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___g_6), (void*)value);
}
inline static int32_t get_offset_of_x_7() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___x_7)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_x_7() const { return ___x_7; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_x_7() { return &___x_7; }
inline void set_x_7(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___x_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___x_7), (void*)value);
}
inline static int32_t get_offset_of_y_8() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___y_8)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_y_8() const { return ___y_8; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_y_8() { return &___y_8; }
inline void set_y_8(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___y_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___y_8), (void*)value);
}
inline static int32_t get_offset_of_j_9() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___j_9)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_j_9() const { return ___j_9; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_j_9() { return &___j_9; }
inline void set_j_9(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___j_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___j_9), (void*)value);
}
inline static int32_t get_offset_of_seed_10() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___seed_10)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_seed_10() const { return ___seed_10; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_seed_10() { return &___seed_10; }
inline void set_seed_10(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___seed_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___seed_10), (void*)value);
}
inline static int32_t get_offset_of_counter_11() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___counter_11)); }
inline int32_t get_counter_11() const { return ___counter_11; }
inline int32_t* get_address_of_counter_11() { return &___counter_11; }
inline void set_counter_11(int32_t value)
{
___counter_11 = value;
}
inline static int32_t get_offset_of_j_missing_12() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___j_missing_12)); }
inline bool get_j_missing_12() const { return ___j_missing_12; }
inline bool* get_address_of_j_missing_12() { return &___j_missing_12; }
inline void set_j_missing_12(bool value)
{
___j_missing_12 = value;
}
inline static int32_t get_offset_of_rng_13() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___rng_13)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get_rng_13() const { return ___rng_13; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of_rng_13() { return &___rng_13; }
inline void set_rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
___rng_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rng_13), (void*)value);
}
inline static int32_t get_offset_of_KeyGenerated_14() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___KeyGenerated_14)); }
inline KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * get_KeyGenerated_14() const { return ___KeyGenerated_14; }
inline KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 ** get_address_of_KeyGenerated_14() { return &___KeyGenerated_14; }
inline void set_KeyGenerated_14(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * value)
{
___KeyGenerated_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___KeyGenerated_14), (void*)value);
}
};
// Mono.Security.Cryptography.MD2Managed
struct MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D : public MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8
{
public:
// System.Byte[] Mono.Security.Cryptography.MD2Managed::state
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___state_4;
// System.Byte[] Mono.Security.Cryptography.MD2Managed::checksum
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___checksum_5;
// System.Byte[] Mono.Security.Cryptography.MD2Managed::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_6;
// System.Int32 Mono.Security.Cryptography.MD2Managed::count
int32_t ___count_7;
// System.Byte[] Mono.Security.Cryptography.MD2Managed::x
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___x_8;
public:
inline static int32_t get_offset_of_state_4() { return static_cast<int32_t>(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D, ___state_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_state_4() const { return ___state_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_state_4() { return &___state_4; }
inline void set_state_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___state_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___state_4), (void*)value);
}
inline static int32_t get_offset_of_checksum_5() { return static_cast<int32_t>(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D, ___checksum_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_checksum_5() const { return ___checksum_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_checksum_5() { return &___checksum_5; }
inline void set_checksum_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___checksum_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___checksum_5), (void*)value);
}
inline static int32_t get_offset_of_buffer_6() { return static_cast<int32_t>(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D, ___buffer_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_6() const { return ___buffer_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_6() { return &___buffer_6; }
inline void set_buffer_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_6), (void*)value);
}
inline static int32_t get_offset_of_count_7() { return static_cast<int32_t>(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D, ___count_7)); }
inline int32_t get_count_7() const { return ___count_7; }
inline int32_t* get_address_of_count_7() { return &___count_7; }
inline void set_count_7(int32_t value)
{
___count_7 = value;
}
inline static int32_t get_offset_of_x_8() { return static_cast<int32_t>(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D, ___x_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_x_8() const { return ___x_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_x_8() { return &___x_8; }
inline void set_x_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___x_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___x_8), (void*)value);
}
};
struct MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_StaticFields
{
public:
// System.Byte[] Mono.Security.Cryptography.MD2Managed::PI_SUBST
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___PI_SUBST_9;
public:
inline static int32_t get_offset_of_PI_SUBST_9() { return static_cast<int32_t>(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_StaticFields, ___PI_SUBST_9)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_PI_SUBST_9() const { return ___PI_SUBST_9; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_PI_SUBST_9() { return &___PI_SUBST_9; }
inline void set_PI_SUBST_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___PI_SUBST_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___PI_SUBST_9), (void*)value);
}
};
// Mono.Security.Cryptography.MD4Managed
struct MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 : public MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425
{
public:
// System.UInt32[] Mono.Security.Cryptography.MD4Managed::state
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___state_4;
// System.Byte[] Mono.Security.Cryptography.MD4Managed::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_5;
// System.UInt32[] Mono.Security.Cryptography.MD4Managed::count
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___count_6;
// System.UInt32[] Mono.Security.Cryptography.MD4Managed::x
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___x_7;
// System.Byte[] Mono.Security.Cryptography.MD4Managed::digest
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___digest_8;
public:
inline static int32_t get_offset_of_state_4() { return static_cast<int32_t>(offsetof(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526, ___state_4)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_state_4() const { return ___state_4; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_state_4() { return &___state_4; }
inline void set_state_4(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___state_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___state_4), (void*)value);
}
inline static int32_t get_offset_of_buffer_5() { return static_cast<int32_t>(offsetof(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526, ___buffer_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_5() const { return ___buffer_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_5() { return &___buffer_5; }
inline void set_buffer_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value);
}
inline static int32_t get_offset_of_count_6() { return static_cast<int32_t>(offsetof(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526, ___count_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_count_6() const { return ___count_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_count_6() { return &___count_6; }
inline void set_count_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___count_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___count_6), (void*)value);
}
inline static int32_t get_offset_of_x_7() { return static_cast<int32_t>(offsetof(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526, ___x_7)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_x_7() const { return ___x_7; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_x_7() { return &___x_7; }
inline void set_x_7(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___x_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___x_7), (void*)value);
}
inline static int32_t get_offset_of_digest_8() { return static_cast<int32_t>(offsetof(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526, ___digest_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_digest_8() const { return ___digest_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_digest_8() { return &___digest_8; }
inline void set_digest_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___digest_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___digest_8), (void*)value);
}
};
// Mono.Security.Cryptography.RSAManaged
struct RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A : public RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145
{
public:
// System.Boolean Mono.Security.Cryptography.RSAManaged::isCRTpossible
bool ___isCRTpossible_2;
// System.Boolean Mono.Security.Cryptography.RSAManaged::keyBlinding
bool ___keyBlinding_3;
// System.Boolean Mono.Security.Cryptography.RSAManaged::keypairGenerated
bool ___keypairGenerated_4;
// System.Boolean Mono.Security.Cryptography.RSAManaged::m_disposed
bool ___m_disposed_5;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::d
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___d_6;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___p_7;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___q_8;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___dp_9;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___dq_10;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___qInv_11;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___n_12;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___e_13;
// Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * ___KeyGenerated_14;
public:
inline static int32_t get_offset_of_isCRTpossible_2() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___isCRTpossible_2)); }
inline bool get_isCRTpossible_2() const { return ___isCRTpossible_2; }
inline bool* get_address_of_isCRTpossible_2() { return &___isCRTpossible_2; }
inline void set_isCRTpossible_2(bool value)
{
___isCRTpossible_2 = value;
}
inline static int32_t get_offset_of_keyBlinding_3() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___keyBlinding_3)); }
inline bool get_keyBlinding_3() const { return ___keyBlinding_3; }
inline bool* get_address_of_keyBlinding_3() { return &___keyBlinding_3; }
inline void set_keyBlinding_3(bool value)
{
___keyBlinding_3 = value;
}
inline static int32_t get_offset_of_keypairGenerated_4() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___keypairGenerated_4)); }
inline bool get_keypairGenerated_4() const { return ___keypairGenerated_4; }
inline bool* get_address_of_keypairGenerated_4() { return &___keypairGenerated_4; }
inline void set_keypairGenerated_4(bool value)
{
___keypairGenerated_4 = value;
}
inline static int32_t get_offset_of_m_disposed_5() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___m_disposed_5)); }
inline bool get_m_disposed_5() const { return ___m_disposed_5; }
inline bool* get_address_of_m_disposed_5() { return &___m_disposed_5; }
inline void set_m_disposed_5(bool value)
{
___m_disposed_5 = value;
}
inline static int32_t get_offset_of_d_6() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___d_6)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_d_6() const { return ___d_6; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_d_6() { return &___d_6; }
inline void set_d_6(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___d_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___d_6), (void*)value);
}
inline static int32_t get_offset_of_p_7() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___p_7)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_p_7() const { return ___p_7; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_p_7() { return &___p_7; }
inline void set_p_7(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___p_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___p_7), (void*)value);
}
inline static int32_t get_offset_of_q_8() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___q_8)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_q_8() const { return ___q_8; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_q_8() { return &___q_8; }
inline void set_q_8(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___q_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___q_8), (void*)value);
}
inline static int32_t get_offset_of_dp_9() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___dp_9)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_dp_9() const { return ___dp_9; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_dp_9() { return &___dp_9; }
inline void set_dp_9(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___dp_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dp_9), (void*)value);
}
inline static int32_t get_offset_of_dq_10() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___dq_10)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_dq_10() const { return ___dq_10; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_dq_10() { return &___dq_10; }
inline void set_dq_10(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___dq_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dq_10), (void*)value);
}
inline static int32_t get_offset_of_qInv_11() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___qInv_11)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_qInv_11() const { return ___qInv_11; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_qInv_11() { return &___qInv_11; }
inline void set_qInv_11(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___qInv_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___qInv_11), (void*)value);
}
inline static int32_t get_offset_of_n_12() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___n_12)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_n_12() const { return ___n_12; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_n_12() { return &___n_12; }
inline void set_n_12(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___n_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___n_12), (void*)value);
}
inline static int32_t get_offset_of_e_13() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___e_13)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_e_13() const { return ___e_13; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_e_13() { return &___e_13; }
inline void set_e_13(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___e_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___e_13), (void*)value);
}
inline static int32_t get_offset_of_KeyGenerated_14() { return static_cast<int32_t>(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___KeyGenerated_14)); }
inline KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * get_KeyGenerated_14() const { return ___KeyGenerated_14; }
inline KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 ** get_address_of_KeyGenerated_14() { return &___KeyGenerated_14; }
inline void set_KeyGenerated_14(KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * value)
{
___KeyGenerated_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___KeyGenerated_14), (void*)value);
}
};
// Mono.Security.UriPartial
struct UriPartial_tA9CF0E4F1F071F95A90E14E81CDB5B34FEFBDF25
{
public:
// System.Int32 Mono.Security.UriPartial::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriPartial_tA9CF0E4F1F071F95A90E14E81CDB5B34FEFBDF25, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// Mono.Security.X509.X509Certificate
struct X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA : public RuntimeObject
{
public:
// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___decoder_0;
// System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_encodedcert_1;
// System.DateTime Mono.Security.X509.X509Certificate::m_from
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_from_2;
// System.DateTime Mono.Security.X509.X509Certificate::m_until
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_until_3;
// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___issuer_4;
// System.String Mono.Security.X509.X509Certificate::m_issuername
String_t* ___m_issuername_5;
// System.String Mono.Security.X509.X509Certificate::m_keyalgo
String_t* ___m_keyalgo_6;
// System.Byte[] Mono.Security.X509.X509Certificate::m_keyalgoparams
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_keyalgoparams_7;
// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___subject_8;
// System.String Mono.Security.X509.X509Certificate::m_subject
String_t* ___m_subject_9;
// System.Byte[] Mono.Security.X509.X509Certificate::m_publickey
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_publickey_10;
// System.Byte[] Mono.Security.X509.X509Certificate::signature
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature_11;
// System.String Mono.Security.X509.X509Certificate::m_signaturealgo
String_t* ___m_signaturealgo_12;
// System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_signaturealgoparams_13;
// System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::_rsa
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ____rsa_14;
// System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * ____dsa_15;
// System.Int32 Mono.Security.X509.X509Certificate::version
int32_t ___version_16;
// System.Byte[] Mono.Security.X509.X509Certificate::serialnumber
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___serialnumber_17;
// System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___issuerUniqueID_18;
// System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___subjectUniqueID_19;
// Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions
X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * ___extensions_20;
public:
inline static int32_t get_offset_of_decoder_0() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___decoder_0)); }
inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * get_decoder_0() const { return ___decoder_0; }
inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 ** get_address_of_decoder_0() { return &___decoder_0; }
inline void set_decoder_0(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * value)
{
___decoder_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoder_0), (void*)value);
}
inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_encodedcert_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_encodedcert_1() const { return ___m_encodedcert_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; }
inline void set_m_encodedcert_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_encodedcert_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_encodedcert_1), (void*)value);
}
inline static int32_t get_offset_of_m_from_2() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_from_2)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_from_2() const { return ___m_from_2; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_from_2() { return &___m_from_2; }
inline void set_m_from_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_from_2 = value;
}
inline static int32_t get_offset_of_m_until_3() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_until_3)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_until_3() const { return ___m_until_3; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_until_3() { return &___m_until_3; }
inline void set_m_until_3(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_until_3 = value;
}
inline static int32_t get_offset_of_issuer_4() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___issuer_4)); }
inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * get_issuer_4() const { return ___issuer_4; }
inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 ** get_address_of_issuer_4() { return &___issuer_4; }
inline void set_issuer_4(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * value)
{
___issuer_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___issuer_4), (void*)value);
}
inline static int32_t get_offset_of_m_issuername_5() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_issuername_5)); }
inline String_t* get_m_issuername_5() const { return ___m_issuername_5; }
inline String_t** get_address_of_m_issuername_5() { return &___m_issuername_5; }
inline void set_m_issuername_5(String_t* value)
{
___m_issuername_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_issuername_5), (void*)value);
}
inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_keyalgo_6)); }
inline String_t* get_m_keyalgo_6() const { return ___m_keyalgo_6; }
inline String_t** get_address_of_m_keyalgo_6() { return &___m_keyalgo_6; }
inline void set_m_keyalgo_6(String_t* value)
{
___m_keyalgo_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_keyalgo_6), (void*)value);
}
inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_keyalgoparams_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; }
inline void set_m_keyalgoparams_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_keyalgoparams_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_keyalgoparams_7), (void*)value);
}
inline static int32_t get_offset_of_subject_8() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___subject_8)); }
inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * get_subject_8() const { return ___subject_8; }
inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 ** get_address_of_subject_8() { return &___subject_8; }
inline void set_subject_8(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * value)
{
___subject_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___subject_8), (void*)value);
}
inline static int32_t get_offset_of_m_subject_9() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_subject_9)); }
inline String_t* get_m_subject_9() const { return ___m_subject_9; }
inline String_t** get_address_of_m_subject_9() { return &___m_subject_9; }
inline void set_m_subject_9(String_t* value)
{
___m_subject_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_subject_9), (void*)value);
}
inline static int32_t get_offset_of_m_publickey_10() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_publickey_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_publickey_10() const { return ___m_publickey_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_publickey_10() { return &___m_publickey_10; }
inline void set_m_publickey_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_publickey_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_publickey_10), (void*)value);
}
inline static int32_t get_offset_of_signature_11() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___signature_11)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_signature_11() const { return ___signature_11; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_signature_11() { return &___signature_11; }
inline void set_signature_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___signature_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___signature_11), (void*)value);
}
inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_signaturealgo_12)); }
inline String_t* get_m_signaturealgo_12() const { return ___m_signaturealgo_12; }
inline String_t** get_address_of_m_signaturealgo_12() { return &___m_signaturealgo_12; }
inline void set_m_signaturealgo_12(String_t* value)
{
___m_signaturealgo_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_signaturealgo_12), (void*)value);
}
inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_signaturealgoparams_13)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; }
inline void set_m_signaturealgoparams_13(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_signaturealgoparams_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_signaturealgoparams_13), (void*)value);
}
inline static int32_t get_offset_of__rsa_14() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ____rsa_14)); }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * get__rsa_14() const { return ____rsa_14; }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 ** get_address_of__rsa_14() { return &____rsa_14; }
inline void set__rsa_14(RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * value)
{
____rsa_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rsa_14), (void*)value);
}
inline static int32_t get_offset_of__dsa_15() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ____dsa_15)); }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * get__dsa_15() const { return ____dsa_15; }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF ** get_address_of__dsa_15() { return &____dsa_15; }
inline void set__dsa_15(DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * value)
{
____dsa_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dsa_15), (void*)value);
}
inline static int32_t get_offset_of_version_16() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___version_16)); }
inline int32_t get_version_16() const { return ___version_16; }
inline int32_t* get_address_of_version_16() { return &___version_16; }
inline void set_version_16(int32_t value)
{
___version_16 = value;
}
inline static int32_t get_offset_of_serialnumber_17() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___serialnumber_17)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_serialnumber_17() const { return ___serialnumber_17; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_serialnumber_17() { return &___serialnumber_17; }
inline void set_serialnumber_17(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___serialnumber_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___serialnumber_17), (void*)value);
}
inline static int32_t get_offset_of_issuerUniqueID_18() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___issuerUniqueID_18)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_issuerUniqueID_18() const { return ___issuerUniqueID_18; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_issuerUniqueID_18() { return &___issuerUniqueID_18; }
inline void set_issuerUniqueID_18(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___issuerUniqueID_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___issuerUniqueID_18), (void*)value);
}
inline static int32_t get_offset_of_subjectUniqueID_19() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___subjectUniqueID_19)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_subjectUniqueID_19() const { return ___subjectUniqueID_19; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_subjectUniqueID_19() { return &___subjectUniqueID_19; }
inline void set_subjectUniqueID_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___subjectUniqueID_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___subjectUniqueID_19), (void*)value);
}
inline static int32_t get_offset_of_extensions_20() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___extensions_20)); }
inline X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * get_extensions_20() const { return ___extensions_20; }
inline X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 ** get_address_of_extensions_20() { return &___extensions_20; }
inline void set_extensions_20(X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * value)
{
___extensions_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___extensions_20), (void*)value);
}
};
struct X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_StaticFields
{
public:
// System.String Mono.Security.X509.X509Certificate::encoding_error
String_t* ___encoding_error_21;
public:
inline static int32_t get_offset_of_encoding_error_21() { return static_cast<int32_t>(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_StaticFields, ___encoding_error_21)); }
inline String_t* get_encoding_error_21() const { return ___encoding_error_21; }
inline String_t** get_address_of_encoding_error_21() { return &___encoding_error_21; }
inline void set_encoding_error_21(String_t* value)
{
___encoding_error_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoding_error_21), (void*)value);
}
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Environment_SpecialFolder
struct SpecialFolder_t5A2C2AE97BD6C2DF95061C8904B2225228AC9BA0
{
public:
// System.Int32 System.Environment_SpecialFolder::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SpecialFolder_t5A2C2AE97BD6C2DF95061C8904B2225228AC9BA0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.Globalization.DateTimeStyles
struct DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E
{
public:
// System.Int32 System.Globalization.DateTimeStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.IO.FileAccess
struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6
{
public:
// System.Int32 System.IO.FileAccess::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.IO.FileAttributes
struct FileAttributes_t224B42F6F82954C94B51791913857C005C559876
{
public:
// System.Int32 System.IO.FileAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAttributes_t224B42F6F82954C94B51791913857C005C559876, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.IO.FileMode
struct FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419
{
public:
// System.Int32 System.IO.FileMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.IO.StreamReader
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A
{
public:
// System.IO.Stream System.IO.StreamReader::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
// System.Text.Encoding System.IO.StreamReader::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_6;
// System.Text.Decoder System.IO.StreamReader::decoder
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_7;
// System.Byte[] System.IO.StreamReader::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_8;
// System.Char[] System.IO.StreamReader::charBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_9;
// System.Byte[] System.IO.StreamReader::_preamble
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____preamble_10;
// System.Int32 System.IO.StreamReader::charPos
int32_t ___charPos_11;
// System.Int32 System.IO.StreamReader::charLen
int32_t ___charLen_12;
// System.Int32 System.IO.StreamReader::byteLen
int32_t ___byteLen_13;
// System.Int32 System.IO.StreamReader::bytePos
int32_t ___bytePos_14;
// System.Int32 System.IO.StreamReader::_maxCharsPerBuffer
int32_t ____maxCharsPerBuffer_15;
// System.Boolean System.IO.StreamReader::_detectEncoding
bool ____detectEncoding_16;
// System.Boolean System.IO.StreamReader::_checkPreamble
bool ____checkPreamble_17;
// System.Boolean System.IO.StreamReader::_isBlocked
bool ____isBlocked_18;
// System.Boolean System.IO.StreamReader::_closable
bool ____closable_19;
// System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncReadTask_20;
public:
inline static int32_t get_offset_of_stream_5() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___stream_5)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; }
inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value);
}
inline static int32_t get_offset_of_encoding_6() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___encoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_6() const { return ___encoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_6() { return &___encoding_6; }
inline void set_encoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value);
}
inline static int32_t get_offset_of_decoder_7() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___decoder_7)); }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_7() const { return ___decoder_7; }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_7() { return &___decoder_7; }
inline void set_decoder_7(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value)
{
___decoder_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value);
}
inline static int32_t get_offset_of_byteBuffer_8() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteBuffer_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_8() const { return ___byteBuffer_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_8() { return &___byteBuffer_8; }
inline void set_byteBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value);
}
inline static int32_t get_offset_of_charBuffer_9() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charBuffer_9)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_9() const { return ___charBuffer_9; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_9() { return &___charBuffer_9; }
inline void set_charBuffer_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___charBuffer_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value);
}
inline static int32_t get_offset_of__preamble_10() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____preamble_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__preamble_10() const { return ____preamble_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__preamble_10() { return &____preamble_10; }
inline void set__preamble_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____preamble_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value);
}
inline static int32_t get_offset_of_charPos_11() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charPos_11)); }
inline int32_t get_charPos_11() const { return ___charPos_11; }
inline int32_t* get_address_of_charPos_11() { return &___charPos_11; }
inline void set_charPos_11(int32_t value)
{
___charPos_11 = value;
}
inline static int32_t get_offset_of_charLen_12() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charLen_12)); }
inline int32_t get_charLen_12() const { return ___charLen_12; }
inline int32_t* get_address_of_charLen_12() { return &___charLen_12; }
inline void set_charLen_12(int32_t value)
{
___charLen_12 = value;
}
inline static int32_t get_offset_of_byteLen_13() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteLen_13)); }
inline int32_t get_byteLen_13() const { return ___byteLen_13; }
inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; }
inline void set_byteLen_13(int32_t value)
{
___byteLen_13 = value;
}
inline static int32_t get_offset_of_bytePos_14() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___bytePos_14)); }
inline int32_t get_bytePos_14() const { return ___bytePos_14; }
inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; }
inline void set_bytePos_14(int32_t value)
{
___bytePos_14 = value;
}
inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____maxCharsPerBuffer_15)); }
inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; }
inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; }
inline void set__maxCharsPerBuffer_15(int32_t value)
{
____maxCharsPerBuffer_15 = value;
}
inline static int32_t get_offset_of__detectEncoding_16() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____detectEncoding_16)); }
inline bool get__detectEncoding_16() const { return ____detectEncoding_16; }
inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; }
inline void set__detectEncoding_16(bool value)
{
____detectEncoding_16 = value;
}
inline static int32_t get_offset_of__checkPreamble_17() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____checkPreamble_17)); }
inline bool get__checkPreamble_17() const { return ____checkPreamble_17; }
inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; }
inline void set__checkPreamble_17(bool value)
{
____checkPreamble_17 = value;
}
inline static int32_t get_offset_of__isBlocked_18() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____isBlocked_18)); }
inline bool get__isBlocked_18() const { return ____isBlocked_18; }
inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; }
inline void set__isBlocked_18(bool value)
{
____isBlocked_18 = value;
}
inline static int32_t get_offset_of__closable_19() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____closable_19)); }
inline bool get__closable_19() const { return ____closable_19; }
inline bool* get_address_of__closable_19() { return &____closable_19; }
inline void set__closable_19(bool value)
{
____closable_19 = value;
}
inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____asyncReadTask_20)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncReadTask_20() const { return ____asyncReadTask_20; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; }
inline void set__asyncReadTask_20(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
____asyncReadTask_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value);
}
};
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields
{
public:
// System.IO.StreamReader System.IO.StreamReader::Null
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___Null_4;
public:
inline static int32_t get_offset_of_Null_4() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields, ___Null_4)); }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_Null_4() const { return ___Null_4; }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_Null_4() { return &___Null_4; }
inline void set_Null_4(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
{
___Null_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)value);
}
};
// System.IO.StreamWriter
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E : public TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0
{
public:
// System.IO.Stream System.IO.StreamWriter::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_12;
// System.Text.Encoding System.IO.StreamWriter::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_13;
// System.Text.Encoder System.IO.StreamWriter::encoder
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ___encoder_14;
// System.Byte[] System.IO.StreamWriter::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_15;
// System.Char[] System.IO.StreamWriter::charBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_16;
// System.Int32 System.IO.StreamWriter::charPos
int32_t ___charPos_17;
// System.Int32 System.IO.StreamWriter::charLen
int32_t ___charLen_18;
// System.Boolean System.IO.StreamWriter::autoFlush
bool ___autoFlush_19;
// System.Boolean System.IO.StreamWriter::haveWrittenPreamble
bool ___haveWrittenPreamble_20;
// System.Boolean System.IO.StreamWriter::closable
bool ___closable_21;
// System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncWriteTask_22;
public:
inline static int32_t get_offset_of_stream_12() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___stream_12)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_12() const { return ___stream_12; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_12() { return &___stream_12; }
inline void set_stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value);
}
inline static int32_t get_offset_of_encoding_13() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoding_13)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_13() const { return ___encoding_13; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_13() { return &___encoding_13; }
inline void set_encoding_13(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value);
}
inline static int32_t get_offset_of_encoder_14() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoder_14)); }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get_encoder_14() const { return ___encoder_14; }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of_encoder_14() { return &___encoder_14; }
inline void set_encoder_14(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value)
{
___encoder_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value);
}
inline static int32_t get_offset_of_byteBuffer_15() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___byteBuffer_15)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_15() const { return ___byteBuffer_15; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_15() { return &___byteBuffer_15; }
inline void set_byteBuffer_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value);
}
inline static int32_t get_offset_of_charBuffer_16() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charBuffer_16)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_16() const { return ___charBuffer_16; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_16() { return &___charBuffer_16; }
inline void set_charBuffer_16(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___charBuffer_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value);
}
inline static int32_t get_offset_of_charPos_17() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charPos_17)); }
inline int32_t get_charPos_17() const { return ___charPos_17; }
inline int32_t* get_address_of_charPos_17() { return &___charPos_17; }
inline void set_charPos_17(int32_t value)
{
___charPos_17 = value;
}
inline static int32_t get_offset_of_charLen_18() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charLen_18)); }
inline int32_t get_charLen_18() const { return ___charLen_18; }
inline int32_t* get_address_of_charLen_18() { return &___charLen_18; }
inline void set_charLen_18(int32_t value)
{
___charLen_18 = value;
}
inline static int32_t get_offset_of_autoFlush_19() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___autoFlush_19)); }
inline bool get_autoFlush_19() const { return ___autoFlush_19; }
inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; }
inline void set_autoFlush_19(bool value)
{
___autoFlush_19 = value;
}
inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___haveWrittenPreamble_20)); }
inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; }
inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; }
inline void set_haveWrittenPreamble_20(bool value)
{
___haveWrittenPreamble_20 = value;
}
inline static int32_t get_offset_of_closable_21() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___closable_21)); }
inline bool get_closable_21() const { return ___closable_21; }
inline bool* get_address_of_closable_21() { return &___closable_21; }
inline void set_closable_21(bool value)
{
___closable_21 = value;
}
inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ____asyncWriteTask_22)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; }
inline void set__asyncWriteTask_22(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
____asyncWriteTask_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value);
}
};
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields
{
public:
// System.IO.StreamWriter System.IO.StreamWriter::Null
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * ___Null_11;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____UTF8NoBOM_23;
public:
inline static int32_t get_offset_of_Null_11() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ___Null_11)); }
inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * get_Null_11() const { return ___Null_11; }
inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E ** get_address_of_Null_11() { return &___Null_11; }
inline void set_Null_11(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * value)
{
___Null_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value);
}
inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ____UTF8NoBOM_23)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; }
inline void set__UTF8NoBOM_23(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
____UTF8NoBOM_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (void*)value);
}
};
// System.PlatformID
struct PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776
{
public:
// System.Int32 System.PlatformID::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.Security.Cryptography.CipherMode
struct CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF
{
public:
// System.Int32 System.Security.Cryptography.CipherMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.Cryptography.CspParameters
struct CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.CspParameters::ProviderType
int32_t ___ProviderType_0;
// System.String System.Security.Cryptography.CspParameters::ProviderName
String_t* ___ProviderName_1;
// System.String System.Security.Cryptography.CspParameters::KeyContainerName
String_t* ___KeyContainerName_2;
// System.Int32 System.Security.Cryptography.CspParameters::KeyNumber
int32_t ___KeyNumber_3;
// System.Int32 System.Security.Cryptography.CspParameters::m_flags
int32_t ___m_flags_4;
// System.Security.AccessControl.CryptoKeySecurity System.Security.Cryptography.CspParameters::m_cryptoKeySecurity
CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * ___m_cryptoKeySecurity_5;
// System.Security.SecureString System.Security.Cryptography.CspParameters::m_keyPassword
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * ___m_keyPassword_6;
// System.IntPtr System.Security.Cryptography.CspParameters::m_parentWindowHandle
intptr_t ___m_parentWindowHandle_7;
public:
inline static int32_t get_offset_of_ProviderType_0() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___ProviderType_0)); }
inline int32_t get_ProviderType_0() const { return ___ProviderType_0; }
inline int32_t* get_address_of_ProviderType_0() { return &___ProviderType_0; }
inline void set_ProviderType_0(int32_t value)
{
___ProviderType_0 = value;
}
inline static int32_t get_offset_of_ProviderName_1() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___ProviderName_1)); }
inline String_t* get_ProviderName_1() const { return ___ProviderName_1; }
inline String_t** get_address_of_ProviderName_1() { return &___ProviderName_1; }
inline void set_ProviderName_1(String_t* value)
{
___ProviderName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ProviderName_1), (void*)value);
}
inline static int32_t get_offset_of_KeyContainerName_2() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___KeyContainerName_2)); }
inline String_t* get_KeyContainerName_2() const { return ___KeyContainerName_2; }
inline String_t** get_address_of_KeyContainerName_2() { return &___KeyContainerName_2; }
inline void set_KeyContainerName_2(String_t* value)
{
___KeyContainerName_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___KeyContainerName_2), (void*)value);
}
inline static int32_t get_offset_of_KeyNumber_3() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___KeyNumber_3)); }
inline int32_t get_KeyNumber_3() const { return ___KeyNumber_3; }
inline int32_t* get_address_of_KeyNumber_3() { return &___KeyNumber_3; }
inline void set_KeyNumber_3(int32_t value)
{
___KeyNumber_3 = value;
}
inline static int32_t get_offset_of_m_flags_4() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___m_flags_4)); }
inline int32_t get_m_flags_4() const { return ___m_flags_4; }
inline int32_t* get_address_of_m_flags_4() { return &___m_flags_4; }
inline void set_m_flags_4(int32_t value)
{
___m_flags_4 = value;
}
inline static int32_t get_offset_of_m_cryptoKeySecurity_5() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___m_cryptoKeySecurity_5)); }
inline CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * get_m_cryptoKeySecurity_5() const { return ___m_cryptoKeySecurity_5; }
inline CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 ** get_address_of_m_cryptoKeySecurity_5() { return &___m_cryptoKeySecurity_5; }
inline void set_m_cryptoKeySecurity_5(CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * value)
{
___m_cryptoKeySecurity_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cryptoKeySecurity_5), (void*)value);
}
inline static int32_t get_offset_of_m_keyPassword_6() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___m_keyPassword_6)); }
inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * get_m_keyPassword_6() const { return ___m_keyPassword_6; }
inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 ** get_address_of_m_keyPassword_6() { return &___m_keyPassword_6; }
inline void set_m_keyPassword_6(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * value)
{
___m_keyPassword_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_keyPassword_6), (void*)value);
}
inline static int32_t get_offset_of_m_parentWindowHandle_7() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___m_parentWindowHandle_7)); }
inline intptr_t get_m_parentWindowHandle_7() const { return ___m_parentWindowHandle_7; }
inline intptr_t* get_address_of_m_parentWindowHandle_7() { return &___m_parentWindowHandle_7; }
inline void set_m_parentWindowHandle_7(intptr_t value)
{
___m_parentWindowHandle_7 = value;
}
};
// System.Security.Cryptography.CspProviderFlags
struct CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4
{
public:
// System.Int32 System.Security.Cryptography.CspProviderFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.Cryptography.HMAC
struct HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 : public KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B
{
public:
// System.Int32 System.Security.Cryptography.HMAC::blockSizeValue
int32_t ___blockSizeValue_5;
// System.String System.Security.Cryptography.HMAC::m_hashName
String_t* ___m_hashName_6;
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::m_hash1
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___m_hash1_7;
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::m_hash2
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___m_hash2_8;
// System.Byte[] System.Security.Cryptography.HMAC::m_inner
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_inner_9;
// System.Byte[] System.Security.Cryptography.HMAC::m_outer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_outer_10;
// System.Boolean System.Security.Cryptography.HMAC::m_hashing
bool ___m_hashing_11;
public:
inline static int32_t get_offset_of_blockSizeValue_5() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___blockSizeValue_5)); }
inline int32_t get_blockSizeValue_5() const { return ___blockSizeValue_5; }
inline int32_t* get_address_of_blockSizeValue_5() { return &___blockSizeValue_5; }
inline void set_blockSizeValue_5(int32_t value)
{
___blockSizeValue_5 = value;
}
inline static int32_t get_offset_of_m_hashName_6() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hashName_6)); }
inline String_t* get_m_hashName_6() const { return ___m_hashName_6; }
inline String_t** get_address_of_m_hashName_6() { return &___m_hashName_6; }
inline void set_m_hashName_6(String_t* value)
{
___m_hashName_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_hashName_6), (void*)value);
}
inline static int32_t get_offset_of_m_hash1_7() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hash1_7)); }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * get_m_hash1_7() const { return ___m_hash1_7; }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA ** get_address_of_m_hash1_7() { return &___m_hash1_7; }
inline void set_m_hash1_7(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * value)
{
___m_hash1_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_hash1_7), (void*)value);
}
inline static int32_t get_offset_of_m_hash2_8() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hash2_8)); }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * get_m_hash2_8() const { return ___m_hash2_8; }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA ** get_address_of_m_hash2_8() { return &___m_hash2_8; }
inline void set_m_hash2_8(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * value)
{
___m_hash2_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_hash2_8), (void*)value);
}
inline static int32_t get_offset_of_m_inner_9() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_inner_9)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_inner_9() const { return ___m_inner_9; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_inner_9() { return &___m_inner_9; }
inline void set_m_inner_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_inner_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_inner_9), (void*)value);
}
inline static int32_t get_offset_of_m_outer_10() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_outer_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_outer_10() const { return ___m_outer_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_outer_10() { return &___m_outer_10; }
inline void set_m_outer_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_outer_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_outer_10), (void*)value);
}
inline static int32_t get_offset_of_m_hashing_11() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hashing_11)); }
inline bool get_m_hashing_11() const { return ___m_hashing_11; }
inline bool* get_address_of_m_hashing_11() { return &___m_hashing_11; }
inline void set_m_hashing_11(bool value)
{
___m_hashing_11 = value;
}
};
// System.Security.Cryptography.PaddingMode
struct PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0
{
public:
// System.Int32 System.Security.Cryptography.PaddingMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// Mono.Security.Cryptography.SymmetricTransform
struct SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 : public RuntimeObject
{
public:
// System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Cryptography.SymmetricTransform::algo
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * ___algo_0;
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::encrypt
bool ___encrypt_1;
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::BlockSizeByte
int32_t ___BlockSizeByte_2;
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___temp_3;
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp2
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___temp2_4;
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workBuff
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___workBuff_5;
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workout
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___workout_6;
// System.Security.Cryptography.PaddingMode Mono.Security.Cryptography.SymmetricTransform::padmode
int32_t ___padmode_7;
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackByte
int32_t ___FeedBackByte_8;
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::m_disposed
bool ___m_disposed_9;
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::lastBlock
bool ___lastBlock_10;
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.SymmetricTransform::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_11;
public:
inline static int32_t get_offset_of_algo_0() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___algo_0)); }
inline SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * get_algo_0() const { return ___algo_0; }
inline SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 ** get_address_of_algo_0() { return &___algo_0; }
inline void set_algo_0(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * value)
{
___algo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___algo_0), (void*)value);
}
inline static int32_t get_offset_of_encrypt_1() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___encrypt_1)); }
inline bool get_encrypt_1() const { return ___encrypt_1; }
inline bool* get_address_of_encrypt_1() { return &___encrypt_1; }
inline void set_encrypt_1(bool value)
{
___encrypt_1 = value;
}
inline static int32_t get_offset_of_BlockSizeByte_2() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___BlockSizeByte_2)); }
inline int32_t get_BlockSizeByte_2() const { return ___BlockSizeByte_2; }
inline int32_t* get_address_of_BlockSizeByte_2() { return &___BlockSizeByte_2; }
inline void set_BlockSizeByte_2(int32_t value)
{
___BlockSizeByte_2 = value;
}
inline static int32_t get_offset_of_temp_3() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___temp_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp_3() const { return ___temp_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp_3() { return &___temp_3; }
inline void set_temp_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___temp_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___temp_3), (void*)value);
}
inline static int32_t get_offset_of_temp2_4() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___temp2_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp2_4() const { return ___temp2_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp2_4() { return &___temp2_4; }
inline void set_temp2_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___temp2_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___temp2_4), (void*)value);
}
inline static int32_t get_offset_of_workBuff_5() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___workBuff_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_workBuff_5() const { return ___workBuff_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_workBuff_5() { return &___workBuff_5; }
inline void set_workBuff_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___workBuff_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___workBuff_5), (void*)value);
}
inline static int32_t get_offset_of_workout_6() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___workout_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_workout_6() const { return ___workout_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_workout_6() { return &___workout_6; }
inline void set_workout_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___workout_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___workout_6), (void*)value);
}
inline static int32_t get_offset_of_padmode_7() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___padmode_7)); }
inline int32_t get_padmode_7() const { return ___padmode_7; }
inline int32_t* get_address_of_padmode_7() { return &___padmode_7; }
inline void set_padmode_7(int32_t value)
{
___padmode_7 = value;
}
inline static int32_t get_offset_of_FeedBackByte_8() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___FeedBackByte_8)); }
inline int32_t get_FeedBackByte_8() const { return ___FeedBackByte_8; }
inline int32_t* get_address_of_FeedBackByte_8() { return &___FeedBackByte_8; }
inline void set_FeedBackByte_8(int32_t value)
{
___FeedBackByte_8 = value;
}
inline static int32_t get_offset_of_m_disposed_9() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___m_disposed_9)); }
inline bool get_m_disposed_9() const { return ___m_disposed_9; }
inline bool* get_address_of_m_disposed_9() { return &___m_disposed_9; }
inline void set_m_disposed_9(bool value)
{
___m_disposed_9 = value;
}
inline static int32_t get_offset_of_lastBlock_10() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___lastBlock_10)); }
inline bool get_lastBlock_10() const { return ___lastBlock_10; }
inline bool* get_address_of_lastBlock_10() { return &___lastBlock_10; }
inline void set_lastBlock_10(bool value)
{
___lastBlock_10 = value;
}
inline static int32_t get_offset_of__rng_11() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ____rng_11)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_11() const { return ____rng_11; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_11() { return &____rng_11; }
inline void set__rng_11(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rng_11), (void*)value);
}
};
// System.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.IO.FileStream::buf
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6;
// System.String System.IO.FileStream::name
String_t* ___name_7;
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8;
// System.Boolean System.IO.FileStream::isExposed
bool ___isExposed_9;
// System.Int64 System.IO.FileStream::append_startpos
int64_t ___append_startpos_10;
// System.IO.FileAccess System.IO.FileStream::access
int32_t ___access_11;
// System.Boolean System.IO.FileStream::owner
bool ___owner_12;
// System.Boolean System.IO.FileStream::async
bool ___async_13;
// System.Boolean System.IO.FileStream::canseek
bool ___canseek_14;
// System.Boolean System.IO.FileStream::anonymous
bool ___anonymous_15;
// System.Boolean System.IO.FileStream::buf_dirty
bool ___buf_dirty_16;
// System.Int32 System.IO.FileStream::buf_size
int32_t ___buf_size_17;
// System.Int32 System.IO.FileStream::buf_length
int32_t ___buf_length_18;
// System.Int32 System.IO.FileStream::buf_offset
int32_t ___buf_offset_19;
// System.Int64 System.IO.FileStream::buf_start
int64_t ___buf_start_20;
public:
inline static int32_t get_offset_of_buf_6() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; }
inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value);
}
inline static int32_t get_offset_of_name_7() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); }
inline String_t* get_name_7() const { return ___name_7; }
inline String_t** get_address_of_name_7() { return &___name_7; }
inline void set_name_7(String_t* value)
{
___name_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value);
}
inline static int32_t get_offset_of_safeHandle_8() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; }
inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value)
{
___safeHandle_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value);
}
inline static int32_t get_offset_of_isExposed_9() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); }
inline bool get_isExposed_9() const { return ___isExposed_9; }
inline bool* get_address_of_isExposed_9() { return &___isExposed_9; }
inline void set_isExposed_9(bool value)
{
___isExposed_9 = value;
}
inline static int32_t get_offset_of_append_startpos_10() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); }
inline int64_t get_append_startpos_10() const { return ___append_startpos_10; }
inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; }
inline void set_append_startpos_10(int64_t value)
{
___append_startpos_10 = value;
}
inline static int32_t get_offset_of_access_11() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); }
inline int32_t get_access_11() const { return ___access_11; }
inline int32_t* get_address_of_access_11() { return &___access_11; }
inline void set_access_11(int32_t value)
{
___access_11 = value;
}
inline static int32_t get_offset_of_owner_12() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); }
inline bool get_owner_12() const { return ___owner_12; }
inline bool* get_address_of_owner_12() { return &___owner_12; }
inline void set_owner_12(bool value)
{
___owner_12 = value;
}
inline static int32_t get_offset_of_async_13() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); }
inline bool get_async_13() const { return ___async_13; }
inline bool* get_address_of_async_13() { return &___async_13; }
inline void set_async_13(bool value)
{
___async_13 = value;
}
inline static int32_t get_offset_of_canseek_14() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); }
inline bool get_canseek_14() const { return ___canseek_14; }
inline bool* get_address_of_canseek_14() { return &___canseek_14; }
inline void set_canseek_14(bool value)
{
___canseek_14 = value;
}
inline static int32_t get_offset_of_anonymous_15() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); }
inline bool get_anonymous_15() const { return ___anonymous_15; }
inline bool* get_address_of_anonymous_15() { return &___anonymous_15; }
inline void set_anonymous_15(bool value)
{
___anonymous_15 = value;
}
inline static int32_t get_offset_of_buf_dirty_16() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); }
inline bool get_buf_dirty_16() const { return ___buf_dirty_16; }
inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; }
inline void set_buf_dirty_16(bool value)
{
___buf_dirty_16 = value;
}
inline static int32_t get_offset_of_buf_size_17() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); }
inline int32_t get_buf_size_17() const { return ___buf_size_17; }
inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; }
inline void set_buf_size_17(int32_t value)
{
___buf_size_17 = value;
}
inline static int32_t get_offset_of_buf_length_18() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); }
inline int32_t get_buf_length_18() const { return ___buf_length_18; }
inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; }
inline void set_buf_length_18(int32_t value)
{
___buf_length_18 = value;
}
inline static int32_t get_offset_of_buf_offset_19() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); }
inline int32_t get_buf_offset_19() const { return ___buf_offset_19; }
inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; }
inline void set_buf_offset_19(int32_t value)
{
___buf_offset_19 = value;
}
inline static int32_t get_offset_of_buf_start_20() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); }
inline int64_t get_buf_start_20() const { return ___buf_start_20; }
inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; }
inline void set_buf_start_20(int64_t value)
{
___buf_start_20 = value;
}
};
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields
{
public:
// System.Byte[] System.IO.FileStream::buf_recycle
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4;
// System.Object System.IO.FileStream::buf_recycle_lock
RuntimeObject * ___buf_recycle_lock_5;
public:
inline static int32_t get_offset_of_buf_recycle_4() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; }
inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_recycle_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value);
}
inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); }
inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; }
inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; }
inline void set_buf_recycle_lock_5(RuntimeObject * value)
{
___buf_recycle_lock_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value);
}
};
// System.IO.MonoIOStat
struct MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124
{
public:
// System.IO.FileAttributes System.IO.MonoIOStat::fileAttributes
int32_t ___fileAttributes_0;
// System.Int64 System.IO.MonoIOStat::Length
int64_t ___Length_1;
// System.Int64 System.IO.MonoIOStat::CreationTime
int64_t ___CreationTime_2;
// System.Int64 System.IO.MonoIOStat::LastAccessTime
int64_t ___LastAccessTime_3;
// System.Int64 System.IO.MonoIOStat::LastWriteTime
int64_t ___LastWriteTime_4;
public:
inline static int32_t get_offset_of_fileAttributes_0() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___fileAttributes_0)); }
inline int32_t get_fileAttributes_0() const { return ___fileAttributes_0; }
inline int32_t* get_address_of_fileAttributes_0() { return &___fileAttributes_0; }
inline void set_fileAttributes_0(int32_t value)
{
___fileAttributes_0 = value;
}
inline static int32_t get_offset_of_Length_1() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___Length_1)); }
inline int64_t get_Length_1() const { return ___Length_1; }
inline int64_t* get_address_of_Length_1() { return &___Length_1; }
inline void set_Length_1(int64_t value)
{
___Length_1 = value;
}
inline static int32_t get_offset_of_CreationTime_2() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___CreationTime_2)); }
inline int64_t get_CreationTime_2() const { return ___CreationTime_2; }
inline int64_t* get_address_of_CreationTime_2() { return &___CreationTime_2; }
inline void set_CreationTime_2(int64_t value)
{
___CreationTime_2 = value;
}
inline static int32_t get_offset_of_LastAccessTime_3() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastAccessTime_3)); }
inline int64_t get_LastAccessTime_3() const { return ___LastAccessTime_3; }
inline int64_t* get_address_of_LastAccessTime_3() { return &___LastAccessTime_3; }
inline void set_LastAccessTime_3(int64_t value)
{
___LastAccessTime_3 = value;
}
inline static int32_t get_offset_of_LastWriteTime_4() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastWriteTime_4)); }
inline int64_t get_LastWriteTime_4() const { return ___LastWriteTime_4; }
inline int64_t* get_address_of_LastWriteTime_4() { return &___LastWriteTime_4; }
inline void set_LastWriteTime_4(int64_t value)
{
___LastWriteTime_4 = value;
}
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.OperatingSystem
struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 : public RuntimeObject
{
public:
// System.PlatformID System.OperatingSystem::_platform
int32_t ____platform_0;
// System.Version System.OperatingSystem::_version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ____version_1;
// System.String System.OperatingSystem::_servicePack
String_t* ____servicePack_2;
public:
inline static int32_t get_offset_of__platform_0() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____platform_0)); }
inline int32_t get__platform_0() const { return ____platform_0; }
inline int32_t* get_address_of__platform_0() { return &____platform_0; }
inline void set__platform_0(int32_t value)
{
____platform_0 = value;
}
inline static int32_t get_offset_of__version_1() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____version_1)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get__version_1() const { return ____version_1; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of__version_1() { return &____version_1; }
inline void set__version_1(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
____version_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____version_1), (void*)value);
}
inline static int32_t get_offset_of__servicePack_2() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____servicePack_2)); }
inline String_t* get__servicePack_2() const { return ____servicePack_2; }
inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; }
inline void set__servicePack_2(String_t* value)
{
____servicePack_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____servicePack_2), (void*)value);
}
};
// System.Security.Cryptography.HMACSHA1
struct HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
// System.Security.Cryptography.RSACryptoServiceProvider
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 : public RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145
{
public:
// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_6;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey
bool ___persistKey_7;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted
bool ___persisted_8;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable
bool ___privateKeyExportable_9;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed
bool ___m_disposed_10;
// Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa
RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * ___rsa_11;
public:
inline static int32_t get_offset_of_store_6() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___store_6)); }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * get_store_6() const { return ___store_6; }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 ** get_address_of_store_6() { return &___store_6; }
inline void set_store_6(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * value)
{
___store_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___store_6), (void*)value);
}
inline static int32_t get_offset_of_persistKey_7() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persistKey_7)); }
inline bool get_persistKey_7() const { return ___persistKey_7; }
inline bool* get_address_of_persistKey_7() { return &___persistKey_7; }
inline void set_persistKey_7(bool value)
{
___persistKey_7 = value;
}
inline static int32_t get_offset_of_persisted_8() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persisted_8)); }
inline bool get_persisted_8() const { return ___persisted_8; }
inline bool* get_address_of_persisted_8() { return &___persisted_8; }
inline void set_persisted_8(bool value)
{
___persisted_8 = value;
}
inline static int32_t get_offset_of_privateKeyExportable_9() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___privateKeyExportable_9)); }
inline bool get_privateKeyExportable_9() const { return ___privateKeyExportable_9; }
inline bool* get_address_of_privateKeyExportable_9() { return &___privateKeyExportable_9; }
inline void set_privateKeyExportable_9(bool value)
{
___privateKeyExportable_9 = value;
}
inline static int32_t get_offset_of_m_disposed_10() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___m_disposed_10)); }
inline bool get_m_disposed_10() const { return ___m_disposed_10; }
inline bool* get_address_of_m_disposed_10() { return &___m_disposed_10; }
inline void set_m_disposed_10(bool value)
{
___m_disposed_10 = value;
}
inline static int32_t get_offset_of_rsa_11() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___rsa_11)); }
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * get_rsa_11() const { return ___rsa_11; }
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A ** get_address_of_rsa_11() { return &___rsa_11; }
inline void set_rsa_11(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * value)
{
___rsa_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rsa_11), (void*)value);
}
};
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields
{
public:
// System.Security.Cryptography.CspProviderFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.RSACryptoServiceProvider::s_UseMachineKeyStore
int32_t ___s_UseMachineKeyStore_2;
public:
inline static int32_t get_offset_of_s_UseMachineKeyStore_2() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields, ___s_UseMachineKeyStore_2)); }
inline int32_t get_s_UseMachineKeyStore_2() const { return ___s_UseMachineKeyStore_2; }
inline int32_t* get_address_of_s_UseMachineKeyStore_2() { return &___s_UseMachineKeyStore_2; }
inline void set_s_UseMachineKeyStore_2(int32_t value)
{
___s_UseMachineKeyStore_2 = value;
}
};
// System.Security.Cryptography.SymmetricAlgorithm
struct SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue
int32_t ___BlockSizeValue_0;
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue
int32_t ___FeedbackSizeValue_1;
// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___IVValue_2;
// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___KeyValue_3;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalBlockSizesValue_4;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_5;
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue
int32_t ___KeySizeValue_6;
// System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue
int32_t ___ModeValue_7;
// System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue
int32_t ___PaddingValue_8;
public:
inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___BlockSizeValue_0)); }
inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; }
inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; }
inline void set_BlockSizeValue_0(int32_t value)
{
___BlockSizeValue_0 = value;
}
inline static int32_t get_offset_of_FeedbackSizeValue_1() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___FeedbackSizeValue_1)); }
inline int32_t get_FeedbackSizeValue_1() const { return ___FeedbackSizeValue_1; }
inline int32_t* get_address_of_FeedbackSizeValue_1() { return &___FeedbackSizeValue_1; }
inline void set_FeedbackSizeValue_1(int32_t value)
{
___FeedbackSizeValue_1 = value;
}
inline static int32_t get_offset_of_IVValue_2() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___IVValue_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_IVValue_2() const { return ___IVValue_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_IVValue_2() { return &___IVValue_2; }
inline void set_IVValue_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___IVValue_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___IVValue_2), (void*)value);
}
inline static int32_t get_offset_of_KeyValue_3() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___KeyValue_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_KeyValue_3() const { return ___KeyValue_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_KeyValue_3() { return &___KeyValue_3; }
inline void set_KeyValue_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___KeyValue_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___KeyValue_3), (void*)value);
}
inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___LegalBlockSizesValue_4)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; }
inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___LegalBlockSizesValue_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___LegalBlockSizesValue_4), (void*)value);
}
inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___LegalKeySizesValue_5)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; }
inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___LegalKeySizesValue_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_5), (void*)value);
}
inline static int32_t get_offset_of_KeySizeValue_6() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___KeySizeValue_6)); }
inline int32_t get_KeySizeValue_6() const { return ___KeySizeValue_6; }
inline int32_t* get_address_of_KeySizeValue_6() { return &___KeySizeValue_6; }
inline void set_KeySizeValue_6(int32_t value)
{
___KeySizeValue_6 = value;
}
inline static int32_t get_offset_of_ModeValue_7() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___ModeValue_7)); }
inline int32_t get_ModeValue_7() const { return ___ModeValue_7; }
inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; }
inline void set_ModeValue_7(int32_t value)
{
___ModeValue_7 = value;
}
inline static int32_t get_offset_of_PaddingValue_8() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___PaddingValue_8)); }
inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; }
inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; }
inline void set_PaddingValue_8(int32_t value)
{
___PaddingValue_8 = value;
}
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
// Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler
struct KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 : public MulticastDelegate_t
{
public:
public:
};
// Mono.Security.Cryptography.RC4
struct RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
public:
};
struct RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] Mono.Security.Cryptography.RC4::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9;
// System.Security.Cryptography.KeySizes[] Mono.Security.Cryptography.RC4::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast<int32_t>(offsetof(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields, ___s_legalBlockSizes_9)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; }
inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value);
}
inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast<int32_t>(offsetof(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields, ___s_legalKeySizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; }
inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value);
}
};
// Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler
struct KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 : public MulticastDelegate_t
{
public:
public:
};
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
}
};
// System.ArithmeticException
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.IO.FileSystemInfo
struct FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.MonoIOStat System.IO.FileSystemInfo::_data
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 ____data_1;
// System.Int32 System.IO.FileSystemInfo::_dataInitialised
int32_t ____dataInitialised_2;
// System.String System.IO.FileSystemInfo::FullPath
String_t* ___FullPath_3;
// System.String System.IO.FileSystemInfo::OriginalPath
String_t* ___OriginalPath_4;
// System.String System.IO.FileSystemInfo::_displayPath
String_t* ____displayPath_5;
public:
inline static int32_t get_offset_of__data_1() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____data_1)); }
inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 get__data_1() const { return ____data_1; }
inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * get_address_of__data_1() { return &____data_1; }
inline void set__data_1(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 value)
{
____data_1 = value;
}
inline static int32_t get_offset_of__dataInitialised_2() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____dataInitialised_2)); }
inline int32_t get__dataInitialised_2() const { return ____dataInitialised_2; }
inline int32_t* get_address_of__dataInitialised_2() { return &____dataInitialised_2; }
inline void set__dataInitialised_2(int32_t value)
{
____dataInitialised_2 = value;
}
inline static int32_t get_offset_of_FullPath_3() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___FullPath_3)); }
inline String_t* get_FullPath_3() const { return ___FullPath_3; }
inline String_t** get_address_of_FullPath_3() { return &___FullPath_3; }
inline void set_FullPath_3(String_t* value)
{
___FullPath_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FullPath_3), (void*)value);
}
inline static int32_t get_offset_of_OriginalPath_4() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___OriginalPath_4)); }
inline String_t* get_OriginalPath_4() const { return ___OriginalPath_4; }
inline String_t** get_address_of_OriginalPath_4() { return &___OriginalPath_4; }
inline void set_OriginalPath_4(String_t* value)
{
___OriginalPath_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OriginalPath_4), (void*)value);
}
inline static int32_t get_offset_of__displayPath_5() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____displayPath_5)); }
inline String_t* get__displayPath_5() const { return ____displayPath_5; }
inline String_t** get_address_of__displayPath_5() { return &____displayPath_5; }
inline void set__displayPath_5(String_t* value)
{
____displayPath_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____displayPath_5), (void*)value);
}
};
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.IO.IOException::_maybeFullPath
String_t* ____maybeFullPath_17;
public:
inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast<int32_t>(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); }
inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; }
inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; }
inline void set__maybeFullPath_17(String_t* value)
{
____maybeFullPath_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value);
}
};
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Security.Cryptography.DES
struct DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
public:
};
struct DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast<int32_t>(offsetof(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields, ___s_legalBlockSizes_9)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; }
inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value);
}
inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast<int32_t>(offsetof(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields, ___s_legalKeySizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; }
inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value);
}
};
// System.Security.Cryptography.RC2
struct RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
// System.Int32 System.Security.Cryptography.RC2::EffectiveKeySizeValue
int32_t ___EffectiveKeySizeValue_9;
public:
inline static int32_t get_offset_of_EffectiveKeySizeValue_9() { return static_cast<int32_t>(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA, ___EffectiveKeySizeValue_9)); }
inline int32_t get_EffectiveKeySizeValue_9() const { return ___EffectiveKeySizeValue_9; }
inline int32_t* get_address_of_EffectiveKeySizeValue_9() { return &___EffectiveKeySizeValue_9; }
inline void set_EffectiveKeySizeValue_9(int32_t value)
{
___EffectiveKeySizeValue_9 = value;
}
};
struct RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_10;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_11;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_10() { return static_cast<int32_t>(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields, ___s_legalBlockSizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_10() const { return ___s_legalBlockSizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_10() { return &___s_legalBlockSizes_10; }
inline void set_s_legalBlockSizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_10), (void*)value);
}
inline static int32_t get_offset_of_s_legalKeySizes_11() { return static_cast<int32_t>(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields, ___s_legalKeySizes_11)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_11() const { return ___s_legalKeySizes_11; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_11() { return &___s_legalKeySizes_11; }
inline void set_s_legalKeySizes_11(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_11), (void*)value);
}
};
// System.Security.Cryptography.TripleDES
struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
public:
};
struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast<int32_t>(offsetof(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields, ___s_legalBlockSizes_9)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; }
inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value);
}
inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast<int32_t>(offsetof(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields, ___s_legalKeySizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; }
inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value);
}
};
// Mono.Security.Cryptography.ARC4Managed
struct ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 : public RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A
{
public:
// System.Byte[] Mono.Security.Cryptography.ARC4Managed::key
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key_11;
// System.Byte[] Mono.Security.Cryptography.ARC4Managed::state
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___state_12;
// System.Byte Mono.Security.Cryptography.ARC4Managed::x
uint8_t ___x_13;
// System.Byte Mono.Security.Cryptography.ARC4Managed::y
uint8_t ___y_14;
// System.Boolean Mono.Security.Cryptography.ARC4Managed::m_disposed
bool ___m_disposed_15;
public:
inline static int32_t get_offset_of_key_11() { return static_cast<int32_t>(offsetof(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4, ___key_11)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_key_11() const { return ___key_11; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_key_11() { return &___key_11; }
inline void set_key_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___key_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_11), (void*)value);
}
inline static int32_t get_offset_of_state_12() { return static_cast<int32_t>(offsetof(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4, ___state_12)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_state_12() const { return ___state_12; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_state_12() { return &___state_12; }
inline void set_state_12(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___state_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___state_12), (void*)value);
}
inline static int32_t get_offset_of_x_13() { return static_cast<int32_t>(offsetof(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4, ___x_13)); }
inline uint8_t get_x_13() const { return ___x_13; }
inline uint8_t* get_address_of_x_13() { return &___x_13; }
inline void set_x_13(uint8_t value)
{
___x_13 = value;
}
inline static int32_t get_offset_of_y_14() { return static_cast<int32_t>(offsetof(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4, ___y_14)); }
inline uint8_t get_y_14() const { return ___y_14; }
inline uint8_t* get_address_of_y_14() { return &___y_14; }
inline void set_y_14(uint8_t value)
{
___y_14 = value;
}
inline static int32_t get_offset_of_m_disposed_15() { return static_cast<int32_t>(offsetof(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4, ___m_disposed_15)); }
inline bool get_m_disposed_15() const { return ___m_disposed_15; }
inline bool* get_address_of_m_disposed_15() { return &___m_disposed_15; }
inline void set_m_disposed_15(bool value)
{
___m_disposed_15 = value;
}
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
}
};
// System.IO.DirectoryInfo
struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F : public FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D
{
public:
// System.String System.IO.DirectoryInfo::current
String_t* ___current_6;
// System.String System.IO.DirectoryInfo::parent
String_t* ___parent_7;
public:
inline static int32_t get_offset_of_current_6() { return static_cast<int32_t>(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___current_6)); }
inline String_t* get_current_6() const { return ___current_6; }
inline String_t** get_address_of_current_6() { return &___current_6; }
inline void set_current_6(String_t* value)
{
___current_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_6), (void*)value);
}
inline static int32_t get_offset_of_parent_7() { return static_cast<int32_t>(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___parent_7)); }
inline String_t* get_parent_7() const { return ___parent_7; }
inline String_t** get_address_of_parent_7() { return &___parent_7; }
inline void set_parent_7(String_t* value)
{
___parent_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_7), (void*)value);
}
};
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
// System.String System.ObjectDisposedException::objectName
String_t* ___objectName_17;
public:
inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); }
inline String_t* get_objectName_17() const { return ___objectName_17; }
inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
inline void set_objectName_17(String_t* value)
{
___objectName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value);
}
};
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Security.Cryptography.KeySizes[]
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E : public RuntimeArray
{
public:
ALIGN_FIELD (8) KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * m_Items[1];
public:
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint32_t m_Items[1];
public:
inline uint32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
{
m_Items[index] = value;
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// Mono.Security.Uri_UriScheme[]
struct UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C : public RuntimeArray
{
public:
ALIGN_FIELD (8) UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 m_Items[1];
public:
inline UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 * 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, UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___scheme_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___delimiter_1), (void*)NULL);
#endif
}
inline UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___scheme_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___delimiter_1), (void*)NULL);
#endif
}
};
// System.Void System.Array::Reverse<System.Byte>(T[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_gshared (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, const RuntimeMethod* method);
// System.Void System.Array::Reverse<System.Byte>(T[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_gshared (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method);
// T[] System.Collections.Generic.List`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetBytes_m708ECF071B4D0805C19074FC69D9CDFDAF2FFCE7 (int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Array::Reverse<System.Byte>(T[])
inline void Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, const RuntimeMethod* method)
{
(( void (*) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, const RuntimeMethod*))Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_gshared)(___array0, method);
}
// System.Void Mono.Security.ASN1::.ctor(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, uint8_t ___tag0, const RuntimeMethod* method);
// System.Void Mono.Security.ASN1::set_Value(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92 (String_t* ___str0, const RuntimeMethod* method);
// System.Void Mono.Security.ASN1::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
// System.Byte Mono.Security.ASN1::get_Tag()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.ASN1::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.String System.Byte::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m0E74FC03C86ECFB7B6639F93E224A1975374D8F7 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.UInt64::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m6CBBC10ABBA0EE36F5E72F926A38F6CD7F497A55 (uint64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_ASCII()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.Int16 System.Convert::ToInt16(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m4EE0839C08F0FDFBB7719B316D962B043F55589B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ParseExact_mF45E615EBCC82CA967D4BC7838EE570508D0F97F (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method);
// System.Byte[] Mono.Security.BitConverterLE::GetUIntBytes(System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41 (uint8_t* ___bytes0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.BitConverterLE::GetULongBytes(System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetULongBytes_mEA155106F6785491F8070F485963C96DA55B83F0 (uint8_t* ___bytes0, const RuntimeMethod* method);
// System.Void Mono.Security.BitConverterLE::UIntFromBytes(System.Byte*,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_UIntFromBytes_mACD066E6E71F1EA6FA9D71F22F13976628DEAE04 (uint8_t* ___dst0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src1, int32_t ___startIndex2, const RuntimeMethod* method);
// System.Void Mono.Security.BitConverterLE::ULongFromBytes(System.Byte*,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_ULongFromBytes_m86C1BAA22FE4E581A56AC3F29E084318253E03C0 (uint8_t* ___dst0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src1, int32_t ___startIndex2, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.RC4::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4__ctor_mC5832FCEC7386029697E64BA5C9417843B385DE1 (RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * __this, const RuntimeMethod* method);
// System.Void System.Object::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.GC::SuppressFinalize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Object System.Array::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.ARC4Managed::KeySetup(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_KeySetup_m9DAD47A1F746F79F43A4B8BB7E1E3395D170278E (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332 (int32_t ___size0, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.String Locale::GetText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.ARC4Managed::CheckInput(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method);
// System.Int32 Mono.Security.Cryptography.ARC4Managed::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARC4Managed_InternalTransformBlock_m791DD8D6AFE58524ED43CA2101A11C95C76C546A (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.UInt32 Mono.Security.Cryptography.CryptoConvert::ToUInt32LE(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CryptoConvert_ToUInt32LE_m50B4357D67CC284B1AEBB30EE29231713131D76B (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Int32 Mono.Security.Cryptography.CryptoConvert::ToInt32LE(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoConvert_ToInt32LE_m5086E9BB7D96A311E6DA1F001B0ECA228E83C022 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___offset1, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::Trim(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConvert_Trim_m3923DF1B1599A8462CEF7CD91A8EEFAB3A3EA282 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method);
// System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * RSA_Create_m1AF30C2FAB458D7291DA15B4D2650AE7507DEDAB (const RuntimeMethod* method);
// System.Security.Cryptography.DSA System.Security.Cryptography.DSA::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * DSA_Create_m727400EBC98FEDC4F43DD568D974EDC1CD2868BA (const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::GetBytesLE(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConvert_GetBytesLE_m25F6227AF0542C76E52AB0583EFFEBA87844942D (int32_t ___val0, const RuntimeMethod* method);
// System.Void System.Array::Reverse<System.Byte>(T[],System.Int32,System.Int32)
inline void Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*))Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_gshared)(___array0, ___index1, ___length2, method);
}
// System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlob(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * CryptoConvert_FromCapiKeyBlob_mFAF9B51C94086485849CA526A94970E7CE81B7F0 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method);
// System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlob(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * CryptoConvert_FromCapiPublicKeyBlob_m4A9A741883A974EC92FCD7DB6381033BE460A0AF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method);
// System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPrivateKeyBlob(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * CryptoConvert_FromCapiPrivateKeyBlob_m19EA71D3C8F8EB01D7845D6A4C5E657A5E523AC5 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method);
// System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlobDSA(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * CryptoConvert_FromCapiKeyBlobDSA_m9D5A9E616C23C99E7EFA9D0C063095E5EC0B7249 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method);
// System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlobDSA(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * CryptoConvert_FromCapiPublicKeyBlobDSA_mAFA63B6734344B190E5F240E2829D5CA668ABEA9 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method);
// System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiPrivateKeyBlobDSA(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * CryptoConvert_FromCapiPrivateKeyBlobDSA_m9074A5D1AB0422EDB6F18CD0B4B98C874AAB331F (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSA::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSA__ctor_m6ECB25F328696E0FCCFBBBCDD5B0C5900916EC1D (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, int32_t ___minSize0, int32_t ___maxSize1, int32_t ___skipSize2, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50_inline (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.DSAManaged::GenerateParams(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateParams_m1128C5246F10223D15A579327052FFC4C5E6379E (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, int32_t ___keyLength0, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.DSAManaged::GenerateKeyPair()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateKeyPair_m177E660FBC4CCAE831925537992EA3A01DA54231 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_m169219C2CA206096D4F618C02D7D37E181A08045 (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_GenerateRandom_m34FB180E0F6613E9886F29FF5B820680A5295CAA (int32_t ___bits0, const RuntimeMethod* method);
// System.Void Mono.Math.BigInteger::Randomize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Randomize_m5CFF3B7433B4D50D0D6795ED4A03A6E7FB0A598C (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, const RuntimeMethod* method);
// System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_m3211431E4815D104C762CE118E1DC29A18DEB9EB (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method);
// System.Boolean Mono.Math.BigInteger::op_GreaterThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThanOrEqual_mE79E1206A8B08E2796D4BEE87E0E9FFD3B175A99 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::ModPow(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___exp0, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___n1, const RuntimeMethod* method);
// System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4 (const RuntimeMethod* method);
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::get_Random()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * DSAManaged_get_Random_mDDBF682CF301FD3230A1C7CCF76907A0F55AF8F8 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.DSAManaged::add(System.Byte[],System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_add_m8E72BC028E1FB68CD03A97A4167E54BF206C0FAC (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___a0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b1, int32_t ___value2, const RuntimeMethod* method);
// System.Void Mono.Math.BigInteger::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inData0, const RuntimeMethod* method);
// System.Boolean Mono.Math.BigInteger::IsProbablePrime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_IsProbablePrime_m7E986D051BB88E54C54E0D5DBFEDCAF44A03AB81 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Multiply_m5EB2D0423D4392E4933E8B34ABFF488B8F05A3CB (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi0, int32_t ___i1, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0 (int32_t ___value0, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Subtraction(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method);
// System.Boolean Mono.Math.BigInteger::TestBit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TestBit_mBC759CC3A03CC3E0F091E24D6E9F07D3C9EC7D1B (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, uint32_t ___bitNum0, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Division(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Division_mE2D1423D38BC8354FC1BE581DF9535004A3EBB43 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method);
// System.Boolean Mono.Math.BigInteger::op_LessThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThanOrEqual_m5DD408066BF47BCC917B7341FE321546916DE42C (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method);
// System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4 (const RuntimeMethod* method);
// System.Int32 Mono.Math.BigInteger::BitCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_BitCount_m55F891B0F0CB6EA74B7D9DF946AA76CB3B0BC487 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, const RuntimeMethod* method);
// System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method);
// System.Void System.ObjectDisposedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.DSAManaged::Generate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Generate_mE13053450D39DFF1FD40F2D8E3973F895A731B9C (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Math.BigInteger::GetBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.DSAManaged::NormalizeArray(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, const RuntimeMethod* method);
// System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m36E95F1DB3B61CB135B17EF616D8B910B21D7B47 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::ModInverse(Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___modulus0, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Addition(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Addition_mA6531A198D787A5C5E6E28BBBF937219FDF53ED4 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method);
// System.Boolean Mono.Math.BigInteger::op_LessThan(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThan_mCD33316F29326849C4C06380C2D8A82B4C3AEBA1 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method);
// System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method);
// System.Void Mono.Math.BigInteger::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, const RuntimeMethod* method);
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method);
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method);
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::get_Rng()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B (const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, String_t* ___keyPair1, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::Copy(System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * KeyPairPersistence_Copy_mB3DC51B492050FBFD075E06C5A0B1112389F7DFD (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___p0, const RuntimeMethod* method);
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_ContainerName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mCE84582533EA9934933F3F1496451F3D9DA652A4 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, RuntimeObject * ___arg24, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseMachineKeyStore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseMachineKeyStore_m4C9DA5653CF7BE9380D9E823508A3F3C18CDDEBA (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method);
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_MachinePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F (const RuntimeMethod* method);
// System.String System.IO.Path::Combine(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method);
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_UserPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905 (const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_CanChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_CanChange_mF794FB632D47B3AFD5DDCE7FCB16E07B9EF17FE0 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method);
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_Filename()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method);
// System.Boolean System.IO.File::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method);
// System.IO.StreamReader System.IO.File::OpenText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * File_OpenText_mD7DC3BDD48CA66946135DB8D5C5D15017500CB34 (String_t* ___path0, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.KeyPairPersistence::FromXml(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_FromXml_m5A78640DB1D6311E5B7B09E2988973859B2514AB (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, String_t* ___xml0, const RuntimeMethod* method);
// System.IO.FileStream System.IO.File::Open(System.String,System.IO.FileMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Open_mDA5EB4A312EAEBF8543B13C572271FB5F673A501 (String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_UTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
// System.Void System.IO.StreamWriter::.ctor(System.IO.Stream,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_mFD481E7A16D86AF74F41C928C7828B19EFEF9F5C (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
// System.String Mono.Security.Cryptography.KeyPairPersistence::ToXml()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_ToXml_m928EAFF30A591E5270CB46CAAC65C4B71F924601 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectMachine(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96 (String_t* ___path0, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectUser(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017 (String_t* ___path0, const RuntimeMethod* method);
// System.Void System.IO.File::Delete(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2 (String_t* ___path0, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.String System.Environment::GetFolderPath(System.Environment/SpecialFolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetFolderPath_m536A7D7C29197A7B66B60EA9A78B63C7B0BE9C17 (int32_t ___folder0, const RuntimeMethod* method);
// System.Boolean System.IO.Directory::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method);
// System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41 (String_t* ___path0, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsUserProtected(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01 (String_t* ___path0, const RuntimeMethod* method);
// System.Void System.IO.IOException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsMachineProtected(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98 (String_t* ___path0, const RuntimeMethod* method);
// System.OperatingSystem System.Environment::get_OSVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233 (const RuntimeMethod* method);
// System.PlatformID System.OperatingSystem::get_Platform()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181_inline (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method);
// System.String System.IO.Path::GetPathRoot(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetPathRoot_m11EB9C9BD3B1DAF4C744AE838C81AA361297B459 (String_t* ___path0, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_CanSecure(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__CanSecure_mCB390B32E2EBDB1E7CFCA618324407F5F70D229C (String_t* ___root0, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::CanSecure(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486 (String_t* ___path0, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectUser(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectUser_m883820825FB8BFDF2CABB34E55EE90A301D31C09 (String_t* ___path0, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectMachine(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectMachine_m66368875FFD9E022AD0D442097B8E4947E8E9341 (String_t* ___path0, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsUserProtected(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsUserProtected_mEBB01AD3892C089945787F6F21B2DC672DF1DE89 (String_t* ___path0, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsMachineProtected(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsMachineProtected_mFF88F4508EB7D38A25F78B6FCC119A72CFAA1A81 (String_t* ___path0, const RuntimeMethod* method);
// System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::get_Flags()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseDefaultKeyContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseDefaultKeyContainer_m54EA2C93B7BE1B4446BE92BB631ECAFAAB08393E (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method);
// System.Guid System.Guid::NewGuid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m541CAC23EBB140DFD3AB5B313315647E95FADB29 (const RuntimeMethod* method);
// System.String System.Guid::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5 (Guid_t * __this, const RuntimeMethod* method);
// System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE (const RuntimeMethod* method);
// System.Void System.Guid::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A (Guid_t * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mF3139669D97ADCB8C35BD6F360A46A160CD63DB9 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___dwTypeIn0, String_t* ___strProviderNameIn1, String_t* ___strContainerNameIn2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CspParameters::set_Flags(System.Security.Cryptography.CspProviderFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void Mono.Xml.SecurityParser::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser__ctor_m46A21D62E80E1A94877CC4CFD2FFF313EF6E3E06 (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method);
// System.Void Mono.Xml.SecurityParser::LoadXml(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_LoadXml_mC52937EF26E02DC2EEA05716D4CC4B5B6E2D124C (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, String_t* ___xml0, const RuntimeMethod* method);
// System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method);
// System.String System.Security.SecurityElement::get_Tag()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_mB83E85CF85B42D13B4B93640E2859EEA583F3708_inline (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Security.SecurityElement System.Security.SecurityElement::SearchForChildByTag(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityElement_SearchForChildByTag_m131C2C8A6D250569787709B7F86ADF0D8ACCABAB (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, const RuntimeMethod* method);
// System.Collections.ArrayList System.Security.SecurityElement::get_Children()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * SecurityElement_get_Children_m4387717E982DBB2DF3E967287F126D4FB72EB924_inline (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method);
// System.String System.Environment::get_NewLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method);
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_KeyValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1_inline (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HashAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.MD2Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed__ctor_m3AA78D04611EC5A72DCB0E05FA9E4BF35BC353BE (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.MD2::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2__ctor_m6825CB7ABD0EF962BE2DDF6D6A0338F4755CCB12 (MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.MD2Managed::MD2Transform(System.Byte[],System.Byte[],System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___state0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___checksum1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block2, int32_t ___index3, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.MD2Managed::Padding(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD2Managed_Padding_m96B536A6482FE6FFDC610BABEF98B9B50B7164CC (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, int32_t ___nLength0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.MD4Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed__ctor_mF17703A604E383D862958476A83783050A0A1377 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.MD4::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4__ctor_mC595668EADB1280D1F93914A0B11D10E0DFE94AE (MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.MD4Managed::MD4Transform(System.UInt32[],System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_MD4Transform_m1020743BFF544357D806101E7A7252774DCE661B (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___state0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block1, int32_t ___index2, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.MD4Managed::Encode(System.Byte[],System.UInt32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Encode_m5C87FC4B414BD8F342620189B41E719EB395B777 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output0, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___input1, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.MD4Managed::Padding(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD4Managed_Padding_mB3E720C2F0C061DCF82C3A1C29F293C1D758D6F6 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, int32_t ___nLength0, const RuntimeMethod* method);
// System.UInt32 Mono.Security.Cryptography.MD4Managed::F(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_F_m2BB4779C56A6035B3B5568C41405B3EC83603527 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method);
// System.UInt32 Mono.Security.Cryptography.MD4Managed::ROL(System.UInt32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_ROL_m76E0B1919FCE2D7976F240B1809C0D2F6D09518A (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint8_t ___n1, const RuntimeMethod* method);
// System.UInt32 Mono.Security.Cryptography.MD4Managed::G(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_G_m5A75A049527067AE3ABA021AE3A3F60BFF2DD6E7 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method);
// System.UInt32 Mono.Security.Cryptography.MD4Managed::H(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_H_m949F0D24A663441EEDC2EA9477A582F2FA59346A (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.MD4Managed::Decode(System.UInt32[],System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Decode_mE29C51CEF04C6FC22A9812500CE61D2E1A31A9D8 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___output0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input1, int32_t ___index2, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.MD4Managed::FF(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.MD4Managed::GG(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.MD4Managed::HH(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::I2OSP(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_I2OSP_mB7DB4E3B03A6579C91659151811BDDD98516DE31 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___x0, int32_t ___size1, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::GetEmptyHash(System.Security.Cryptography.HashAlgorithm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_GetEmptyHash_m5AA2EFEAFB648B2C04BA2BC0FDEAAC816DC8CFBB (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::MGF1(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___mgfSeed1, int32_t ___maskLen2, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::xor(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_xor_mEEABA9FC7093A014A0FEA7B69EEC5F13CD79EFA0 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array10, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array21, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::OS2IP(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_OS2IP_m9D0512949DE636E6EBDDAE5AD6F1515E35F04580 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___x0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSAEP(System.Security.Cryptography.RSA,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_RSAEP_mF3B2FCDABA3236CBE24537893DA4752F850FB902 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m1, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSADP(System.Security.Cryptography.RSA,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_RSADP_m089D7061DE38FC25CD7C75646034E0C7A49C12F7 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___c1, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.PKCS1::Compare(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Compare_mB9DB51AD73B2EBF9640B2E91C650BF62C4895E28 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array10, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array21, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::Encode_v15(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_Encode_v15_m6AECA402C05E96A2F31C1A1186357FD5B0A77CD4 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___hashValue1, int32_t ___emLength2, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSASP1(System.Security.Cryptography.RSA,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_RSASP1_m64F1CD9D565DC1B0E3D906252103D5E8C988A37D (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m1, const RuntimeMethod* method);
// System.Security.Cryptography.HashAlgorithm Mono.Security.Cryptography.PKCS1::CreateFromName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420 (String_t* ___name0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::Sign_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_Sign_v15_mD920AC2C06C0A6F9AC0F07E73D83D1D26E39B68F (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___hashValue2, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m27A722EF8504484B4DF2623D96E8D7FF957FC313 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___hashValue2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature3, bool ___tryNonStandardEncoding4, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSAVP1(System.Security.Cryptography.RSA,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_RSAVP1_mBBA9434C1E722FFE26C25CA7549D920F32DA05A9 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___s1, const RuntimeMethod* method);
// System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210 (String_t* ___name0, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method);
// System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, uint8_t ___tag0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data1, const RuntimeMethod* method);
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Void System.OverflowException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m52B5CBD67B25B7D295D39D739B64DA09D7C92F2D (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::I2OSP(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_I2OSP_mF5921198A1118B72CB1F3BC8D7C64E7815EC01BD (int32_t ___x0, int32_t ___size1, const RuntimeMethod* method);
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A (String_t* ___s0, const RuntimeMethod* method);
// Mono.Security.Cryptography.MD2 Mono.Security.Cryptography.MD2::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 * MD2_Create_m36C83D189796BDF2C5003688843F5643D12D60BD (const RuntimeMethod* method);
// Mono.Security.Cryptography.MD4 Mono.Security.Cryptography.MD4::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 * MD4_Create_m7CC02FECCF975814C855B73457655079AADA65DC (const RuntimeMethod* method);
// System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD * SHA256_Create_mBB1886B9CB89D706FB87832AB8EC74F3BD835C3F (const RuntimeMethod* method);
// System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37 * SHA384_Create_m1DB8E3BCF13E7A7A3903B0609491D6A1170C0695 (const RuntimeMethod* method);
// System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936 * SHA512_Create_mFAF244BD7F518A7FFCC07C8858EAC625FDA7B25E (const RuntimeMethod* method);
// System.Security.Cryptography.RIPEMD160 System.Security.Cryptography.RIPEMD160::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9 * RIPEMD160_Create_mA05D45DE1F4811F68B3BFE07CE48E025916D93F0 (const RuntimeMethod* method);
// System.Type System.Type::GetType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_mCF0A3B28889C9FFB9987C8D30C23DF0912E7C00C (String_t* ___typeName0);
// System.Object System.Activator::CreateInstance(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16 (Type_t * ___type0, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_mB4642CBDFDB47AB0247235D33B9F0271F2F1131E (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::Decode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method);
// System.Int32 Mono.Security.ASN1::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, const RuntimeMethod* method);
// System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method);
// System.Void System.Collections.ArrayList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_mFFC093CE8E4AD3CBC1BBFF193CB96BA4359D88B2 (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Decode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::RemoveLeadingZero(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bigInt0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Normalize(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bigInt0, int32_t ___length1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CspParameters::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m6C7ED4CF3021168DC6CEFB0FECC591547DCE4342 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m1688FF86ACB164CE19D754507AA1D87535BC2A30 (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SymmetricAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricAlgorithm__ctor_mA48D09DF35BE5C20350B379682F1F7FE1278F755 (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.ARC4Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed__ctor_mA66A866D58CBACF8BAF2F6ABB50013CB1EB498AB (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSA::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSA__ctor_m5B3A9F1525FBE259BD7A5123F9A7ADE4B07BE683 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::set_KeySize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, int32_t ___value0, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Implicit_m8FC65295DF8A02AFACD4118E19156DB6BE430417 (uint32_t ___value0, const RuntimeMethod* method);
// Mono.Math.BigInteger Mono.Math.BigInteger::GeneratePseudoPrime(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_GeneratePseudoPrime_mF641CA5C1E5F8230B540C41683045BD65C7B0B57 (int32_t ___bits0, const RuntimeMethod* method);
// System.UInt32 Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigInteger_op_Modulus_m87DF0D870DA7481DCC9E22F488E173DB66B8BAD2 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi0, uint32_t ___ui1, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_mCECB2E15C59113C6F54E0A0927548E16FA38807D (KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method);
// System.Boolean Mono.Math.BigInteger::op_GreaterThan(Mono.Math.BigInteger,Mono.Math.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThan_mB3E9827FF1AC89ADFB8A931EE1FD526B12EAB1FF (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m0E75FCF0C80BF3D1D810F070EB5CC403D004BDAC (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___value0, int32_t ___length1, const RuntimeMethod* method);
// System.String System.Convert::ToBase64String(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.KeyBuilder::IV(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeyBuilder_IV_m45A7513A2E5E3F6535B20B1861DFA209FD52232E (int32_t ___size0, const RuntimeMethod* method);
// System.String Locale::GetText(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF (String_t* ___fmt0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Void System.NotImplementedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.SymmetricTransform::CheckInput(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___format0, String_t* ___insert1, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_KeepLastBlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricTransform_get_KeepLastBlock_m99171002D05E62922383B865ECFB5AB5824B2346 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method);
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.SymmetricTransform::Random(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Random_m50AE0AF5D735913B5F85601BB9D300569B3F2AF2 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.SymmetricTransform::ThrowBadPaddingException(System.Security.Cryptography.PaddingMode,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, int32_t ___padding0, int32_t ___length1, int32_t ___position2, const RuntimeMethod* method);
// System.Void Mono.Security.PKCS7/ContentInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.PKCS7/ContentInfo::.ctor(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::GetASN1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_GetASN1_mF7FA872FD8285044BFA1F83C393AA7ABF86FAF46 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.ASN1Convert::FromOid(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8 (String_t* ___oid0, const RuntimeMethod* method);
// System.Void Mono.Security.PKCS7/EncryptedData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m5AD62777464DB1E597D86ABA8C7CC712604EA9B1 (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, String_t* ___oid0, const RuntimeMethod* method);
// System.Void Mono.Security.PKCS7/ContentInfo::set_Content(Mono.Security.ASN1)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___value0, const RuntimeMethod* method);
// System.Void Mono.Security.Uri::.ctor(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m18AC6C7890DA447423B6832166EDCBCD837C5DB5 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, bool ___dontEscape1, const RuntimeMethod* method);
// System.Void Mono.Security.Uri::Parse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_Parse_m625D29924E21BEAB012618F023C6209207501156 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method);
// System.Boolean Mono.Security.Uri::get_IsFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m6B22CA0691A6CBC6915869E3F4798C87B26A9339 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method);
// System.String Mono.Security.Uri::get_AbsolutePath()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mB98BFB6DB8151B6C0305C5AA2AFA9B12BBA29000_inline (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method);
// System.Boolean Mono.Security.Uri::get_IsUnc()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m12EEC26CF69B93E2C8DEF604CAEEBB3BB8C7E4D8_inline (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method);
// System.String Mono.Security.Uri::Unescape(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m793B62246805694A9CA41AFCE1006A944F554287 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___str0, const RuntimeMethod* method);
// System.String System.String::Replace(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method);
// System.String System.Char::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 (Il2CppChar* __this, const RuntimeMethod* method);
// System.Void Mono.Security.Uri::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m5BAA5AABA499ACB5D2B3F1CDB09486E463400D25 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, const RuntimeMethod* method);
// System.String System.String::ToLower(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.String Mono.Security.Uri::GetOpaqueWiseSchemeDelimiter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetOpaqueWiseSchemeDelimiter_m9A6FDB5C8EB49469CC99CF49C8800BFD5E45B3A4 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Int32 Mono.Security.Uri::GetDefaultPort(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetDefaultPort_mDEB195D1F3C4F1E5BB11BDE950D49B4AAD207930 (String_t* ___scheme0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84 (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.Boolean Mono.Security.Uri::IsHexDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m93CBAABA4BC53D16D9C34F76A29C25AC865596C7 (Il2CppChar ___digit0, const RuntimeMethod* method);
// System.Int32 Mono.Security.Uri::FromHex(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_FromHex_mE6292D4095331DBF2F620C6971DE5A93E2F41DCE (Il2CppChar ___digit0, const RuntimeMethod* method);
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.String Mono.Security.Uri::GetLeftPart(Mono.Security.UriPartial)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetLeftPart_mE917EA2CE5DD6179AA46B6A5FD3F081FD704ABC9 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, int32_t ___part0, const RuntimeMethod* method);
// System.String Mono.Security.Uri::Unescape(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m9900FC2F96A96892711EEBBA9FF4089A4B7BDAF5 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___str0, bool ___excludeSharp1, const RuntimeMethod* method);
// System.String Mono.Security.Uri::EscapeString(System.String,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_m7B4EA1CF36BF841C67FB53026145770E68D4A90D (String_t* ___str0, bool ___escapeReserved1, bool ___escapeHex2, bool ___escapeBrackets3, const RuntimeMethod* method);
// System.Boolean Mono.Security.Uri::IsHexEncoding(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexEncoding_mA276CEBD1050B4274A8C30B9798E9E5DB79F3790 (String_t* ___pattern0, int32_t ___index1, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.String Mono.Security.Uri::HexEscape(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_HexEscape_m826137839FA92494549F1C3D171230E0A0974317 (Il2CppChar ___character0, const RuntimeMethod* method);
// System.Void Mono.Security.Uri::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, const RuntimeMethod* method);
// System.String Mono.Security.Uri::EscapeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_mCA6D591A12969D2A9BA4C18072D1AAB233A10C49 (String_t* ___str0, const RuntimeMethod* method);
// System.Char Mono.Security.Uri::HexUnescape(System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Uri_HexUnescape_m46B7651998FD8C38AF9FD7D5229E0AB9FFB152FB (String_t* ___pattern0, int32_t* ___index1, const RuntimeMethod* method);
// System.String System.String::TrimStart(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimStart_mF2E3836BC914639BAB9DD8AA4EE026FC143BF466 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method);
// System.String System.String::Replace(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Uri::ParseAsUnixAbsoluteFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsUnixAbsoluteFilePath_m49E53100B84A59512CB45B2A8B225F29B7B9CB8C (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, const RuntimeMethod* method);
// System.Void Mono.Security.Uri::ParseAsWindowsUNC(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsUNC_m22211EB8CE635260B15EB84CC8914D414600D370 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, const RuntimeMethod* method);
// System.Boolean System.Char::IsLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void Mono.Security.Uri::ParseAsWindowsAbsoluteFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsAbsoluteFilePath_mE3CA1870E308251DEE7BF28DD9FDED13B0C05F49 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, const RuntimeMethod* method);
// System.Boolean System.Char::IsLetterOrDigit(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m99BA6814DA5E508FAA97139C4DFE6368B655E2EB (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method);
// System.Boolean Mono.Security.Uri::IsPredefinedScheme(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsPredefinedScheme_m9FB7BB7AD8D6BF1C879B4E9EC8C3B1AC7D572F00 (String_t* ___scheme0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOfAny(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.String::Remove(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.UInt32 System.UInt32::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_mE1049C2D5FDBBA83337898D8608580C6E1CCFEE1 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String Mono.Security.Uri::Reduce(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Reduce_m7940AEE13E77EAD2C7F2424BFE6C1037F1586790 (String_t* ___path0, const RuntimeMethod* method);
// System.String[] System.String::Split(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void System.Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.String>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::Add(T)
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::Insert(System.Int32,T)
inline void List_1_Insert_mBF5D461C74C96AC635EAF8ADDF7E18AE64E815A1 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, String_t* ___item1, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, String_t*, const RuntimeMethod*))List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared)(__this, ___index0, ___item1, method);
}
// T[] System.Collections.Generic.List`1<System.String>::ToArray()
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
return (( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method);
}
// System.String System.String::Join(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4 (String_t* ___separator0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value1, const RuntimeMethod* method);
// System.Boolean System.String::EndsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.String Mono.Security.Uri::GetSchemeDelimiter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetSchemeDelimiter_m4086E38F2F2CC4C164DD645B9F928801D98D1744 (String_t* ___scheme0, const RuntimeMethod* method);
// System.Void Mono.Security.Uri/UriScheme::.ctor(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7 (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 * __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method);
// System.Void Mono.Security.X509.X509CertificateCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_mEF9D9BD6C5A780D8A8F89F4A70F20A77274BEE11 (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::set_Password(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::Decode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
// System.String Mono.Security.PKCS7/ContentInfo::get_ContentType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_Content()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.X509.PKCS12::MAC(System.Byte[],System.Byte[],System.Int32,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___password0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterations2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data3, const RuntimeMethod* method);
// System.Boolean Mono.Security.X509.PKCS12::Compare(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___expected0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___actual1, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::ReadSafeBag(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___safeBag0, const RuntimeMethod* method);
// System.Void Mono.Security.PKCS7/EncryptedData::.ctor(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279 (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method);
// System.Byte[] Mono.Security.X509.PKCS12::Decrypt(Mono.Security.PKCS7/EncryptedData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Decrypt_m96326C7F7100C5C91AFE089A46B6F7582823141F (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * ___ed0, const RuntimeMethod* method);
// System.Int32 Mono.Security.X509.PKCS12::get_MaximumPasswordLength()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_inline (const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_BigEndianUnicode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD (const RuntimeMethod* method);
// System.String Mono.Security.X509.SafeBag::get_BagOID()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.X509.SafeBag::get_ASN1()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::get_PrivateKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.DSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeDSA(System.Byte[],System.Security.Cryptography.DSAParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___privateKey0, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ___dsaParameters1, const RuntimeMethod* method);
// System.Security.Cryptography.RSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeRSA(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keypair0, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_m07345021935BB4EBCDF2CD8A3D15497A313BEF85 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
// System.String Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Algorithm()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EncryptedPrivateKeyInfo_get_Algorithm_m626A4AD3CB19EE2BFD91177BDC3B5E0D03979B28_inline (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Salt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method);
// System.Int32 Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_IterationCount()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t EncryptedPrivateKeyInfo_get_IterationCount_m95FE87D3494C63317BE65BFB8087CB26D6A5E7F7_inline (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_EncryptedData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.X509.PKCS12::Decrypt(System.String,System.Byte[],System.Int32,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___encryptedData3, const RuntimeMethod* method);
// System.Collections.ArrayList System.Collections.ArrayList::ReadOnly(System.Collections.ArrayList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ArrayList_ReadOnly_m15C79B069370829463875D47C52859A0F539F90F (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method);
// System.Void System.Collections.CollectionBase::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionBase_Clear_m532DA443B53F9D48FAC7184B5C405D8E725E554A (CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
// System.Void Mono.Security.X509.X509Certificate::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
// System.Int32 Mono.Security.X509.X509CertificateCollection::Add(Mono.Security.X509.X509Certificate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_Add_m92443BC84B1A9C07432AB5294089E0A041302341 (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___value0, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12/DeriveBytes::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes__ctor_mE250E0E58AA52584D077855051D7ED31141DF47A (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_Password(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_set_Password_m16AA9059AAA60ADFC5B7F09A9D7283F6B8E1BC6F (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_Salt(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_set_Salt_mA854998FFAD24BD9E6826587CBEEB7152BC32B30 (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_IterationCount(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeriveBytes_set_IterationCount_m8AF5551BDB39961E7E72F820595D89B5F7046098_inline (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_HashName(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Security.Cryptography.DES System.Security.Cryptography.DES::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 * DES_Create_m5EE267FBCD5AA18E04C29247C796430D12247CC5 (const RuntimeMethod* method);
// System.Security.Cryptography.RC2 System.Security.Cryptography.RC2::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA * RC2_Create_m3742A99AA8D0593D6142F4BCAC2CF0367CEC2BDF (const RuntimeMethod* method);
// System.Security.Cryptography.TripleDES System.Security.Cryptography.TripleDES::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * TripleDES_Create_m4C06DB2092C00A059E7FEF40D2A1033B9CD4AF9A (const RuntimeMethod* method);
// Mono.Security.Cryptography.RC4 Mono.Security.Cryptography.RC4::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * RC4_Create_m52D2B01E3CB9AEF1D6CA078AD8119B194A8B4436 (const RuntimeMethod* method);
// System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveKey(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeriveBytes_DeriveKey_mB869A64D12F1F4FB65F24E0724A067590DB9423F (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___size0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveIV(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeriveBytes_DeriveIV_m85A1C453ABAD1547195132CC0E958E856501F6CF (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___size0, const RuntimeMethod* method);
// System.Security.Cryptography.SymmetricAlgorithm Mono.Security.X509.PKCS12::GetSymmetricAlgorithm(System.String,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SymmetricAlgorithm::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricAlgorithm_Clear_m8487379B135918E72684597CFE388EF7FCA733D2 (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * __this, const RuntimeMethod* method);
// Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::get_EncryptionAlgorithm()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE_inline (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.PKCS7/EncryptedData::get_EncryptedContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedData_get_EncryptedContent_m8FA8621199A8B7A57DA4627C42962BCC770A635D (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method);
// Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method);
// Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator Mono.Security.X509.X509CertificateCollection::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * X509CertificateCollection_GetEnumerator_mF727FC348ED5A98CBFD5DB476A490AE7E67D2B29 (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, const RuntimeMethod* method);
// Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * X509CertificateEnumerator_get_Current_m0B73ED629E9F6E2EAC80B699C9F6B0DFFF566089 (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * __this, const RuntimeMethod* method);
// System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::get_DSA()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * X509Certificate_get_DSA_m3427054136A14DF290537F797FE8A40784802FFC (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method);
// System.Boolean Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_m5862EE69AF1A64DCF32885052BBD7429381BA7D2 (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * __this, const RuntimeMethod* method);
// System.Security.Cryptography.DSAParameters Mono.Security.X509.PKCS12::GetExistingParameters(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 PKCS12_GetExistingParameters_m5CB92F86AC0108C49D9E0494F9E27531097277A3 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, bool* ___found0, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::AddPrivateKey(Mono.Security.Cryptography.PKCS8/PrivateKeyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * ___pki0, const RuntimeMethod* method);
// System.Void Mono.Security.X509.SafeBag::.ctor(System.String,Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeBag__ctor_m1D3F8D556CEDD12987BE0BFE9671364DB45B23F2 (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, String_t* ___bagOID0, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn11, const RuntimeMethod* method);
// System.Void Mono.Security.PKCS7/ContentInfo::set_ContentType(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ContentInfo_set_ContentType_m30FB04C8C8EC8A06A726DE11F2AEAB220614BCCE_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, String_t* ___value0, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_ASN1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.HMAC System.Security.Cryptography.HMAC::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * HMAC_Create_m865273728E60831137927C36E23E6F584383FD2B (const RuntimeMethod* method);
// System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveMAC(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeriveBytes_DeriveMAC_mDF4165FCFFCB3A3789C48CBBC3FAE166A404A819 (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___size0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_m4065903170E186791C37B133E6748901D49EE1F5 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_m13F5B8A31148BFD33467F781A524529E65D9E471 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, const RuntimeMethod* method);
// Mono.Security.PKCS7/ContentInfo Mono.Security.X509.PKCS12::EncryptedContentInfo(Mono.Security.ASN1,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___safeBags0, String_t* ___algorithmOid1, const RuntimeMethod* method);
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::get_RNG()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * PKCS12_get_RNG_mF15B333934AED97104F96D1908756A0DD177D9A0 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.ASN1Convert::FromInt32(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C (int32_t ___value0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.X509.PKCS12::Encrypt(System.String,System.Byte[],System.Int32,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Encrypt_m3C939B2CB429573E20C83AA1F42AD16060BB60AA (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data3, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_mAFCA35BF8D310D200F401F855177982BC5633622 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, RuntimeObject* ___attributes1, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.X509.PKCS12::CertificateSafeBag(Mono.Security.X509.X509Certificate,System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * PKCS12_CertificateSafeBag_m0AF3CCB4F5929F24B0FC81144BD7091F418A003B (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___x5090, RuntimeObject* ___attributes1, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_mA4F7C52454569A7515F8566E208F13C69168A7AD (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, RuntimeObject* ___attrs1, const RuntimeMethod* method);
// System.Byte[] Mono.Security.X509.PKCS12::GetBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mC744767A931FEFA18EB70DCA6A8570F83956CB89 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, String_t* ___password1, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mB65CF8CA8D2A62BCD6875EA851C0C55CE052FEA8 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
// System.Int32 Mono.Security.X509.PKCS12::get_IterationCount()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PKCS12_get_IterationCount_m77EFB31C974762EAD4B80DFF2E19F1DB69ECFFCF_inline (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::set_IterationCount(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PKCS12_set_IterationCount_mD6B4656F967CAF31A7E9F209641A803A6334C5E9_inline (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, int32_t ___value0, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Security.ASN1 Mono.Security.ASN1Convert::FromInt32(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
{
int32_t L_0 = ___value0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = BitConverterLE_GetBytes_m708ECF071B4D0805C19074FC69D9CDFDAF2FFCE7(L_0, /*hidden argument*/NULL);
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_2, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
V_1 = 0;
goto IL_0015;
}
IL_0011:
{
int32_t L_3 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
}
IL_0015:
{
int32_t L_4 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
NullCheck(L_5);
if ((((int32_t)L_4) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))))
{
goto IL_0020;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0;
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
if (!L_9)
{
goto IL_0011;
}
}
IL_0020:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_10, (uint8_t)2, /*hidden argument*/NULL);
V_2 = L_10;
int32_t L_11 = V_1;
if (!L_11)
{
goto IL_0030;
}
}
{
int32_t L_12 = V_1;
if ((((int32_t)L_12) == ((int32_t)4)))
{
goto IL_0039;
}
}
{
goto IL_0047;
}
IL_0030:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0;
NullCheck(L_13);
ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095(L_13, L_14, /*hidden argument*/NULL);
goto IL_0063;
}
IL_0039:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
NullCheck(L_15);
ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095(L_15, L_16, /*hidden argument*/NULL);
goto IL_0063;
}
IL_0047:
{
int32_t L_17 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)4, (int32_t)L_17)));
V_3 = L_18;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_0;
int32_t L_20 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_3;
NullCheck(L_22);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_19, L_20, (RuntimeArray *)(RuntimeArray *)L_21, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))), /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_3;
NullCheck(L_23);
ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095(L_23, L_24, /*hidden argument*/NULL);
}
IL_0063:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = V_2;
return L_25;
}
}
// Mono.Security.ASN1 Mono.Security.ASN1Convert::FromOid(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8 (String_t* ___oid0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___oid0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral2118C8699C55066293A0E34341B9953F6C1811BD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___oid0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92(L_2, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_4, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___asn10;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9EDF4240018976BF964CF31C1A24D34FDE8D517D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75_RuntimeMethod_var);
}
IL_000e:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = ___asn10;
NullCheck(L_2);
uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)2)))
{
goto IL_0022;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_4 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_4, _stringLiteralAA8170ABE1940ECECCB2A8C879187D7FB5C54A00, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75_RuntimeMethod_var);
}
IL_0022:
{
V_0 = 0;
V_1 = 0;
goto IL_0039;
}
IL_0028:
{
int32_t L_5 = V_0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ___asn10;
NullCheck(L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_6, /*hidden argument*/NULL);
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_5<<(int32_t)8)), (int32_t)L_10));
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_0039:
{
int32_t L_12 = V_1;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = ___asn10;
NullCheck(L_13);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_13, /*hidden argument*/NULL);
NullCheck(L_14);
if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))))
{
goto IL_0028;
}
}
{
int32_t L_15 = V_0;
return L_15;
}
}
// System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
StringBuilder_t * V_1 = NULL;
uint8_t V_2 = 0x0;
uint8_t V_3 = 0x0;
uint64_t V_4 = 0;
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___asn10;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9EDF4240018976BF964CF31C1A24D34FDE8D517D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914_RuntimeMethod_var);
}
IL_000e:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = ___asn10;
NullCheck(L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_2, /*hidden argument*/NULL);
V_0 = L_3;
StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_4, /*hidden argument*/NULL);
V_1 = L_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = 0;
uint8_t L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_7/(int32_t)((int32_t)40))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = 0;
uint8_t L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10%(int32_t)((int32_t)40))))));
uint8_t L_11 = V_2;
if ((((int32_t)L_11) <= ((int32_t)2)))
{
goto IL_003c;
}
}
{
uint8_t L_12 = V_3;
uint8_t L_13 = V_2;
V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)2)), (int32_t)((int32_t)40)))))))))));
V_2 = (uint8_t)2;
}
IL_003c:
{
StringBuilder_t * L_14 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_16 = Byte_ToString_m0E74FC03C86ECFB7B6639F93E224A1975374D8F7((uint8_t*)(&V_2), L_15, /*hidden argument*/NULL);
NullCheck(L_14);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, L_16, /*hidden argument*/NULL);
StringBuilder_t * L_17 = V_1;
NullCheck(L_17);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
StringBuilder_t * L_18 = V_1;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_20 = Byte_ToString_m0E74FC03C86ECFB7B6639F93E224A1975374D8F7((uint8_t*)(&V_3), L_19, /*hidden argument*/NULL);
NullCheck(L_18);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, L_20, /*hidden argument*/NULL);
V_4 = (((int64_t)((int64_t)0)));
V_2 = (uint8_t)1;
goto IL_00bd;
}
IL_0076:
{
uint64_t L_21 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_0;
uint8_t L_23 = V_2;
NullCheck(L_22);
uint8_t L_24 = L_23;
uint8_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
V_4 = ((int64_t)((int64_t)((int64_t)((int64_t)L_21<<(int32_t)7))|(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)127))))))))))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_0;
uint8_t L_27 = V_2;
NullCheck(L_26);
uint8_t L_28 = L_27;
uint8_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
if ((((int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)128)))) == ((int32_t)((int32_t)128))))
{
goto IL_00b8;
}
}
{
StringBuilder_t * L_30 = V_1;
NullCheck(L_30);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_30, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
StringBuilder_t * L_31 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_33 = UInt64_ToString_m6CBBC10ABBA0EE36F5E72F926A38F6CD7F497A55((uint64_t*)(&V_4), L_32, /*hidden argument*/NULL);
NullCheck(L_31);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_31, L_33, /*hidden argument*/NULL);
V_4 = (((int64_t)((int64_t)0)));
}
IL_00b8:
{
uint8_t L_34 = V_2;
V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)))));
}
IL_00bd:
{
uint8_t L_35 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_0;
NullCheck(L_36);
if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))))
{
goto IL_0076;
}
}
{
StringBuilder_t * L_37 = V_1;
NullCheck(L_37);
String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_37);
return L_38;
}
}
// System.DateTime Mono.Security.ASN1Convert::ToDateTime(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___time0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
Il2CppChar V_4 = 0x0;
String_t* G_B13_0 = NULL;
int32_t G_B16_0 = 0;
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___time0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC_RuntimeMethod_var);
}
IL_000e:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_3 = ___time0;
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
String_t* L_5 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_2, L_4);
V_0 = L_5;
V_1 = (String_t*)NULL;
String_t* L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
V_2 = L_7;
int32_t L_8 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)11))))
{
case 0:
{
goto IL_0052;
}
case 1:
{
goto IL_014b;
}
case 2:
{
goto IL_005d;
}
case 3:
{
goto IL_014b;
}
case 4:
{
goto IL_0098;
}
case 5:
{
goto IL_014b;
}
case 6:
{
goto IL_00a3;
}
}
}
{
goto IL_014b;
}
IL_0052:
{
V_1 = _stringLiteral2BE04202B2D8138F15F1395499FEF177AB024D48;
goto IL_014b;
}
IL_005d:
{
String_t* L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_9, 0, 2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int16_t L_12 = Convert_ToInt16_m4EE0839C08F0FDFBB7719B316D962B043F55589B(L_10, L_11, /*hidden argument*/NULL);
if ((((int32_t)L_12) < ((int32_t)((int32_t)50))))
{
goto IL_0081;
}
}
{
String_t* L_13 = V_0;
String_t* L_14 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralB3F0C7F6BB763AF1BE91D9E74EABFEB199DC1F1F, L_13, /*hidden argument*/NULL);
V_0 = L_14;
goto IL_008d;
}
IL_0081:
{
String_t* L_15 = V_0;
String_t* L_16 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral91032AD7BBCB6CF72875E8E8207DCFBA80173F7C, L_15, /*hidden argument*/NULL);
V_0 = L_16;
}
IL_008d:
{
V_1 = _stringLiteral853460A00D15719D672A944A8ACCF5FC35952846;
goto IL_014b;
}
IL_0098:
{
V_1 = _stringLiteral853460A00D15719D672A944A8ACCF5FC35952846;
goto IL_014b;
}
IL_00a3:
{
String_t* L_17 = V_0;
NullCheck(L_17);
String_t* L_18 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_17, 0, 2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int16_t L_20 = Convert_ToInt16_m4EE0839C08F0FDFBB7719B316D962B043F55589B(L_18, L_19, /*hidden argument*/NULL);
if ((((int32_t)L_20) >= ((int32_t)((int32_t)50))))
{
goto IL_00c0;
}
}
{
G_B13_0 = _stringLiteral91032AD7BBCB6CF72875E8E8207DCFBA80173F7C;
goto IL_00c5;
}
IL_00c0:
{
G_B13_0 = _stringLiteralB3F0C7F6BB763AF1BE91D9E74EABFEB199DC1F1F;
}
IL_00c5:
{
V_3 = G_B13_0;
String_t* L_21 = V_0;
NullCheck(L_21);
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_21, ((int32_t)12), /*hidden argument*/NULL);
if ((((int32_t)L_22) == ((int32_t)((int32_t)43))))
{
goto IL_00d6;
}
}
{
G_B16_0 = ((int32_t)43);
goto IL_00d8;
}
IL_00d6:
{
G_B16_0 = ((int32_t)45);
}
IL_00d8:
{
V_4 = G_B16_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_23;
String_t* L_25 = V_3;
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_25);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_25);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_24;
String_t* L_27 = V_0;
NullCheck(L_27);
String_t* L_28 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_27, 0, ((int32_t)12), /*hidden argument*/NULL);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_28);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_28);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_26;
Il2CppChar L_30 = V_4;
Il2CppChar L_31 = L_30;
RuntimeObject * L_32 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_31);
NullCheck(L_29);
ArrayElementTypeCheck (L_29, L_32);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_32);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = L_29;
String_t* L_34 = V_0;
NullCheck(L_34);
Il2CppChar L_35 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_34, ((int32_t)13), /*hidden argument*/NULL);
Il2CppChar L_36 = L_35;
RuntimeObject * L_37 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_36);
NullCheck(L_33);
ArrayElementTypeCheck (L_33, L_37);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_37);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = L_33;
String_t* L_39 = V_0;
NullCheck(L_39);
Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_39, ((int32_t)14), /*hidden argument*/NULL);
Il2CppChar L_41 = L_40;
RuntimeObject * L_42 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_41);
NullCheck(L_38);
ArrayElementTypeCheck (L_38, L_42);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_42);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_38;
String_t* L_44 = V_0;
NullCheck(L_44);
Il2CppChar L_45 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_44, ((int32_t)15), /*hidden argument*/NULL);
Il2CppChar L_46 = L_45;
RuntimeObject * L_47 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_46);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_47);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_47);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = L_43;
String_t* L_49 = V_0;
NullCheck(L_49);
Il2CppChar L_50 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_49, ((int32_t)16), /*hidden argument*/NULL);
Il2CppChar L_51 = L_50;
RuntimeObject * L_52 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_51);
NullCheck(L_48);
ArrayElementTypeCheck (L_48, L_52);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_52);
String_t* L_53 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(_stringLiteral1C0FFB44A6993F53413B227FCD6BE6E7653BD3C7, L_48, /*hidden argument*/NULL);
V_0 = L_53;
V_1 = _stringLiteral64348CB249149F4396EB7FB17C2F5706D32D8138;
}
IL_014b:
{
String_t* L_54 = V_0;
String_t* L_55 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_56 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_57 = DateTime_ParseExact_mF45E615EBCC82CA967D4BC7838EE570508D0F97F(L_54, L_55, L_56, ((int32_t)16), /*hidden argument*/NULL);
return L_57;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte[] Mono.Security.BitConverterLE::GetUIntBytes(System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41 (uint8_t* ___bytes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (!L_0)
{
goto IL_0028;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
uint8_t* L_3 = ___bytes0;
int32_t L_4 = *((uint8_t*)L_3);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = L_2;
uint8_t* L_6 = ___bytes0;
int32_t L_7 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)1)));
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_7);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_5;
uint8_t* L_9 = ___bytes0;
int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2)));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_10);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = L_8;
uint8_t* L_12 = ___bytes0;
int32_t L_13 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)3)));
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_13);
return L_11;
}
IL_0028:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14;
uint8_t* L_16 = ___bytes0;
int32_t L_17 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)3)));
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_17);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = L_15;
uint8_t* L_19 = ___bytes0;
int32_t L_20 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)2)));
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_20);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = L_18;
uint8_t* L_22 = ___bytes0;
int32_t L_23 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)1)));
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_23);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = L_21;
uint8_t* L_25 = ___bytes0;
int32_t L_26 = *((uint8_t*)L_25);
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_26);
return L_24;
}
}
// System.Byte[] Mono.Security.BitConverterLE::GetULongBytes(System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetULongBytes_mEA155106F6785491F8070F485963C96DA55B83F0 (uint8_t* ___bytes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitConverterLE_GetULongBytes_mEA155106F6785491F8070F485963C96DA55B83F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (!L_0)
{
goto IL_0044;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
uint8_t* L_3 = ___bytes0;
int32_t L_4 = *((uint8_t*)L_3);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = L_2;
uint8_t* L_6 = ___bytes0;
int32_t L_7 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)1)));
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_7);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_5;
uint8_t* L_9 = ___bytes0;
int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2)));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_10);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = L_8;
uint8_t* L_12 = ___bytes0;
int32_t L_13 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)3)));
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_13);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = L_11;
uint8_t* L_15 = ___bytes0;
int32_t L_16 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)4)));
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_16);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_14;
uint8_t* L_18 = ___bytes0;
int32_t L_19 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)5)));
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = L_17;
uint8_t* L_21 = ___bytes0;
int32_t L_22 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)6)));
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_22);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = L_20;
uint8_t* L_24 = ___bytes0;
int32_t L_25 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)7)));
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_25);
return L_23;
}
IL_0044:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = L_26;
uint8_t* L_28 = ___bytes0;
int32_t L_29 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)7)));
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_29);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_27;
uint8_t* L_31 = ___bytes0;
int32_t L_32 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)6)));
NullCheck(L_30);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_32);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = L_30;
uint8_t* L_34 = ___bytes0;
int32_t L_35 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)5)));
NullCheck(L_33);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_35);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = L_33;
uint8_t* L_37 = ___bytes0;
int32_t L_38 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)4)));
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_38);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = L_36;
uint8_t* L_40 = ___bytes0;
int32_t L_41 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)3)));
NullCheck(L_39);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_41);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_39;
uint8_t* L_43 = ___bytes0;
int32_t L_44 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)2)));
NullCheck(L_42);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_44);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = L_42;
uint8_t* L_46 = ___bytes0;
int32_t L_47 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)1)));
NullCheck(L_45);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_47);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = L_45;
uint8_t* L_49 = ___bytes0;
int32_t L_50 = *((uint8_t*)L_49);
NullCheck(L_48);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_50);
return L_48;
}
}
// System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetBytes_m708ECF071B4D0805C19074FC69D9CDFDAF2FFCE7 (int32_t ___value0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41((uint8_t*)(uint8_t*)(((uintptr_t)(&___value0))), /*hidden argument*/NULL);
return L_0;
}
}
// System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetBytes_m9428D4A01AC77E50E16D9B738098F2954E5964E0 (float ___value0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41((uint8_t*)(uint8_t*)(((uintptr_t)(&___value0))), /*hidden argument*/NULL);
return L_0;
}
}
// System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetBytes_m406ADCCE048705851CA952B5103A9020BBBDFBDA (double ___value0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = BitConverterLE_GetULongBytes_mEA155106F6785491F8070F485963C96DA55B83F0((uint8_t*)(uint8_t*)(((uintptr_t)(&___value0))), /*hidden argument*/NULL);
return L_0;
}
}
// System.Void Mono.Security.BitConverterLE::UIntFromBytes(System.Byte*,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_UIntFromBytes_mACD066E6E71F1EA6FA9D71F22F13976628DEAE04 (uint8_t* ___dst0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src1, int32_t ___startIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitConverterLE_UIntFromBytes_mACD066E6E71F1EA6FA9D71F22F13976628DEAE04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (!L_0)
{
goto IL_0028;
}
}
{
uint8_t* L_1 = ___dst0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___src1;
int32_t L_3 = ___startIndex2;
NullCheck(L_2);
int32_t L_4 = L_3;
uint8_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
*((int8_t*)L_1) = (int8_t)L_5;
uint8_t* L_6 = ___dst0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___src1;
int32_t L_8 = ___startIndex2;
NullCheck(L_7);
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)1))) = (int8_t)L_10;
uint8_t* L_11 = ___dst0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___src1;
int32_t L_13 = ___startIndex2;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)2))) = (int8_t)L_15;
uint8_t* L_16 = ___dst0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___src1;
int32_t L_18 = ___startIndex2;
NullCheck(L_17);
int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3));
uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)3))) = (int8_t)L_20;
return;
}
IL_0028:
{
uint8_t* L_21 = ___dst0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___src1;
int32_t L_23 = ___startIndex2;
NullCheck(L_22);
int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)3));
uint8_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
*((int8_t*)L_21) = (int8_t)L_25;
uint8_t* L_26 = ___dst0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___src1;
int32_t L_28 = ___startIndex2;
NullCheck(L_27);
int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2));
uint8_t L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)1))) = (int8_t)L_30;
uint8_t* L_31 = ___dst0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = ___src1;
int32_t L_33 = ___startIndex2;
NullCheck(L_32);
int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)2))) = (int8_t)L_35;
uint8_t* L_36 = ___dst0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = ___src1;
int32_t L_38 = ___startIndex2;
NullCheck(L_37);
int32_t L_39 = L_38;
uint8_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)3))) = (int8_t)L_40;
return;
}
}
// System.Void Mono.Security.BitConverterLE::ULongFromBytes(System.Byte*,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_ULongFromBytes_m86C1BAA22FE4E581A56AC3F29E084318253E03C0 (uint8_t* ___dst0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src1, int32_t ___startIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitConverterLE_ULongFromBytes_m86C1BAA22FE4E581A56AC3F29E084318253E03C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (!L_0)
{
goto IL_001d;
}
}
{
V_0 = 0;
goto IL_0018;
}
IL_000b:
{
uint8_t* L_1 = ___dst0;
int32_t L_2 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___src1;
int32_t L_4 = ___startIndex2;
int32_t L_5 = V_0;
NullCheck(L_3);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5));
uint8_t L_7 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)L_2))) = (int8_t)L_7;
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0018:
{
int32_t L_9 = V_0;
if ((((int32_t)L_9) < ((int32_t)8)))
{
goto IL_000b;
}
}
{
return;
}
IL_001d:
{
V_1 = 0;
goto IL_0030;
}
IL_0021:
{
uint8_t* L_10 = ___dst0;
int32_t L_11 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___src1;
int32_t L_13 = ___startIndex2;
int32_t L_14 = V_1;
NullCheck(L_12);
int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_14))));
uint8_t L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11))) = (int8_t)L_16;
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0030:
{
int32_t L_18 = V_1;
if ((((int32_t)L_18) < ((int32_t)8)))
{
goto IL_0021;
}
}
{
return;
}
}
// System.Single Mono.Security.BitConverterLE::ToSingle(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BitConverterLE_ToSingle_m73CD02EB647B7C0C11C0D5E743425BC7DFA799BE (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0;
int32_t L_1 = ___startIndex1;
BitConverterLE_UIntFromBytes_mACD066E6E71F1EA6FA9D71F22F13976628DEAE04((uint8_t*)(uint8_t*)(((uintptr_t)(&V_0))), L_0, L_1, /*hidden argument*/NULL);
float L_2 = V_0;
return L_2;
}
}
// System.Double Mono.Security.BitConverterLE::ToDouble(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BitConverterLE_ToDouble_m0E5DF606A5685D1CA8D54A525D3A41FA50363732 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
double V_0 = 0.0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0;
int32_t L_1 = ___startIndex1;
BitConverterLE_ULongFromBytes_m86C1BAA22FE4E581A56AC3F29E084318253E03C0((uint8_t*)(uint8_t*)(((uintptr_t)(&V_0))), L_0, L_1, /*hidden argument*/NULL);
double L_2 = V_0;
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.ARC4Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed__ctor_mA66A866D58CBACF8BAF2F6ABB50013CB1EB498AB (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARC4Managed__ctor_mA66A866D58CBACF8BAF2F6ABB50013CB1EB498AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var);
RC4__ctor_mC5832FCEC7386029697E64BA5C9417843B385DE1(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
__this->set_state_12(L_0);
__this->set_m_disposed_15((bool)0);
return;
}
}
// System.Void Mono.Security.Cryptography.ARC4Managed::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_Finalize_mECAC21EF187522E9197857F214C36EFA0DC8C1C8 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
// System.Void Mono.Security.Cryptography.ARC4Managed::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_Dispose_m4EA9179786D66429FD1A247F5D16B69BB755999B (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARC4Managed_Dispose_m4EA9179786D66429FD1A247F5D16B69BB755999B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_disposed_15();
if (L_0)
{
goto IL_0061;
}
}
{
__this->set_x_13((uint8_t)0);
__this->set_y_14((uint8_t)0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_key_11();
if (!L_1)
{
goto IL_0039;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_key_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_key_11();
NullCheck(L_3);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL);
__this->set_key_11((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
}
IL_0039:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_state_12();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_state_12();
NullCheck(L_5);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), /*hidden argument*/NULL);
__this->set_state_12((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
__this->set_m_disposed_15((bool)1);
}
IL_0061:
{
return;
}
}
// System.Byte[] Mono.Security.Cryptography.ARC4Managed::get_Key()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ARC4Managed_get_Key_m8802CA8B4482BA7AF62581FCC0CF836C624AD7B6 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARC4Managed_get_Key_m8802CA8B4482BA7AF62581FCC0CF836C624AD7B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3();
if (L_0)
{
goto IL_000e;
}
}
{
VirtActionInvoker0::Invoke(26 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateKey() */, __this);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3();
NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Void Mono.Security.Cryptography.ARC4Managed::set_Key(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_set_Key_m9550DE783C4E56CD90638410D913A38BF9FE33F7 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARC4Managed_set_Key_m9550DE783C4E56CD90638410D913A38BF9FE33F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC67DD20EE842986086A0A915DDC2A279490130ED, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ARC4Managed_set_Key_m9550DE783C4E56CD90638410D913A38BF9FE33F7_RuntimeMethod_var);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___value0;
NullCheck((RuntimeArray *)(RuntimeArray *)L_2);
RuntimeObject * L_3 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
V_0 = L_4;
__this->set_key_11(L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeyValue_3(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_key_11();
ARC4Managed_KeySetup_m9DAD47A1F746F79F43A4B8BB7E1E3395D170278E(__this, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Boolean Mono.Security.Cryptography.ARC4Managed::get_CanReuseTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ARC4Managed_get_CanReuseTransform_m662252502679487377CF828F86598DF72182EB18 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Security.Cryptography.ICryptoTransform Mono.Security.Cryptography.ARC4Managed::CreateEncryptor(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ARC4Managed_CreateEncryptor_mE78BA144F8F37CB5C65ABB7EF1C7D8F54E2F474B (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgvIV1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbKey0;
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, __this, L_0);
return __this;
}
}
// System.Security.Cryptography.ICryptoTransform Mono.Security.Cryptography.ARC4Managed::CreateDecryptor(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ARC4Managed_CreateDecryptor_m8FA1905B0122880FE9B101842382AD5C2F5D37EC (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgvIV1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbKey0;
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, __this, L_0);
RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor() */, __this);
return L_1;
}
}
// System.Void Mono.Security.Cryptography.ARC4Managed::GenerateIV()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_GenerateIV_m52756A4830A0F2DCA6628B230F088A99EAFE1759 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARC4Managed_GenerateIV_m52756A4830A0F2DCA6628B230F088A99EAFE1759_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(11 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, __this, L_0);
return;
}
}
// System.Void Mono.Security.Cryptography.ARC4Managed::GenerateKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_GenerateKey_m68829F0407D0E6FD43DA8799F13B67FC19E345A3 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeySizeValue_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332(((int32_t)((int32_t)L_0>>(int32_t)3)), /*hidden argument*/NULL);
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeyValue_3(L_1);
return;
}
}
// System.Boolean Mono.Security.Cryptography.ARC4Managed::get_CanTransformMultipleBlocks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ARC4Managed_get_CanTransformMultipleBlocks_m963CC263D32D1DD7A2A77B49427E2800A47F5EF5 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Int32 Mono.Security.Cryptography.ARC4Managed::get_InputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARC4Managed_get_InputBlockSize_m860CE7855672FC95D78068EBC809DF735128CF0D (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 Mono.Security.Cryptography.ARC4Managed::get_OutputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARC4Managed_get_OutputBlockSize_m59A5373C611F036AD21394382AAA2C7D835F72F5 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Void Mono.Security.Cryptography.ARC4Managed::KeySetup(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_KeySetup_m9DAD47A1F746F79F43A4B8BB7E1E3395D170278E (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
uint8_t V_1 = 0x0;
int32_t V_2 = 0;
int32_t V_3 = 0;
uint8_t V_4 = 0x0;
{
V_0 = (uint8_t)0;
V_1 = (uint8_t)0;
V_2 = 0;
goto IL_0016;
}
IL_0008:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_state_12();
int32_t L_1 = V_2;
int32_t L_2 = V_2;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (uint8_t)(((int32_t)((uint8_t)L_2))));
int32_t L_3 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
}
IL_0016:
{
int32_t L_4 = V_2;
if ((((int32_t)L_4) < ((int32_t)((int32_t)256))))
{
goto IL_0008;
}
}
{
__this->set_x_13((uint8_t)0);
__this->set_y_14((uint8_t)0);
V_3 = 0;
goto IL_0071;
}
IL_0030:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___key0;
uint8_t L_6 = V_0;
NullCheck(L_5);
uint8_t L_7 = L_6;
uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_state_12();
int32_t L_10 = V_3;
NullCheck(L_9);
int32_t L_11 = L_10;
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
uint8_t L_13 = V_1;
V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_12)), (int32_t)L_13)))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_state_12();
int32_t L_15 = V_3;
NullCheck(L_14);
int32_t L_16 = L_15;
uint8_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_4 = L_17;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get_state_12();
int32_t L_19 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = __this->get_state_12();
uint8_t L_21 = V_1;
NullCheck(L_20);
uint8_t L_22 = L_21;
uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (uint8_t)L_23);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get_state_12();
uint8_t L_25 = V_1;
uint8_t L_26 = V_4;
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_25), (uint8_t)L_26);
uint8_t L_27 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___key0;
NullCheck(L_28);
V_0 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))))));
int32_t L_29 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_0071:
{
int32_t L_30 = V_3;
if ((((int32_t)L_30) < ((int32_t)((int32_t)256))))
{
goto IL_0030;
}
}
{
return;
}
}
// System.Void Mono.Security.Cryptography.ARC4Managed::CheckInput(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___inputOffset1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0022;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralF2435E7DF6B834FC7043D5254116CBEC698F042B, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_RuntimeMethod_var);
}
IL_0022:
{
int32_t L_4 = ___inputCount2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0036;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralF4899A80CEDB1ABCA39A3C2A6576FD6C02751156, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_RuntimeMethod_var);
}
IL_0036:
{
int32_t L_6 = ___inputOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___inputBuffer0;
NullCheck(L_7);
int32_t L_8 = ___inputCount2;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), (int32_t)L_8)))))
{
goto IL_0053;
}
}
{
String_t* L_9 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_10, L_9, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_RuntimeMethod_var);
}
IL_0053:
{
return;
}
}
// System.Int32 Mono.Security.Cryptography.ARC4Managed::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0;
int32_t L_1 = ___inputOffset1;
int32_t L_2 = ___inputCount2;
ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___outputBuffer3;
if (L_3)
{
goto IL_0018;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_5 = ___outputOffset4;
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_002d;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral2B3CFF83CB4A0E1C099817C6CCCD1D87B5728340, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_RuntimeMethod_var);
}
IL_002d:
{
int32_t L_7 = ___outputOffset4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___outputBuffer3;
NullCheck(L_8);
int32_t L_9 = ___inputCount2;
if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9)))))
{
goto IL_004c;
}
}
{
String_t* L_10 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_RuntimeMethod_var);
}
IL_004c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___inputBuffer0;
int32_t L_13 = ___inputOffset1;
int32_t L_14 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___outputBuffer3;
int32_t L_16 = ___outputOffset4;
int32_t L_17 = ARC4Managed_InternalTransformBlock_m791DD8D6AFE58524ED43CA2101A11C95C76C546A(__this, L_12, L_13, L_14, L_15, L_16, /*hidden argument*/NULL);
return L_17;
}
}
// System.Int32 Mono.Security.Cryptography.ARC4Managed::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARC4Managed_InternalTransformBlock_m791DD8D6AFE58524ED43CA2101A11C95C76C546A (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
int32_t V_1 = 0;
uint8_t V_2 = 0x0;
{
V_1 = 0;
goto IL_009e;
}
IL_0007:
{
uint8_t L_0 = __this->get_x_13();
__this->set_x_13((uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_state_12();
uint8_t L_2 = __this->get_x_13();
NullCheck(L_1);
uint8_t L_3 = L_2;
uint8_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
uint8_t L_5 = __this->get_y_14();
__this->set_y_14((uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_state_12();
uint8_t L_7 = __this->get_x_13();
NullCheck(L_6);
uint8_t L_8 = L_7;
uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_2 = L_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_state_12();
uint8_t L_11 = __this->get_x_13();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_state_12();
uint8_t L_13 = __this->get_y_14();
NullCheck(L_12);
uint8_t L_14 = L_13;
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (uint8_t)L_15);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_state_12();
uint8_t L_17 = __this->get_y_14();
uint8_t L_18 = V_2;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (uint8_t)L_18);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = __this->get_state_12();
uint8_t L_20 = __this->get_x_13();
NullCheck(L_19);
uint8_t L_21 = L_20;
uint8_t L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_state_12();
uint8_t L_24 = __this->get_y_14();
NullCheck(L_23);
uint8_t L_25 = L_24;
uint8_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
V_0 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_26)))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___outputBuffer3;
int32_t L_28 = ___outputOffset4;
int32_t L_29 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___inputBuffer0;
int32_t L_31 = ___inputOffset1;
int32_t L_32 = V_1;
NullCheck(L_30);
int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32));
uint8_t L_34 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = __this->get_state_12();
uint8_t L_36 = V_0;
NullCheck(L_35);
uint8_t L_37 = L_36;
uint8_t L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_34^(int32_t)L_38))))));
int32_t L_39 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
}
IL_009e:
{
int32_t L_40 = V_1;
int32_t L_41 = ___inputCount2;
if ((((int32_t)L_40) < ((int32_t)L_41)))
{
goto IL_0007;
}
}
{
int32_t L_42 = ___inputCount2;
return L_42;
}
}
// System.Byte[] Mono.Security.Cryptography.ARC4Managed::TransformFinalBlock(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ARC4Managed_TransformFinalBlock_mCE93372E2708303937155D6B39B797997B45352D (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARC4Managed_TransformFinalBlock_mCE93372E2708303937155D6B39B797997B45352D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0;
int32_t L_1 = ___inputOffset1;
int32_t L_2 = ___inputCount2;
ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
int32_t L_3 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_0 = L_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___inputBuffer0;
int32_t L_6 = ___inputOffset1;
int32_t L_7 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
ARC4Managed_InternalTransformBlock_m791DD8D6AFE58524ED43CA2101A11C95C76C546A(__this, L_5, L_6, L_7, L_8, 0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 Mono.Security.Cryptography.CryptoConvert::ToInt32LE(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoConvert_ToInt32LE_m5086E9BB7D96A311E6DA1F001B0ECA228E83C022 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___offset1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___offset1;
NullCheck(L_0);
int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)3));
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0;
int32_t L_5 = ___offset1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
int32_t L_9 = ___offset1;
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<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytes0;
int32_t L_13 = ___offset1;
NullCheck(L_12);
int32_t L_14 = L_13;
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8))))|(int32_t)L_15));
}
}
// System.UInt32 Mono.Security.Cryptography.CryptoConvert::ToUInt32LE(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CryptoConvert_ToUInt32LE_m50B4357D67CC284B1AEBB30EE29231713131D76B (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___offset1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___offset1;
NullCheck(L_0);
int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)3));
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0;
int32_t L_5 = ___offset1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
int32_t L_9 = ___offset1;
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<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytes0;
int32_t L_13 = ___offset1;
NullCheck(L_12);
int32_t L_14 = L_13;
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8))))|(int32_t)L_15));
}
}
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::GetBytesLE(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConvert_GetBytesLE_m25F6227AF0542C76E52AB0583EFFEBA87844942D (int32_t ___val0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_GetBytesLE_m25F6227AF0542C76E52AB0583EFFEBA87844942D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
int32_t L_2 = ___val0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)255)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_1;
int32_t L_4 = ___val0;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4>>(int32_t)8))&(int32_t)((int32_t)255)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = L_3;
int32_t L_6 = ___val0;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_5;
int32_t L_8 = ___val0;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255)))))));
return L_7;
}
}
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::Trim(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConvert_Trim_m3923DF1B1599A8462CEF7CD91A8EEFAB3A3EA282 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_Trim_m3923DF1B1599A8462CEF7CD91A8EEFAB3A3EA282_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
V_0 = 0;
goto IL_0026;
}
IL_0004:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___array0;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
if (!L_3)
{
goto IL_0022;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___array0;
NullCheck(L_4);
int32_t L_5 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)L_5)));
V_1 = L_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___array0;
int32_t L_8 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_1;
NullCheck(L_10);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_7, L_8, (RuntimeArray *)(RuntimeArray *)L_9, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_1;
return L_11;
}
IL_0022:
{
int32_t L_12 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0026:
{
int32_t L_13 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___array0;
NullCheck(L_14);
if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))))
{
goto IL_0004;
}
}
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
}
// System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPrivateKeyBlob(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * CryptoConvert_FromCapiPrivateKeyBlob_m19EA71D3C8F8EB01D7845D6A4C5E657A5E523AC5 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_FromCapiPrivateKeyBlob_m19EA71D3C8F8EB01D7845D6A4C5E657A5E523AC5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_0;
memset((&V_0), 0, sizeof(V_0));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
Exception_t * 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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___blob0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0FD0BCFB44F83E7D5AC7A8922578276B9AF48746, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoConvert_FromCapiPrivateKeyBlob_m19EA71D3C8F8EB01D7845D6A4C5E657A5E523AC5_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___blob0;
NullCheck(L_3);
if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))))
{
goto IL_001f;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralE375E8CBAAAB7EC65A80728FA852AF846A378283, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CryptoConvert_FromCapiPrivateKeyBlob_m19EA71D3C8F8EB01D7845D6A4C5E657A5E523AC5_RuntimeMethod_var);
}
IL_001f:
{
il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 ));
}
IL_0027:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___blob0;
int32_t L_6 = ___offset1;
NullCheck(L_5);
int32_t L_7 = L_6;
uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if ((!(((uint32_t)L_8) == ((uint32_t)7))))
{
goto IL_0053;
}
}
IL_002d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___blob0;
int32_t L_10 = ___offset1;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if ((!(((uint32_t)L_12) == ((uint32_t)2))))
{
goto IL_0053;
}
}
IL_0035:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___blob0;
int32_t L_14 = ___offset1;
NullCheck(L_13);
int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2));
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
if (L_16)
{
goto IL_0053;
}
}
IL_003c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___blob0;
int32_t L_18 = ___offset1;
NullCheck(L_17);
int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3));
uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if (L_20)
{
goto IL_0053;
}
}
IL_0043:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___blob0;
int32_t L_22 = ___offset1;
uint32_t L_23 = CryptoConvert_ToUInt32LE_m50B4357D67CC284B1AEBB30EE29231713131D76B(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)8)), /*hidden argument*/NULL);
if ((((int32_t)L_23) == ((int32_t)((int32_t)843141970))))
{
goto IL_005e;
}
}
IL_0053:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_24 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_24, _stringLiteral0695B81F54F2C6F11A9E961F99B95C3B1A3670EA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, CryptoConvert_FromCapiPrivateKeyBlob_m19EA71D3C8F8EB01D7845D6A4C5E657A5E523AC5_RuntimeMethod_var);
}
IL_005e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___blob0;
int32_t L_26 = ___offset1;
int32_t L_27 = CryptoConvert_ToInt32LE_m5086E9BB7D96A311E6DA1F001B0ECA228E83C022(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)12))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
V_1 = L_28;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___blob0;
int32_t L_30 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)16))), (RuntimeArray *)(RuntimeArray *)L_31, 0, 4, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_1;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_32, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = CryptoConvert_Trim_m3923DF1B1599A8462CEF7CD91A8EEFAB3A3EA282(L_33, /*hidden argument*/NULL);
(&V_0)->set_Exponent_0(L_34);
int32_t L_35 = ___offset1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)20)));
V_3 = ((int32_t)((int32_t)L_27>>(int32_t)3));
int32_t L_36 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_36);
(&V_0)->set_Modulus_1(L_37);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = ___blob0;
int32_t L_39 = V_2;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_40 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = L_40.get_Modulus_1();
int32_t L_42 = V_3;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_38, L_39, (RuntimeArray *)(RuntimeArray *)L_41, 0, L_42, /*hidden argument*/NULL);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_43 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = L_43.get_Modulus_1();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_44, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_45 = V_2;
int32_t L_46 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46));
int32_t L_47 = V_3;
V_4 = ((int32_t)((int32_t)L_47>>(int32_t)1));
int32_t L_48 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_48);
(&V_0)->set_P_2(L_49);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ___blob0;
int32_t L_51 = V_2;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_52 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = L_52.get_P_2();
int32_t L_54 = V_4;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_50, L_51, (RuntimeArray *)(RuntimeArray *)L_53, 0, L_54, /*hidden argument*/NULL);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_55 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = L_55.get_P_2();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_56, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_57 = V_2;
int32_t L_58 = V_4;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58));
int32_t L_59 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_59);
(&V_0)->set_Q_3(L_60);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = ___blob0;
int32_t L_62 = V_2;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_63 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = L_63.get_Q_3();
int32_t L_65 = V_4;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_61, L_62, (RuntimeArray *)(RuntimeArray *)L_64, 0, L_65, /*hidden argument*/NULL);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_66 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = L_66.get_Q_3();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_67, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_68 = V_2;
int32_t L_69 = V_4;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_69));
int32_t L_70 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_70);
(&V_0)->set_DP_4(L_71);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = ___blob0;
int32_t L_73 = V_2;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_74 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = L_74.get_DP_4();
int32_t L_76 = V_4;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_72, L_73, (RuntimeArray *)(RuntimeArray *)L_75, 0, L_76, /*hidden argument*/NULL);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_77 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_78 = L_77.get_DP_4();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_78, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_79 = V_2;
int32_t L_80 = V_4;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80));
int32_t L_81 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_81);
(&V_0)->set_DQ_5(L_82);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_83 = ___blob0;
int32_t L_84 = V_2;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_85 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = L_85.get_DQ_5();
int32_t L_87 = V_4;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_83, L_84, (RuntimeArray *)(RuntimeArray *)L_86, 0, L_87, /*hidden argument*/NULL);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_88 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_89 = L_88.get_DQ_5();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_89, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_90 = V_2;
int32_t L_91 = V_4;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)L_91));
int32_t L_92 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_92);
(&V_0)->set_InverseQ_6(L_93);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_94 = ___blob0;
int32_t L_95 = V_2;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_96 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_97 = L_96.get_InverseQ_6();
int32_t L_98 = V_4;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_94, L_95, (RuntimeArray *)(RuntimeArray *)L_97, 0, L_98, /*hidden argument*/NULL);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_99 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_100 = L_99.get_InverseQ_6();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_100, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_101 = V_2;
int32_t L_102 = V_4;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)L_102));
int32_t L_103 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_104 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_103);
(&V_0)->set_D_7(L_104);
int32_t L_105 = V_2;
int32_t L_106 = V_3;
int32_t L_107 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_108 = ___blob0;
NullCheck(L_108);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)L_106)), (int32_t)L_107))) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_108)->max_length)))))))
{
goto IL_01de;
}
}
IL_01c4:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_109 = ___blob0;
int32_t L_110 = V_2;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_111 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_112 = L_111.get_D_7();
int32_t L_113 = V_3;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_109, L_110, (RuntimeArray *)(RuntimeArray *)L_112, 0, L_113, /*hidden argument*/NULL);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_114 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_115 = L_114.get_D_7();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_115, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
}
IL_01de:
{
goto IL_01ef;
}
} // 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_01e0;
throw e;
}
CATCH_01e0:
{ // begin catch(System.Exception)
V_5 = ((Exception_t *)__exception_local);
Exception_t * L_116 = V_5;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_117 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_117, _stringLiteralE0D0421373A4AE9A68B921B59CB2E9EB4FF970FC, L_116, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_117, CryptoConvert_FromCapiPrivateKeyBlob_m19EA71D3C8F8EB01D7845D6A4C5E657A5E523AC5_RuntimeMethod_var);
} // end catch (depth: 1)
IL_01ef:
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_118 = RSA_Create_m1AF30C2FAB458D7291DA15B4D2650AE7507DEDAB(/*hidden argument*/NULL);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_119 = L_118;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_120 = V_0;
NullCheck(L_119);
VirtActionInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_119, L_120);
return L_119;
}
}
// System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiPrivateKeyBlobDSA(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * CryptoConvert_FromCapiPrivateKeyBlobDSA_m9074A5D1AB0422EDB6F18CD0B4B98C874AAB331F (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_FromCapiPrivateKeyBlobDSA_m9074A5D1AB0422EDB6F18CD0B4B98C874AAB331F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
Exception_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___blob0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0FD0BCFB44F83E7D5AC7A8922578276B9AF48746, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoConvert_FromCapiPrivateKeyBlobDSA_m9074A5D1AB0422EDB6F18CD0B4B98C874AAB331F_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___blob0;
NullCheck(L_3);
if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))))
{
goto IL_001f;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralE375E8CBAAAB7EC65A80728FA852AF846A378283, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CryptoConvert_FromCapiPrivateKeyBlobDSA_m9074A5D1AB0422EDB6F18CD0B4B98C874AAB331F_RuntimeMethod_var);
}
IL_001f:
{
il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ));
}
IL_0027:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___blob0;
int32_t L_6 = ___offset1;
NullCheck(L_5);
int32_t L_7 = L_6;
uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if ((!(((uint32_t)L_8) == ((uint32_t)7))))
{
goto IL_0053;
}
}
IL_002d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___blob0;
int32_t L_10 = ___offset1;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if ((!(((uint32_t)L_12) == ((uint32_t)2))))
{
goto IL_0053;
}
}
IL_0035:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___blob0;
int32_t L_14 = ___offset1;
NullCheck(L_13);
int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2));
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
if (L_16)
{
goto IL_0053;
}
}
IL_003c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___blob0;
int32_t L_18 = ___offset1;
NullCheck(L_17);
int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3));
uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if (L_20)
{
goto IL_0053;
}
}
IL_0043:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___blob0;
int32_t L_22 = ___offset1;
uint32_t L_23 = CryptoConvert_ToUInt32LE_m50B4357D67CC284B1AEBB30EE29231713131D76B(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)8)), /*hidden argument*/NULL);
if ((((int32_t)L_23) == ((int32_t)((int32_t)844321604))))
{
goto IL_005e;
}
}
IL_0053:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_24 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_24, _stringLiteral0695B81F54F2C6F11A9E961F99B95C3B1A3670EA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, CryptoConvert_FromCapiPrivateKeyBlobDSA_m9074A5D1AB0422EDB6F18CD0B4B98C874AAB331F_RuntimeMethod_var);
}
IL_005e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___blob0;
int32_t L_26 = ___offset1;
int32_t L_27 = CryptoConvert_ToInt32LE_m5086E9BB7D96A311E6DA1F001B0ECA228E83C022(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)12))), /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)L_27>>(int32_t)3));
int32_t L_28 = ___offset1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)16)));
int32_t L_29 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_29);
(&V_0)->set_P_0(L_30);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___blob0;
int32_t L_32 = V_2;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_33 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33.get_P_0();
int32_t L_35 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_31, L_32, (RuntimeArray *)(RuntimeArray *)L_34, 0, L_35, /*hidden argument*/NULL);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_36 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = L_36.get_P_0();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_37, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_38 = V_2;
int32_t L_39 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
(&V_0)->set_Q_1(L_40);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = ___blob0;
int32_t L_42 = V_2;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_43 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = L_43.get_Q_1();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_41, L_42, (RuntimeArray *)(RuntimeArray *)L_44, 0, ((int32_t)20), /*hidden argument*/NULL);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_45 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = L_45.get_Q_1();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_46, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_47 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)((int32_t)20)));
int32_t L_48 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_48);
(&V_0)->set_G_2(L_49);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ___blob0;
int32_t L_51 = V_2;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_52 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = L_52.get_G_2();
int32_t L_54 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_50, L_51, (RuntimeArray *)(RuntimeArray *)L_53, 0, L_54, /*hidden argument*/NULL);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_55 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = L_55.get_G_2();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_56, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_57 = V_2;
int32_t L_58 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
(&V_0)->set_X_5(L_59);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = ___blob0;
int32_t L_61 = V_2;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_62 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = L_62.get_X_5();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_60, L_61, (RuntimeArray *)(RuntimeArray *)L_63, 0, ((int32_t)20), /*hidden argument*/NULL);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_64 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = L_64.get_X_5();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_65, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_66 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)((int32_t)20)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = ___blob0;
int32_t L_68 = V_2;
int32_t L_69 = CryptoConvert_ToInt32LE_m5086E9BB7D96A311E6DA1F001B0ECA228E83C022(L_67, L_68, /*hidden argument*/NULL);
(&V_0)->set_Counter_7(L_69);
int32_t L_70 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)4));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
(&V_0)->set_Seed_6(L_71);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = ___blob0;
int32_t L_73 = V_2;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_74 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = L_74.get_Seed_6();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_72, L_73, (RuntimeArray *)(RuntimeArray *)L_75, 0, ((int32_t)20), /*hidden argument*/NULL);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_76 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = L_76.get_Seed_6();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_77, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_78 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)((int32_t)20)));
goto IL_0171;
}
} // 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_0164;
throw e;
}
CATCH_0164:
{ // begin catch(System.Exception)
V_3 = ((Exception_t *)__exception_local);
Exception_t * L_79 = V_3;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_80 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_80, _stringLiteralE0D0421373A4AE9A68B921B59CB2E9EB4FF970FC, L_79, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, CryptoConvert_FromCapiPrivateKeyBlobDSA_m9074A5D1AB0422EDB6F18CD0B4B98C874AAB331F_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0171:
{
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_81 = DSA_Create_m727400EBC98FEDC4F43DD568D974EDC1CD2868BA(/*hidden argument*/NULL);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_82 = L_81;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_83 = V_0;
NullCheck(L_82);
VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_82, L_83);
return L_82;
}
}
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConvert_ToCapiPrivateKeyBlob_mF89C02BAEEFDA1AD0F3C3A88987F25EC1883F9EE (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_ToCapiPrivateKeyBlob_mF89C02BAEEFDA1AD0F3C3A88987F25EC1883F9EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = ___rsa0;
NullCheck(L_0);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_1 = VirtFuncInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_0, (bool)1);
V_0 = L_1;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_2 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2.get_Modulus_1();
NullCheck(L_3);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))));
int32_t L_4 = V_1;
int32_t L_5 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)20), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)2)))), (int32_t)((int32_t)((int32_t)L_5>>(int32_t)1)))));
V_2 = L_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_2;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)7);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_2;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_2;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)36));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_2;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(8), (uint8_t)((int32_t)82));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_2;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (uint8_t)((int32_t)83));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_2;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (uint8_t)((int32_t)65));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_2;
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (uint8_t)((int32_t)50));
int32_t L_14 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = CryptoConvert_GetBytesLE_m25F6227AF0542C76E52AB0583EFFEBA87844942D(((int32_t)((int32_t)L_14<<(int32_t)3)), /*hidden argument*/NULL);
V_3 = L_15;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_3;
NullCheck(L_17);
int32_t L_18 = 0;
uint8_t L_19 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (uint8_t)L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_3;
NullCheck(L_21);
int32_t L_22 = 1;
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (uint8_t)L_23);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_3;
NullCheck(L_25);
int32_t L_26 = 2;
uint8_t L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint8_t)L_27);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_3;
NullCheck(L_29);
int32_t L_30 = 3;
uint8_t L_31 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint8_t)L_31);
V_4 = ((int32_t)16);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_32 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = L_32.get_Exponent_0();
NullCheck(L_33);
V_5 = (((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))));
goto IL_0091;
}
IL_007a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_2;
int32_t L_35 = V_4;
int32_t L_36 = L_35;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_37 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = L_37.get_Exponent_0();
int32_t L_39 = V_5;
int32_t L_40 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1));
V_5 = L_40;
NullCheck(L_38);
int32_t L_41 = L_40;
uint8_t L_42 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
NullCheck(L_34);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(L_36), (uint8_t)L_42);
}
IL_0091:
{
int32_t L_43 = V_5;
if ((((int32_t)L_43) > ((int32_t)0)))
{
goto IL_007a;
}
}
{
V_4 = ((int32_t)20);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_44 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = L_44.get_Modulus_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = L_45;
NullCheck(L_46);
V_6 = (((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = L_46;
int32_t L_48 = V_6;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13(L_47, 0, L_48, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_2;
int32_t L_50 = V_4;
int32_t L_51 = V_6;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_47, 0, (RuntimeArray *)(RuntimeArray *)L_49, L_50, L_51, /*hidden argument*/NULL);
int32_t L_52 = V_4;
int32_t L_53 = V_6;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53));
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_54 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = L_54.get_P_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = L_55;
NullCheck(L_56);
V_6 = (((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = L_56;
int32_t L_58 = V_6;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13(L_57, 0, L_58, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_2;
int32_t L_60 = V_4;
int32_t L_61 = V_6;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_57, 0, (RuntimeArray *)(RuntimeArray *)L_59, L_60, L_61, /*hidden argument*/NULL);
int32_t L_62 = V_4;
int32_t L_63 = V_6;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63));
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_64 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = L_64.get_Q_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = L_65;
NullCheck(L_66);
V_6 = (((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = L_66;
int32_t L_68 = V_6;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13(L_67, 0, L_68, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = V_2;
int32_t L_70 = V_4;
int32_t L_71 = V_6;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_67, 0, (RuntimeArray *)(RuntimeArray *)L_69, L_70, L_71, /*hidden argument*/NULL);
int32_t L_72 = V_4;
int32_t L_73 = V_6;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)L_73));
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_74 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = L_74.get_DP_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_76 = L_75;
NullCheck(L_76);
V_6 = (((int32_t)((int32_t)(((RuntimeArray*)L_76)->max_length))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = L_76;
int32_t L_78 = V_6;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13(L_77, 0, L_78, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = V_2;
int32_t L_80 = V_4;
int32_t L_81 = V_6;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_77, 0, (RuntimeArray *)(RuntimeArray *)L_79, L_80, L_81, /*hidden argument*/NULL);
int32_t L_82 = V_4;
int32_t L_83 = V_6;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)L_83));
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_84 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = L_84.get_DQ_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = L_85;
NullCheck(L_86);
V_6 = (((int32_t)((int32_t)(((RuntimeArray*)L_86)->max_length))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = L_86;
int32_t L_88 = V_6;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13(L_87, 0, L_88, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_89 = V_2;
int32_t L_90 = V_4;
int32_t L_91 = V_6;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_87, 0, (RuntimeArray *)(RuntimeArray *)L_89, L_90, L_91, /*hidden argument*/NULL);
int32_t L_92 = V_4;
int32_t L_93 = V_6;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)L_93));
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_94 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_95 = L_94.get_InverseQ_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = L_95;
NullCheck(L_96);
V_6 = (((int32_t)((int32_t)(((RuntimeArray*)L_96)->max_length))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_97 = L_96;
int32_t L_98 = V_6;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13(L_97, 0, L_98, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_99 = V_2;
int32_t L_100 = V_4;
int32_t L_101 = V_6;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_97, 0, (RuntimeArray *)(RuntimeArray *)L_99, L_100, L_101, /*hidden argument*/NULL);
int32_t L_102 = V_4;
int32_t L_103 = V_6;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)L_103));
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_104 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_105 = L_104.get_D_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_106 = L_105;
NullCheck(L_106);
V_6 = (((int32_t)((int32_t)(((RuntimeArray*)L_106)->max_length))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_107 = L_106;
int32_t L_108 = V_6;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13(L_107, 0, L_108, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_109 = V_2;
int32_t L_110 = V_4;
int32_t L_111 = V_6;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_107, 0, (RuntimeArray *)(RuntimeArray *)L_109, L_110, L_111, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_112 = V_2;
return L_112;
}
}
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConvert_ToCapiPrivateKeyBlob_m2E0AFF160F534C164C3C84A7FA1426B3FEDC112C (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * ___dsa0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_ToCapiPrivateKeyBlob_m2E0AFF160F534C164C3C84A7FA1426B3FEDC112C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
{
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_0 = ___dsa0;
NullCheck(L_0);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_1 = VirtFuncInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_0, (bool)1);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_2 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2.get_P_0();
NullCheck(L_3);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))));
int32_t L_4 = V_0;
int32_t L_5 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((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)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)16), (int32_t)L_4)), (int32_t)((int32_t)20))), (int32_t)L_5)), (int32_t)((int32_t)20))), (int32_t)4)), (int32_t)((int32_t)20))));
V_1 = L_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_1;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)7);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_1;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_1;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)34));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_1;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(8), (uint8_t)((int32_t)68));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_1;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (uint8_t)((int32_t)83));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_1;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (uint8_t)((int32_t)83));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_1;
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (uint8_t)((int32_t)50));
int32_t L_14 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = CryptoConvert_GetBytesLE_m25F6227AF0542C76E52AB0583EFFEBA87844942D(((int32_t)((int32_t)L_14<<(int32_t)3)), /*hidden argument*/NULL);
V_2 = L_15;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_2;
NullCheck(L_17);
int32_t L_18 = 0;
uint8_t L_19 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (uint8_t)L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2;
NullCheck(L_21);
int32_t L_22 = 1;
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (uint8_t)L_23);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_2;
NullCheck(L_25);
int32_t L_26 = 2;
uint8_t L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint8_t)L_27);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_2;
NullCheck(L_29);
int32_t L_30 = 3;
uint8_t L_31 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint8_t)L_31);
V_3 = ((int32_t)16);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_32 = L_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = L_32.get_P_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_34, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = V_1;
int32_t L_36 = V_3;
int32_t L_37 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_34, 0, (RuntimeArray *)(RuntimeArray *)L_35, L_36, L_37, /*hidden argument*/NULL);
int32_t L_38 = V_3;
int32_t L_39 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39));
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_40 = L_32;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = L_40.get_Q_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_41;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_42, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = V_1;
int32_t L_44 = V_3;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_42, 0, (RuntimeArray *)(RuntimeArray *)L_43, L_44, ((int32_t)20), /*hidden argument*/NULL);
int32_t L_45 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)((int32_t)20)));
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_46 = L_40;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = L_46.get_G_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = L_47;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_48, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_1;
int32_t L_50 = V_3;
int32_t L_51 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_48, 0, (RuntimeArray *)(RuntimeArray *)L_49, L_50, L_51, /*hidden argument*/NULL);
int32_t L_52 = V_3;
int32_t L_53 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53));
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_54 = L_46;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = L_54.get_X_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = L_55;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_56, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = V_1;
int32_t L_58 = V_3;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_56, 0, (RuntimeArray *)(RuntimeArray *)L_57, L_58, ((int32_t)20), /*hidden argument*/NULL);
int32_t L_59 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)((int32_t)20)));
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_60 = L_54;
int32_t L_61 = L_60.get_Counter_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = CryptoConvert_GetBytesLE_m25F6227AF0542C76E52AB0583EFFEBA87844942D(L_61, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = V_1;
int32_t L_64 = V_3;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_62, 0, (RuntimeArray *)(RuntimeArray *)L_63, L_64, 4, /*hidden argument*/NULL);
int32_t L_65 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)4));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = L_60.get_Seed_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = L_66;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_67, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_1;
int32_t L_69 = V_3;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_67, 0, (RuntimeArray *)(RuntimeArray *)L_68, L_69, ((int32_t)20), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = V_1;
return L_70;
}
}
// System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlob(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * CryptoConvert_FromCapiPublicKeyBlob_m4A9A741883A974EC92FCD7DB6381033BE460A0AF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_FromCapiPublicKeyBlob_m4A9A741883A974EC92FCD7DB6381033BE460A0AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * V_3 = NULL;
Exception_t * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___blob0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0FD0BCFB44F83E7D5AC7A8922578276B9AF48746, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoConvert_FromCapiPublicKeyBlob_m4A9A741883A974EC92FCD7DB6381033BE460A0AF_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___blob0;
NullCheck(L_3);
if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))))
{
goto IL_001f;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralE375E8CBAAAB7EC65A80728FA852AF846A378283, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CryptoConvert_FromCapiPublicKeyBlob_m4A9A741883A974EC92FCD7DB6381033BE460A0AF_RuntimeMethod_var);
}
IL_001f:
{
}
IL_0020:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___blob0;
int32_t L_6 = ___offset1;
NullCheck(L_5);
int32_t L_7 = L_6;
uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if ((!(((uint32_t)L_8) == ((uint32_t)6))))
{
goto IL_004c;
}
}
IL_0026:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___blob0;
int32_t L_10 = ___offset1;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if ((!(((uint32_t)L_12) == ((uint32_t)2))))
{
goto IL_004c;
}
}
IL_002e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___blob0;
int32_t L_14 = ___offset1;
NullCheck(L_13);
int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2));
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
if (L_16)
{
goto IL_004c;
}
}
IL_0035:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___blob0;
int32_t L_18 = ___offset1;
NullCheck(L_17);
int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3));
uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if (L_20)
{
goto IL_004c;
}
}
IL_003c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___blob0;
int32_t L_22 = ___offset1;
uint32_t L_23 = CryptoConvert_ToUInt32LE_m50B4357D67CC284B1AEBB30EE29231713131D76B(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)8)), /*hidden argument*/NULL);
if ((((int32_t)L_23) == ((int32_t)((int32_t)826364754))))
{
goto IL_0057;
}
}
IL_004c:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_24 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_24, _stringLiteral0695B81F54F2C6F11A9E961F99B95C3B1A3670EA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, CryptoConvert_FromCapiPublicKeyBlob_m4A9A741883A974EC92FCD7DB6381033BE460A0AF_RuntimeMethod_var);
}
IL_0057:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___blob0;
int32_t L_26 = ___offset1;
int32_t L_27 = CryptoConvert_ToInt32LE_m5086E9BB7D96A311E6DA1F001B0ECA228E83C022(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)12))), /*hidden argument*/NULL);
il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 ));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3);
(&V_0)->set_Exponent_0(L_28);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_29 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_29.get_Exponent_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___blob0;
int32_t L_32 = ___offset1;
NullCheck(L_31);
int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)((int32_t)18)));
uint8_t L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
NullCheck(L_30);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_34);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_35 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = L_35.get_Exponent_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = ___blob0;
int32_t L_38 = ___offset1;
NullCheck(L_37);
int32_t L_39 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)17)));
uint8_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_40);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_41 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_41.get_Exponent_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = ___blob0;
int32_t L_44 = ___offset1;
NullCheck(L_43);
int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)((int32_t)16)));
uint8_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
NullCheck(L_42);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_46);
int32_t L_47 = ___offset1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)((int32_t)20)));
V_2 = ((int32_t)((int32_t)L_27>>(int32_t)3));
int32_t L_48 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_48);
(&V_0)->set_Modulus_1(L_49);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ___blob0;
int32_t L_51 = V_1;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_52 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = L_52.get_Modulus_1();
int32_t L_54 = V_2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_50, L_51, (RuntimeArray *)(RuntimeArray *)L_53, 0, L_54, /*hidden argument*/NULL);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_55 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = L_55.get_Modulus_1();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_56, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_57 = RSA_Create_m1AF30C2FAB458D7291DA15B4D2650AE7507DEDAB(/*hidden argument*/NULL);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_58 = L_57;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_59 = V_0;
NullCheck(L_58);
VirtActionInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_58, L_59);
V_3 = L_58;
goto IL_00ed;
}
} // 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_00de;
throw e;
}
CATCH_00de:
{ // begin catch(System.Exception)
V_4 = ((Exception_t *)__exception_local);
Exception_t * L_60 = V_4;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_61 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_61, _stringLiteralE0D0421373A4AE9A68B921B59CB2E9EB4FF970FC, L_60, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, CryptoConvert_FromCapiPublicKeyBlob_m4A9A741883A974EC92FCD7DB6381033BE460A0AF_RuntimeMethod_var);
} // end catch (depth: 1)
IL_00ed:
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_62 = V_3;
return L_62;
}
}
// System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlobDSA(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * CryptoConvert_FromCapiPublicKeyBlobDSA_mAFA63B6734344B190E5F240E2829D5CA668ABEA9 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_FromCapiPublicKeyBlobDSA_mAFA63B6734344B190E5F240E2829D5CA668ABEA9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * V_3 = NULL;
Exception_t * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___blob0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0FD0BCFB44F83E7D5AC7A8922578276B9AF48746, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoConvert_FromCapiPublicKeyBlobDSA_mAFA63B6734344B190E5F240E2829D5CA668ABEA9_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___blob0;
NullCheck(L_3);
if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))))
{
goto IL_001f;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralE375E8CBAAAB7EC65A80728FA852AF846A378283, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CryptoConvert_FromCapiPublicKeyBlobDSA_mAFA63B6734344B190E5F240E2829D5CA668ABEA9_RuntimeMethod_var);
}
IL_001f:
{
}
IL_0020:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___blob0;
int32_t L_6 = ___offset1;
NullCheck(L_5);
int32_t L_7 = L_6;
uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if ((!(((uint32_t)L_8) == ((uint32_t)6))))
{
goto IL_004c;
}
}
IL_0026:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___blob0;
int32_t L_10 = ___offset1;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if ((!(((uint32_t)L_12) == ((uint32_t)2))))
{
goto IL_004c;
}
}
IL_002e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___blob0;
int32_t L_14 = ___offset1;
NullCheck(L_13);
int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2));
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
if (L_16)
{
goto IL_004c;
}
}
IL_0035:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___blob0;
int32_t L_18 = ___offset1;
NullCheck(L_17);
int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3));
uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if (L_20)
{
goto IL_004c;
}
}
IL_003c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___blob0;
int32_t L_22 = ___offset1;
uint32_t L_23 = CryptoConvert_ToUInt32LE_m50B4357D67CC284B1AEBB30EE29231713131D76B(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)8)), /*hidden argument*/NULL);
if ((((int32_t)L_23) == ((int32_t)((int32_t)827544388))))
{
goto IL_0057;
}
}
IL_004c:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_24 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_24, _stringLiteral0695B81F54F2C6F11A9E961F99B95C3B1A3670EA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, CryptoConvert_FromCapiPublicKeyBlobDSA_mAFA63B6734344B190E5F240E2829D5CA668ABEA9_RuntimeMethod_var);
}
IL_0057:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___blob0;
int32_t L_26 = ___offset1;
int32_t L_27 = CryptoConvert_ToInt32LE_m5086E9BB7D96A311E6DA1F001B0ECA228E83C022(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)12))), /*hidden argument*/NULL);
il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ));
V_1 = ((int32_t)((int32_t)L_27>>(int32_t)3));
int32_t L_28 = ___offset1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)16)));
int32_t L_29 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_29);
(&V_0)->set_P_0(L_30);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___blob0;
int32_t L_32 = V_2;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_33 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33.get_P_0();
int32_t L_35 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_31, L_32, (RuntimeArray *)(RuntimeArray *)L_34, 0, L_35, /*hidden argument*/NULL);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_36 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = L_36.get_P_0();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_37, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_38 = V_2;
int32_t L_39 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
(&V_0)->set_Q_1(L_40);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = ___blob0;
int32_t L_42 = V_2;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_43 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = L_43.get_Q_1();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_41, L_42, (RuntimeArray *)(RuntimeArray *)L_44, 0, ((int32_t)20), /*hidden argument*/NULL);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_45 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = L_45.get_Q_1();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_46, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_47 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)((int32_t)20)));
int32_t L_48 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_48);
(&V_0)->set_G_2(L_49);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ___blob0;
int32_t L_51 = V_2;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_52 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = L_52.get_G_2();
int32_t L_54 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_50, L_51, (RuntimeArray *)(RuntimeArray *)L_53, 0, L_54, /*hidden argument*/NULL);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_55 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = L_55.get_G_2();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_56, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_57 = V_2;
int32_t L_58 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58));
int32_t L_59 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_59);
(&V_0)->set_Y_3(L_60);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = ___blob0;
int32_t L_62 = V_2;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_63 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = L_63.get_Y_3();
int32_t L_65 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_61, L_62, (RuntimeArray *)(RuntimeArray *)L_64, 0, L_65, /*hidden argument*/NULL);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_66 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = L_66.get_Y_3();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_67, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_68 = V_2;
int32_t L_69 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_69));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = ___blob0;
int32_t L_71 = V_2;
int32_t L_72 = CryptoConvert_ToInt32LE_m5086E9BB7D96A311E6DA1F001B0ECA228E83C022(L_70, L_71, /*hidden argument*/NULL);
(&V_0)->set_Counter_7(L_72);
int32_t L_73 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)4));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
(&V_0)->set_Seed_6(L_74);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = ___blob0;
int32_t L_76 = V_2;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_77 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_78 = L_77.get_Seed_6();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_75, L_76, (RuntimeArray *)(RuntimeArray *)L_78, 0, ((int32_t)20), /*hidden argument*/NULL);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_79 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = L_79.get_Seed_6();
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_80, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
int32_t L_81 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)((int32_t)20)));
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_82 = DSA_Create_m727400EBC98FEDC4F43DD568D974EDC1CD2868BA(/*hidden argument*/NULL);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_83 = L_82;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_84 = V_0;
NullCheck(L_83);
VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_83, L_84);
V_3 = L_83;
goto IL_017e;
}
} // 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_016f;
throw e;
}
CATCH_016f:
{ // begin catch(System.Exception)
V_4 = ((Exception_t *)__exception_local);
Exception_t * L_85 = V_4;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_86 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_86, _stringLiteralE0D0421373A4AE9A68B921B59CB2E9EB4FF970FC, L_85, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_86, CryptoConvert_FromCapiPublicKeyBlobDSA_mAFA63B6734344B190E5F240E2829D5CA668ABEA9_RuntimeMethod_var);
} // end catch (depth: 1)
IL_017e:
{
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_87 = V_3;
return L_87;
}
}
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPublicKeyBlob(System.Security.Cryptography.RSA)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConvert_ToCapiPublicKeyBlob_m774E7D9192B564FCC0CC5CEC380A370D9E3BBBB3 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_ToCapiPublicKeyBlob_m774E7D9192B564FCC0CC5CEC380A370D9E3BBBB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = ___rsa0;
NullCheck(L_0);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_1 = VirtFuncInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_0, (bool)0);
V_0 = L_1;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_2 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2.get_Modulus_1();
NullCheck(L_3);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))));
int32_t L_4 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)20), (int32_t)L_4)));
V_2 = L_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_2;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_2;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_2;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)36));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_2;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(8), (uint8_t)((int32_t)82));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_2;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (uint8_t)((int32_t)83));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_2;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (uint8_t)((int32_t)65));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_2;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (uint8_t)((int32_t)49));
int32_t L_13 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = CryptoConvert_GetBytesLE_m25F6227AF0542C76E52AB0583EFFEBA87844942D(((int32_t)((int32_t)L_13<<(int32_t)3)), /*hidden argument*/NULL);
V_3 = L_14;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_3;
NullCheck(L_16);
int32_t L_17 = 0;
uint8_t L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (uint8_t)L_18);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_3;
NullCheck(L_20);
int32_t L_21 = 1;
uint8_t L_22 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (uint8_t)L_22);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_3;
NullCheck(L_24);
int32_t L_25 = 2;
uint8_t L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint8_t)L_26);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_3;
NullCheck(L_28);
int32_t L_29 = 3;
uint8_t L_30 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint8_t)L_30);
V_4 = ((int32_t)16);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_31 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = L_31.get_Exponent_0();
NullCheck(L_32);
V_5 = (((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))));
goto IL_008b;
}
IL_0074:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_2;
int32_t L_34 = V_4;
int32_t L_35 = L_34;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_36 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = L_36.get_Exponent_0();
int32_t L_38 = V_5;
int32_t L_39 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1));
V_5 = L_39;
NullCheck(L_37);
int32_t L_40 = L_39;
uint8_t L_41 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
NullCheck(L_33);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(L_35), (uint8_t)L_41);
}
IL_008b:
{
int32_t L_42 = V_5;
if ((((int32_t)L_42) > ((int32_t)0)))
{
goto IL_0074;
}
}
{
V_4 = ((int32_t)20);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_43 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = L_43.get_Modulus_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = L_44;
NullCheck(L_45);
V_6 = (((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = L_45;
int32_t L_47 = V_6;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13(L_46, 0, L_47, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_2;
int32_t L_49 = V_4;
int32_t L_50 = V_6;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_46, 0, (RuntimeArray *)(RuntimeArray *)L_48, L_49, L_50, /*hidden argument*/NULL);
int32_t L_51 = V_4;
int32_t L_52 = V_6;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_2;
return L_53;
}
}
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPublicKeyBlob(System.Security.Cryptography.DSA)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConvert_ToCapiPublicKeyBlob_m5C402348A0B620650CDD16B98F30131FA9A81CB2 (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * ___dsa0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_ToCapiPublicKeyBlob_m5C402348A0B620650CDD16B98F30131FA9A81CB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
{
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_0 = ___dsa0;
NullCheck(L_0);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_1 = VirtFuncInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_0, (bool)0);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_2 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2.get_P_0();
NullCheck(L_3);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))));
int32_t L_4 = V_0;
int32_t L_5 = V_0;
int32_t L_6 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((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)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)16), (int32_t)L_4)), (int32_t)((int32_t)20))), (int32_t)L_5)), (int32_t)L_6)), (int32_t)4)), (int32_t)((int32_t)20))));
V_1 = L_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_1;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_1;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_1;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)34));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_1;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(8), (uint8_t)((int32_t)68));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_1;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (uint8_t)((int32_t)83));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_1;
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (uint8_t)((int32_t)83));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_1;
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (uint8_t)((int32_t)49));
int32_t L_15 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = CryptoConvert_GetBytesLE_m25F6227AF0542C76E52AB0583EFFEBA87844942D(((int32_t)((int32_t)L_15<<(int32_t)3)), /*hidden argument*/NULL);
V_2 = L_16;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_2;
NullCheck(L_18);
int32_t L_19 = 0;
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (uint8_t)L_20);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_2;
NullCheck(L_22);
int32_t L_23 = 1;
uint8_t L_24 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (uint8_t)L_24);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_2;
NullCheck(L_26);
int32_t L_27 = 2;
uint8_t L_28 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint8_t)L_28);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = V_2;
NullCheck(L_30);
int32_t L_31 = 3;
uint8_t L_32 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
NullCheck(L_29);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint8_t)L_32);
V_3 = ((int32_t)16);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_33 = L_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33.get_P_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = L_34;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_35, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_1;
int32_t L_37 = V_3;
int32_t L_38 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_35, 0, (RuntimeArray *)(RuntimeArray *)L_36, L_37, L_38, /*hidden argument*/NULL);
int32_t L_39 = V_3;
int32_t L_40 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40));
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_41 = L_33;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_41.get_Q_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = L_42;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_43, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = V_1;
int32_t L_45 = V_3;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_43, 0, (RuntimeArray *)(RuntimeArray *)L_44, L_45, ((int32_t)20), /*hidden argument*/NULL);
int32_t L_46 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)((int32_t)20)));
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_47 = L_41;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = L_47.get_G_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = L_48;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_49, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = V_1;
int32_t L_51 = V_3;
int32_t L_52 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_49, 0, (RuntimeArray *)(RuntimeArray *)L_50, L_51, L_52, /*hidden argument*/NULL);
int32_t L_53 = V_3;
int32_t L_54 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)L_54));
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_55 = L_47;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = L_55.get_Y_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = L_56;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_57, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_1;
int32_t L_59 = V_3;
int32_t L_60 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_57, 0, (RuntimeArray *)(RuntimeArray *)L_58, L_59, L_60, /*hidden argument*/NULL);
int32_t L_61 = V_3;
int32_t L_62 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)L_62));
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_63 = L_55;
int32_t L_64 = L_63.get_Counter_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = CryptoConvert_GetBytesLE_m25F6227AF0542C76E52AB0583EFFEBA87844942D(L_64, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = V_1;
int32_t L_67 = V_3;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_65, 0, (RuntimeArray *)(RuntimeArray *)L_66, L_67, 4, /*hidden argument*/NULL);
int32_t L_68 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)4));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = L_63.get_Seed_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = L_69;
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_70, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = V_1;
int32_t L_72 = V_3;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_70, 0, (RuntimeArray *)(RuntimeArray *)L_71, L_72, ((int32_t)20), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = V_1;
return L_73;
}
}
// System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlob(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * CryptoConvert_FromCapiKeyBlob_m2C286B63DCC51A5480BA17281CEDD2F77075B2B5 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___blob0;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_1 = CryptoConvert_FromCapiKeyBlob_mFAF9B51C94086485849CA526A94970E7CE81B7F0(L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlob(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * CryptoConvert_FromCapiKeyBlob_mFAF9B51C94086485849CA526A94970E7CE81B7F0 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_FromCapiKeyBlob_mFAF9B51C94086485849CA526A94970E7CE81B7F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t V_0 = 0x0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___blob0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0FD0BCFB44F83E7D5AC7A8922578276B9AF48746, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoConvert_FromCapiKeyBlob_mFAF9B51C94086485849CA526A94970E7CE81B7F0_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___blob0;
NullCheck(L_3);
if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))))
{
goto IL_001f;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralE375E8CBAAAB7EC65A80728FA852AF846A378283, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CryptoConvert_FromCapiKeyBlob_mFAF9B51C94086485849CA526A94970E7CE81B7F0_RuntimeMethod_var);
}
IL_001f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___blob0;
int32_t L_6 = ___offset1;
NullCheck(L_5);
int32_t L_7 = L_6;
uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_0 = L_8;
uint8_t L_9 = V_0;
if (!L_9)
{
goto IL_0030;
}
}
{
uint8_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)6)))
{
goto IL_0044;
}
}
{
uint8_t L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)7)))
{
goto IL_004c;
}
}
{
goto IL_0054;
}
IL_0030:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___blob0;
int32_t L_13 = ___offset1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)12)));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
if ((!(((uint32_t)L_15) == ((uint32_t)6))))
{
goto IL_0054;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___blob0;
int32_t L_17 = ___offset1;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_18 = CryptoConvert_FromCapiPublicKeyBlob_m4A9A741883A974EC92FCD7DB6381033BE460A0AF(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)12))), /*hidden argument*/NULL);
return L_18;
}
IL_0044:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___blob0;
int32_t L_20 = ___offset1;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_21 = CryptoConvert_FromCapiPublicKeyBlob_m4A9A741883A974EC92FCD7DB6381033BE460A0AF(L_19, L_20, /*hidden argument*/NULL);
return L_21;
}
IL_004c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___blob0;
int32_t L_23 = ___offset1;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_24 = CryptoConvert_FromCapiPrivateKeyBlob_m19EA71D3C8F8EB01D7845D6A4C5E657A5E523AC5(L_22, L_23, /*hidden argument*/NULL);
return L_24;
}
IL_0054:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_25 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_25, _stringLiteral7476E6159826701C81A3F2DBB74C2D3E2BFEC4A1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, CryptoConvert_FromCapiKeyBlob_mFAF9B51C94086485849CA526A94970E7CE81B7F0_RuntimeMethod_var);
}
}
// System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlobDSA(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * CryptoConvert_FromCapiKeyBlobDSA_m103989D1BE402735BC20E019D1793323AE493376 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___blob0;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_1 = CryptoConvert_FromCapiKeyBlobDSA_m9D5A9E616C23C99E7EFA9D0C063095E5EC0B7249(L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlobDSA(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * CryptoConvert_FromCapiKeyBlobDSA_m9D5A9E616C23C99E7EFA9D0C063095E5EC0B7249 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConvert_FromCapiKeyBlobDSA_m9D5A9E616C23C99E7EFA9D0C063095E5EC0B7249_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t V_0 = 0x0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___blob0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0FD0BCFB44F83E7D5AC7A8922578276B9AF48746, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoConvert_FromCapiKeyBlobDSA_m9D5A9E616C23C99E7EFA9D0C063095E5EC0B7249_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___blob0;
NullCheck(L_3);
if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))))
{
goto IL_001f;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralE375E8CBAAAB7EC65A80728FA852AF846A378283, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CryptoConvert_FromCapiKeyBlobDSA_m9D5A9E616C23C99E7EFA9D0C063095E5EC0B7249_RuntimeMethod_var);
}
IL_001f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___blob0;
int32_t L_6 = ___offset1;
NullCheck(L_5);
int32_t L_7 = L_6;
uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_0 = L_8;
uint8_t L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)6)))
{
goto IL_002d;
}
}
{
uint8_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)7)))
{
goto IL_0035;
}
}
{
goto IL_003d;
}
IL_002d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___blob0;
int32_t L_12 = ___offset1;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_13 = CryptoConvert_FromCapiPublicKeyBlobDSA_mAFA63B6734344B190E5F240E2829D5CA668ABEA9(L_11, L_12, /*hidden argument*/NULL);
return L_13;
}
IL_0035:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___blob0;
int32_t L_15 = ___offset1;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_16 = CryptoConvert_FromCapiPrivateKeyBlobDSA_m9074A5D1AB0422EDB6F18CD0B4B98C874AAB331F(L_14, L_15, /*hidden argument*/NULL);
return L_16;
}
IL_003d:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_17 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_17, _stringLiteral7476E6159826701C81A3F2DBB74C2D3E2BFEC4A1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, CryptoConvert_FromCapiKeyBlobDSA_m9D5A9E616C23C99E7EFA9D0C063095E5EC0B7249_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.DSAManaged::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged__ctor_mDBC531DC0D297B2EBCBF08D01DBE86AF6F24E7F5 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, int32_t ___dwKeySize0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged__ctor_mDBC531DC0D297B2EBCBF08D01DBE86AF6F24E7F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DSA__ctor_m6ECB25F328696E0FCCFBBBCDD5B0C5900916EC1D(__this, /*hidden argument*/NULL);
int32_t L_0 = ___dwKeySize0;
((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->set_KeySizeValue_0(L_0);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1);
((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->set_LegalKeySizesValue_1(L_1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_2 = ((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->get_LegalKeySizesValue_1();
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_3 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var);
KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_3, ((int32_t)512), ((int32_t)1024), ((int32_t)64), /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_3);
return;
}
}
// System.Void Mono.Security.Cryptography.DSAManaged::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Finalize_mF40964C03B0D9E4FDC186B684B24B52694761D56 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
// System.Void Mono.Security.Cryptography.DSAManaged::Generate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Generate_mE13053450D39DFF1FD40F2D8E3973F895A731B9C (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50_inline(__this, /*hidden argument*/NULL);
DSAManaged_GenerateParams_m1128C5246F10223D15A579327052FFC4C5E6379E(__this, L_0, /*hidden argument*/NULL);
DSAManaged_GenerateKeyPair_m177E660FBC4CCAE831925537992EA3A01DA54231(__this, /*hidden argument*/NULL);
__this->set_keypairGenerated_2((bool)1);
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_1 = __this->get_KeyGenerated_14();
if (!L_1)
{
goto IL_002e;
}
}
{
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_2 = __this->get_KeyGenerated_14();
NullCheck(L_2);
KeyGeneratedEventHandler_Invoke_m169219C2CA206096D4F618C02D7D37E181A08045(L_2, __this, (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *)NULL, /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
// System.Void Mono.Security.Cryptography.DSAManaged::GenerateKeyPair()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateKeyPair_m177E660FBC4CCAE831925537992EA3A01DA54231 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_GenerateKeyPair_m177E660FBC4CCAE831925537992EA3A01DA54231_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_0 = BigInteger_GenerateRandom_m34FB180E0F6613E9886F29FF5B820680A5295CAA(((int32_t)160), /*hidden argument*/NULL);
__this->set_x_7(L_0);
goto IL_001d;
}
IL_0012:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_x_7();
NullCheck(L_1);
BigInteger_Randomize_m5CFF3B7433B4D50D0D6795ED4A03A6E7FB0A598C(L_1, /*hidden argument*/NULL);
}
IL_001d:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_2 = __this->get_x_7();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_3 = BigInteger_op_Equality_m3211431E4815D104C762CE118E1DC29A18DEB9EB(L_2, 0, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0012;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_4 = __this->get_x_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_5 = __this->get_q_5();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_6 = BigInteger_op_GreaterThanOrEqual_mE79E1206A8B08E2796D4BEE87E0E9FFD3B175A99(L_4, L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0012;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_7 = __this->get_g_6();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_8 = __this->get_x_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_9 = __this->get_p_4();
NullCheck(L_7);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_10 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_7, L_8, L_9, /*hidden argument*/NULL);
__this->set_y_8(L_10);
return;
}
}
// System.Void Mono.Security.Cryptography.DSAManaged::add(System.Byte[],System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_add_m8E72BC028E1FB68CD03A97A4167E54BF206C0FAC (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___a0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b1, int32_t ___value2, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___b1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___b1;
NullCheck(L_1);
NullCheck(L_0);
int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))), (int32_t)1));
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
int32_t L_4 = ___value2;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255))), (int32_t)L_4));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___a0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___b1;
NullCheck(L_6);
uint32_t L_7 = V_0;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)L_7))));
uint32_t L_8 = V_0;
V_0 = ((int32_t)((uint32_t)L_8>>8));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___b1;
NullCheck(L_9);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)2));
goto IL_003e;
}
IL_0025:
{
uint32_t L_10 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___b1;
int32_t L_12 = V_1;
NullCheck(L_11);
int32_t L_13 = L_12;
uint8_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)255)))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___a0;
int32_t L_16 = V_1;
uint32_t L_17 = V_0;
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (uint8_t)(((int32_t)((uint8_t)L_17))));
uint32_t L_18 = V_0;
V_0 = ((int32_t)((uint32_t)L_18>>8));
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1));
}
IL_003e:
{
int32_t L_20 = V_1;
if ((((int32_t)L_20) >= ((int32_t)0)))
{
goto IL_0025;
}
}
{
return;
}
}
// System.Void Mono.Security.Cryptography.DSAManaged::GenerateParams(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateParams_m1128C5246F10223D15A579327052FFC4C5E6379E (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, int32_t ___keyLength0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_GenerateParams_m1128C5246F10223D15A579327052FFC4C5E6379E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * V_4 = NULL;
int32_t V_5 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
bool V_7 = false;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_8 = NULL;
int32_t V_9 = 0;
int32_t V_10 = 0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_11 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_12 = NULL;
int32_t V_13 = 0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_14 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
V_0 = L_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
V_1 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
V_2 = L_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
V_3 = L_3;
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_4 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL);
V_4 = L_4;
int32_t L_5 = ___keyLength0;
V_5 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))/(int32_t)((int32_t)160)));
int32_t L_6 = ___keyLength0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_6/(int32_t)8)));
V_6 = L_7;
V_7 = (bool)0;
goto IL_01ed;
}
IL_0044:
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_8 = DSAManaged_get_Random_mDDBF682CF301FD3230A1C7CCF76907A0F55AF8F8(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
NullCheck(L_8);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_8, L_9);
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_10 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_0;
NullCheck(L_10);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_10, L_11, /*hidden argument*/NULL);
V_1 = L_12;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0;
NullCheck(L_15);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0;
DSAManaged_add_m8E72BC028E1FB68CD03A97A4167E54BF206C0FAC(__this, L_16, L_17, 1, /*hidden argument*/NULL);
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_18 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_2;
NullCheck(L_18);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_18, L_19, /*hidden argument*/NULL);
V_2 = L_20;
V_10 = 0;
goto IL_0090;
}
IL_007c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_3;
int32_t L_22 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_1;
int32_t L_24 = V_10;
NullCheck(L_23);
int32_t L_25 = L_24;
uint8_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2;
int32_t L_28 = V_10;
NullCheck(L_27);
int32_t L_29 = L_28;
uint8_t L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_26^(int32_t)L_30))))));
int32_t L_31 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_0090:
{
int32_t L_32 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_3;
NullCheck(L_33);
if ((!(((uint32_t)L_32) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))))))))
{
goto IL_007c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_3;
NullCheck(L_34);
uint8_t* L_35 = ((L_34)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
int32_t L_36 = *((uint8_t*)L_35);
*((int8_t*)L_35) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_36|(int32_t)((int32_t)128))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = V_3;
NullCheck(L_37);
uint8_t* L_38 = ((L_37)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)19))));
int32_t L_39 = *((uint8_t*)L_38);
*((int8_t*)L_38) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_39|(int32_t)1)))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_3;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_41 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_41, L_40, /*hidden argument*/NULL);
__this->set_q_5(L_41);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_42 = __this->get_q_5();
NullCheck(L_42);
bool L_43 = BigInteger_IsProbablePrime_m7E986D051BB88E54C54E0D5DBFEDCAF44A03AB81(L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_0044;
}
}
{
__this->set_counter_11(0);
V_9 = 2;
goto IL_01dd;
}
IL_00e1:
{
V_13 = 0;
goto IL_011b;
}
IL_00e6:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_0;
int32_t L_46 = V_9;
int32_t L_47 = V_13;
DSAManaged_add_m8E72BC028E1FB68CD03A97A4167E54BF206C0FAC(__this, L_44, L_45, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47)), /*hidden argument*/NULL);
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_48 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_1;
NullCheck(L_48);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_48, L_49, /*hidden argument*/NULL);
V_1 = L_50;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_6;
NullCheck(L_53);
int32_t L_54 = V_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_1;
NullCheck(L_55);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = V_1;
NullCheck(L_56);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_51, 0, (RuntimeArray *)(RuntimeArray *)L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length)))))))), (((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length)))), /*hidden argument*/NULL);
int32_t L_57 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
}
IL_011b:
{
int32_t L_58 = V_13;
int32_t L_59 = V_5;
if ((((int32_t)L_58) < ((int32_t)L_59)))
{
goto IL_00e6;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = V_0;
int32_t L_62 = V_9;
int32_t L_63 = V_5;
DSAManaged_add_m8E72BC028E1FB68CD03A97A4167E54BF206C0FAC(__this, L_60, L_61, ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63)), /*hidden argument*/NULL);
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_64 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = V_1;
NullCheck(L_64);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_64, L_65, /*hidden argument*/NULL);
V_1 = L_66;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_1;
NullCheck(L_68);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = V_6;
NullCheck(L_69);
int32_t L_70 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = V_1;
NullCheck(L_71);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = V_6;
NullCheck(L_73);
int32_t L_74 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = V_1;
NullCheck(L_75);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_67, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_70, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_71)->max_length)))))))))), (RuntimeArray *)(RuntimeArray *)L_72, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_73)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_74, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length)))))))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_76 = V_6;
NullCheck(L_76);
uint8_t* L_77 = ((L_76)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
int32_t L_78 = *((uint8_t*)L_77);
*((int8_t*)L_77) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_78|(int32_t)((int32_t)128))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = V_6;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_80 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_80, L_79, /*hidden argument*/NULL);
V_11 = L_80;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_81 = V_11;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_82 = __this->get_q_5();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_83 = BigInteger_op_Multiply_m5EB2D0423D4392E4933E8B34ABFF488B8F05A3CB(L_82, 2, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_84 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_81, L_83, /*hidden argument*/NULL);
V_12 = L_84;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_85 = V_11;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_86 = V_12;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_87 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_88 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_86, L_87, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_89 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_85, L_88, /*hidden argument*/NULL);
__this->set_p_4(L_89);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_90 = __this->get_p_4();
int32_t L_91 = ___keyLength0;
NullCheck(L_90);
bool L_92 = BigInteger_TestBit_mBC759CC3A03CC3E0F091E24D6E9F07D3C9EC7D1B(L_90, ((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)1)), /*hidden argument*/NULL);
if (!L_92)
{
goto IL_01c6;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_93 = __this->get_p_4();
NullCheck(L_93);
bool L_94 = BigInteger_IsProbablePrime_m7E986D051BB88E54C54E0D5DBFEDCAF44A03AB81(L_93, /*hidden argument*/NULL);
if (!L_94)
{
goto IL_01c6;
}
}
{
V_7 = (bool)1;
goto IL_01ed;
}
IL_01c6:
{
int32_t L_95 = __this->get_counter_11();
__this->set_counter_11(((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)));
int32_t L_96 = V_9;
int32_t L_97 = V_5;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1))));
}
IL_01dd:
{
int32_t L_98 = __this->get_counter_11();
if ((((int32_t)L_98) < ((int32_t)((int32_t)4096))))
{
goto IL_00e1;
}
}
IL_01ed:
{
bool L_99 = V_7;
if (!L_99)
{
goto IL_0044;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_100 = __this->get_p_4();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_101 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_102 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_100, L_101, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_103 = __this->get_q_5();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_104 = BigInteger_op_Division_mE2D1423D38BC8354FC1BE581DF9535004A3EBB43(L_102, L_103, /*hidden argument*/NULL);
V_8 = L_104;
}
IL_0212:
{
int32_t L_105 = ___keyLength0;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_106 = BigInteger_GenerateRandom_m34FB180E0F6613E9886F29FF5B820680A5295CAA(L_105, /*hidden argument*/NULL);
V_14 = L_106;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_107 = V_14;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_108 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL);
bool L_109 = BigInteger_op_LessThanOrEqual_m5DD408066BF47BCC917B7341FE321546916DE42C(L_107, L_108, /*hidden argument*/NULL);
if (L_109)
{
goto IL_0212;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_110 = V_14;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_111 = __this->get_p_4();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_112 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_113 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_111, L_112, /*hidden argument*/NULL);
bool L_114 = BigInteger_op_GreaterThanOrEqual_mE79E1206A8B08E2796D4BEE87E0E9FFD3B175A99(L_110, L_113, /*hidden argument*/NULL);
if (L_114)
{
goto IL_0212;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_115 = V_14;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_116 = V_8;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_117 = __this->get_p_4();
NullCheck(L_115);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_118 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_115, L_116, L_117, /*hidden argument*/NULL);
__this->set_g_6(L_118);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_119 = __this->get_g_6();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_120 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL);
bool L_121 = BigInteger_op_LessThanOrEqual_m5DD408066BF47BCC917B7341FE321546916DE42C(L_119, L_120, /*hidden argument*/NULL);
if (L_121)
{
goto IL_0212;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_122 = V_0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_123 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_123, L_122, /*hidden argument*/NULL);
__this->set_seed_10(L_123);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_124 = __this->get_p_4();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_125 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_126 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_124, L_125, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_127 = __this->get_q_5();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_128 = BigInteger_op_Division_mE2D1423D38BC8354FC1BE581DF9535004A3EBB43(L_126, L_127, /*hidden argument*/NULL);
__this->set_j_9(L_128);
return;
}
}
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::get_Random()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * DSAManaged_get_Random_mDDBF682CF301FD3230A1C7CCF76907A0F55AF8F8 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method)
{
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_0 = __this->get_rng_13();
if (L_0)
{
goto IL_0013;
}
}
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL);
__this->set_rng_13(L_1);
}
IL_0013:
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = __this->get_rng_13();
return L_2;
}
}
// System.Int32 Mono.Security.Cryptography.DSAManaged::get_KeySize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSAManaged_get_KeySize_m434759167959B20821680EC2339455217ECBE7B8 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_keypairGenerated_2();
if (!L_0)
{
goto IL_0014;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_p_4();
NullCheck(L_1);
int32_t L_2 = BigInteger_BitCount_m55F891B0F0CB6EA74B7D9DF946AA76CB3B0BC487(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
int32_t L_3 = AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50_inline(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.String Mono.Security.Cryptography.DSAManaged::get_KeyExchangeAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DSAManaged_get_KeyExchangeAlgorithm_mE6F91B640C82F2F0D343B27FD49C48B1D6119DC5 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method)
{
{
return (String_t*)NULL;
}
}
// System.Boolean Mono.Security.Cryptography.DSAManaged::get_PublicOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSAManaged_get_PublicOnly_m801BFD37476D7EF19E5544078D48CB6EB05857E6 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_get_PublicOnly_m801BFD37476D7EF19E5544078D48CB6EB05857E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_keypairGenerated_2();
if (!L_0)
{
goto IL_0015;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_x_7();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_2 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_1, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
return L_2;
}
IL_0015:
{
return (bool)0;
}
}
// System.String Mono.Security.Cryptography.DSAManaged::get_SignatureAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DSAManaged_get_SignatureAlgorithm_mAC4EDED39A193BAF3B709573011E59CFE04B3CED (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_get_SignatureAlgorithm_mAC4EDED39A193BAF3B709573011E59CFE04B3CED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralBA443BD433770FD1FF9A9F228975BA77391CE319;
}
}
// System.Byte[] Mono.Security.Cryptography.DSAManaged::NormalizeArray(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___array0;
NullCheck(L_0);
V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))%(int32_t)4));
int32_t L_1 = V_0;
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0027;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___array0;
NullCheck(L_2);
int32_t L_3 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), (int32_t)4)), (int32_t)L_3)));
V_1 = L_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___array0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_1;
int32_t L_7 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___array0;
NullCheck(L_8);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)4, (int32_t)L_7)), (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_1;
return L_9;
}
IL_0027:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___array0;
return L_10;
}
}
// System.Security.Cryptography.DSAParameters Mono.Security.Cryptography.DSAManaged::ExportParameters(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_0;
memset((&V_0), 0, sizeof(V_0));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
bool L_0 = __this->get_m_disposed_3();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E_RuntimeMethod_var);
}
IL_0018:
{
bool L_3 = __this->get_keypairGenerated_2();
if (L_3)
{
goto IL_0026;
}
}
{
DSAManaged_Generate_mE13053450D39DFF1FD40F2D8E3973F895A731B9C(__this, /*hidden argument*/NULL);
}
IL_0026:
{
bool L_4 = ___includePrivateParameters0;
if (!L_4)
{
goto IL_0042;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_5 = __this->get_x_7();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_6 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_5, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0042;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_7 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_7, _stringLiteral8A267E1A6F0A1FB6AE010364E592DFD922AC26BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E_RuntimeMethod_var);
}
IL_0042:
{
il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ));
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_8 = __this->get_p_4();
NullCheck(L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_8, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_9, /*hidden argument*/NULL);
(&V_0)->set_P_0(L_10);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_11 = __this->get_q_5();
NullCheck(L_11);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_11, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_12, /*hidden argument*/NULL);
(&V_0)->set_Q_1(L_13);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_14 = __this->get_g_6();
NullCheck(L_14);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_14, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_15, /*hidden argument*/NULL);
(&V_0)->set_G_2(L_16);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_17 = __this->get_y_8();
NullCheck(L_17);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_17, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_18, /*hidden argument*/NULL);
(&V_0)->set_Y_3(L_19);
bool L_20 = __this->get_j_missing_12();
if (L_20)
{
goto IL_00ca;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_21 = __this->get_j_9();
NullCheck(L_21);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_21, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_22, /*hidden argument*/NULL);
(&V_0)->set_J_4(L_23);
}
IL_00ca:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_24 = __this->get_seed_10();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_25 = BigInteger_op_Inequality_m36E95F1DB3B61CB135B17EF616D8B910B21D7B47(L_24, 0, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_00fd;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_26 = __this->get_seed_10();
NullCheck(L_26);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_26, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_27, /*hidden argument*/NULL);
(&V_0)->set_Seed_6(L_28);
int32_t L_29 = __this->get_counter_11();
(&V_0)->set_Counter_7(L_29);
}
IL_00fd:
{
bool L_30 = ___includePrivateParameters0;
if (!L_30)
{
goto IL_0121;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_31 = __this->get_x_7();
NullCheck(L_31);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_31, /*hidden argument*/NULL);
V_1 = L_32;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_1;
NullCheck(L_33);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))))) == ((uint32_t)((int32_t)20)))))
{
goto IL_0121;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_34, /*hidden argument*/NULL);
(&V_0)->set_X_5(L_35);
}
IL_0121:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_36 = V_0;
return L_36;
}
}
// System.Void Mono.Security.Cryptography.DSAManaged::ImportParameters(System.Security.Cryptography.DSAParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ___parameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_disposed_3();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_RuntimeMethod_var);
}
IL_0018:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_3 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3.get_P_0();
if (!L_4)
{
goto IL_0030;
}
}
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_5 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = L_5.get_Q_1();
if (!L_6)
{
goto IL_0030;
}
}
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_7 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_7.get_G_2();
if (L_8)
{
goto IL_0040;
}
}
IL_0030:
{
String_t* L_9 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral112CF3A97583A7C2E8890991423D18ED11F615EF, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_10 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_RuntimeMethod_var);
}
IL_0040:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_11 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = L_11.get_X_5();
if (L_12)
{
goto IL_0060;
}
}
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_13 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = L_13.get_Y_3();
if (L_14)
{
goto IL_0060;
}
}
{
String_t* L_15 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralD020055BB83BB649556E3049D4D18C92C063728B, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_16 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_16, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_RuntimeMethod_var);
}
IL_0060:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_17 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = L_17.get_P_0();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_19 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_19, L_18, /*hidden argument*/NULL);
__this->set_p_4(L_19);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_20 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = L_20.get_Q_1();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_22, L_21, /*hidden argument*/NULL);
__this->set_q_5(L_22);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_23 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = L_23.get_G_2();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_25 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_25, L_24, /*hidden argument*/NULL);
__this->set_g_6(L_25);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_26 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = L_26.get_X_5();
if (!L_27)
{
goto IL_00ae;
}
}
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_28 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = L_28.get_X_5();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_30 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_30, L_29, /*hidden argument*/NULL);
__this->set_x_7(L_30);
goto IL_00b5;
}
IL_00ae:
{
__this->set_x_7((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_00b5:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_31 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = L_31.get_Y_3();
if (!L_32)
{
goto IL_00d0;
}
}
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_33 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33.get_Y_3();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_35 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_35, L_34, /*hidden argument*/NULL);
__this->set_y_8(L_35);
goto IL_00ed;
}
IL_00d0:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_36 = __this->get_g_6();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_37 = __this->get_x_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_38 = __this->get_p_4();
NullCheck(L_36);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_39 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_36, L_37, L_38, /*hidden argument*/NULL);
__this->set_y_8(L_39);
}
IL_00ed:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_40 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = L_40.get_J_4();
if (!L_41)
{
goto IL_0108;
}
}
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_42 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = L_42.get_J_4();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_44 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_44, L_43, /*hidden argument*/NULL);
__this->set_j_9(L_44);
goto IL_0131;
}
IL_0108:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_45 = __this->get_p_4();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_46 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_47 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_45, L_46, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_48 = __this->get_q_5();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_49 = BigInteger_op_Division_mE2D1423D38BC8354FC1BE581DF9535004A3EBB43(L_47, L_48, /*hidden argument*/NULL);
__this->set_j_9(L_49);
__this->set_j_missing_12((bool)1);
}
IL_0131:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_50 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = L_50.get_Seed_6();
if (!L_51)
{
goto IL_0158;
}
}
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_52 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = L_52.get_Seed_6();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_54 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_54, L_53, /*hidden argument*/NULL);
__this->set_seed_10(L_54);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_55 = ___parameters0;
int32_t L_56 = L_55.get_Counter_7();
__this->set_counter_11(L_56);
goto IL_0164;
}
IL_0158:
{
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_57 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(0, /*hidden argument*/NULL);
__this->set_seed_10(L_57);
}
IL_0164:
{
__this->set_keypairGenerated_2((bool)1);
return;
}
}
// System.Byte[] Mono.Security.Cryptography.DSAManaged::CreateSignature(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSAManaged_CreateSignature_m6BDC5588C4C3BACF59797722403002C3A4C24BBB (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbHash0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_CreateSignature_m6BDC5588C4C3BACF59797722403002C3A4C24BBB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_0 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_1 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
int32_t V_6 = 0;
{
bool L_0 = __this->get_m_disposed_3();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DSAManaged_CreateSignature_m6BDC5588C4C3BACF59797722403002C3A4C24BBB_RuntimeMethod_var);
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___rgbHash0;
if (L_3)
{
goto IL_0026;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteral4445A06EBC92C6FB2CD4DBB7E6BC35A1A42855CF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DSAManaged_CreateSignature_m6BDC5588C4C3BACF59797722403002C3A4C24BBB_RuntimeMethod_var);
}
IL_0026:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___rgbHash0;
NullCheck(L_5);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))))) == ((int32_t)((int32_t)20))))
{
goto IL_0038;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_6 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_6, _stringLiteral53F7E37799D784C5394E55A781852BCDE5CBCED2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, DSAManaged_CreateSignature_m6BDC5588C4C3BACF59797722403002C3A4C24BBB_RuntimeMethod_var);
}
IL_0038:
{
bool L_7 = __this->get_keypairGenerated_2();
if (L_7)
{
goto IL_0046;
}
}
{
DSAManaged_Generate_mE13053450D39DFF1FD40F2D8E3973F895A731B9C(__this, /*hidden argument*/NULL);
}
IL_0046:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_8 = __this->get_x_7();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_9 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_8, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_005f;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_10 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_10, _stringLiteral7E29B1651EF5A4CAB1D96504D44E55893F4AFD57, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, DSAManaged_CreateSignature_m6BDC5588C4C3BACF59797722403002C3A4C24BBB_RuntimeMethod_var);
}
IL_005f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___rgbHash0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_12 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_12, L_11, /*hidden argument*/NULL);
V_0 = L_12;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = BigInteger_GenerateRandom_m34FB180E0F6613E9886F29FF5B820680A5295CAA(((int32_t)160), /*hidden argument*/NULL);
V_1 = L_13;
goto IL_0079;
}
IL_0073:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_14 = V_1;
NullCheck(L_14);
BigInteger_Randomize_m5CFF3B7433B4D50D0D6795ED4A03A6E7FB0A598C(L_14, /*hidden argument*/NULL);
}
IL_0079:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_15 = V_1;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_16 = __this->get_q_5();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_17 = BigInteger_op_GreaterThanOrEqual_mE79E1206A8B08E2796D4BEE87E0E9FFD3B175A99(L_15, L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_0073;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_18 = __this->get_g_6();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_19 = V_1;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_20 = __this->get_p_4();
NullCheck(L_18);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_21 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_18, L_19, L_20, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = __this->get_q_5();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_23 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_21, L_22, /*hidden argument*/NULL);
V_2 = L_23;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_24 = V_1;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_25 = __this->get_q_5();
NullCheck(L_24);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_26 = BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3(L_24, L_25, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_27 = V_0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_28 = __this->get_x_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_29 = V_2;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_30 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_28, L_29, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_31 = BigInteger_op_Addition_mA6531A198D787A5C5E6E28BBBF937219FDF53ED4(L_27, L_30, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_32 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_26, L_31, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_33 = __this->get_q_5();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_34 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_32, L_33, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)40));
V_3 = L_35;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_36 = V_2;
NullCheck(L_36);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_36, /*hidden argument*/NULL);
V_4 = L_37;
NullCheck(L_34);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_34, /*hidden argument*/NULL);
V_5 = L_38;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = V_4;
NullCheck(L_39);
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)20), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_3;
int32_t L_42 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = V_4;
NullCheck(L_43);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_40, 0, (RuntimeArray *)(RuntimeArray *)L_41, L_42, (((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = V_5;
NullCheck(L_44);
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)40), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = V_3;
int32_t L_47 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_5;
NullCheck(L_48);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_45, 0, (RuntimeArray *)(RuntimeArray *)L_46, L_47, (((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_3;
return L_49;
}
}
// System.Boolean Mono.Security.Cryptography.DSAManaged::VerifySignature(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSAManaged_VerifySignature_m386248C835D508A3CDFBFAE4BFFB951E0A9CBF5B (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbHash0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSignature1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_VerifySignature_m386248C835D508A3CDFBFAE4BFFB951E0A9CBF5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_2 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_3 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_4 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_5 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_6 = NULL;
bool V_7 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
bool L_0 = __this->get_m_disposed_3();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DSAManaged_VerifySignature_m386248C835D508A3CDFBFAE4BFFB951E0A9CBF5B_RuntimeMethod_var);
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___rgbHash0;
if (L_3)
{
goto IL_0026;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteral4445A06EBC92C6FB2CD4DBB7E6BC35A1A42855CF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DSAManaged_VerifySignature_m386248C835D508A3CDFBFAE4BFFB951E0A9CBF5B_RuntimeMethod_var);
}
IL_0026:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___rgbSignature1;
if (L_5)
{
goto IL_0034;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteral86829FC0DE3D324E35FF13062CC9A78C63B98431, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, DSAManaged_VerifySignature_m386248C835D508A3CDFBFAE4BFFB951E0A9CBF5B_RuntimeMethod_var);
}
IL_0034:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___rgbHash0;
NullCheck(L_7);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))) == ((int32_t)((int32_t)20))))
{
goto IL_0046;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_8 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_8, _stringLiteral53F7E37799D784C5394E55A781852BCDE5CBCED2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, DSAManaged_VerifySignature_m386248C835D508A3CDFBFAE4BFFB951E0A9CBF5B_RuntimeMethod_var);
}
IL_0046:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___rgbSignature1;
NullCheck(L_9);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))) == ((int32_t)((int32_t)40))))
{
goto IL_0058;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_10 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_10, _stringLiteralEAFB1C520BFD548A6ED1E6EB322E57270CC60D4B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, DSAManaged_VerifySignature_m386248C835D508A3CDFBFAE4BFFB951E0A9CBF5B_RuntimeMethod_var);
}
IL_0058:
{
bool L_11 = __this->get_keypairGenerated_2();
if (L_11)
{
goto IL_0062;
}
}
{
return (bool)0;
}
IL_0062:
{
}
IL_0063:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___rgbHash0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_13, L_12, /*hidden argument*/NULL);
V_0 = L_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
V_1 = L_14;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___rgbSignature1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_15, 0, (RuntimeArray *)(RuntimeArray *)L_16, 0, ((int32_t)20), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_18 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_18, L_17, /*hidden argument*/NULL);
V_2 = L_18;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___rgbSignature1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_1;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_19, ((int32_t)20), (RuntimeArray *)(RuntimeArray *)L_20, 0, ((int32_t)20), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_1;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_22, L_21, /*hidden argument*/NULL);
V_3 = L_22;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_23 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_24 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(0, /*hidden argument*/NULL);
bool L_25 = BigInteger_op_LessThan_mCD33316F29326849C4C06380C2D8A82B4C3AEBA1(L_23, L_24, /*hidden argument*/NULL);
if (L_25)
{
goto IL_00b3;
}
}
IL_00a5:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_26 = __this->get_q_5();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_27 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_28 = BigInteger_op_LessThanOrEqual_m5DD408066BF47BCC917B7341FE321546916DE42C(L_26, L_27, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00bb;
}
}
IL_00b3:
{
V_7 = (bool)0;
goto IL_0176;
}
IL_00bb:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_29 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_30 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(0, /*hidden argument*/NULL);
bool L_31 = BigInteger_op_LessThan_mCD33316F29326849C4C06380C2D8A82B4C3AEBA1(L_29, L_30, /*hidden argument*/NULL);
if (L_31)
{
goto IL_00d7;
}
}
IL_00c9:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_32 = __this->get_q_5();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_33 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_34 = BigInteger_op_LessThanOrEqual_m5DD408066BF47BCC917B7341FE321546916DE42C(L_32, L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_00df;
}
}
IL_00d7:
{
V_7 = (bool)0;
goto IL_0176;
}
IL_00df:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_35 = V_3;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_36 = __this->get_q_5();
NullCheck(L_35);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_37 = BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3(L_35, L_36, /*hidden argument*/NULL);
V_4 = L_37;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_38 = V_0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_39 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_40 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_38, L_39, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_41 = __this->get_q_5();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_42 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_40, L_41, /*hidden argument*/NULL);
V_5 = L_42;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_43 = V_2;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_44 = V_4;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_45 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_43, L_44, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_46 = __this->get_q_5();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_47 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_45, L_46, /*hidden argument*/NULL);
V_6 = L_47;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_48 = __this->get_g_6();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_49 = V_5;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_50 = __this->get_p_4();
NullCheck(L_48);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_51 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_48, L_49, L_50, /*hidden argument*/NULL);
V_5 = L_51;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_52 = __this->get_y_8();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_53 = V_6;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_54 = __this->get_p_4();
NullCheck(L_52);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_55 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_52, L_53, L_54, /*hidden argument*/NULL);
V_6 = L_55;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_56 = V_5;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_57 = V_6;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_58 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_56, L_57, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_59 = __this->get_p_4();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_60 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_58, L_59, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_61 = __this->get_q_5();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_62 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_60, L_61, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_63 = V_2;
bool L_64 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_62, L_63, /*hidden argument*/NULL);
V_7 = L_64;
goto IL_0176;
}
} // 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_016a;
throw e;
}
CATCH_016a:
{ // begin catch(System.Object)
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_65 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_65, _stringLiteral52697050CEF9262CEDBD1DD63B71A81F5C547C48, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, DSAManaged_VerifySignature_m386248C835D508A3CDFBFAE4BFFB951E0A9CBF5B_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0176:
{
bool L_66 = V_7;
return L_66;
}
}
// System.Void Mono.Security.Cryptography.DSAManaged::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Dispose_m7A67AABFA55C279B6CCDFB5E807C2E763F1A3249 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_Dispose_m7A67AABFA55C279B6CCDFB5E807C2E763F1A3249_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_disposed_3();
if (L_0)
{
goto IL_00f1;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_x_7();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_2 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_1, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002b;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_3 = __this->get_x_7();
NullCheck(L_3);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_3, /*hidden argument*/NULL);
__this->set_x_7((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_002b:
{
bool L_4 = ___disposing0;
if (!L_4)
{
goto IL_00f1;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_5 = __this->get_p_4();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_6 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_5, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0051;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_7 = __this->get_p_4();
NullCheck(L_7);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_7, /*hidden argument*/NULL);
__this->set_p_4((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_0051:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_8 = __this->get_q_5();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_9 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_8, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0071;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_10 = __this->get_q_5();
NullCheck(L_10);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_10, /*hidden argument*/NULL);
__this->set_q_5((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_0071:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_11 = __this->get_g_6();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_12 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_11, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0091;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = __this->get_g_6();
NullCheck(L_13);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_13, /*hidden argument*/NULL);
__this->set_g_6((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_0091:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_14 = __this->get_j_9();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_15 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_14, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_00b1;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_16 = __this->get_j_9();
NullCheck(L_16);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_16, /*hidden argument*/NULL);
__this->set_j_9((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_00b1:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_17 = __this->get_seed_10();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_18 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_17, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_00d1;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_19 = __this->get_seed_10();
NullCheck(L_19);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_19, /*hidden argument*/NULL);
__this->set_seed_10((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_00d1:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_20 = __this->get_y_8();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_21 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_20, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_00f1;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = __this->get_y_8();
NullCheck(L_22);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_22, /*hidden argument*/NULL);
__this->set_y_8((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_00f1:
{
__this->set_m_disposed_3((bool)1);
return;
}
}
// System.Void Mono.Security.Cryptography.DSAManaged::add_KeyGenerated(Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_add_KeyGenerated_m1D65F5AEF80E120ADCDF722765628B48175C409C (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_add_KeyGenerated_m1D65F5AEF80E120ADCDF722765628B48175C409C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_0 = NULL;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_1 = NULL;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_2 = NULL;
{
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_0 = __this->get_KeyGenerated_14();
V_0 = L_0;
}
IL_0007:
{
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_1 = V_0;
V_1 = L_1;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_2 = V_1;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL);
V_2 = ((KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56_il2cpp_TypeInfo_var));
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 ** L_5 = __this->get_address_of_KeyGenerated_14();
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_6 = V_2;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_7 = V_1;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_8 = InterlockedCompareExchangeImpl<KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *>((KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 **)L_5, L_6, L_7);
V_0 = L_8;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_9 = V_0;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_10 = V_1;
if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void Mono.Security.Cryptography.DSAManaged::remove_KeyGenerated(Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_remove_KeyGenerated_mB379DCE699E0CC71A5F2162656CBB34F8E43BC89 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAManaged_remove_KeyGenerated_mB379DCE699E0CC71A5F2162656CBB34F8E43BC89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_0 = NULL;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_1 = NULL;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_2 = NULL;
{
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_0 = __this->get_KeyGenerated_14();
V_0 = L_0;
}
IL_0007:
{
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_1 = V_0;
V_1 = L_1;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_2 = V_1;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL);
V_2 = ((KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56_il2cpp_TypeInfo_var));
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 ** L_5 = __this->get_address_of_KeyGenerated_14();
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_6 = V_2;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_7 = V_1;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_8 = InterlockedCompareExchangeImpl<KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *>((KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 **)L_5, L_6, L_7);
V_0 = L_8;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_9 = V_0;
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_10 = V_1;
if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler__ctor_mAC5DCAED1B491FEC31D937FC49ACB98B2A574FE6 (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_m169219C2CA206096D4F618C02D7D37E181A08045 (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, ___sender0, ___e1);
else
GenericVirtActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
else
VirtActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___e1) - 1), targetMethod);
}
typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
else
GenericVirtActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
else
VirtActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___sender0) - 1), ___e1, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
}
}
}
// System.IAsyncResult Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler::BeginInvoke(System.Object,System.EventArgs,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyGeneratedEventHandler_BeginInvoke_mD953DB708E1A25E6535EE3F9AAAB49F067200F82 (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
void *__d_args[3] = {0};
__d_args[0] = ___sender0;
__d_args[1] = ___e1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_EndInvoke_mC434B02790F042ADF52BB7059F7C6AE0DBF4E4E8 (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::get_Rng()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_0 = ((KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_il2cpp_TypeInfo_var))->get_rng_0();
if (L_0)
{
goto IL_0011;
}
}
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL);
((KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_il2cpp_TypeInfo_var))->set_rng_0(L_1);
}
IL_0011:
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = ((KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_il2cpp_TypeInfo_var))->get_rng_0();
return L_2;
}
}
// System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332 (int32_t ___size0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
int32_t L_0 = ___size0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
NullCheck(L_2);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
return L_4;
}
}
// System.Byte[] Mono.Security.Cryptography.KeyBuilder::IV(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeyBuilder_IV_m45A7513A2E5E3F6535B20B1861DFA209FD52232E (int32_t ___size0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyBuilder_IV_m45A7513A2E5E3F6535B20B1861DFA209FD52232E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
int32_t L_0 = ___size0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
NullCheck(L_2);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_m802EA749564E205BC8FAD14D1BD080028C9C4121 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, const RuntimeMethod* method)
{
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = ___parameters0;
KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, String_t* ___keyPair1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = ___parameters0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF1F1425B65E5770C87BE308DD6BFEE4B3FA1B113, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3_RuntimeMethod_var);
}
IL_0014:
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = ___parameters0;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_3 = KeyPairPersistence_Copy_mB3DC51B492050FBFD075E06C5A0B1112389F7DFD(__this, L_2, /*hidden argument*/NULL);
__this->set__params_4(L_3);
String_t* L_4 = ___keyPair1;
__this->set__keyvalue_5(L_4);
return;
}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_Filename()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get__filename_6();
if (L_0)
{
goto IL_0079;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = __this->get__params_4();
NullCheck(L_2);
int32_t L_3 = L_2->get_ProviderType_0();
int32_t L_4 = L_3;
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
String_t* L_6 = KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96(__this, /*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_7 = __this->get__params_4();
NullCheck(L_7);
int32_t L_8 = L_7->get_KeyNumber_3();
int32_t L_9 = L_8;
RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9);
String_t* L_11 = String_Format_mCE84582533EA9934933F3F1496451F3D9DA652A4(L_1, _stringLiteral0A0B82954F99EE527E70C797A3E7B0EFB25D9780, L_5, L_6, L_10, /*hidden argument*/NULL);
__this->set__filename_6(L_11);
bool L_12 = KeyPairPersistence_get_UseMachineKeyStore_m4C9DA5653CF7BE9380D9E823508A3F3C18CDDEBA(__this, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0063;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_13 = KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F(/*hidden argument*/NULL);
String_t* L_14 = __this->get__filename_6();
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_15 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_13, L_14, /*hidden argument*/NULL);
__this->set__filename_6(L_15);
goto IL_0079;
}
IL_0063:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_16 = KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905(/*hidden argument*/NULL);
String_t* L_17 = __this->get__filename_6();
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_18 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_16, L_17, /*hidden argument*/NULL);
__this->set__filename_6(L_18);
}
IL_0079:
{
String_t* L_19 = __this->get__filename_6();
return L_19;
}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_KeyValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__keyvalue_5();
return L_0;
}
}
// System.Void Mono.Security.Cryptography.KeyPairPersistence::set_KeyValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_set_KeyValue_mB8F4E9B2C56360730779015B15BAAB98AB4BD05C (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
bool L_0 = KeyPairPersistence_get_CanChange_mF794FB632D47B3AFD5DDCE7FCB16E07B9EF17FE0(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = ___value0;
__this->set__keyvalue_5(L_1);
}
IL_000f:
{
return;
}
}
// System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::get_Parameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * KeyPairPersistence_get_Parameters_mB1EDACD5AAA8DB02A2CA5B2A4C25F897285D1029 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = __this->get__params_4();
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_1 = KeyPairPersistence_Copy_mB3DC51B492050FBFD075E06C5A0B1112389F7DFD(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::Load()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_Load_m578C063A9363BBDC8E0D09D2D11374D5BDB11256 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_Load_m578C063A9363BBDC8E0D09D2D11374D5BDB11256_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL);
bool L_1 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_0, /*hidden argument*/NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0033;
}
}
{
String_t* L_3 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL);
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_4 = File_OpenText_mD7DC3BDD48CA66946135DB8D5C5D15017500CB34(L_3, /*hidden argument*/NULL);
V_1 = L_4;
}
IL_001b:
try
{ // begin try (depth: 1)
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_5 = V_1;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.TextReader::ReadToEnd() */, L_5);
KeyPairPersistence_FromXml_m5A78640DB1D6311E5B7B09E2988973859B2514AB(__this, L_6, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x33, FINALLY_0029);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0029;
}
FINALLY_0029:
{ // begin finally (depth: 1)
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_7 = V_1;
if (!L_7)
{
goto IL_0032;
}
}
IL_002c:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_8 = V_1;
NullCheck(L_8);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_8);
}
IL_0032:
{
IL2CPP_END_FINALLY(41)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(41)
{
IL2CPP_JUMP_TBL(0x33, IL_0033)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0033:
{
bool L_9 = V_0;
return L_9;
}
}
// System.Void Mono.Security.Cryptography.KeyPairPersistence::Save()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Save_m0F7EC314BE632A7B3002C1E5E9D09D838B37DE55 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_Save_m0F7EC314BE632A7B3002C1E5E9D09D838B37DE55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL);
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = File_Open_mDA5EB4A312EAEBF8543B13C572271FB5F673A501(L_0, 2, /*hidden argument*/NULL);
V_0 = L_1;
}
IL_000d:
try
{ // begin try (depth: 1)
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_2 = V_0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_4 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
StreamWriter__ctor_mFD481E7A16D86AF74F41C928C7828B19EFEF9F5C(L_4, L_2, L_3, /*hidden argument*/NULL);
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_5 = L_4;
String_t* L_6 = KeyPairPersistence_ToXml_m928EAFF30A591E5270CB46CAAC65C4B71F924601(__this, /*hidden argument*/NULL);
NullCheck(L_5);
VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_5, L_6);
NullCheck(L_5);
VirtActionInvoker0::Invoke(8 /* System.Void System.IO.TextWriter::Close() */, L_5);
IL2CPP_LEAVE(0x35, FINALLY_002b);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002b;
}
FINALLY_002b:
{ // begin finally (depth: 1)
{
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_7 = V_0;
if (!L_7)
{
goto IL_0034;
}
}
IL_002e:
{
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_8 = V_0;
NullCheck(L_8);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_8);
}
IL_0034:
{
IL2CPP_END_FINALLY(43)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(43)
{
IL2CPP_JUMP_TBL(0x35, IL_0035)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0035:
{
bool L_9 = KeyPairPersistence_get_UseMachineKeyStore_m4C9DA5653CF7BE9380D9E823508A3F3C18CDDEBA(__this, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_004a;
}
}
{
String_t* L_10 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96(L_10, /*hidden argument*/NULL);
return;
}
IL_004a:
{
String_t* L_11 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017(L_11, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.Cryptography.KeyPairPersistence::Remove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Remove_mCD1DF15E2AF5F6551D3B24B5203232C1177B7404 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL);
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_0, /*hidden argument*/NULL);
return;
}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_UserPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
RuntimeObject * L_0 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get_lockobj_8();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_2 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1();
if (!L_2)
{
goto IL_001e;
}
}
IL_0017:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
bool L_3 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPathExists_0();
if (L_3)
{
goto IL_008d;
}
}
IL_001e:
{
String_t* L_4 = Environment_GetFolderPath_m536A7D7C29197A7B66B60EA9A78B63C7B0BE9C17(((int32_t)26), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_5 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_4, _stringLiteralD013A00CC3B2473FDE9F7A61FDC9BFE531B1B6A3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__userPath_1(L_5);
String_t* L_6 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1();
String_t* L_7 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_6, _stringLiteral7A33957C5A18575ADC4D6F7521BD107852185521, /*hidden argument*/NULL);
((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__userPath_1(L_7);
String_t* L_8 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1();
bool L_9 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_8, /*hidden argument*/NULL);
((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__userPathExists_0(L_9);
bool L_10 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPathExists_0();
if (L_10)
{
goto IL_008d;
}
}
IL_005e:
try
{ // begin try (depth: 2)
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_11 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1();
Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41(L_11, /*hidden argument*/NULL);
goto IL_0087;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_006b;
throw e;
}
CATCH_006b:
{ // begin catch(System.Exception)
V_2 = ((Exception_t *)__exception_local);
String_t* L_12 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral34455FF65F4B9929D368EC9AF01C76E7C31A8183, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_13 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1();
String_t* L_14 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_12, L_13, /*hidden argument*/NULL);
Exception_t * L_15 = V_2;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_16 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_16, L_14, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_RuntimeMethod_var);
} // end catch (depth: 2)
IL_0087:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__userPathExists_0((bool)1);
}
IL_008d:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_17 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1();
bool L_18 = KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01(L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_00bf;
}
}
IL_0099:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_19 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1();
bool L_20 = KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017(L_19, /*hidden argument*/NULL);
if (L_20)
{
goto IL_00bf;
}
}
IL_00a5:
{
String_t* L_21 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral492096CFB7DD3DBDDF3EA34F97BA1E34FF6D0FFF, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_22 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1();
String_t* L_23 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_21, L_22, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_24 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_RuntimeMethod_var);
}
IL_00bf:
{
IL2CPP_LEAVE(0xCB, FINALLY_00c1);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00c1;
}
FINALLY_00c1:
{ // begin finally (depth: 1)
{
bool L_25 = V_1;
if (!L_25)
{
goto IL_00ca;
}
}
IL_00c4:
{
RuntimeObject * L_26 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_26, /*hidden argument*/NULL);
}
IL_00ca:
{
IL2CPP_END_FINALLY(193)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(193)
{
IL2CPP_JUMP_TBL(0xCB, IL_00cb)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00cb:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_27 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1();
bool L_28 = KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01(L_27, /*hidden argument*/NULL);
if (L_28)
{
goto IL_00f1;
}
}
{
String_t* L_29 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral14DDE494016B23597CBD3969A7AF7DE22659A228, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_30 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1();
String_t* L_31 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_29, L_30, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_32 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_32, L_31, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_RuntimeMethod_var);
}
IL_00f1:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_33 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1();
return L_33;
}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_MachinePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
RuntimeObject * L_0 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get_lockobj_8();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_2 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3();
if (!L_2)
{
goto IL_001e;
}
}
IL_0017:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
bool L_3 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePathExists_2();
if (L_3)
{
goto IL_008d;
}
}
IL_001e:
{
String_t* L_4 = Environment_GetFolderPath_m536A7D7C29197A7B66B60EA9A78B63C7B0BE9C17(((int32_t)35), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_5 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_4, _stringLiteralD013A00CC3B2473FDE9F7A61FDC9BFE531B1B6A3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__machinePath_3(L_5);
String_t* L_6 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3();
String_t* L_7 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_6, _stringLiteral7A33957C5A18575ADC4D6F7521BD107852185521, /*hidden argument*/NULL);
((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__machinePath_3(L_7);
String_t* L_8 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3();
bool L_9 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_8, /*hidden argument*/NULL);
((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__machinePathExists_2(L_9);
bool L_10 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePathExists_2();
if (L_10)
{
goto IL_008d;
}
}
IL_005e:
try
{ // begin try (depth: 2)
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_11 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3();
Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41(L_11, /*hidden argument*/NULL);
goto IL_0087;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_006b;
throw e;
}
CATCH_006b:
{ // begin catch(System.Exception)
V_2 = ((Exception_t *)__exception_local);
String_t* L_12 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4A3621FC2D36BDBA87E587760B60E5C0E6C4153C, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_13 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3();
String_t* L_14 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_12, L_13, /*hidden argument*/NULL);
Exception_t * L_15 = V_2;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_16 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_16, L_14, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_RuntimeMethod_var);
} // end catch (depth: 2)
IL_0087:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__machinePathExists_2((bool)1);
}
IL_008d:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_17 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3();
bool L_18 = KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98(L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_00bf;
}
}
IL_0099:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_19 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3();
bool L_20 = KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96(L_19, /*hidden argument*/NULL);
if (L_20)
{
goto IL_00bf;
}
}
IL_00a5:
{
String_t* L_21 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral76E100E287EFE1E49E85B316BA39B549F5098859, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_22 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3();
String_t* L_23 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_21, L_22, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_24 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_RuntimeMethod_var);
}
IL_00bf:
{
IL2CPP_LEAVE(0xCB, FINALLY_00c1);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00c1;
}
FINALLY_00c1:
{ // begin finally (depth: 1)
{
bool L_25 = V_1;
if (!L_25)
{
goto IL_00ca;
}
}
IL_00c4:
{
RuntimeObject * L_26 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_26, /*hidden argument*/NULL);
}
IL_00ca:
{
IL2CPP_END_FINALLY(193)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(193)
{
IL2CPP_JUMP_TBL(0xCB, IL_00cb)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00cb:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_27 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3();
bool L_28 = KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98(L_27, /*hidden argument*/NULL);
if (L_28)
{
goto IL_00f1;
}
}
{
String_t* L_29 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral2C69EE9F854729471177A57E91A837739082F9C6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_30 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3();
String_t* L_31 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_29, L_30, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_32 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_32, L_31, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_RuntimeMethod_var);
}
IL_00f1:
{
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
String_t* L_33 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3();
return L_33;
}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_CanSecure(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__CanSecure_mCB390B32E2EBDB1E7CFCA618324407F5F70D229C (String_t* ___root0, const RuntimeMethod* method)
{
typedef bool (*KeyPairPersistence__CanSecure_mCB390B32E2EBDB1E7CFCA618324407F5F70D229C_ftn) (String_t*);
using namespace il2cpp::icalls;
return ((KeyPairPersistence__CanSecure_mCB390B32E2EBDB1E7CFCA618324407F5F70D229C_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_CanSecure) (___root0);
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectUser(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectUser_m883820825FB8BFDF2CABB34E55EE90A301D31C09 (String_t* ___path0, const RuntimeMethod* method)
{
typedef bool (*KeyPairPersistence__ProtectUser_m883820825FB8BFDF2CABB34E55EE90A301D31C09_ftn) (String_t*);
using namespace il2cpp::icalls;
return ((KeyPairPersistence__ProtectUser_m883820825FB8BFDF2CABB34E55EE90A301D31C09_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_ProtectUser) (___path0);
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectMachine(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectMachine_m66368875FFD9E022AD0D442097B8E4947E8E9341 (String_t* ___path0, const RuntimeMethod* method)
{
typedef bool (*KeyPairPersistence__ProtectMachine_m66368875FFD9E022AD0D442097B8E4947E8E9341_ftn) (String_t*);
using namespace il2cpp::icalls;
return ((KeyPairPersistence__ProtectMachine_m66368875FFD9E022AD0D442097B8E4947E8E9341_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_ProtectMachine) (___path0);
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsUserProtected(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsUserProtected_mEBB01AD3892C089945787F6F21B2DC672DF1DE89 (String_t* ___path0, const RuntimeMethod* method)
{
typedef bool (*KeyPairPersistence__IsUserProtected_mEBB01AD3892C089945787F6F21B2DC672DF1DE89_ftn) (String_t*);
using namespace il2cpp::icalls;
return ((KeyPairPersistence__IsUserProtected_mEBB01AD3892C089945787F6F21B2DC672DF1DE89_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_IsUserProtected) (___path0);
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsMachineProtected(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsMachineProtected_mFF88F4508EB7D38A25F78B6FCC119A72CFAA1A81 (String_t* ___path0, const RuntimeMethod* method)
{
typedef bool (*KeyPairPersistence__IsMachineProtected_mFF88F4508EB7D38A25F78B6FCC119A72CFAA1A81_ftn) (String_t*);
using namespace il2cpp::icalls;
return ((KeyPairPersistence__IsMachineProtected_mFF88F4508EB7D38A25F78B6FCC119A72CFAA1A81_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_IsMachineProtected) (___path0);
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::CanSecure(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486 (String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * L_0 = Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233(/*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)4)))
{
goto IL_001b;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)128))))
{
goto IL_001b;
}
}
{
int32_t L_4 = V_0;
if ((!(((uint32_t)L_4) == ((uint32_t)6))))
{
goto IL_001d;
}
}
IL_001b:
{
return (bool)1;
}
IL_001d:
{
String_t* L_5 = ___path0;
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_6 = Path_GetPathRoot_m11EB9C9BD3B1DAF4C744AE838C81AA361297B459(L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
bool L_7 = KeyPairPersistence__CanSecure_mCB390B32E2EBDB1E7CFCA618324407F5F70D229C(L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectUser(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017 (String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___path0;
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
bool L_1 = KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
String_t* L_2 = ___path0;
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
bool L_3 = KeyPairPersistence__ProtectUser_m883820825FB8BFDF2CABB34E55EE90A301D31C09(L_2, /*hidden argument*/NULL);
return L_3;
}
IL_000f:
{
return (bool)1;
}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectMachine(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96 (String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___path0;
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
bool L_1 = KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
String_t* L_2 = ___path0;
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
bool L_3 = KeyPairPersistence__ProtectMachine_m66368875FFD9E022AD0D442097B8E4947E8E9341(L_2, /*hidden argument*/NULL);
return L_3;
}
IL_000f:
{
return (bool)1;
}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsUserProtected(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01 (String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___path0;
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
bool L_1 = KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
String_t* L_2 = ___path0;
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
bool L_3 = KeyPairPersistence__IsUserProtected_mEBB01AD3892C089945787F6F21B2DC672DF1DE89(L_2, /*hidden argument*/NULL);
return L_3;
}
IL_000f:
{
return (bool)1;
}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsMachineProtected(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98 (String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___path0;
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
bool L_1 = KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
String_t* L_2 = ___path0;
IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
bool L_3 = KeyPairPersistence__IsMachineProtected_mFF88F4508EB7D38A25F78B6FCC119A72CFAA1A81(L_2, /*hidden argument*/NULL);
return L_3;
}
IL_000f:
{
return (bool)1;
}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_CanChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_CanChange_mF794FB632D47B3AFD5DDCE7FCB16E07B9EF17FE0 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__keyvalue_5();
return (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseDefaultKeyContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseDefaultKeyContainer_m54EA2C93B7BE1B4446BE92BB631ECAFAAB08393E (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = __this->get__params_4();
NullCheck(L_0);
int32_t L_1 = CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline(L_0, /*hidden argument*/NULL);
return (bool)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)2))) == ((int32_t)2))? 1 : 0);
}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseMachineKeyStore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseMachineKeyStore_m4C9DA5653CF7BE9380D9E823508A3F3C18CDDEBA (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = __this->get__params_4();
NullCheck(L_0);
int32_t L_1 = CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline(L_0, /*hidden argument*/NULL);
return (bool)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)1))) == ((int32_t)1))? 1 : 0);
}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_ContainerName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Guid_t V_0;
memset((&V_0), 0, sizeof(V_0));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
{
String_t* L_0 = __this->get__container_7();
if (L_0)
{
goto IL_0096;
}
}
{
bool L_1 = KeyPairPersistence_get_UseDefaultKeyContainer_m54EA2C93B7BE1B4446BE92BB631ECAFAAB08393E(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0020;
}
}
{
__this->set__container_7(_stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635);
goto IL_0096;
}
IL_0020:
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = __this->get__params_4();
NullCheck(L_2);
String_t* L_3 = L_2->get_KeyContainerName_2();
if (!L_3)
{
goto IL_003f;
}
}
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_4 = __this->get__params_4();
NullCheck(L_4);
String_t* L_5 = L_4->get_KeyContainerName_2();
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_005a;
}
}
IL_003f:
{
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
Guid_t L_7 = Guid_NewGuid_m541CAC23EBB140DFD3AB5B313315647E95FADB29(/*hidden argument*/NULL);
V_0 = L_7;
String_t* L_8 = Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5((Guid_t *)(&V_0), /*hidden argument*/NULL);
__this->set__container_7(L_8);
goto IL_0096;
}
IL_005a:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_10 = __this->get__params_4();
NullCheck(L_10);
String_t* L_11 = L_10->get_KeyContainerName_2();
NullCheck(L_9);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_9, L_11);
V_1 = L_12;
MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * L_13 = MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_1;
NullCheck(L_13);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_13, L_14, /*hidden argument*/NULL);
V_2 = L_15;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_2;
Guid_t L_17;
memset((&L_17), 0, sizeof(L_17));
Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A((&L_17), L_16, /*hidden argument*/NULL);
V_0 = L_17;
String_t* L_18 = Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5((Guid_t *)(&V_0), /*hidden argument*/NULL);
__this->set__container_7(L_18);
}
IL_0096:
{
String_t* L_19 = __this->get__container_7();
return L_19;
}
}
// System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::Copy(System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * KeyPairPersistence_Copy_mB3DC51B492050FBFD075E06C5A0B1112389F7DFD (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___p0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_Copy_mB3DC51B492050FBFD075E06C5A0B1112389F7DFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = ___p0;
NullCheck(L_0);
int32_t L_1 = L_0->get_ProviderType_0();
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = ___p0;
NullCheck(L_2);
String_t* L_3 = L_2->get_ProviderName_1();
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_4 = ___p0;
NullCheck(L_4);
String_t* L_5 = L_4->get_KeyContainerName_2();
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_6 = (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 *)il2cpp_codegen_object_new(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var);
CspParameters__ctor_mF3139669D97ADCB8C35BD6F360A46A160CD63DB9(L_6, L_1, L_3, L_5, /*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_7 = L_6;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_8 = ___p0;
NullCheck(L_8);
int32_t L_9 = L_8->get_KeyNumber_3();
NullCheck(L_7);
L_7->set_KeyNumber_3(L_9);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_10 = L_7;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_11 = ___p0;
NullCheck(L_11);
int32_t L_12 = CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F(L_10, L_12, /*hidden argument*/NULL);
return L_10;
}
}
// System.Void Mono.Security.Cryptography.KeyPairPersistence::FromXml(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_FromXml_m5A78640DB1D6311E5B7B09E2988973859B2514AB (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, String_t* ___xml0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_FromXml_m5A78640DB1D6311E5B7B09E2988973859B2514AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * V_0 = NULL;
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * V_1 = NULL;
{
SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * L_0 = (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 *)il2cpp_codegen_object_new(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714_il2cpp_TypeInfo_var);
SecurityParser__ctor_m46A21D62E80E1A94877CC4CFD2FFF313EF6E3E06(L_0, /*hidden argument*/NULL);
SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * L_1 = L_0;
String_t* L_2 = ___xml0;
NullCheck(L_1);
SecurityParser_LoadXml_mC52937EF26E02DC2EEA05716D4CC4B5B6E2D124C(L_1, L_2, /*hidden argument*/NULL);
NullCheck(L_1);
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_3 = SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline(L_1, /*hidden argument*/NULL);
V_0 = L_3;
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_4 = V_0;
NullCheck(L_4);
String_t* L_5 = SecurityElement_get_Tag_mB83E85CF85B42D13B4B93640E2859EEA583F3708_inline(L_4, /*hidden argument*/NULL);
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral5F261F966B26FAD81BD20FF615F150C9E63271DB, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0055;
}
}
{
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_7 = V_0;
NullCheck(L_7);
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_8 = SecurityElement_SearchForChildByTag_m131C2C8A6D250569787709B7F86ADF0D8ACCABAB(L_7, _stringLiteralBB3C05A548B50D8AB473AA91A3BC6C081C4B5C99, /*hidden argument*/NULL);
V_1 = L_8;
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_9 = V_1;
NullCheck(L_9);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_10 = SecurityElement_get_Children_m4387717E982DBB2DF3E967287F126D4FB72EB924_inline(L_9, /*hidden argument*/NULL);
NullCheck(L_10);
int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10);
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_0055;
}
}
{
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_12 = V_1;
NullCheck(L_12);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = SecurityElement_get_Children_m4387717E982DBB2DF3E967287F126D4FB72EB924_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
RuntimeObject * L_14 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, 0);
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14);
__this->set__keyvalue_5(L_15);
}
IL_0055:
{
return;
}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::ToXml()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_ToXml_m928EAFF30A591E5270CB46CAAC65C4B71F924601 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence_ToXml_m928EAFF30A591E5270CB46CAAC65C4B71F924601_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
{
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
StringBuilder_t * L_1 = V_0;
String_t* L_2 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_1);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_1, _stringLiteralB2D67A9D16B1C97CF6F38506E03B614DE5A727F6, L_2, /*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_3 = __this->get__params_4();
NullCheck(L_3);
String_t* L_4 = L_3->get_ProviderName_1();
if (!L_4)
{
goto IL_004d;
}
}
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_5 = __this->get__params_4();
NullCheck(L_5);
String_t* L_6 = L_5->get_ProviderName_1();
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_004d;
}
}
{
StringBuilder_t * L_8 = V_0;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_9 = __this->get__params_4();
NullCheck(L_9);
String_t* L_10 = L_9->get_ProviderName_1();
NullCheck(L_8);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_8, _stringLiteral9074BDD54A9E62E0CDE505B435E3F9AC9AB3A4BA, L_10, /*hidden argument*/NULL);
}
IL_004d:
{
StringBuilder_t * L_11 = V_0;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_12 = __this->get__params_4();
NullCheck(L_12);
int32_t L_13 = L_12->get_ProviderType_0();
int32_t L_14 = L_13;
RuntimeObject * L_15 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_14);
String_t* L_16 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_11);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_11, _stringLiteral31A1783BEE0576EF78CB4AF6A9D460004996BA59, L_15, L_16, /*hidden argument*/NULL);
StringBuilder_t * L_17 = V_0;
String_t* L_18 = KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96(__this, /*hidden argument*/NULL);
String_t* L_19 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_17);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_17, _stringLiteral5124261A957AAD8B441094FC61C9F01CA7DF5AF2, L_18, L_19, /*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_20 = __this->get__params_4();
NullCheck(L_20);
int32_t L_21 = L_20->get_KeyNumber_3();
if ((((int32_t)L_21) == ((int32_t)(-1))))
{
goto IL_00af;
}
}
{
StringBuilder_t * L_22 = V_0;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_23 = __this->get__params_4();
NullCheck(L_23);
int32_t L_24 = L_23->get_KeyNumber_3();
int32_t L_25 = L_24;
RuntimeObject * L_26 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_25);
NullCheck(L_22);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_22, _stringLiteralECA13F38EF8859FA6861A2EC7368CFF36730AA58, L_26, /*hidden argument*/NULL);
}
IL_00af:
{
StringBuilder_t * L_27 = V_0;
String_t* L_28 = KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1_inline(__this, /*hidden argument*/NULL);
String_t* L_29 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_27);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_27, _stringLiteral8B80238F1572B08694C3AA104E1EF5675CF81F53, L_28, L_29, /*hidden argument*/NULL);
StringBuilder_t * L_30 = V_0;
NullCheck(L_30);
String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30);
return L_31;
}
}
// System.Void Mono.Security.Cryptography.KeyPairPersistence::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__cctor_m2AE81D9FCD100D4B53174EC296061079E8209E19 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyPairPersistence__cctor_m2AE81D9FCD100D4B53174EC296061079E8209E19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set_lockobj_8(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.MD2::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2__ctor_m6825CB7ABD0EF962BE2DDF6D6A0338F4755CCB12 (MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 * __this, const RuntimeMethod* method)
{
{
HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43(__this, /*hidden argument*/NULL);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)128));
return;
}
}
// Mono.Security.Cryptography.MD2 Mono.Security.Cryptography.MD2::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 * MD2_Create_m36C83D189796BDF2C5003688843F5643D12D60BD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD2_Create_m36C83D189796BDF2C5003688843F5643D12D60BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * L_0 = (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D *)il2cpp_codegen_object_new(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var);
MD2Managed__ctor_m3AA78D04611EC5A72DCB0E05FA9E4BF35BC353BE(L_0, /*hidden argument*/NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte[] Mono.Security.Cryptography.MD2Managed::Padding(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD2Managed_Padding_m96B536A6482FE6FFDC610BABEF98B9B50B7164CC (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, int32_t ___nLength0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD2Managed_Padding_m96B536A6482FE6FFDC610BABEF98B9B50B7164CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = ___nLength0;
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_1 = ___nLength0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
V_1 = 0;
goto IL_0018;
}
IL_000f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
int32_t L_4 = V_1;
int32_t L_5 = ___nLength0;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (uint8_t)(((int32_t)((uint8_t)L_5))));
int32_t L_6 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0018:
{
int32_t L_7 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
NullCheck(L_8);
if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))))
{
goto IL_000f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
return L_9;
}
IL_0020:
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
}
// System.Void Mono.Security.Cryptography.MD2Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed__ctor_m3AA78D04611EC5A72DCB0E05FA9E4BF35BC353BE (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD2Managed__ctor_m3AA78D04611EC5A72DCB0E05FA9E4BF35BC353BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MD2__ctor_m6825CB7ABD0EF962BE2DDF6D6A0338F4755CCB12(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
__this->set_state_4(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
__this->set_checksum_5(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
__this->set_buffer_6(L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48));
__this->set_x_8(L_3);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this);
return;
}
}
// System.Void Mono.Security.Cryptography.MD2Managed::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_Initialize_m63E6FA60D908DD7F198AC45E31F05D501DB18C23 (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, const RuntimeMethod* method)
{
{
__this->set_count_7(0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_state_4();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)16), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_checksum_5();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)16), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_buffer_6();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)16), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_x_8();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_3, 0, ((int32_t)48), /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.Cryptography.MD2Managed::HashCore(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_HashCore_m98D997F7DF5DBEDB369DC3CC42F08F3124DFB46A (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = __this->get_count_7();
V_1 = L_0;
int32_t L_1 = V_1;
int32_t L_2 = ___cbSize2;
__this->set_count_7(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))&(int32_t)((int32_t)15))));
int32_t L_3 = V_1;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_3));
int32_t L_4 = ___cbSize2;
int32_t L_5 = V_2;
if ((((int32_t)L_4) < ((int32_t)L_5)))
{
goto IL_006e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___array0;
int32_t L_7 = ___ibStart1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_buffer_6();
int32_t L_9 = V_1;
int32_t L_10 = V_2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9, L_10, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_state_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_checksum_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_buffer_6();
MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F(__this, L_11, L_12, L_13, 0, /*hidden argument*/NULL);
int32_t L_14 = V_2;
V_0 = L_14;
goto IL_0063;
}
IL_0048:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_state_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_checksum_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___array0;
int32_t L_18 = ___ibStart1;
int32_t L_19 = V_0;
MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F(__this, L_15, L_16, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL);
int32_t L_20 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)16)));
}
IL_0063:
{
int32_t L_21 = V_0;
int32_t L_22 = ___cbSize2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)15)))) < ((int32_t)L_22)))
{
goto IL_0048;
}
}
{
V_1 = 0;
goto IL_0070;
}
IL_006e:
{
V_0 = 0;
}
IL_0070:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___array0;
int32_t L_24 = ___ibStart1;
int32_t L_25 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = __this->get_buffer_6();
int32_t L_27 = V_1;
int32_t L_28 = ___cbSize2;
int32_t L_29 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)), (RuntimeArray *)(RuntimeArray *)L_26, L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL);
return;
}
}
// System.Byte[] Mono.Security.Cryptography.MD2Managed::HashFinal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD2Managed_HashFinal_mC22ED89C5E99F80645FEB24A02F74BD055C9E32C (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD2Managed_HashFinal_mC22ED89C5E99F80645FEB24A02F74BD055C9E32C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get_count_7();
V_0 = L_0;
int32_t L_1 = V_0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_1));
int32_t L_2 = V_1;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_001f;
}
}
{
int32_t L_3 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = MD2Managed_Padding_m96B536A6482FE6FFDC610BABEF98B9B50B7164CC(__this, L_3, /*hidden argument*/NULL);
int32_t L_5 = V_1;
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_4, 0, L_5);
}
IL_001f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_checksum_5();
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_6, 0, ((int32_t)16));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_state_4();
NullCheck((RuntimeArray *)(RuntimeArray *)L_7);
RuntimeObject * L_8 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_7, /*hidden argument*/NULL);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_8, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Void Mono.Security.Cryptography.MD2Managed::MD2Transform(System.Byte[],System.Byte[],System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___state0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___checksum1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block2, int32_t ___index3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
uint8_t V_4 = 0x0;
int32_t V_5 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___state0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_x_8();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)16), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___block2;
int32_t L_3 = ___index3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_x_8();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_2, L_3, (RuntimeArray *)(RuntimeArray *)L_4, ((int32_t)16), ((int32_t)16), /*hidden argument*/NULL);
V_1 = 0;
goto IL_0040;
}
IL_0026:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_x_8();
int32_t L_6 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___state0;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___block2;
int32_t L_12 = ___index3;
int32_t L_13 = V_1;
NullCheck(L_11);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13));
uint8_t L_15 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)32)))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10^(int32_t)L_15))))));
int32_t L_16 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0040:
{
int32_t L_17 = V_1;
if ((((int32_t)L_17) < ((int32_t)((int32_t)16))))
{
goto IL_0026;
}
}
{
V_0 = 0;
V_2 = 0;
goto IL_0084;
}
IL_004b:
{
V_3 = 0;
goto IL_0071;
}
IL_004f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get_x_8();
int32_t L_19 = V_3;
NullCheck(L_18);
uint8_t* L_20 = ((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19)));
int32_t L_21 = *((uint8_t*)L_20);
IL2CPP_RUNTIME_CLASS_INIT(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ((MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var))->get_PI_SUBST_9();
int32_t L_23 = V_0;
NullCheck(L_22);
int32_t L_24 = L_23;
uint8_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
int32_t L_26 = (((int32_t)((uint8_t)((int32_t)((int32_t)L_21^(int32_t)L_25)))));
V_4 = (uint8_t)L_26;
*((int8_t*)L_20) = (int8_t)L_26;
uint8_t L_27 = V_4;
V_0 = L_27;
int32_t L_28 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
}
IL_0071:
{
int32_t L_29 = V_3;
if ((((int32_t)L_29) < ((int32_t)((int32_t)48))))
{
goto IL_004f;
}
}
{
int32_t L_30 = V_0;
int32_t L_31 = V_2;
V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31))&(int32_t)((int32_t)255)));
int32_t L_32 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_0084:
{
int32_t L_33 = V_2;
if ((((int32_t)L_33) < ((int32_t)((int32_t)18))))
{
goto IL_004b;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = __this->get_x_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ___state0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_34, 0, (RuntimeArray *)(RuntimeArray *)L_35, 0, ((int32_t)16), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = ___checksum1;
NullCheck(L_36);
int32_t L_37 = ((int32_t)15);
uint8_t L_38 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
V_0 = L_38;
V_5 = 0;
goto IL_00cb;
}
IL_00a3:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = ___checksum1;
int32_t L_40 = V_5;
NullCheck(L_39);
uint8_t* L_41 = ((L_39)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_40)));
int32_t L_42 = *((uint8_t*)L_41);
IL2CPP_RUNTIME_CLASS_INIT(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = ((MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var))->get_PI_SUBST_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = ___block2;
int32_t L_45 = ___index3;
int32_t L_46 = V_5;
NullCheck(L_44);
int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46));
uint8_t L_48 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
int32_t L_49 = V_0;
NullCheck(L_43);
int32_t L_50 = ((int32_t)((int32_t)L_48^(int32_t)L_49));
uint8_t L_51 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
int32_t L_52 = (((int32_t)((uint8_t)((int32_t)((int32_t)L_42^(int32_t)L_51)))));
V_4 = (uint8_t)L_52;
*((int8_t*)L_41) = (int8_t)L_52;
uint8_t L_53 = V_4;
V_0 = L_53;
int32_t L_54 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_00cb:
{
int32_t L_55 = V_5;
if ((((int32_t)L_55) < ((int32_t)((int32_t)16))))
{
goto IL_00a3;
}
}
{
return;
}
}
// System.Void Mono.Security.Cryptography.MD2Managed::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed__cctor_mDBB2F358C4A7E063F051449FA16B421C30808175 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD2Managed__cctor_mDBB2F358C4A7E063F051449FA16B421C30808175_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var))->set_PI_SUBST_9(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.MD4::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4__ctor_mC595668EADB1280D1F93914A0B11D10E0DFE94AE (MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 * __this, const RuntimeMethod* method)
{
{
HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43(__this, /*hidden argument*/NULL);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)128));
return;
}
}
// Mono.Security.Cryptography.MD4 Mono.Security.Cryptography.MD4::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 * MD4_Create_m7CC02FECCF975814C855B73457655079AADA65DC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD4_Create_m7CC02FECCF975814C855B73457655079AADA65DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * L_0 = (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 *)il2cpp_codegen_object_new(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526_il2cpp_TypeInfo_var);
MD4Managed__ctor_mF17703A604E383D862958476A83783050A0A1377(L_0, /*hidden argument*/NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.MD4Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed__ctor_mF17703A604E383D862958476A83783050A0A1377 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD4Managed__ctor_mF17703A604E383D862958476A83783050A0A1377_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MD4__ctor_mC595668EADB1280D1F93914A0B11D10E0DFE94AE(__this, /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_state_4(L_0);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)2);
__this->set_count_6(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
__this->set_buffer_5(L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
__this->set_digest_8(L_3);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
__this->set_x_7(L_4);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this);
return;
}
}
// System.Void Mono.Security.Cryptography.MD4Managed::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Initialize_mBFB19BB1C2D45B95FCCB25D69FEAB5ED2FC27147 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, const RuntimeMethod* method)
{
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = __this->get_count_6();
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)0);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = __this->get_count_6();
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)0);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = __this->get_state_4();
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)((int32_t)1732584193));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = __this->get_state_4();
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)-271733879));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = __this->get_state_4();
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)-1732584194));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_5 = __this->get_state_4();
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)271733878));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_buffer_5();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_6, 0, ((int32_t)64), /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_7 = __this->get_x_7();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_7, 0, ((int32_t)16), /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.Cryptography.MD4Managed::HashCore(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_HashCore_mF9E8052EB388A80DDF48024C9D4AF0E118830903 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = __this->get_count_6();
NullCheck(L_0);
int32_t L_1 = 0;
uint32_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
V_0 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>3))&(int32_t)((int32_t)63)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = __this->get_count_6();
NullCheck(L_3);
uint32_t* L_4 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
int32_t L_5 = *((uint32_t*)L_4);
int32_t L_6 = ___cbSize2;
*((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)((int32_t)L_6<<(int32_t)3))));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_7 = __this->get_count_6();
NullCheck(L_7);
int32_t L_8 = 0;
uint32_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
int32_t L_10 = ___cbSize2;
if ((((int64_t)(((int64_t)((uint64_t)L_9)))) >= ((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_10<<(int32_t)3))))))))
{
goto IL_0041;
}
}
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_11 = __this->get_count_6();
NullCheck(L_11);
uint32_t* L_12 = ((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)));
int32_t L_13 = *((uint32_t*)L_12);
*((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0041:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_14 = __this->get_count_6();
NullCheck(L_14);
uint32_t* L_15 = ((L_14)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)));
int32_t L_16 = *((uint32_t*)L_15);
int32_t L_17 = ___cbSize2;
*((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)((int32_t)L_17>>(int32_t)((int32_t)29)))));
int32_t L_18 = V_0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_18));
V_2 = 0;
int32_t L_19 = ___cbSize2;
int32_t L_20 = V_1;
if ((((int32_t)L_19) < ((int32_t)L_20)))
{
goto IL_00a4;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___array0;
int32_t L_22 = ___ibStart1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_buffer_5();
int32_t L_24 = V_0;
int32_t L_25 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_21, L_22, (RuntimeArray *)(RuntimeArray *)L_23, L_24, L_25, /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_26 = __this->get_state_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get_buffer_5();
MD4Managed_MD4Transform_m1020743BFF544357D806101E7A7252774DCE661B(__this, L_26, L_27, 0, /*hidden argument*/NULL);
int32_t L_28 = V_1;
V_2 = L_28;
goto IL_009b;
}
IL_0086:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_29 = __this->get_state_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___array0;
int32_t L_31 = ___ibStart1;
int32_t L_32 = V_2;
MD4Managed_MD4Transform_m1020743BFF544357D806101E7A7252774DCE661B(__this, L_29, L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)), /*hidden argument*/NULL);
int32_t L_33 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)((int32_t)64)));
}
IL_009b:
{
int32_t L_34 = V_2;
int32_t L_35 = ___cbSize2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)((int32_t)63)))) < ((int32_t)L_35)))
{
goto IL_0086;
}
}
{
V_0 = 0;
}
IL_00a4:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = ___array0;
int32_t L_37 = ___ibStart1;
int32_t L_38 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = __this->get_buffer_5();
int32_t L_40 = V_0;
int32_t L_41 = ___cbSize2;
int32_t L_42 = V_2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)), (RuntimeArray *)(RuntimeArray *)L_39, L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), /*hidden argument*/NULL);
return;
}
}
// System.Byte[] Mono.Security.Cryptography.MD4Managed::HashFinal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD4Managed_HashFinal_mDA16A5BF7F72A9518AEE2D0BA76BA30DEDD7FE0C (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD4Managed_HashFinal_mDA16A5BF7F72A9518AEE2D0BA76BA30DEDD7FE0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
uint32_t V_1 = 0;
int32_t V_2 = 0;
int32_t G_B3_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
V_0 = L_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = __this->get_count_6();
MD4Managed_Encode_m5C87FC4B414BD8F342620189B41E719EB395B777(__this, L_1, L_2, /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = __this->get_count_6();
NullCheck(L_3);
int32_t L_4 = 0;
uint32_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_1 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_5>>3))&(int32_t)((int32_t)63)));
uint32_t L_6 = V_1;
if ((!(((uint32_t)L_6) >= ((uint32_t)((int32_t)56)))))
{
goto IL_002d;
}
}
{
uint32_t L_7 = V_1;
G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)120), (int32_t)L_7));
goto IL_0031;
}
IL_002d:
{
uint32_t L_8 = V_1;
G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)56), (int32_t)L_8));
}
IL_0031:
{
V_2 = G_B3_0;
int32_t L_9 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = MD4Managed_Padding_mB3E720C2F0C061DCF82C3A1C29F293C1D758D6F6(__this, L_9, /*hidden argument*/NULL);
int32_t L_11 = V_2;
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_10, 0, L_11);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0;
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_12, 0, 8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_digest_8();
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_14 = __this->get_state_4();
MD4Managed_Encode_m5C87FC4B414BD8F342620189B41E719EB395B777(__this, L_13, L_14, /*hidden argument*/NULL);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_digest_8();
return L_15;
}
}
// System.Byte[] Mono.Security.Cryptography.MD4Managed::Padding(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD4Managed_Padding_mB3E720C2F0C061DCF82C3A1C29F293C1D758D6F6 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, int32_t ___nLength0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD4Managed_Padding_mB3E720C2F0C061DCF82C3A1C29F293C1D758D6F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___nLength0;
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_0013;
}
}
{
int32_t L_1 = ___nLength0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)((int32_t)128));
return L_3;
}
IL_0013:
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
}
// System.UInt32 Mono.Security.Cryptography.MD4Managed::F(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_F_m2BB4779C56A6035B3B5568C41405B3EC83603527 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___x0;
uint32_t L_1 = ___y1;
uint32_t L_2 = ___x0;
uint32_t L_3 = ___z2;
return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)((~L_2))&(int32_t)L_3))));
}
}
// System.UInt32 Mono.Security.Cryptography.MD4Managed::G(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_G_m5A75A049527067AE3ABA021AE3A3F60BFF2DD6E7 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___x0;
uint32_t L_1 = ___y1;
uint32_t L_2 = ___x0;
uint32_t L_3 = ___z2;
uint32_t L_4 = ___y1;
uint32_t L_5 = ___z2;
return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)L_2&(int32_t)L_3))))|(int32_t)((int32_t)((int32_t)L_4&(int32_t)L_5))));
}
}
// System.UInt32 Mono.Security.Cryptography.MD4Managed::H(System.UInt32,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_H_m949F0D24A663441EEDC2EA9477A582F2FA59346A (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___x0;
uint32_t L_1 = ___y1;
uint32_t L_2 = ___z2;
return ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2));
}
}
// System.UInt32 Mono.Security.Cryptography.MD4Managed::ROL(System.UInt32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_ROL_m76E0B1919FCE2D7976F240B1809C0D2F6D09518A (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint8_t ___n1, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___x0;
uint8_t L_1 = ___n1;
uint32_t L_2 = ___x0;
uint8_t L_3 = ___n1;
return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31)))))));
}
}
// System.Void Mono.Security.Cryptography.MD4Managed::FF(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method)
{
{
uint32_t* L_0 = ___a0;
uint32_t* L_1 = ___a0;
int32_t L_2 = *((uint32_t*)L_1);
uint32_t L_3 = ___b1;
uint32_t L_4 = ___c2;
uint32_t L_5 = ___d3;
uint32_t L_6 = MD4Managed_F_m2BB4779C56A6035B3B5568C41405B3EC83603527(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
uint32_t L_7 = ___x4;
*((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7))));
uint32_t* L_8 = ___a0;
uint32_t* L_9 = ___a0;
int32_t L_10 = *((uint32_t*)L_9);
uint8_t L_11 = ___s5;
uint32_t L_12 = MD4Managed_ROL_m76E0B1919FCE2D7976F240B1809C0D2F6D09518A(__this, L_10, L_11, /*hidden argument*/NULL);
*((int32_t*)L_8) = (int32_t)L_12;
return;
}
}
// System.Void Mono.Security.Cryptography.MD4Managed::GG(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method)
{
{
uint32_t* L_0 = ___a0;
uint32_t* L_1 = ___a0;
int32_t L_2 = *((uint32_t*)L_1);
uint32_t L_3 = ___b1;
uint32_t L_4 = ___c2;
uint32_t L_5 = ___d3;
uint32_t L_6 = MD4Managed_G_m5A75A049527067AE3ABA021AE3A3F60BFF2DD6E7(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
uint32_t L_7 = ___x4;
*((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)((int32_t)1518500249)))));
uint32_t* L_8 = ___a0;
uint32_t* L_9 = ___a0;
int32_t L_10 = *((uint32_t*)L_9);
uint8_t L_11 = ___s5;
uint32_t L_12 = MD4Managed_ROL_m76E0B1919FCE2D7976F240B1809C0D2F6D09518A(__this, L_10, L_11, /*hidden argument*/NULL);
*((int32_t*)L_8) = (int32_t)L_12;
return;
}
}
// System.Void Mono.Security.Cryptography.MD4Managed::HH(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method)
{
{
uint32_t* L_0 = ___a0;
uint32_t* L_1 = ___a0;
int32_t L_2 = *((uint32_t*)L_1);
uint32_t L_3 = ___b1;
uint32_t L_4 = ___c2;
uint32_t L_5 = ___d3;
uint32_t L_6 = MD4Managed_H_m949F0D24A663441EEDC2EA9477A582F2FA59346A(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
uint32_t L_7 = ___x4;
*((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)((int32_t)1859775393)))));
uint32_t* L_8 = ___a0;
uint32_t* L_9 = ___a0;
int32_t L_10 = *((uint32_t*)L_9);
uint8_t L_11 = ___s5;
uint32_t L_12 = MD4Managed_ROL_m76E0B1919FCE2D7976F240B1809C0D2F6D09518A(__this, L_10, L_11, /*hidden argument*/NULL);
*((int32_t*)L_8) = (int32_t)L_12;
return;
}
}
// System.Void Mono.Security.Cryptography.MD4Managed::Encode(System.Byte[],System.UInt32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Encode_m5C87FC4B414BD8F342620189B41E719EB395B777 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output0, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___input1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
V_1 = 0;
goto IL_0038;
}
IL_0006:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___output0;
int32_t L_1 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = ___input1;
int32_t L_3 = V_0;
NullCheck(L_2);
int32_t L_4 = L_3;
uint32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (uint8_t)(((int32_t)((uint8_t)L_5))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___output0;
int32_t L_7 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_8 = ___input1;
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = L_9;
uint32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_11>>8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___output0;
int32_t L_13 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_14 = ___input1;
int32_t L_15 = V_0;
NullCheck(L_14);
int32_t L_16 = L_15;
uint32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_17>>((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___output0;
int32_t L_19 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_20 = ___input1;
int32_t L_21 = V_0;
NullCheck(L_20);
int32_t L_22 = L_21;
uint32_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_23>>((int32_t)24)))))));
int32_t L_24 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
int32_t L_25 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)4));
}
IL_0038:
{
int32_t L_26 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___output0;
NullCheck(L_27);
if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.Void Mono.Security.Cryptography.MD4Managed::Decode(System.UInt32[],System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Decode_mE29C51CEF04C6FC22A9812500CE61D2E1A31A9D8 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___output0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input1, int32_t ___index2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
int32_t L_0 = ___index2;
V_1 = L_0;
goto IL_002e;
}
IL_0006:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = ___output0;
int32_t L_2 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___input1;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___input1;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___input1;
int32_t L_12 = V_1;
NullCheck(L_11);
int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2));
uint8_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___input1;
int32_t L_16 = V_1;
NullCheck(L_15);
int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3));
uint8_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)24))))));
int32_t L_19 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
int32_t L_20 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)4));
}
IL_002e:
{
int32_t L_21 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_22 = ___output0;
NullCheck(L_22);
if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.Void Mono.Security.Cryptography.MD4Managed::MD4Transform(System.UInt32[],System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_MD4Transform_m1020743BFF544357D806101E7A7252774DCE661B (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___state0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block1, int32_t ___index2, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
uint32_t V_1 = 0;
uint32_t V_2 = 0;
uint32_t V_3 = 0;
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = ___state0;
NullCheck(L_0);
int32_t L_1 = 0;
uint32_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
V_0 = L_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = ___state0;
NullCheck(L_3);
int32_t L_4 = 1;
uint32_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_1 = L_5;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_6 = ___state0;
NullCheck(L_6);
int32_t L_7 = 2;
uint32_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_2 = L_8;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_9 = ___state0;
NullCheck(L_9);
int32_t L_10 = 3;
uint32_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_3 = L_11;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_12 = __this->get_x_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___block1;
int32_t L_14 = ___index2;
MD4Managed_Decode_mE29C51CEF04C6FC22A9812500CE61D2E1A31A9D8(__this, L_12, L_13, L_14, /*hidden argument*/NULL);
uint32_t L_15 = V_1;
uint32_t L_16 = V_2;
uint32_t L_17 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_18 = __this->get_x_7();
NullCheck(L_18);
int32_t L_19 = 0;
uint32_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_0), L_15, L_16, L_17, L_20, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_21 = V_0;
uint32_t L_22 = V_1;
uint32_t L_23 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_24 = __this->get_x_7();
NullCheck(L_24);
int32_t L_25 = 1;
uint32_t L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_3), L_21, L_22, L_23, L_26, (uint8_t)7, /*hidden argument*/NULL);
uint32_t L_27 = V_3;
uint32_t L_28 = V_0;
uint32_t L_29 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_30 = __this->get_x_7();
NullCheck(L_30);
int32_t L_31 = 2;
uint32_t L_32 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_2), L_27, L_28, L_29, L_32, (uint8_t)((int32_t)11), /*hidden argument*/NULL);
uint32_t L_33 = V_2;
uint32_t L_34 = V_3;
uint32_t L_35 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_36 = __this->get_x_7();
NullCheck(L_36);
int32_t L_37 = 3;
uint32_t L_38 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_1), L_33, L_34, L_35, L_38, (uint8_t)((int32_t)19), /*hidden argument*/NULL);
uint32_t L_39 = V_1;
uint32_t L_40 = V_2;
uint32_t L_41 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_42 = __this->get_x_7();
NullCheck(L_42);
int32_t L_43 = 4;
uint32_t L_44 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_0), L_39, L_40, L_41, L_44, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_45 = V_0;
uint32_t L_46 = V_1;
uint32_t L_47 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_48 = __this->get_x_7();
NullCheck(L_48);
int32_t L_49 = 5;
uint32_t L_50 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_3), L_45, L_46, L_47, L_50, (uint8_t)7, /*hidden argument*/NULL);
uint32_t L_51 = V_3;
uint32_t L_52 = V_0;
uint32_t L_53 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_54 = __this->get_x_7();
NullCheck(L_54);
int32_t L_55 = 6;
uint32_t L_56 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_2), L_51, L_52, L_53, L_56, (uint8_t)((int32_t)11), /*hidden argument*/NULL);
uint32_t L_57 = V_2;
uint32_t L_58 = V_3;
uint32_t L_59 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_60 = __this->get_x_7();
NullCheck(L_60);
int32_t L_61 = 7;
uint32_t L_62 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_1), L_57, L_58, L_59, L_62, (uint8_t)((int32_t)19), /*hidden argument*/NULL);
uint32_t L_63 = V_1;
uint32_t L_64 = V_2;
uint32_t L_65 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_66 = __this->get_x_7();
NullCheck(L_66);
int32_t L_67 = 8;
uint32_t L_68 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_0), L_63, L_64, L_65, L_68, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_69 = V_0;
uint32_t L_70 = V_1;
uint32_t L_71 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_72 = __this->get_x_7();
NullCheck(L_72);
int32_t L_73 = ((int32_t)9);
uint32_t L_74 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_3), L_69, L_70, L_71, L_74, (uint8_t)7, /*hidden argument*/NULL);
uint32_t L_75 = V_3;
uint32_t L_76 = V_0;
uint32_t L_77 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_78 = __this->get_x_7();
NullCheck(L_78);
int32_t L_79 = ((int32_t)10);
uint32_t L_80 = (L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_2), L_75, L_76, L_77, L_80, (uint8_t)((int32_t)11), /*hidden argument*/NULL);
uint32_t L_81 = V_2;
uint32_t L_82 = V_3;
uint32_t L_83 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_84 = __this->get_x_7();
NullCheck(L_84);
int32_t L_85 = ((int32_t)11);
uint32_t L_86 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_1), L_81, L_82, L_83, L_86, (uint8_t)((int32_t)19), /*hidden argument*/NULL);
uint32_t L_87 = V_1;
uint32_t L_88 = V_2;
uint32_t L_89 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_90 = __this->get_x_7();
NullCheck(L_90);
int32_t L_91 = ((int32_t)12);
uint32_t L_92 = (L_90)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_0), L_87, L_88, L_89, L_92, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_93 = V_0;
uint32_t L_94 = V_1;
uint32_t L_95 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_96 = __this->get_x_7();
NullCheck(L_96);
int32_t L_97 = ((int32_t)13);
uint32_t L_98 = (L_96)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_3), L_93, L_94, L_95, L_98, (uint8_t)7, /*hidden argument*/NULL);
uint32_t L_99 = V_3;
uint32_t L_100 = V_0;
uint32_t L_101 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_102 = __this->get_x_7();
NullCheck(L_102);
int32_t L_103 = ((int32_t)14);
uint32_t L_104 = (L_102)->GetAt(static_cast<il2cpp_array_size_t>(L_103));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_2), L_99, L_100, L_101, L_104, (uint8_t)((int32_t)11), /*hidden argument*/NULL);
uint32_t L_105 = V_2;
uint32_t L_106 = V_3;
uint32_t L_107 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_108 = __this->get_x_7();
NullCheck(L_108);
int32_t L_109 = ((int32_t)15);
uint32_t L_110 = (L_108)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_1), L_105, L_106, L_107, L_110, (uint8_t)((int32_t)19), /*hidden argument*/NULL);
uint32_t L_111 = V_1;
uint32_t L_112 = V_2;
uint32_t L_113 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_114 = __this->get_x_7();
NullCheck(L_114);
int32_t L_115 = 0;
uint32_t L_116 = (L_114)->GetAt(static_cast<il2cpp_array_size_t>(L_115));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_0), L_111, L_112, L_113, L_116, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_117 = V_0;
uint32_t L_118 = V_1;
uint32_t L_119 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_120 = __this->get_x_7();
NullCheck(L_120);
int32_t L_121 = 4;
uint32_t L_122 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_3), L_117, L_118, L_119, L_122, (uint8_t)5, /*hidden argument*/NULL);
uint32_t L_123 = V_3;
uint32_t L_124 = V_0;
uint32_t L_125 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_126 = __this->get_x_7();
NullCheck(L_126);
int32_t L_127 = 8;
uint32_t L_128 = (L_126)->GetAt(static_cast<il2cpp_array_size_t>(L_127));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_2), L_123, L_124, L_125, L_128, (uint8_t)((int32_t)9), /*hidden argument*/NULL);
uint32_t L_129 = V_2;
uint32_t L_130 = V_3;
uint32_t L_131 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_132 = __this->get_x_7();
NullCheck(L_132);
int32_t L_133 = ((int32_t)12);
uint32_t L_134 = (L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_133));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_1), L_129, L_130, L_131, L_134, (uint8_t)((int32_t)13), /*hidden argument*/NULL);
uint32_t L_135 = V_1;
uint32_t L_136 = V_2;
uint32_t L_137 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_138 = __this->get_x_7();
NullCheck(L_138);
int32_t L_139 = 1;
uint32_t L_140 = (L_138)->GetAt(static_cast<il2cpp_array_size_t>(L_139));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_0), L_135, L_136, L_137, L_140, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_141 = V_0;
uint32_t L_142 = V_1;
uint32_t L_143 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_144 = __this->get_x_7();
NullCheck(L_144);
int32_t L_145 = 5;
uint32_t L_146 = (L_144)->GetAt(static_cast<il2cpp_array_size_t>(L_145));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_3), L_141, L_142, L_143, L_146, (uint8_t)5, /*hidden argument*/NULL);
uint32_t L_147 = V_3;
uint32_t L_148 = V_0;
uint32_t L_149 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_150 = __this->get_x_7();
NullCheck(L_150);
int32_t L_151 = ((int32_t)9);
uint32_t L_152 = (L_150)->GetAt(static_cast<il2cpp_array_size_t>(L_151));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_2), L_147, L_148, L_149, L_152, (uint8_t)((int32_t)9), /*hidden argument*/NULL);
uint32_t L_153 = V_2;
uint32_t L_154 = V_3;
uint32_t L_155 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_156 = __this->get_x_7();
NullCheck(L_156);
int32_t L_157 = ((int32_t)13);
uint32_t L_158 = (L_156)->GetAt(static_cast<il2cpp_array_size_t>(L_157));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_1), L_153, L_154, L_155, L_158, (uint8_t)((int32_t)13), /*hidden argument*/NULL);
uint32_t L_159 = V_1;
uint32_t L_160 = V_2;
uint32_t L_161 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_162 = __this->get_x_7();
NullCheck(L_162);
int32_t L_163 = 2;
uint32_t L_164 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_163));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_0), L_159, L_160, L_161, L_164, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_165 = V_0;
uint32_t L_166 = V_1;
uint32_t L_167 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_168 = __this->get_x_7();
NullCheck(L_168);
int32_t L_169 = 6;
uint32_t L_170 = (L_168)->GetAt(static_cast<il2cpp_array_size_t>(L_169));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_3), L_165, L_166, L_167, L_170, (uint8_t)5, /*hidden argument*/NULL);
uint32_t L_171 = V_3;
uint32_t L_172 = V_0;
uint32_t L_173 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_174 = __this->get_x_7();
NullCheck(L_174);
int32_t L_175 = ((int32_t)10);
uint32_t L_176 = (L_174)->GetAt(static_cast<il2cpp_array_size_t>(L_175));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_2), L_171, L_172, L_173, L_176, (uint8_t)((int32_t)9), /*hidden argument*/NULL);
uint32_t L_177 = V_2;
uint32_t L_178 = V_3;
uint32_t L_179 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_180 = __this->get_x_7();
NullCheck(L_180);
int32_t L_181 = ((int32_t)14);
uint32_t L_182 = (L_180)->GetAt(static_cast<il2cpp_array_size_t>(L_181));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_1), L_177, L_178, L_179, L_182, (uint8_t)((int32_t)13), /*hidden argument*/NULL);
uint32_t L_183 = V_1;
uint32_t L_184 = V_2;
uint32_t L_185 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_186 = __this->get_x_7();
NullCheck(L_186);
int32_t L_187 = 3;
uint32_t L_188 = (L_186)->GetAt(static_cast<il2cpp_array_size_t>(L_187));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_0), L_183, L_184, L_185, L_188, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_189 = V_0;
uint32_t L_190 = V_1;
uint32_t L_191 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_192 = __this->get_x_7();
NullCheck(L_192);
int32_t L_193 = 7;
uint32_t L_194 = (L_192)->GetAt(static_cast<il2cpp_array_size_t>(L_193));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_3), L_189, L_190, L_191, L_194, (uint8_t)5, /*hidden argument*/NULL);
uint32_t L_195 = V_3;
uint32_t L_196 = V_0;
uint32_t L_197 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_198 = __this->get_x_7();
NullCheck(L_198);
int32_t L_199 = ((int32_t)11);
uint32_t L_200 = (L_198)->GetAt(static_cast<il2cpp_array_size_t>(L_199));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_2), L_195, L_196, L_197, L_200, (uint8_t)((int32_t)9), /*hidden argument*/NULL);
uint32_t L_201 = V_2;
uint32_t L_202 = V_3;
uint32_t L_203 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_204 = __this->get_x_7();
NullCheck(L_204);
int32_t L_205 = ((int32_t)15);
uint32_t L_206 = (L_204)->GetAt(static_cast<il2cpp_array_size_t>(L_205));
MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_1), L_201, L_202, L_203, L_206, (uint8_t)((int32_t)13), /*hidden argument*/NULL);
uint32_t L_207 = V_1;
uint32_t L_208 = V_2;
uint32_t L_209 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_210 = __this->get_x_7();
NullCheck(L_210);
int32_t L_211 = 0;
uint32_t L_212 = (L_210)->GetAt(static_cast<il2cpp_array_size_t>(L_211));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_0), L_207, L_208, L_209, L_212, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_213 = V_0;
uint32_t L_214 = V_1;
uint32_t L_215 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_216 = __this->get_x_7();
NullCheck(L_216);
int32_t L_217 = 8;
uint32_t L_218 = (L_216)->GetAt(static_cast<il2cpp_array_size_t>(L_217));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_3), L_213, L_214, L_215, L_218, (uint8_t)((int32_t)9), /*hidden argument*/NULL);
uint32_t L_219 = V_3;
uint32_t L_220 = V_0;
uint32_t L_221 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_222 = __this->get_x_7();
NullCheck(L_222);
int32_t L_223 = 4;
uint32_t L_224 = (L_222)->GetAt(static_cast<il2cpp_array_size_t>(L_223));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_2), L_219, L_220, L_221, L_224, (uint8_t)((int32_t)11), /*hidden argument*/NULL);
uint32_t L_225 = V_2;
uint32_t L_226 = V_3;
uint32_t L_227 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_228 = __this->get_x_7();
NullCheck(L_228);
int32_t L_229 = ((int32_t)12);
uint32_t L_230 = (L_228)->GetAt(static_cast<il2cpp_array_size_t>(L_229));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_1), L_225, L_226, L_227, L_230, (uint8_t)((int32_t)15), /*hidden argument*/NULL);
uint32_t L_231 = V_1;
uint32_t L_232 = V_2;
uint32_t L_233 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_234 = __this->get_x_7();
NullCheck(L_234);
int32_t L_235 = 2;
uint32_t L_236 = (L_234)->GetAt(static_cast<il2cpp_array_size_t>(L_235));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_0), L_231, L_232, L_233, L_236, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_237 = V_0;
uint32_t L_238 = V_1;
uint32_t L_239 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_240 = __this->get_x_7();
NullCheck(L_240);
int32_t L_241 = ((int32_t)10);
uint32_t L_242 = (L_240)->GetAt(static_cast<il2cpp_array_size_t>(L_241));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_3), L_237, L_238, L_239, L_242, (uint8_t)((int32_t)9), /*hidden argument*/NULL);
uint32_t L_243 = V_3;
uint32_t L_244 = V_0;
uint32_t L_245 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_246 = __this->get_x_7();
NullCheck(L_246);
int32_t L_247 = 6;
uint32_t L_248 = (L_246)->GetAt(static_cast<il2cpp_array_size_t>(L_247));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_2), L_243, L_244, L_245, L_248, (uint8_t)((int32_t)11), /*hidden argument*/NULL);
uint32_t L_249 = V_2;
uint32_t L_250 = V_3;
uint32_t L_251 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_252 = __this->get_x_7();
NullCheck(L_252);
int32_t L_253 = ((int32_t)14);
uint32_t L_254 = (L_252)->GetAt(static_cast<il2cpp_array_size_t>(L_253));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_1), L_249, L_250, L_251, L_254, (uint8_t)((int32_t)15), /*hidden argument*/NULL);
uint32_t L_255 = V_1;
uint32_t L_256 = V_2;
uint32_t L_257 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_258 = __this->get_x_7();
NullCheck(L_258);
int32_t L_259 = 1;
uint32_t L_260 = (L_258)->GetAt(static_cast<il2cpp_array_size_t>(L_259));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_0), L_255, L_256, L_257, L_260, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_261 = V_0;
uint32_t L_262 = V_1;
uint32_t L_263 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_264 = __this->get_x_7();
NullCheck(L_264);
int32_t L_265 = ((int32_t)9);
uint32_t L_266 = (L_264)->GetAt(static_cast<il2cpp_array_size_t>(L_265));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_3), L_261, L_262, L_263, L_266, (uint8_t)((int32_t)9), /*hidden argument*/NULL);
uint32_t L_267 = V_3;
uint32_t L_268 = V_0;
uint32_t L_269 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_270 = __this->get_x_7();
NullCheck(L_270);
int32_t L_271 = 5;
uint32_t L_272 = (L_270)->GetAt(static_cast<il2cpp_array_size_t>(L_271));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_2), L_267, L_268, L_269, L_272, (uint8_t)((int32_t)11), /*hidden argument*/NULL);
uint32_t L_273 = V_2;
uint32_t L_274 = V_3;
uint32_t L_275 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_276 = __this->get_x_7();
NullCheck(L_276);
int32_t L_277 = ((int32_t)13);
uint32_t L_278 = (L_276)->GetAt(static_cast<il2cpp_array_size_t>(L_277));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_1), L_273, L_274, L_275, L_278, (uint8_t)((int32_t)15), /*hidden argument*/NULL);
uint32_t L_279 = V_1;
uint32_t L_280 = V_2;
uint32_t L_281 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_282 = __this->get_x_7();
NullCheck(L_282);
int32_t L_283 = 3;
uint32_t L_284 = (L_282)->GetAt(static_cast<il2cpp_array_size_t>(L_283));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_0), L_279, L_280, L_281, L_284, (uint8_t)3, /*hidden argument*/NULL);
uint32_t L_285 = V_0;
uint32_t L_286 = V_1;
uint32_t L_287 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_288 = __this->get_x_7();
NullCheck(L_288);
int32_t L_289 = ((int32_t)11);
uint32_t L_290 = (L_288)->GetAt(static_cast<il2cpp_array_size_t>(L_289));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_3), L_285, L_286, L_287, L_290, (uint8_t)((int32_t)9), /*hidden argument*/NULL);
uint32_t L_291 = V_3;
uint32_t L_292 = V_0;
uint32_t L_293 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_294 = __this->get_x_7();
NullCheck(L_294);
int32_t L_295 = 7;
uint32_t L_296 = (L_294)->GetAt(static_cast<il2cpp_array_size_t>(L_295));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_2), L_291, L_292, L_293, L_296, (uint8_t)((int32_t)11), /*hidden argument*/NULL);
uint32_t L_297 = V_2;
uint32_t L_298 = V_3;
uint32_t L_299 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_300 = __this->get_x_7();
NullCheck(L_300);
int32_t L_301 = ((int32_t)15);
uint32_t L_302 = (L_300)->GetAt(static_cast<il2cpp_array_size_t>(L_301));
MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_1), L_297, L_298, L_299, L_302, (uint8_t)((int32_t)15), /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_303 = ___state0;
NullCheck(L_303);
uint32_t* L_304 = ((L_303)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
int32_t L_305 = *((uint32_t*)L_304);
uint32_t L_306 = V_0;
*((int32_t*)L_304) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_305, (int32_t)L_306));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_307 = ___state0;
NullCheck(L_307);
uint32_t* L_308 = ((L_307)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)));
int32_t L_309 = *((uint32_t*)L_308);
uint32_t L_310 = V_1;
*((int32_t*)L_308) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_309, (int32_t)L_310));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_311 = ___state0;
NullCheck(L_311);
uint32_t* L_312 = ((L_311)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)));
int32_t L_313 = *((uint32_t*)L_312);
uint32_t L_314 = V_2;
*((int32_t*)L_312) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_313, (int32_t)L_314));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_315 = ___state0;
NullCheck(L_315);
uint32_t* L_316 = ((L_315)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)));
int32_t L_317 = *((uint32_t*)L_316);
uint32_t L_318 = V_3;
*((int32_t*)L_316) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_317, (int32_t)L_318));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean Mono.Security.Cryptography.PKCS1::Compare(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Compare_mB9DB51AD73B2EBF9640B2E91C650BF62C4895E28 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array10, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array21, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___array10;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___array21;
NullCheck(L_1);
V_0 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0024;
}
}
{
V_1 = 0;
goto IL_001e;
}
IL_0010:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___array10;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___array21;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
if ((((int32_t)L_6) == ((int32_t)L_10)))
{
goto IL_001a;
}
}
{
return (bool)0;
}
IL_001a:
{
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_001e:
{
int32_t L_12 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___array10;
NullCheck(L_13);
if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))))
{
goto IL_0010;
}
}
IL_0024:
{
bool L_14 = V_0;
return L_14;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::xor(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_xor_mEEABA9FC7093A014A0FEA7B69EEC5F13CD79EFA0 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array10, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_xor_mEEABA9FC7093A014A0FEA7B69EEC5F13CD79EFA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___array10;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))));
V_0 = L_1;
V_1 = 0;
goto IL_001c;
}
IL_000d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
int32_t L_3 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___array10;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___array21;
int32_t L_9 = V_1;
NullCheck(L_8);
int32_t L_10 = L_9;
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_7^(int32_t)L_11))))));
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_001c:
{
int32_t L_13 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0;
NullCheck(L_14);
if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))))
{
goto IL_000d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0;
return L_15;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::GetEmptyHash(System.Security.Cryptography.HashAlgorithm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_GetEmptyHash_m5AA2EFEAFB648B2C04BA2BC0FDEAAC816DC8CFBB (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_GetEmptyHash_m5AA2EFEAFB648B2C04BA2BC0FDEAAC816DC8CFBB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_0 = ___hash0;
if (!((SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA *)IsInstClass((RuntimeObject*)L_0, SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA_il2cpp_TypeInfo_var)))
{
goto IL_000e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->get_emptySHA1_0();
return L_1;
}
IL_000e:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = ___hash0;
if (!((SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD *)IsInstClass((RuntimeObject*)L_2, SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD_il2cpp_TypeInfo_var)))
{
goto IL_001c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->get_emptySHA256_1();
return L_3;
}
IL_001c:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_4 = ___hash0;
if (!((SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37 *)IsInstClass((RuntimeObject*)L_4, SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37_il2cpp_TypeInfo_var)))
{
goto IL_002a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->get_emptySHA384_2();
return L_5;
}
IL_002a:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_6 = ___hash0;
if (!((SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936 *)IsInstClass((RuntimeObject*)L_6, SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936_il2cpp_TypeInfo_var)))
{
goto IL_0038;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->get_emptySHA512_3();
return L_7;
}
IL_0038:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_8 = ___hash0;
NullCheck(L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_8, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, /*hidden argument*/NULL);
return L_9;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::I2OSP(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_I2OSP_mF5921198A1118B72CB1F3BC8D7C64E7815EC01BD (int32_t ___x0, int32_t ___size1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_I2OSP_mF5921198A1118B72CB1F3BC8D7C64E7815EC01BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
int32_t L_0 = ___x0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = BitConverterLE_GetBytes_m708ECF071B4D0805C19074FC69D9CDFDAF2FFCE7(L_0, /*hidden argument*/NULL);
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
NullCheck(L_3);
Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13(L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
int32_t L_5 = ___size1;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = PKCS1_I2OSP_mB7DB4E3B03A6579C91659151811BDDD98516DE31(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::I2OSP(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_I2OSP_mB7DB4E3B03A6579C91659151811BDDD98516DE31 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___x0, int32_t ___size1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_I2OSP_mB7DB4E3B03A6579C91659151811BDDD98516DE31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
int32_t L_0 = ___size1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___x0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
NullCheck(L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___x0;
NullCheck(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___x0;
NullCheck(L_6);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0;
return L_7;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::OS2IP(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_OS2IP_m9D0512949DE636E6EBDDAE5AD6F1515E35F04580 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___x0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_OS2IP_m9D0512949DE636E6EBDDAE5AD6F1515E35F04580_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
V_0 = 0;
}
IL_0002:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___x0;
int32_t L_1 = V_0;
int32_t L_2 = L_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
NullCheck(L_0);
int32_t L_3 = L_2;
uint8_t L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
if (L_4)
{
goto IL_0011;
}
}
{
int32_t L_5 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___x0;
NullCheck(L_6);
if ((((int32_t)L_5) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))))
{
goto IL_0002;
}
}
IL_0011:
{
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
int32_t L_8 = V_0;
if ((((int32_t)L_8) <= ((int32_t)0)))
{
goto IL_0032;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___x0;
NullCheck(L_9);
int32_t L_10 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10)));
V_1 = L_11;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___x0;
int32_t L_13 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_1;
NullCheck(L_15);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_12, L_13, (RuntimeArray *)(RuntimeArray *)L_14, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1;
return L_16;
}
IL_0032:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___x0;
return L_17;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSAEP(System.Security.Cryptography.RSA,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_RSAEP_mF3B2FCDABA3236CBE24537893DA4752F850FB902 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m1, const RuntimeMethod* method)
{
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = ___rsa0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___m1;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(23 /* System.Byte[] System.Security.Cryptography.RSA::EncryptValue(System.Byte[]) */, L_0, L_1);
return L_2;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSADP(System.Security.Cryptography.RSA,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_RSADP_m089D7061DE38FC25CD7C75646034E0C7A49C12F7 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___c1, const RuntimeMethod* method)
{
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = ___rsa0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___c1;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(22 /* System.Byte[] System.Security.Cryptography.RSA::DecryptValue(System.Byte[]) */, L_0, L_1);
return L_2;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSASP1(System.Security.Cryptography.RSA,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_RSASP1_m64F1CD9D565DC1B0E3D906252103D5E8C988A37D (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m1, const RuntimeMethod* method)
{
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = ___rsa0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___m1;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(22 /* System.Byte[] System.Security.Cryptography.RSA::DecryptValue(System.Byte[]) */, L_0, L_1);
return L_2;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSAVP1(System.Security.Cryptography.RSA,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_RSAVP1_mBBA9434C1E722FFE26C25CA7549D920F32DA05A9 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___s1, const RuntimeMethod* method)
{
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = ___rsa0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___s1;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(23 /* System.Byte[] System.Security.Cryptography.RSA::EncryptValue(System.Byte[]) */, L_0, L_1);
return L_2;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::Encrypt_OAEP(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Security.Cryptography.RandomNumberGenerator,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_Encrypt_OAEP_m6457081BB85D172E9CF490E2CC379030862D3C98 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash1, RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ___rng2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___M3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_Encrypt_OAEP_m6457081BB85D172E9CF490E2CC379030862D3C98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_10 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_11 = NULL;
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = ___rsa0;
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0);
V_0 = ((int32_t)((int32_t)L_1/(int32_t)8));
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = ___hash1;
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_2);
V_1 = ((int32_t)((int32_t)L_3/(int32_t)8));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___M3;
NullCheck(L_4);
int32_t L_5 = V_0;
int32_t L_6 = V_1;
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_6)))), (int32_t)2)))))
{
goto IL_0029;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_7 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_7, _stringLiteral5004BE0F5C9843B3AAE7C2FA2B8AA3051F256257, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, PKCS1_Encrypt_OAEP_m6457081BB85D172E9CF490E2CC379030862D3C98_RuntimeMethod_var);
}
IL_0029:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_8 = ___hash1;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = PKCS1_GetEmptyHash_m5AA2EFEAFB648B2C04BA2BC0FDEAAC816DC8CFBB(L_8, /*hidden argument*/NULL);
V_2 = L_9;
int32_t L_10 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___M3;
NullCheck(L_11);
int32_t L_12 = V_1;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_12)))), (int32_t)2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_2;
NullCheck(L_13);
int32_t L_14 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___M3;
NullCheck(L_15);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_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)(((RuntimeArray*)L_13)->max_length)))), (int32_t)L_14)), (int32_t)1)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))));
V_4 = L_16;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_2;
NullCheck(L_19);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2;
NullCheck(L_21);
int32_t L_22 = V_3;
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22))), (uint8_t)1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___M3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_4;
NullCheck(L_25);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___M3;
NullCheck(L_26);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___M3;
NullCheck(L_27);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_23, 0, (RuntimeArray *)(RuntimeArray *)L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))), /*hidden argument*/NULL);
int32_t L_28 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_28);
V_5 = L_29;
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_30 = ___rng2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_5;
NullCheck(L_30);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_30, L_31);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_32 = ___hash1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_5;
int32_t L_34 = V_0;
int32_t L_35 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE(L_32, L_33, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), (int32_t)1)), /*hidden argument*/NULL);
V_6 = L_36;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = PKCS1_xor_mEEABA9FC7093A014A0FEA7B69EEC5F13CD79EFA0(L_37, L_38, /*hidden argument*/NULL);
V_7 = L_39;
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_40 = ___hash1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_7;
int32_t L_42 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE(L_40, L_41, L_42, /*hidden argument*/NULL);
V_8 = L_43;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = PKCS1_xor_mEEABA9FC7093A014A0FEA7B69EEC5F13CD79EFA0(L_44, L_45, /*hidden argument*/NULL);
V_9 = L_46;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = V_9;
NullCheck(L_47);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_7;
NullCheck(L_48);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))), (int32_t)1)));
V_10 = L_49;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = V_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = V_9;
NullCheck(L_52);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_50, 0, (RuntimeArray *)(RuntimeArray *)L_51, 1, (((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_9;
NullCheck(L_55);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = V_7;
NullCheck(L_56);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_53, 0, (RuntimeArray *)(RuntimeArray *)L_54, ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length)))), (int32_t)1)), (((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = PKCS1_OS2IP_m9D0512949DE636E6EBDDAE5AD6F1515E35F04580(L_57, /*hidden argument*/NULL);
V_11 = L_58;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_59 = ___rsa0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = V_11;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = PKCS1_RSAEP_mF3B2FCDABA3236CBE24537893DA4752F850FB902(L_59, L_60, /*hidden argument*/NULL);
int32_t L_62 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = PKCS1_I2OSP_mB7DB4E3B03A6579C91659151811BDDD98516DE31(L_61, L_62, /*hidden argument*/NULL);
return L_63;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::Decrypt_OAEP(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_Decrypt_OAEP_m4E85336BDB6E32C611F5E4180BA74F7FCC22E599 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___C2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_Decrypt_OAEP_m4E85336BDB6E32C611F5E4180BA74F7FCC22E599_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_10 = NULL;
bool V_11 = false;
int32_t V_12 = 0;
int32_t V_13 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_14 = NULL;
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = ___rsa0;
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0);
V_0 = ((int32_t)((int32_t)L_1/(int32_t)8));
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = ___hash1;
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_2);
V_1 = ((int32_t)((int32_t)L_3/(int32_t)8));
int32_t L_4 = V_0;
int32_t L_5 = V_1;
if ((((int32_t)L_4) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_5)), (int32_t)2)))))
{
goto IL_0020;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___C2;
NullCheck(L_6);
int32_t L_7 = V_0;
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))) == ((int32_t)L_7)))
{
goto IL_002b;
}
}
IL_0020:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_8 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_8, _stringLiteral09048A7465BDFB09E8E5DF475BF2A6686DA974DD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, PKCS1_Decrypt_OAEP_m4E85336BDB6E32C611F5E4180BA74F7FCC22E599_RuntimeMethod_var);
}
IL_002b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___C2;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = PKCS1_OS2IP_m9D0512949DE636E6EBDDAE5AD6F1515E35F04580(L_9, /*hidden argument*/NULL);
V_2 = L_10;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_11 = ___rsa0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = PKCS1_RSADP_m089D7061DE38FC25CD7C75646034E0C7A49C12F7(L_11, L_12, /*hidden argument*/NULL);
int32_t L_14 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = PKCS1_I2OSP_mB7DB4E3B03A6579C91659151811BDDD98516DE31(L_13, L_14, /*hidden argument*/NULL);
V_3 = L_15;
int32_t L_16 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_16);
V_4 = L_17;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_4;
NullCheck(L_20);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_18, 1, (RuntimeArray *)(RuntimeArray *)L_19, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))), /*hidden argument*/NULL);
int32_t L_21 = V_0;
int32_t L_22 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), (int32_t)1)));
V_5 = L_23;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_3;
NullCheck(L_25);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_5;
NullCheck(L_26);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_5;
NullCheck(L_28);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))), (RuntimeArray *)(RuntimeArray *)L_27, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))), /*hidden argument*/NULL);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_29 = ___hash1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = V_5;
int32_t L_31 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE(L_29, L_30, L_31, /*hidden argument*/NULL);
V_6 = L_32;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = PKCS1_xor_mEEABA9FC7093A014A0FEA7B69EEC5F13CD79EFA0(L_33, L_34, /*hidden argument*/NULL);
V_7 = L_35;
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_36 = ___hash1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = V_7;
int32_t L_38 = V_0;
int32_t L_39 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE(L_36, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), (int32_t)1)), /*hidden argument*/NULL);
V_8 = L_40;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = PKCS1_xor_mEEABA9FC7093A014A0FEA7B69EEC5F13CD79EFA0(L_41, L_42, /*hidden argument*/NULL);
V_9 = L_43;
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_44 = ___hash1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = PKCS1_GetEmptyHash_m5AA2EFEAFB648B2C04BA2BC0FDEAAC816DC8CFBB(L_44, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = L_45;
NullCheck(L_46);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length)))));
V_10 = L_47;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = V_10;
NullCheck(L_50);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_48, 0, (RuntimeArray *)(RuntimeArray *)L_49, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = L_46;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = V_10;
bool L_53 = PKCS1_Compare_mB9DB51AD73B2EBF9640B2E91C650BF62C4895E28(L_51, L_52, /*hidden argument*/NULL);
V_11 = L_53;
NullCheck(L_51);
V_12 = (((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length))));
goto IL_00dc;
}
IL_00d6:
{
int32_t L_54 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_00dc:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_9;
int32_t L_56 = V_12;
NullCheck(L_55);
int32_t L_57 = L_56;
uint8_t L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
if (!L_58)
{
goto IL_00d6;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_9;
NullCheck(L_59);
int32_t L_60 = V_12;
V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length)))), (int32_t)L_60)), (int32_t)1));
int32_t L_61 = V_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_61);
V_14 = L_62;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = V_9;
int32_t L_64 = V_12;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = V_14;
int32_t L_66 = V_13;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_63, ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_65, 0, L_66, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = V_3;
NullCheck(L_67);
int32_t L_68 = 0;
uint8_t L_69 = (L_67)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
if (L_69)
{
goto IL_0118;
}
}
{
bool L_70 = V_11;
if (!L_70)
{
goto IL_0118;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = V_9;
int32_t L_72 = V_12;
NullCheck(L_71);
int32_t L_73 = L_72;
uint8_t L_74 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
if ((((int32_t)L_74) == ((int32_t)1)))
{
goto IL_011a;
}
}
IL_0118:
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_011a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = V_14;
return L_75;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::Sign_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_Sign_v15_mD920AC2C06C0A6F9AC0F07E73D83D1D26E39B68F (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___hashValue2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_Sign_v15_mD920AC2C06C0A6F9AC0F07E73D83D1D26E39B68F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = ___rsa0;
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0);
V_0 = ((int32_t)((int32_t)L_1>>(int32_t)3));
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = ___hash1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___hashValue2;
int32_t L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = PKCS1_Encode_v15_m6AECA402C05E96A2F31C1A1186357FD5B0A77CD4(L_2, L_3, L_4, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = PKCS1_OS2IP_m9D0512949DE636E6EBDDAE5AD6F1515E35F04580(L_5, /*hidden argument*/NULL);
V_1 = L_6;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_7 = ___rsa0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = PKCS1_RSASP1_m64F1CD9D565DC1B0E3D906252103D5E8C988A37D(L_7, L_8, /*hidden argument*/NULL);
int32_t L_10 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = PKCS1_I2OSP_mB7DB4E3B03A6579C91659151811BDDD98516DE31(L_9, L_10, /*hidden argument*/NULL);
return L_11;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::Sign_v15(System.Security.Cryptography.RSA,System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_Sign_v15_mED424ED5673484AA7EF0976599E4DB76250D6CAB (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, String_t* ___hashName1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___hashValue2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_Sign_v15_mED424ED5673484AA7EF0976599E4DB76250D6CAB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = ___hashName1;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420(L_0, /*hidden argument*/NULL);
V_0 = L_1;
}
IL_0007:
try
{ // begin try (depth: 1)
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_2 = ___rsa0;
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_3 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___hashValue2;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = PKCS1_Sign_v15_mD920AC2C06C0A6F9AC0F07E73D83D1D26E39B68F(L_2, L_3, L_4, /*hidden argument*/NULL);
V_1 = L_5;
IL2CPP_LEAVE(0x1C, FINALLY_0012);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0012;
}
FINALLY_0012:
{ // begin finally (depth: 1)
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_6 = V_0;
if (!L_6)
{
goto IL_001b;
}
}
IL_0015:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_7 = V_0;
NullCheck(L_7);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_7);
}
IL_001b:
{
IL2CPP_END_FINALLY(18)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(18)
{
IL2CPP_JUMP_TBL(0x1C, IL_001c)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_001c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_1;
return L_8;
}
}
// System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m97673DEF84E7EA8886DC69F7BC9D0482C0C6F22C (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___hashValue2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_Verify_v15_m97673DEF84E7EA8886DC69F7BC9D0482C0C6F22C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = ___rsa0;
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = ___hash1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___hashValue2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___signature3;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
bool L_4 = PKCS1_Verify_v15_m27A722EF8504484B4DF2623D96E8D7FF957FC313(L_0, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.String,System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m28BACDBACABACDB1FEF3805FB00F7D6553B4C99C (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, String_t* ___hashName1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___hashValue2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_Verify_v15_m28BACDBACABACDB1FEF3805FB00F7D6553B4C99C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = ___hashName1;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420(L_0, /*hidden argument*/NULL);
V_0 = L_1;
}
IL_0007:
try
{ // begin try (depth: 1)
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_2 = ___rsa0;
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_3 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___hashValue2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___signature3;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
bool L_6 = PKCS1_Verify_v15_m27A722EF8504484B4DF2623D96E8D7FF957FC313(L_2, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL);
V_1 = L_6;
IL2CPP_LEAVE(0x1E, FINALLY_0014);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0014;
}
FINALLY_0014:
{ // begin finally (depth: 1)
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_7 = V_0;
if (!L_7)
{
goto IL_001d;
}
}
IL_0017:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_8 = V_0;
NullCheck(L_8);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_8);
}
IL_001d:
{
IL2CPP_END_FINALLY(20)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(20)
{
IL2CPP_JUMP_TBL(0x1E, IL_001e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_001e:
{
bool L_9 = V_1;
return L_9;
}
}
// System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m27A722EF8504484B4DF2623D96E8D7FF957FC313 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa0, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___hashValue2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature3, bool ___tryNonStandardEncoding4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_Verify_v15_m27A722EF8504484B4DF2623D96E8D7FF957FC313_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
bool V_3 = false;
int32_t V_4 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = ___rsa0;
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0);
V_0 = ((int32_t)((int32_t)L_1>>(int32_t)3));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___signature3;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = PKCS1_OS2IP_m9D0512949DE636E6EBDDAE5AD6F1515E35F04580(L_2, /*hidden argument*/NULL);
V_1 = L_3;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_4 = ___rsa0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = PKCS1_RSAVP1_mBBA9434C1E722FFE26C25CA7549D920F32DA05A9(L_4, L_5, /*hidden argument*/NULL);
int32_t L_7 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = PKCS1_I2OSP_mB7DB4E3B03A6579C91659151811BDDD98516DE31(L_6, L_7, /*hidden argument*/NULL);
V_2 = L_8;
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_9 = ___hash1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___hashValue2;
int32_t L_11 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = PKCS1_Encode_v15_m6AECA402C05E96A2F31C1A1186357FD5B0A77CD4(L_9, L_10, L_11, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_2;
bool L_14 = PKCS1_Compare_mB9DB51AD73B2EBF9640B2E91C650BF62C4895E28(L_12, L_13, /*hidden argument*/NULL);
V_3 = L_14;
bool L_15 = V_3;
if (L_15)
{
goto IL_0034;
}
}
{
bool L_16 = ___tryNonStandardEncoding4;
if (L_16)
{
goto IL_0036;
}
}
IL_0034:
{
bool L_17 = V_3;
return L_17;
}
IL_0036:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_2;
NullCheck(L_18);
int32_t L_19 = 0;
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if (L_20)
{
goto IL_0041;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2;
NullCheck(L_21);
int32_t L_22 = 1;
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
if ((((int32_t)L_23) == ((int32_t)1)))
{
goto IL_0043;
}
}
IL_0041:
{
return (bool)0;
}
IL_0043:
{
V_4 = 2;
goto IL_005b;
}
IL_0048:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_2;
int32_t L_25 = V_4;
NullCheck(L_24);
int32_t L_26 = L_25;
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
if ((((int32_t)L_27) == ((int32_t)((int32_t)255))))
{
goto IL_0055;
}
}
{
return (bool)0;
}
IL_0055:
{
int32_t L_28 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
}
IL_005b:
{
int32_t L_29 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = V_2;
NullCheck(L_30);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___hashValue2;
NullCheck(L_31);
if ((((int32_t)L_29) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))), (int32_t)1)))))
{
goto IL_0048;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_2;
int32_t L_33 = V_4;
int32_t L_34 = L_33;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
NullCheck(L_32);
int32_t L_35 = L_34;
uint8_t L_36 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
if (!L_36)
{
goto IL_0075;
}
}
{
return (bool)0;
}
IL_0075:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = ___hashValue2;
NullCheck(L_37);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))));
V_5 = L_38;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = V_2;
int32_t L_40 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_5;
NullCheck(L_42);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_39, L_40, (RuntimeArray *)(RuntimeArray *)L_41, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = ___hashValue2;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
bool L_45 = PKCS1_Compare_mB9DB51AD73B2EBF9640B2E91C650BF62C4895E28(L_43, L_44, /*hidden argument*/NULL);
return L_45;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::Encode_v15(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_Encode_v15_m6AECA402C05E96A2F31C1A1186357FD5B0A77CD4 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___hashValue1, int32_t ___emLength2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_Encode_v15_m6AECA402C05E96A2F31C1A1186357FD5B0A77CD4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_5 = NULL;
int32_t V_6 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___hashValue1;
NullCheck(L_0);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = ___hash0;
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_1);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)((int32_t)((int32_t)L_2>>(int32_t)3)))))
{
goto IL_0023;
}
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_3 = ___hash0;
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3);
String_t* L_5 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralAD96A27CFC678CA6A85849A285C5D733174A00D8, L_4, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_6 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, PKCS1_Encode_v15_m6AECA402C05E96A2F31C1A1186357FD5B0A77CD4_RuntimeMethod_var);
}
IL_0023:
{
V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_7 = ___hash0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
String_t* L_9 = CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210(L_8, /*hidden argument*/NULL);
V_1 = L_9;
String_t* L_10 = V_1;
if (!L_10)
{
goto IL_0088;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_11, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_4 = L_11;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = V_4;
String_t* L_13 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92(L_13, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_15, L_14, /*hidden argument*/NULL);
NullCheck(L_12);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_12, L_15, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = V_4;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_17, (uint8_t)5, /*hidden argument*/NULL);
NullCheck(L_16);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_16, L_17, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___hashValue1;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_19, (uint8_t)4, L_18, /*hidden argument*/NULL);
V_5 = L_19;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_20, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_21 = L_20;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_22 = V_4;
NullCheck(L_21);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_21, L_22, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = L_21;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = V_5;
NullCheck(L_23);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_23, L_24, /*hidden argument*/NULL);
NullCheck(L_23);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_23);
V_0 = L_25;
goto IL_008a;
}
IL_0088:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___hashValue1;
V_0 = L_26;
}
IL_008a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___hashValue1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_0;
NullCheck(L_29);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___hashValue1;
NullCheck(L_30);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___hashValue1;
NullCheck(L_31);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_27, 0, (RuntimeArray *)(RuntimeArray *)L_28, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))), /*hidden argument*/NULL);
int32_t L_32 = ___emLength2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_0;
NullCheck(L_33);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_34 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(8, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))), (int32_t)3)), /*hidden argument*/NULL);
V_2 = L_34;
int32_t L_35 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_0;
NullCheck(L_36);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))), (int32_t)3)));
V_3 = L_37;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_3;
NullCheck(L_38);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)1);
V_6 = 2;
goto IL_00cf;
}
IL_00c0:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = V_3;
int32_t L_40 = V_6;
NullCheck(L_39);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(L_40), (uint8_t)((int32_t)255));
int32_t L_41 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
}
IL_00cf:
{
int32_t L_42 = V_6;
int32_t L_43 = V_2;
if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)2)))))
{
goto IL_00c0;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_3;
int32_t L_46 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = V_0;
NullCheck(L_47);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_44, 0, (RuntimeArray *)(RuntimeArray *)L_45, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)3)), (((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_3;
return L_48;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::MGF1(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___mgfSeed1, int32_t ___maskLen2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
int32_t V_5 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
int32_t V_7 = 0;
{
int32_t L_0 = ___maskLen2;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000a;
}
}
{
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_1 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_m52B5CBD67B25B7D295D39D739B64DA09D7C92F2D(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE_RuntimeMethod_var);
}
IL_000a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___mgfSeed1;
NullCheck(L_2);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))));
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_3 = ___hash0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_3);
V_1 = ((int32_t)((int32_t)L_4>>(int32_t)3));
int32_t L_5 = ___maskLen2;
int32_t L_6 = V_1;
V_2 = ((int32_t)((int32_t)L_5/(int32_t)L_6));
int32_t L_7 = ___maskLen2;
int32_t L_8 = V_1;
if (!((int32_t)((int32_t)L_7%(int32_t)L_8)))
{
goto IL_0024;
}
}
{
int32_t L_9 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0024:
{
int32_t L_10 = V_2;
int32_t L_11 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)L_11)));
V_3 = L_12;
int32_t L_13 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)4)));
V_4 = L_14;
V_5 = 0;
V_7 = 0;
goto IL_007a;
}
IL_003f:
{
int32_t L_15 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = PKCS1_I2OSP_mF5921198A1118B72CB1F3BC8D7C64E7815EC01BD(L_15, 4, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___mgfSeed1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_4;
int32_t L_19 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, 0, L_19, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_4;
int32_t L_21 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_20, L_21, 4, /*hidden argument*/NULL);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_22 = ___hash0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_4;
NullCheck(L_22);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_22, L_23, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_3;
int32_t L_26 = V_5;
int32_t L_27 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_24, 0, (RuntimeArray *)(RuntimeArray *)L_25, L_26, L_27, /*hidden argument*/NULL);
int32_t L_28 = V_5;
int32_t L_29 = V_1;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29));
int32_t L_30 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_007a:
{
int32_t L_31 = V_7;
int32_t L_32 = V_2;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_003f;
}
}
{
int32_t L_33 = ___maskLen2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_33);
V_6 = L_34;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_6;
int32_t L_37 = ___maskLen2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_35, 0, (RuntimeArray *)(RuntimeArray *)L_36, 0, L_37, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_6;
return L_38;
}
}
// System.Security.Cryptography.HashAlgorithm Mono.Security.Cryptography.PKCS1::CreateFromName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = ___name0;
uint32_t L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A(L_0, /*hidden argument*/NULL);
V_0 = L_1;
uint32_t L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)1935726387)))))
{
goto IL_0044;
}
}
{
uint32_t L_3 = V_0;
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)415037492)))))
{
goto IL_002f;
}
}
{
uint32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)206706215))))
{
goto IL_00e5;
}
}
{
uint32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)415037492))))
{
goto IL_00a9;
}
}
{
goto IL_0124;
}
IL_002f:
{
uint32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)1918948768))))
{
goto IL_0088;
}
}
{
uint32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)1935726387))))
{
goto IL_009a;
}
}
{
goto IL_0124;
}
IL_0044:
{
uint32_t L_8 = V_0;
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)-1330447974)))))
{
goto IL_0061;
}
}
{
uint32_t L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)2019614482))))
{
goto IL_0076;
}
}
{
uint32_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)-1330447974))))
{
goto IL_00b8;
}
}
{
goto IL_0124;
}
IL_0061:
{
uint32_t L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)-1267551733))))
{
goto IL_00d6;
}
}
{
uint32_t L_12 = V_0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)-1240198026))))
{
goto IL_00c7;
}
}
{
goto IL_0124;
}
IL_0076:
{
String_t* L_13 = ___name0;
bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteral83BD2260257D398076A738813A94BD2F37D6F282, /*hidden argument*/NULL);
if (L_14)
{
goto IL_00f4;
}
}
{
goto IL_0124;
}
IL_0088:
{
String_t* L_15 = ___name0;
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteral86E9FFF1D00C68995BA96D3B00B707D9685F6995, /*hidden argument*/NULL);
if (L_16)
{
goto IL_00fa;
}
}
{
goto IL_0124;
}
IL_009a:
{
String_t* L_17 = ___name0;
bool L_18 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, _stringLiteralB773BED04A48DE200B96981BB79467413A222066, /*hidden argument*/NULL);
if (L_18)
{
goto IL_0100;
}
}
{
goto IL_0124;
}
IL_00a9:
{
String_t* L_19 = ___name0;
bool L_20 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL);
if (L_20)
{
goto IL_0106;
}
}
{
goto IL_0124;
}
IL_00b8:
{
String_t* L_21 = ___name0;
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteralB92E713B21B29946A52E5FFE714C82EB670E98F9, /*hidden argument*/NULL);
if (L_22)
{
goto IL_010c;
}
}
{
goto IL_0124;
}
IL_00c7:
{
String_t* L_23 = ___name0;
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral5AB8FB3BA84C84C0B9929FD9B6D13F639D3078BB, /*hidden argument*/NULL);
if (L_24)
{
goto IL_0112;
}
}
{
goto IL_0124;
}
IL_00d6:
{
String_t* L_25 = ___name0;
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteral42CC065F07E499226AC12F2671F652ACFDAF3D73, /*hidden argument*/NULL);
if (L_26)
{
goto IL_0118;
}
}
{
goto IL_0124;
}
IL_00e5:
{
String_t* L_27 = ___name0;
bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, _stringLiteralB40D6CD4CF673AC976ECA2909907795C34BC177E, /*hidden argument*/NULL);
if (L_28)
{
goto IL_011e;
}
}
{
goto IL_0124;
}
IL_00f4:
{
MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 * L_29 = MD2_Create_m36C83D189796BDF2C5003688843F5643D12D60BD(/*hidden argument*/NULL);
return L_29;
}
IL_00fa:
{
MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 * L_30 = MD4_Create_m7CC02FECCF975814C855B73457655079AADA65DC(/*hidden argument*/NULL);
return L_30;
}
IL_0100:
{
MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * L_31 = MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE(/*hidden argument*/NULL);
return L_31;
}
IL_0106:
{
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_32 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL);
return L_32;
}
IL_010c:
{
SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD * L_33 = SHA256_Create_mBB1886B9CB89D706FB87832AB8EC74F3BD835C3F(/*hidden argument*/NULL);
return L_33;
}
IL_0112:
{
SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37 * L_34 = SHA384_Create_m1DB8E3BCF13E7A7A3903B0609491D6A1170C0695(/*hidden argument*/NULL);
return L_34;
}
IL_0118:
{
SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936 * L_35 = SHA512_Create_mFAF244BD7F518A7FFCC07C8858EAC625FDA7B25E(/*hidden argument*/NULL);
return L_35;
}
IL_011e:
{
RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9 * L_36 = RIPEMD160_Create_mA05D45DE1F4811F68B3BFE07CE48E025916D93F0(/*hidden argument*/NULL);
return L_36;
}
IL_0124:
{
}
IL_0125:
try
{ // begin try (depth: 1)
String_t* L_37 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_38 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_mCF0A3B28889C9FFB9987C8D30C23DF0912E7C00C, L_37, "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089");
RuntimeObject * L_39 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16(L_38, /*hidden argument*/NULL);
V_1 = ((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)CastclassClass((RuntimeObject*)L_39, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA_il2cpp_TypeInfo_var));
goto IL_014a;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0138;
throw e;
}
CATCH_0138:
{ // begin catch(System.Object)
String_t* L_40 = ___name0;
String_t* L_41 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral605F515DB23E613CEB4831C6EACE4C2B023EAEAB, L_40, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_42 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_42, L_41, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420_RuntimeMethod_var);
} // end catch (depth: 1)
IL_014a:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_43 = V_1;
return L_43;
}
}
// System.Void Mono.Security.Cryptography.PKCS1::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS1__cctor_mB631F24E12F93448DEDDC356A28C7909F096EF7D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1__cctor_mB631F24E12F93448DEDDC356A28C7909F096EF7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->set_emptySHA1_0(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL);
((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->set_emptySHA256_1(L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_8 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL);
((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->set_emptySHA384_2(L_7);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = L_9;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_11 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____E75835D001C843F156FBA01B001DFE1B8029AC17_129_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL);
((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->set_emptySHA512_3(L_10);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_mB4642CBDFDB47AB0247235D33B9F0271F2F1131E (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_m07345021935BB4EBCDF2CD8A3D15497A313BEF85 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
{
{
EncryptedPrivateKeyInfo__ctor_mB4642CBDFDB47AB0247235D33B9F0271F2F1131E(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.String Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::get_Algorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EncryptedPrivateKeyInfo_get_Algorithm_m626A4AD3CB19EE2BFD91177BDC3B5E0D03979B28 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__algorithm_0();
return L_0;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::get_EncryptedData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_3();
if (!L_0)
{
goto IL_0019;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__data_3();
NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
IL_0019:
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::get_Salt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__salt_1();
if (L_0)
{
goto IL_0024;
}
}
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
__this->set__salt_1(L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__salt_1();
NullCheck(L_1);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_3);
}
IL_0024:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__salt_1();
NullCheck((RuntimeArray *)(RuntimeArray *)L_4);
RuntimeObject * L_5 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_5, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Int32 Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::get_IterationCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EncryptedPrivateKeyInfo_get_IterationCount_m95FE87D3494C63317BE65BFB8087CB26D6A5E7F7 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__iterations_2();
return L_0;
}
}
// System.Void Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::Decode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_1 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B2_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B1_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B4_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B3_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B6_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B5_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B14_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B7_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B9_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B9_1 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B8_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B8_1 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B11_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B11_1 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B10_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B10_1 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B13_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B12_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = L_1;
NullCheck(L_2);
uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL);
G_B1_0 = L_2;
if ((((int32_t)L_3) == ((int32_t)((int32_t)48))))
{
G_B2_0 = L_2;
goto IL_001b;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteralDCABF61621CAD370E5A1627F06A24046C669ADF8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var);
}
IL_001b:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = G_B2_0;
NullCheck(L_5);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL);
V_0 = L_6;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_0;
NullCheck(L_7);
uint8_t L_8 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_7, /*hidden argument*/NULL);
G_B3_0 = L_5;
if ((((int32_t)L_8) == ((int32_t)((int32_t)48))))
{
G_B4_0 = L_5;
goto IL_0038;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_9 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_9, _stringLiteralBD9F58A710FAC588AA107D63418A112D1F511D9C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var);
}
IL_0038:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = V_0;
NullCheck(L_10);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_10, 0, /*hidden argument*/NULL);
V_1 = L_11;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = V_1;
NullCheck(L_12);
uint8_t L_13 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_12, /*hidden argument*/NULL);
G_B5_0 = G_B4_0;
if ((((int32_t)L_13) == ((int32_t)6)))
{
G_B6_0 = G_B4_0;
goto IL_0054;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_14 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_14, _stringLiteralB6A6783D731A42C54B01BD71A6FD5F120594BE18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var);
}
IL_0054:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = V_1;
String_t* L_16 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_15, /*hidden argument*/NULL);
__this->set__algorithm_0(L_16);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = V_0;
NullCheck(L_17);
int32_t L_18 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_17, /*hidden argument*/NULL);
G_B7_0 = G_B6_0;
if ((((int32_t)L_18) <= ((int32_t)1)))
{
G_B14_0 = G_B6_0;
goto IL_00d7;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = V_0;
NullCheck(L_19);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_19, 1, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_21 = L_20;
NullCheck(L_21);
uint8_t L_22 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_21, /*hidden argument*/NULL);
G_B8_0 = L_21;
G_B8_1 = G_B7_0;
if ((((int32_t)L_22) == ((int32_t)((int32_t)48))))
{
G_B9_0 = L_21;
G_B9_1 = G_B7_0;
goto IL_0085;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_23 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_23, _stringLiteral613FFB9B58FE9C68FF1D6DE407465C3D9BE81982, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var);
}
IL_0085:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = G_B9_0;
NullCheck(L_24);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_24, 0, /*hidden argument*/NULL);
V_3 = L_25;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = V_3;
NullCheck(L_26);
uint8_t L_27 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_26, /*hidden argument*/NULL);
G_B10_0 = L_24;
G_B10_1 = G_B9_1;
if ((((int32_t)L_27) == ((int32_t)4)))
{
G_B11_0 = L_24;
G_B11_1 = G_B9_1;
goto IL_00a1;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_28 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_28, _stringLiteralEC870C8EC386B18E4953A9C1A441B73E787FE3E3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var);
}
IL_00a1:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_3;
NullCheck(L_29);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_29, /*hidden argument*/NULL);
__this->set__salt_1(L_30);
NullCheck(G_B11_0);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_31 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B11_0, 1, /*hidden argument*/NULL);
V_4 = L_31;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = V_4;
NullCheck(L_32);
uint8_t L_33 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_32, /*hidden argument*/NULL);
G_B12_0 = G_B11_1;
if ((((int32_t)L_33) == ((int32_t)2)))
{
G_B13_0 = G_B11_1;
goto IL_00ca;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_34 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_34, _stringLiteralA28F5F35CE0911B6863CEB2418D166A24D8E77FA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var);
}
IL_00ca:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_35 = V_4;
int32_t L_36 = ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75(L_35, /*hidden argument*/NULL);
__this->set__iterations_2(L_36);
G_B14_0 = G_B13_0;
}
IL_00d7:
{
NullCheck(G_B14_0);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B14_0, 1, /*hidden argument*/NULL);
V_2 = L_37;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_38 = V_2;
NullCheck(L_38);
uint8_t L_39 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_38, /*hidden argument*/NULL);
if ((((int32_t)L_39) == ((int32_t)4)))
{
goto IL_00f2;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_40 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_40, _stringLiteral8CE5CDE3AE12BB7F114211660525770636C8128A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var);
}
IL_00f2:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_41 = V_2;
NullCheck(L_41);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_41, /*hidden argument*/NULL);
__this->set__data_3(L_42);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_mFFC093CE8E4AD3CBC1BBFF193CB96BA4359D88B2 (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PrivateKeyInfo__ctor_mFFC093CE8E4AD3CBC1BBFF193CB96BA4359D88B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set__version_0(0);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL);
__this->set__list_3(L_0);
return;
}
}
// System.Void Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
{
{
PrivateKeyInfo__ctor_mFFC093CE8E4AD3CBC1BBFF193CB96BA4359D88B2(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::get_PrivateKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__key_2();
if (L_0)
{
goto IL_000a;
}
}
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_000a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__key_2();
NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Void Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::Decode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_1 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL;
int32_t V_5 = 0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B6_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B5_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = V_0;
NullCheck(L_2);
uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)((int32_t)48))))
{
goto IL_001c;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteral2BBCCAEF340E6A667F3B3DEDEBD6B2545083F4B4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_RuntimeMethod_var);
}
IL_001c:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = V_0;
NullCheck(L_5);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL);
V_1 = L_6;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_1;
NullCheck(L_7);
uint8_t L_8 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) == ((int32_t)2)))
{
goto IL_0038;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_9 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_9, _stringLiteralAE01F992CF8E34DD0175C6CC6992DE1FB67CFFCF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_RuntimeMethod_var);
}
IL_0038:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = V_1;
NullCheck(L_10);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_10, /*hidden argument*/NULL);
NullCheck(L_11);
int32_t L_12 = 0;
uint8_t L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
__this->set__version_0(L_13);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = V_0;
NullCheck(L_14);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_14, 1, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = L_15;
NullCheck(L_16);
uint8_t L_17 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_16, /*hidden argument*/NULL);
G_B5_0 = L_16;
if ((((int32_t)L_17) == ((int32_t)((int32_t)48))))
{
G_B6_0 = L_16;
goto IL_0062;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_18 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_18, _stringLiteralB6A6783D731A42C54B01BD71A6FD5F120594BE18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_RuntimeMethod_var);
}
IL_0062:
{
NullCheck(G_B6_0);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B6_0, 0, /*hidden argument*/NULL);
V_2 = L_19;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = V_2;
NullCheck(L_20);
uint8_t L_21 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_20, /*hidden argument*/NULL);
if ((((int32_t)L_21) == ((int32_t)6)))
{
goto IL_007d;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_22 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_22, _stringLiteral84FF1FC8EFD0C9C1C39DF85058324C2B8AAAC64C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_RuntimeMethod_var);
}
IL_007d:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = V_2;
String_t* L_24 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_23, /*hidden argument*/NULL);
__this->set__algorithm_1(L_24);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = V_0;
NullCheck(L_25);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_25, 2, /*hidden argument*/NULL);
V_3 = L_26;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_27 = V_3;
NullCheck(L_27);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_27, /*hidden argument*/NULL);
__this->set__key_2(L_28);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_0;
NullCheck(L_29);
int32_t L_30 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_29, /*hidden argument*/NULL);
if ((((int32_t)L_30) <= ((int32_t)3)))
{
goto IL_00da;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_31 = V_0;
NullCheck(L_31);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_31, 3, /*hidden argument*/NULL);
V_4 = L_32;
V_5 = 0;
goto IL_00cf;
}
IL_00b4:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_33 = __this->get__list_3();
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = V_4;
int32_t L_35 = V_5;
NullCheck(L_34);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_36 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_34, L_35, /*hidden argument*/NULL);
NullCheck(L_33);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_33, L_36);
int32_t L_37 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
}
IL_00cf:
{
int32_t L_38 = V_5;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_39 = V_4;
NullCheck(L_39);
int32_t L_40 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_39, /*hidden argument*/NULL);
if ((((int32_t)L_38) < ((int32_t)L_40)))
{
goto IL_00b4;
}
}
IL_00da:
{
return;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::RemoveLeadingZero(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bigInt0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
{
V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bigInt0;
NullCheck(L_0);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bigInt0;
NullCheck(L_1);
int32_t L_2 = 0;
uint8_t L_3 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
if (L_3)
{
goto IL_0011;
}
}
{
V_0 = 1;
int32_t L_4 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
}
IL_0011:
{
int32_t L_5 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_2 = L_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___bigInt0;
int32_t L_8 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_2;
int32_t L_10 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_7, L_8, (RuntimeArray *)(RuntimeArray *)L_9, 0, L_10, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_2;
return L_11;
}
}
// System.Byte[] Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::Normalize(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bigInt0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bigInt0;
NullCheck(L_0);
int32_t L_1 = ___length1;
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((uint32_t)L_1))))
{
goto IL_0008;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bigInt0;
return L_2;
}
IL_0008:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___bigInt0;
NullCheck(L_3);
int32_t L_4 = ___length1;
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) <= ((int32_t)L_4)))
{
goto IL_0015;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___bigInt0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7(L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0015:
{
int32_t L_7 = ___length1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_0 = L_8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___bigInt0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0;
int32_t L_11 = ___length1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bigInt0;
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bigInt0;
NullCheck(L_13);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_9, 0, (RuntimeArray *)(RuntimeArray *)L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0;
return L_14;
}
}
// System.Security.Cryptography.RSA Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::DecodeRSA(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keypair0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___keypair0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = V_0;
NullCheck(L_2);
uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)((int32_t)48))))
{
goto IL_001c;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteralB69A13D63C5676008946ACB845A85AF96AEE9389, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_RuntimeMethod_var);
}
IL_001c:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = V_0;
NullCheck(L_5);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL);
NullCheck(L_6);
uint8_t L_7 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_6, /*hidden argument*/NULL);
if ((((int32_t)L_7) == ((int32_t)2)))
{
goto IL_0036;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_8 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_8, _stringLiteral9DB65CFA2237AB1A2FB1D568E668EC18B0803849, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_RuntimeMethod_var);
}
IL_0036:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_10) >= ((int32_t)((int32_t)9))))
{
goto IL_004b;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_11 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_11, _stringLiteral1D9F018C6242ECF50722E7E37BA5BA97733D3906, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_RuntimeMethod_var);
}
IL_004b:
{
il2cpp_codegen_initobj((&V_1), sizeof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 ));
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = V_0;
NullCheck(L_12);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_12, 1, /*hidden argument*/NULL);
NullCheck(L_13);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_13, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7(L_14, /*hidden argument*/NULL);
(&V_1)->set_Modulus_1(L_15);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_16 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_16.get_Modulus_1();
NullCheck(L_17);
V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))));
int32_t L_18 = V_2;
V_3 = ((int32_t)((int32_t)L_18>>(int32_t)1));
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = V_0;
NullCheck(L_19);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_19, 3, /*hidden argument*/NULL);
NullCheck(L_20);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_20, /*hidden argument*/NULL);
int32_t L_22 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_21, L_22, /*hidden argument*/NULL);
(&V_1)->set_D_7(L_23);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = V_0;
NullCheck(L_24);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_24, 6, /*hidden argument*/NULL);
NullCheck(L_25);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_25, /*hidden argument*/NULL);
int32_t L_27 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_26, L_27, /*hidden argument*/NULL);
(&V_1)->set_DP_4(L_28);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_0;
NullCheck(L_29);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_30 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_29, 7, /*hidden argument*/NULL);
NullCheck(L_30);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_30, /*hidden argument*/NULL);
int32_t L_32 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_31, L_32, /*hidden argument*/NULL);
(&V_1)->set_DQ_5(L_33);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = V_0;
NullCheck(L_34);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_35 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_34, 2, /*hidden argument*/NULL);
NullCheck(L_35);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_35, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7(L_36, /*hidden argument*/NULL);
(&V_1)->set_Exponent_0(L_37);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_38 = V_0;
NullCheck(L_38);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_39 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_38, 8, /*hidden argument*/NULL);
NullCheck(L_39);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_39, /*hidden argument*/NULL);
int32_t L_41 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_40, L_41, /*hidden argument*/NULL);
(&V_1)->set_InverseQ_6(L_42);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_43 = V_0;
NullCheck(L_43);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_44 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_43, 4, /*hidden argument*/NULL);
NullCheck(L_44);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_44, /*hidden argument*/NULL);
int32_t L_46 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_45, L_46, /*hidden argument*/NULL);
(&V_1)->set_P_2(L_47);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_48 = V_0;
NullCheck(L_48);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_49 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_48, 5, /*hidden argument*/NULL);
NullCheck(L_49);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_49, /*hidden argument*/NULL);
int32_t L_51 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_50, L_51, /*hidden argument*/NULL);
(&V_1)->set_Q_3(L_52);
V_4 = (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 *)NULL;
}
IL_0129:
try
{ // begin try (depth: 1)
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_53 = RSA_Create_m1AF30C2FAB458D7291DA15B4D2650AE7507DEDAB(/*hidden argument*/NULL);
V_4 = L_53;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_54 = V_4;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_55 = V_1;
NullCheck(L_54);
VirtActionInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_54, L_55);
goto IL_0158;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_013a;
throw e;
}
CATCH_013a:
{ // begin catch(System.Security.Cryptography.CryptographicException)
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_56 = (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 *)il2cpp_codegen_object_new(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var);
CspParameters__ctor_m6C7ED4CF3021168DC6CEFB0FECC591547DCE4342(L_56, /*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_57 = L_56;
NullCheck(L_57);
CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F(L_57, 1, /*hidden argument*/NULL);
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_58 = (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var);
RSACryptoServiceProvider__ctor_m1688FF86ACB164CE19D754507AA1D87535BC2A30(L_58, L_57, /*hidden argument*/NULL);
V_4 = L_58;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_59 = V_4;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_60 = V_1;
NullCheck(L_59);
VirtActionInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_59, L_60);
goto IL_0158;
} // end catch (depth: 1)
IL_0158:
{
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_61 = V_4;
return L_61;
}
}
// System.Security.Cryptography.DSA Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::DecodeDSA(System.Byte[],System.Security.Cryptography.DSAParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___privateKey0, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ___dsaParameters1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___privateKey0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = V_0;
NullCheck(L_2);
uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)2)))
{
goto IL_001b;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteralB69A13D63C5676008946ACB845A85AF96AEE9389, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31_RuntimeMethod_var);
}
IL_001b:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = V_0;
NullCheck(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_5, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_6, ((int32_t)20), /*hidden argument*/NULL);
(&___dsaParameters1)->set_X_5(L_7);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_8 = DSA_Create_m727400EBC98FEDC4F43DD568D974EDC1CD2868BA(/*hidden argument*/NULL);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_9 = L_8;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_10 = ___dsaParameters1;
NullCheck(L_9);
VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_9, L_10);
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.RC4::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4__ctor_mC5832FCEC7386029697E64BA5C9417843B385DE1 (RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RC4__ctor_mC5832FCEC7386029697E64BA5C9417843B385DE1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SymmetricAlgorithm__ctor_mA48D09DF35BE5C20350B379682F1F7FE1278F755(__this, /*hidden argument*/NULL);
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeySizeValue_6(((int32_t)128));
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_BlockSizeValue_0(((int32_t)64));
int32_t L_0 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_BlockSizeValue_0();
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_FeedbackSizeValue_1(L_0);
IL2CPP_RUNTIME_CLASS_INIT(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = ((RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var))->get_s_legalBlockSizes_9();
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_LegalBlockSizesValue_4(L_1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_2 = ((RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var))->get_s_legalKeySizes_10();
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_LegalKeySizesValue_5(L_2);
return;
}
}
// System.Byte[] Mono.Security.Cryptography.RC4::get_IV()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* RC4_get_IV_m8D5D90FF02D5DB409F8CB5BBD575A46A05928565 (RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RC4_get_IV_m8D5D90FF02D5DB409F8CB5BBD575A46A05928565_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
return L_0;
}
}
// System.Void Mono.Security.Cryptography.RC4::set_IV(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4_set_IV_mDD2009A54342ECCA11041893D72DC88D03050EA4 (RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
{
return;
}
}
// Mono.Security.Cryptography.RC4 Mono.Security.Cryptography.RC4::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * RC4_Create_m52D2B01E3CB9AEF1D6CA078AD8119B194A8B4436 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RC4_Create_m52D2B01E3CB9AEF1D6CA078AD8119B194A8B4436_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * L_0 = (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 *)il2cpp_codegen_object_new(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4_il2cpp_TypeInfo_var);
ARC4Managed__ctor_mA66A866D58CBACF8BAF2F6ABB50013CB1EB498AB(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void Mono.Security.Cryptography.RC4::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4__cctor_m4279215E0A88AB75DE0676F8D4A43EC2810E7153 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RC4__cctor_m4279215E0A88AB75DE0676F8D4A43EC2810E7153_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = L_0;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_2 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var);
KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_2, ((int32_t)64), ((int32_t)64), 0, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_2);
((RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var))->set_s_legalBlockSizes_9(L_1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_3 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_4 = L_3;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_5 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var);
KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_5, ((int32_t)40), ((int32_t)2048), 8, /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_5);
((RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var))->set_s_legalKeySizes_10(L_4);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.RSAManaged::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged__ctor_m699C55D2A9C4C74BE49D79CCB52F31DA320D7C15 (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, int32_t ___keySize0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged__ctor_m699C55D2A9C4C74BE49D79CCB52F31DA320D7C15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_keyBlinding_3((bool)1);
RSA__ctor_m5B3A9F1525FBE259BD7A5123F9A7ADE4B07BE683(__this, /*hidden argument*/NULL);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1);
((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->set_LegalKeySizesValue_1(L_0);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = ((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->get_LegalKeySizesValue_1();
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_2 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var);
KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_2, ((int32_t)384), ((int32_t)16384), 8, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_2);
int32_t L_3 = ___keySize0;
AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D(__this, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.Cryptography.RSAManaged::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_Finalize_m8E2E584803BED107538B107A3DB8B05E92D0ABC3 (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
// System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_2 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_3 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_4 = NULL;
{
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this);
V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))>>(int32_t)1));
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this);
int32_t L_2 = V_0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2));
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_3 = BigInteger_op_Implicit_m8FC65295DF8A02AFACD4118E19156DB6BE430417(((int32_t)65537), /*hidden argument*/NULL);
__this->set_e_13(L_3);
}
IL_0024:
{
int32_t L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_5 = BigInteger_GeneratePseudoPrime_mF641CA5C1E5F8230B540C41683045BD65C7B0B57(L_4, /*hidden argument*/NULL);
__this->set_p_7(L_5);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_6 = __this->get_p_7();
uint32_t L_7 = BigInteger_op_Modulus_m87DF0D870DA7481DCC9E22F488E173DB66B8BAD2(L_6, ((int32_t)65537), /*hidden argument*/NULL);
if ((((int32_t)L_7) == ((int32_t)1)))
{
goto IL_0024;
}
}
IL_0043:
{
int32_t L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_9 = BigInteger_GeneratePseudoPrime_mF641CA5C1E5F8230B540C41683045BD65C7B0B57(L_8, /*hidden argument*/NULL);
__this->set_q_8(L_9);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_10 = __this->get_q_8();
uint32_t L_11 = BigInteger_op_Modulus_m87DF0D870DA7481DCC9E22F488E173DB66B8BAD2(L_10, ((int32_t)65537), /*hidden argument*/NULL);
if ((((int32_t)L_11) == ((int32_t)1)))
{
goto IL_0043;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_12 = __this->get_p_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = __this->get_q_8();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_14 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_12, L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0043;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_15 = __this->get_p_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_16 = __this->get_q_8();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_17 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_15, L_16, /*hidden argument*/NULL);
__this->set_n_12(L_17);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_18 = __this->get_n_12();
NullCheck(L_18);
int32_t L_19 = BigInteger_BitCount_m55F891B0F0CB6EA74B7D9DF946AA76CB3B0BC487(L_18, /*hidden argument*/NULL);
int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this);
if ((((int32_t)L_19) == ((int32_t)L_20)))
{
goto IL_00c0;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_21 = __this->get_p_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = __this->get_q_8();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_23 = BigInteger_op_LessThan_mCD33316F29326849C4C06380C2D8A82B4C3AEBA1(L_21, L_22, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_0043;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_24 = __this->get_q_8();
__this->set_p_7(L_24);
goto IL_0043;
}
IL_00c0:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_25 = __this->get_p_7();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_26 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_27 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_25, L_26, /*hidden argument*/NULL);
V_2 = L_27;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_28 = __this->get_q_8();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_29 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_30 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_28, L_29, /*hidden argument*/NULL);
V_3 = L_30;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_31 = V_2;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_32 = V_3;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_33 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_31, L_32, /*hidden argument*/NULL);
V_4 = L_33;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_34 = __this->get_e_13();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_35 = V_4;
NullCheck(L_34);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_36 = BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3(L_34, L_35, /*hidden argument*/NULL);
__this->set_d_6(L_36);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_37 = __this->get_d_6();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_38 = V_2;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_39 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_37, L_38, /*hidden argument*/NULL);
__this->set_dp_9(L_39);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_40 = __this->get_d_6();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_41 = V_3;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_42 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_40, L_41, /*hidden argument*/NULL);
__this->set_dq_10(L_42);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_43 = __this->get_q_8();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_44 = __this->get_p_7();
NullCheck(L_43);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_45 = BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3(L_43, L_44, /*hidden argument*/NULL);
__this->set_qInv_11(L_45);
__this->set_keypairGenerated_4((bool)1);
__this->set_isCRTpossible_2((bool)1);
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_46 = __this->get_KeyGenerated_14();
if (!L_46)
{
goto IL_015e;
}
}
{
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_47 = __this->get_KeyGenerated_14();
NullCheck(L_47);
KeyGeneratedEventHandler_Invoke_mCECB2E15C59113C6F54E0A0927548E16FA38807D(L_47, __this, (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *)NULL, /*hidden argument*/NULL);
}
IL_015e:
{
return;
}
}
// System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAManaged_get_KeySize_m68D3929C5B0F89202785BC8E0BD472361CD0D232 (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_get_KeySize_m68D3929C5B0F89202785BC8E0BD472361CD0D232_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = __this->get_m_disposed_5();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RSAManaged_get_KeySize_m68D3929C5B0F89202785BC8E0BD472361CD0D232_RuntimeMethod_var);
}
IL_0018:
{
bool L_3 = __this->get_keypairGenerated_4();
if (!L_3)
{
goto IL_003b;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_4 = __this->get_n_12();
NullCheck(L_4);
int32_t L_5 = BigInteger_BitCount_m55F891B0F0CB6EA74B7D9DF946AA76CB3B0BC487(L_4, /*hidden argument*/NULL);
V_0 = L_5;
int32_t L_6 = V_0;
if (!((int32_t)((int32_t)L_6&(int32_t)7)))
{
goto IL_0039;
}
}
{
int32_t L_7 = V_0;
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)((int32_t)((int32_t)L_8&(int32_t)7))))));
}
IL_0039:
{
int32_t L_9 = V_0;
return L_9;
}
IL_003b:
{
int32_t L_10 = AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50_inline(__this, /*hidden argument*/NULL);
return L_10;
}
}
// System.String Mono.Security.Cryptography.RSAManaged::get_KeyExchangeAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAManaged_get_KeyExchangeAlgorithm_m98F821A0320B6E9DCD42699DF35C6523CAFD4A60 (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_get_KeyExchangeAlgorithm_m98F821A0320B6E9DCD42699DF35C6523CAFD4A60_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralF50AF791C22458170CCED364010CD5074021C196;
}
}
// System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m0E75FCF0C80BF3D1D810F070EB5CC403D004BDAC (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_get_PublicOnly_m0E75FCF0C80BF3D1D810F070EB5CC403D004BDAC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_keypairGenerated_4();
if (!L_0)
{
goto IL_0025;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_d_6();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_2 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_1, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0023;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_3 = __this->get_n_12();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_4 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_3, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
return L_4;
}
IL_0023:
{
return (bool)1;
}
IL_0025:
{
return (bool)0;
}
}
// System.String Mono.Security.Cryptography.RSAManaged::get_SignatureAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAManaged_get_SignatureAlgorithm_m95A87C3EFC2096006A72643EBD80C07D9C130946 (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_get_SignatureAlgorithm_m95A87C3EFC2096006A72643EBD80C07D9C130946_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralD8420BA2B27245C8FEDFDF3B79667EFDDAEB932F;
}
}
// System.Byte[] Mono.Security.Cryptography.RSAManaged::DecryptValue(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* RSAManaged_DecryptValue_mFEBF3937DCCD1562F45E9951BE21A2A7811B6940 (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_DecryptValue_mFEBF3937DCCD1562F45E9951BE21A2A7811B6940_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_0 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_1 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_2 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_3 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_4 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_5 = NULL;
{
bool L_0 = __this->get_m_disposed_5();
if (!L_0)
{
goto IL_0013;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralB363188698B5DF818AFB49A15F193506D43DD531, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RSAManaged_DecryptValue_mFEBF3937DCCD1562F45E9951BE21A2A7811B6940_RuntimeMethod_var);
}
IL_0013:
{
bool L_2 = __this->get_keypairGenerated_4();
if (L_2)
{
goto IL_0021;
}
}
{
RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC(__this, /*hidden argument*/NULL);
}
IL_0021:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___rgb0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_4 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_4, L_3, /*hidden argument*/NULL);
V_0 = L_4;
V_1 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL;
bool L_5 = __this->get_keyBlinding_3();
if (!L_5)
{
goto IL_0067;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_6 = __this->get_n_12();
NullCheck(L_6);
int32_t L_7 = BigInteger_BitCount_m55F891B0F0CB6EA74B7D9DF946AA76CB3B0BC487(L_6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_8 = BigInteger_GenerateRandom_m34FB180E0F6613E9886F29FF5B820680A5295CAA(L_7, /*hidden argument*/NULL);
V_1 = L_8;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_9 = V_1;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_10 = __this->get_e_13();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_11 = __this->get_n_12();
NullCheck(L_9);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_12 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_9, L_10, L_11, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = V_0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_14 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_12, L_13, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_15 = __this->get_n_12();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_16 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_14, L_15, /*hidden argument*/NULL);
V_0 = L_16;
}
IL_0067:
{
bool L_17 = __this->get_isCRTpossible_2();
if (!L_17)
{
goto IL_011c;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_18 = V_0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_19 = __this->get_dp_9();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_20 = __this->get_p_7();
NullCheck(L_18);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_21 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_18, L_19, L_20, /*hidden argument*/NULL);
V_3 = L_21;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = V_0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_23 = __this->get_dq_10();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_24 = __this->get_q_8();
NullCheck(L_22);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_25 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_22, L_23, L_24, /*hidden argument*/NULL);
V_4 = L_25;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_26 = V_4;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_27 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_28 = BigInteger_op_GreaterThan_mB3E9827FF1AC89ADFB8A931EE1FD526B12EAB1FF(L_26, L_27, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00e5;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_29 = __this->get_p_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_30 = V_4;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_31 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_32 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_30, L_31, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_33 = __this->get_qInv_11();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_34 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_32, L_33, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_35 = __this->get_p_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_36 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_34, L_35, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_37 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_29, L_36, /*hidden argument*/NULL);
V_5 = L_37;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_38 = V_4;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_39 = __this->get_q_8();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_40 = V_5;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_41 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_39, L_40, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_42 = BigInteger_op_Addition_mA6531A198D787A5C5E6E28BBBF937219FDF53ED4(L_38, L_41, /*hidden argument*/NULL);
V_2 = L_42;
goto IL_0149;
}
IL_00e5:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_43 = V_3;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_44 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_45 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_43, L_44, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_46 = __this->get_qInv_11();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_47 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_45, L_46, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_48 = __this->get_p_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_49 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_47, L_48, /*hidden argument*/NULL);
V_5 = L_49;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_50 = V_4;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_51 = __this->get_q_8();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_52 = V_5;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_53 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_51, L_52, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_54 = BigInteger_op_Addition_mA6531A198D787A5C5E6E28BBBF937219FDF53ED4(L_50, L_53, /*hidden argument*/NULL);
V_2 = L_54;
goto IL_0149;
}
IL_011c:
{
bool L_55 = RSAManaged_get_PublicOnly_m0E75FCF0C80BF3D1D810F070EB5CC403D004BDAC(__this, /*hidden argument*/NULL);
if (L_55)
{
goto IL_0139;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_56 = V_0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_57 = __this->get_d_6();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_58 = __this->get_n_12();
NullCheck(L_56);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_59 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_56, L_57, L_58, /*hidden argument*/NULL);
V_2 = L_59;
goto IL_0149;
}
IL_0139:
{
String_t* L_60 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral2670DC29104B5CADE34CDE00349DE204F99C4B67, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_61 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_61, L_60, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, RSAManaged_DecryptValue_mFEBF3937DCCD1562F45E9951BE21A2A7811B6940_RuntimeMethod_var);
}
IL_0149:
{
bool L_62 = __this->get_keyBlinding_3();
if (!L_62)
{
goto IL_0175;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_63 = V_2;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_64 = V_1;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_65 = __this->get_n_12();
NullCheck(L_64);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_66 = BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3(L_64, L_65, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_67 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_63, L_66, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_68 = __this->get_n_12();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_69 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_67, L_68, /*hidden argument*/NULL);
V_2 = L_69;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_70 = V_1;
NullCheck(L_70);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_70, /*hidden argument*/NULL);
}
IL_0175:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_71 = V_2;
int32_t L_72 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_71, ((int32_t)((int32_t)L_72>>(int32_t)3)), /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_74 = V_0;
NullCheck(L_74);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_74, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_75 = V_2;
NullCheck(L_75);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_75, /*hidden argument*/NULL);
return L_73;
}
}
// System.Byte[] Mono.Security.Cryptography.RSAManaged::EncryptValue(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* RSAManaged_EncryptValue_mA5C433F6997FD3D1EAA4484DB73D0D655393F370 (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_EncryptValue_mA5C433F6997FD3D1EAA4484DB73D0D655393F370_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_0 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_1 = NULL;
{
bool L_0 = __this->get_m_disposed_5();
if (!L_0)
{
goto IL_0013;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralAB3545E7CF80C3B8067AB00954510610D5744451, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RSAManaged_EncryptValue_mA5C433F6997FD3D1EAA4484DB73D0D655393F370_RuntimeMethod_var);
}
IL_0013:
{
bool L_2 = __this->get_keypairGenerated_4();
if (L_2)
{
goto IL_0021;
}
}
{
RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC(__this, /*hidden argument*/NULL);
}
IL_0021:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___rgb0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_4 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_4, L_3, /*hidden argument*/NULL);
V_0 = L_4;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_5 = V_0;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_6 = __this->get_e_13();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_7 = __this->get_n_12();
NullCheck(L_5);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_8 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_5, L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_9 = V_1;
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_9, ((int32_t)((int32_t)L_10>>(int32_t)3)), /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_12 = V_0;
NullCheck(L_12);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_12, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = V_1;
NullCheck(L_13);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_13, /*hidden argument*/NULL);
return L_11;
}
}
// System.Security.Cryptography.RSAParameters Mono.Security.Cryptography.RSAManaged::ExportParameters(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_0;
memset((&V_0), 0, sizeof(V_0));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
int32_t V_2 = 0;
{
bool L_0 = __this->get_m_disposed_5();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E_RuntimeMethod_var);
}
IL_0018:
{
bool L_3 = __this->get_keypairGenerated_4();
if (L_3)
{
goto IL_0026;
}
}
{
RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC(__this, /*hidden argument*/NULL);
}
IL_0026:
{
il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 ));
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_4 = __this->get_e_13();
NullCheck(L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_4, /*hidden argument*/NULL);
(&V_0)->set_Exponent_0(L_5);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_6 = __this->get_n_12();
NullCheck(L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_6, /*hidden argument*/NULL);
(&V_0)->set_Modulus_1(L_7);
bool L_8 = ___includePrivateParameters0;
if (!L_8)
{
goto IL_0188;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_9 = __this->get_d_6();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_10 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_9, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0071;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_11 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_11, _stringLiteral1B455B5B6120697EB57C6A65C3F3E98FD311227A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E_RuntimeMethod_var);
}
IL_0071:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_12 = __this->get_d_6();
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_12, /*hidden argument*/NULL);
(&V_0)->set_D_7(L_13);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_14 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14.get_D_7();
NullCheck(L_15);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_16 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_16.get_Modulus_1();
NullCheck(L_17);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))))
{
goto IL_00cc;
}
}
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_18 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = L_18.get_Modulus_1();
NullCheck(L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))));
V_1 = L_20;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_21 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = L_21.get_D_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_1;
NullCheck(L_24);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_25 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = L_25.get_D_7();
NullCheck(L_26);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_27 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = L_27.get_D_7();
NullCheck(L_28);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_22, 0, (RuntimeArray *)(RuntimeArray *)L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_1;
(&V_0)->set_D_7(L_29);
}
IL_00cc:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_30 = __this->get_p_7();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_31 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_30, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_0188;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_32 = __this->get_q_8();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_33 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_32, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_33)
{
goto IL_0188;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_34 = __this->get_dp_9();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_35 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_34, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_35)
{
goto IL_0188;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_36 = __this->get_dq_10();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_37 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_36, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_0188;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_38 = __this->get_qInv_11();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_39 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_38, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_0188;
}
}
{
int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this);
V_2 = ((int32_t)((int32_t)L_40>>(int32_t)4));
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_41 = __this->get_p_7();
int32_t L_42 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_41, L_42, /*hidden argument*/NULL);
(&V_0)->set_P_2(L_43);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_44 = __this->get_q_8();
int32_t L_45 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_44, L_45, /*hidden argument*/NULL);
(&V_0)->set_Q_3(L_46);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_47 = __this->get_dp_9();
int32_t L_48 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_47, L_48, /*hidden argument*/NULL);
(&V_0)->set_DP_4(L_49);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_50 = __this->get_dq_10();
int32_t L_51 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_50, L_51, /*hidden argument*/NULL);
(&V_0)->set_DQ_5(L_52);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_53 = __this->get_qInv_11();
int32_t L_54 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_53, L_54, /*hidden argument*/NULL);
(&V_0)->set_InverseQ_6(L_55);
}
IL_0188:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_56 = V_0;
return L_56;
}
}
// System.Void Mono.Security.Cryptography.RSAManaged::ImportParameters(System.Security.Cryptography.RSAParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 ___parameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_2 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_3 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_4 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_5 = NULL;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_6 = NULL;
int32_t G_B22_0 = 0;
RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * G_B25_0 = NULL;
RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * G_B23_0 = NULL;
RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * G_B24_0 = NULL;
int32_t G_B26_0 = 0;
RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * G_B26_1 = NULL;
int32_t G_B35_0 = 0;
{
bool L_0 = __this->get_m_disposed_5();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_RuntimeMethod_var);
}
IL_0018:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_3 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3.get_Exponent_0();
if (L_4)
{
goto IL_0030;
}
}
{
String_t* L_5 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral1BFBA49274D5FFD04A381E293A69A95116E371E9, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_6 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_RuntimeMethod_var);
}
IL_0030:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_7 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_7.get_Modulus_1();
if (L_8)
{
goto IL_0048;
}
}
{
String_t* L_9 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralCF8640B2F06532BE2709134CF9028B273081AA99, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_10 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_RuntimeMethod_var);
}
IL_0048:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_11 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = L_11.get_Exponent_0();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_13, L_12, /*hidden argument*/NULL);
__this->set_e_13(L_13);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_14 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14.get_Modulus_1();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_16 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_16, L_15, /*hidden argument*/NULL);
__this->set_n_12(L_16);
V_2 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL;
__this->set_q_8((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_17 = V_2;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_18 = L_17;
V_2 = L_18;
__this->set_p_7(L_18);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_19 = V_2;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_20 = L_19;
V_2 = L_20;
__this->set_qInv_11(L_20);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_21 = V_2;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = L_21;
V_2 = L_22;
__this->set_dq_10(L_22);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_23 = V_2;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_24 = L_23;
V_2 = L_24;
__this->set_dp_9(L_24);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_25 = V_2;
__this->set_d_6(L_25);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_26 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = L_26.get_D_7();
if (!L_27)
{
goto IL_00b7;
}
}
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_28 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = L_28.get_D_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_30 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_30, L_29, /*hidden argument*/NULL);
__this->set_d_6(L_30);
}
IL_00b7:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_31 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = L_31.get_DP_4();
if (!L_32)
{
goto IL_00d0;
}
}
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_33 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33.get_DP_4();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_35 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_35, L_34, /*hidden argument*/NULL);
__this->set_dp_9(L_35);
}
IL_00d0:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_36 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = L_36.get_DQ_5();
if (!L_37)
{
goto IL_00e9;
}
}
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_38 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = L_38.get_DQ_5();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_40 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_40, L_39, /*hidden argument*/NULL);
__this->set_dq_10(L_40);
}
IL_00e9:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_41 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_41.get_InverseQ_6();
if (!L_42)
{
goto IL_0102;
}
}
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_43 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = L_43.get_InverseQ_6();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_45 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_45, L_44, /*hidden argument*/NULL);
__this->set_qInv_11(L_45);
}
IL_0102:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_46 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = L_46.get_P_2();
if (!L_47)
{
goto IL_011b;
}
}
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_48 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = L_48.get_P_2();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_50 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_50, L_49, /*hidden argument*/NULL);
__this->set_p_7(L_50);
}
IL_011b:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_51 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = L_51.get_Q_3();
if (!L_52)
{
goto IL_0134;
}
}
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_53 = ___parameters0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = L_53.get_Q_3();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_55 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_55, L_54, /*hidden argument*/NULL);
__this->set_q_8(L_55);
}
IL_0134:
{
__this->set_keypairGenerated_4((bool)1);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_56 = __this->get_p_7();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_57 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_56, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_57)
{
goto IL_0165;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_58 = __this->get_q_8();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_59 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_58, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_59)
{
goto IL_0165;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_60 = __this->get_dp_9();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_61 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_60, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
G_B22_0 = ((int32_t)(L_61));
goto IL_0166;
}
IL_0165:
{
G_B22_0 = 0;
}
IL_0166:
{
V_0 = (bool)G_B22_0;
bool L_62 = V_0;
G_B23_0 = __this;
if (!L_62)
{
G_B25_0 = __this;
goto IL_0187;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_63 = __this->get_dq_10();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_64 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_63, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
G_B24_0 = G_B23_0;
if (!L_64)
{
G_B25_0 = G_B23_0;
goto IL_0187;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_65 = __this->get_qInv_11();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_66 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_65, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
G_B26_0 = ((int32_t)(L_66));
G_B26_1 = G_B24_0;
goto IL_0188;
}
IL_0187:
{
G_B26_0 = 0;
G_B26_1 = G_B25_0;
}
IL_0188:
{
NullCheck(G_B26_1);
G_B26_1->set_isCRTpossible_2((bool)G_B26_0);
bool L_67 = V_0;
if (L_67)
{
goto IL_0191;
}
}
{
return;
}
IL_0191:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_68 = __this->get_n_12();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_69 = __this->get_p_7();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_70 = __this->get_q_8();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_71 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_69, L_70, /*hidden argument*/NULL);
bool L_72 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_68, L_71, /*hidden argument*/NULL);
V_1 = L_72;
bool L_73 = V_1;
if (!L_73)
{
goto IL_0256;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_74 = __this->get_p_7();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_75 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_76 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_74, L_75, /*hidden argument*/NULL);
V_3 = L_76;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_77 = __this->get_q_8();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_78 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_79 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_77, L_78, /*hidden argument*/NULL);
V_4 = L_79;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_80 = V_3;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_81 = V_4;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_82 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_80, L_81, /*hidden argument*/NULL);
V_5 = L_82;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_83 = __this->get_e_13();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_84 = V_5;
NullCheck(L_83);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_85 = BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3(L_83, L_84, /*hidden argument*/NULL);
V_6 = L_85;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_86 = __this->get_d_6();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_87 = V_6;
bool L_88 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_86, L_87, /*hidden argument*/NULL);
V_1 = L_88;
bool L_89 = V_1;
if (L_89)
{
goto IL_0256;
}
}
{
bool L_90 = __this->get_isCRTpossible_2();
if (!L_90)
{
goto IL_0256;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_91 = __this->get_dp_9();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_92 = V_6;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_93 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_94 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_92, L_93, /*hidden argument*/NULL);
bool L_95 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_91, L_94, /*hidden argument*/NULL);
if (!L_95)
{
goto IL_0254;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_96 = __this->get_dq_10();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_97 = V_6;
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_98 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_99 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_97, L_98, /*hidden argument*/NULL);
bool L_100 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_96, L_99, /*hidden argument*/NULL);
if (!L_100)
{
goto IL_0254;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_101 = __this->get_qInv_11();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_102 = __this->get_q_8();
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_103 = __this->get_p_7();
NullCheck(L_102);
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_104 = BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3(L_102, L_103, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_105 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_101, L_104, /*hidden argument*/NULL);
G_B35_0 = ((int32_t)(L_105));
goto IL_0255;
}
IL_0254:
{
G_B35_0 = 0;
}
IL_0255:
{
V_1 = (bool)G_B35_0;
}
IL_0256:
{
bool L_106 = V_1;
if (L_106)
{
goto IL_0269;
}
}
{
String_t* L_107 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralBA5B3EECE056B8FA19F9675DC6B2C3279F72B203, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_108 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_108, L_107, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_108, RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_RuntimeMethod_var);
}
IL_0269:
{
return;
}
}
// System.Void Mono.Security.Cryptography.RSAManaged::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_Dispose_m5948EC5DEFB0CF1E3C04EE0E86459314C67778CC (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_Dispose_m5948EC5DEFB0CF1E3C04EE0E86459314C67778CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_disposed_5();
if (L_0)
{
goto IL_010e;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_d_6();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_2 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_1, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002b;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_3 = __this->get_d_6();
NullCheck(L_3);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_3, /*hidden argument*/NULL);
__this->set_d_6((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_002b:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_4 = __this->get_p_7();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_5 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_4, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_004b;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_6 = __this->get_p_7();
NullCheck(L_6);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_6, /*hidden argument*/NULL);
__this->set_p_7((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_004b:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_7 = __this->get_q_8();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_8 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_7, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_006b;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_9 = __this->get_q_8();
NullCheck(L_9);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_9, /*hidden argument*/NULL);
__this->set_q_8((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_006b:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_10 = __this->get_dp_9();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_11 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_10, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_008b;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_12 = __this->get_dp_9();
NullCheck(L_12);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_12, /*hidden argument*/NULL);
__this->set_dp_9((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_008b:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = __this->get_dq_10();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_14 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_13, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_00ab;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_15 = __this->get_dq_10();
NullCheck(L_15);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_15, /*hidden argument*/NULL);
__this->set_dq_10((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_00ab:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_16 = __this->get_qInv_11();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_17 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_16, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_00cb;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_18 = __this->get_qInv_11();
NullCheck(L_18);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_18, /*hidden argument*/NULL);
__this->set_qInv_11((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_00cb:
{
bool L_19 = ___disposing0;
if (!L_19)
{
goto IL_010e;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_20 = __this->get_e_13();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_21 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_20, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_00ee;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = __this->get_e_13();
NullCheck(L_22);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_22, /*hidden argument*/NULL);
__this->set_e_13((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_00ee:
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_23 = __this->get_n_12();
IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var);
bool L_24 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_23, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_010e;
}
}
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_25 = __this->get_n_12();
NullCheck(L_25);
BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_25, /*hidden argument*/NULL);
__this->set_n_12((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL);
}
IL_010e:
{
__this->set_m_disposed_5((bool)1);
return;
}
}
// System.Void Mono.Security.Cryptography.RSAManaged::add_KeyGenerated(Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_add_KeyGenerated_m104032C4E638977B1C7EAC4D504615FCC625191A (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_add_KeyGenerated_m104032C4E638977B1C7EAC4D504615FCC625191A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_0 = NULL;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_1 = NULL;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_2 = NULL;
{
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_0 = __this->get_KeyGenerated_14();
V_0 = L_0;
}
IL_0007:
{
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_1 = V_0;
V_1 = L_1;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_2 = V_1;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL);
V_2 = ((KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53_il2cpp_TypeInfo_var));
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 ** L_5 = __this->get_address_of_KeyGenerated_14();
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_6 = V_2;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_7 = V_1;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_8 = InterlockedCompareExchangeImpl<KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *>((KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 **)L_5, L_6, L_7);
V_0 = L_8;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_9 = V_0;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_10 = V_1;
if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void Mono.Security.Cryptography.RSAManaged::remove_KeyGenerated(Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_remove_KeyGenerated_mA174FA4F8EFDF83952C091961B30DD4B9981925C (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_remove_KeyGenerated_mA174FA4F8EFDF83952C091961B30DD4B9981925C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_0 = NULL;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_1 = NULL;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_2 = NULL;
{
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_0 = __this->get_KeyGenerated_14();
V_0 = L_0;
}
IL_0007:
{
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_1 = V_0;
V_1 = L_1;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_2 = V_1;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL);
V_2 = ((KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53_il2cpp_TypeInfo_var));
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 ** L_5 = __this->get_address_of_KeyGenerated_14();
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_6 = V_2;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_7 = V_1;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_8 = InterlockedCompareExchangeImpl<KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *>((KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 **)L_5, L_6, L_7);
V_0 = L_8;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_9 = V_0;
KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_10 = V_1;
if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.String Mono.Security.Cryptography.RSAManaged::ToXmlString(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAManaged_ToXmlString_m8E9EFD71530D51CA123BED1E3B9385FF95869F0A (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_ToXmlString_m8E9EFD71530D51CA123BED1E3B9385FF95869F0A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_1;
memset((&V_1), 0, sizeof(V_1));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
bool L_1 = ___includePrivateParameters0;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_2 = VirtFuncInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, __this, L_1);
V_1 = L_2;
}
IL_000e:
try
{ // begin try (depth: 1)
{
StringBuilder_t * L_3 = V_0;
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, _stringLiteral2573431B92F35769F17226527DDA47049FF4A0DF, /*hidden argument*/NULL);
StringBuilder_t * L_4 = V_0;
NullCheck(L_4);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, _stringLiteral389F2CE8BCC7BBD0A3FF8EEE933CAD8BCD045174, /*hidden argument*/NULL);
StringBuilder_t * L_5 = V_0;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_6 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6.get_Modulus_1();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_8 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_7, /*hidden argument*/NULL);
NullCheck(L_5);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, L_8, /*hidden argument*/NULL);
StringBuilder_t * L_9 = V_0;
NullCheck(L_9);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, _stringLiteralE1389F27DE95DF8DE493690AD602D0D9C4B8A064, /*hidden argument*/NULL);
StringBuilder_t * L_10 = V_0;
NullCheck(L_10);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_10, _stringLiteral3F00283C1F56E677FC4B8300E75C719DD482B456, /*hidden argument*/NULL);
StringBuilder_t * L_11 = V_0;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_12 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_12.get_Exponent_0();
String_t* L_14 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_13, /*hidden argument*/NULL);
NullCheck(L_11);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, L_14, /*hidden argument*/NULL);
StringBuilder_t * L_15 = V_0;
NullCheck(L_15);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, _stringLiteralBDEFEB489575DFA1A3BA1FCA02FEA1FB3C42F6EA, /*hidden argument*/NULL);
bool L_16 = ___includePrivateParameters0;
if (!L_16)
{
goto IL_0198;
}
}
IL_0074:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_17 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = L_17.get_P_2();
if (!L_18)
{
goto IL_00a6;
}
}
IL_007c:
{
StringBuilder_t * L_19 = V_0;
NullCheck(L_19);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteral2CB0A92636DB3A3A9D187F27C6DE24B5B2F91B92, /*hidden argument*/NULL);
StringBuilder_t * L_20 = V_0;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_21 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = L_21.get_P_2();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_23 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_22, /*hidden argument*/NULL);
NullCheck(L_20);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, L_23, /*hidden argument*/NULL);
StringBuilder_t * L_24 = V_0;
NullCheck(L_24);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, _stringLiteral2684A7EF111863B200C834E7572390FA05F109E3, /*hidden argument*/NULL);
}
IL_00a6:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_25 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = L_25.get_Q_3();
if (!L_26)
{
goto IL_00d8;
}
}
IL_00ae:
{
StringBuilder_t * L_27 = V_0;
NullCheck(L_27);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_27, _stringLiteral2D91E9980B38E82DF8F787AB449DF0E2AADFF84A, /*hidden argument*/NULL);
StringBuilder_t * L_28 = V_0;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_29 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_29.get_Q_3();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_31 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_30, /*hidden argument*/NULL);
NullCheck(L_28);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_28, L_31, /*hidden argument*/NULL);
StringBuilder_t * L_32 = V_0;
NullCheck(L_32);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_32, _stringLiteralBC4CD0294E0999F20205970C2B199983C3C0B0A5, /*hidden argument*/NULL);
}
IL_00d8:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_33 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33.get_DP_4();
if (!L_34)
{
goto IL_010a;
}
}
IL_00e0:
{
StringBuilder_t * L_35 = V_0;
NullCheck(L_35);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_35, _stringLiteralC376AAE863FED7F2100B15B45F998504B3C30559, /*hidden argument*/NULL);
StringBuilder_t * L_36 = V_0;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_37 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = L_37.get_DP_4();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_39 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_38, /*hidden argument*/NULL);
NullCheck(L_36);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_36, L_39, /*hidden argument*/NULL);
StringBuilder_t * L_40 = V_0;
NullCheck(L_40);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_40, _stringLiteral3F2997F78A546288F461F90F87679397A1E5A51F, /*hidden argument*/NULL);
}
IL_010a:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_41 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_41.get_DQ_5();
if (!L_42)
{
goto IL_013c;
}
}
IL_0112:
{
StringBuilder_t * L_43 = V_0;
NullCheck(L_43);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_43, _stringLiteral669EC1C9F3C16BB6049E4E62DED3D267DB25932E, /*hidden argument*/NULL);
StringBuilder_t * L_44 = V_0;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_45 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = L_45.get_DQ_5();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_47 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_46, /*hidden argument*/NULL);
NullCheck(L_44);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_44, L_47, /*hidden argument*/NULL);
StringBuilder_t * L_48 = V_0;
NullCheck(L_48);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_48, _stringLiteral9444DC2D03948DE0E3F0FB612AC887006E0DC23E, /*hidden argument*/NULL);
}
IL_013c:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_49 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = L_49.get_InverseQ_6();
if (!L_50)
{
goto IL_016e;
}
}
IL_0144:
{
StringBuilder_t * L_51 = V_0;
NullCheck(L_51);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_51, _stringLiteral9636E74995FF458A887B597EABB50C7D35056A34, /*hidden argument*/NULL);
StringBuilder_t * L_52 = V_0;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_53 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = L_53.get_InverseQ_6();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_55 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_54, /*hidden argument*/NULL);
NullCheck(L_52);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_52, L_55, /*hidden argument*/NULL);
StringBuilder_t * L_56 = V_0;
NullCheck(L_56);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_56, _stringLiteral16027BD069AB27D060EBB9DE6EF1E9ECA4BC97E2, /*hidden argument*/NULL);
}
IL_016e:
{
StringBuilder_t * L_57 = V_0;
NullCheck(L_57);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_57, _stringLiteralA5F656374D7FF6B837776376DF09B2C531805C9E, /*hidden argument*/NULL);
StringBuilder_t * L_58 = V_0;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_59 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = L_59.get_D_7();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_61 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_60, /*hidden argument*/NULL);
NullCheck(L_58);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_58, L_61, /*hidden argument*/NULL);
StringBuilder_t * L_62 = V_0;
NullCheck(L_62);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_62, _stringLiteral9D47261D808C7285426E7FA767344B13B392D7D2, /*hidden argument*/NULL);
}
IL_0198:
{
StringBuilder_t * L_63 = V_0;
NullCheck(L_63);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_63, _stringLiteral09AB7D22A03780085A8E13440BC03282C58B11C9, /*hidden argument*/NULL);
goto IL_0254;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_01a9;
throw e;
}
CATCH_01a9:
{ // begin catch(System.Object)
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_64 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = L_64.get_P_2();
if (!L_65)
{
goto IL_01c6;
}
}
IL_01b2:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_66 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = L_66.get_P_2();
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_68 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = L_68.get_P_2();
NullCheck(L_69);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_67, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))), /*hidden argument*/NULL);
}
IL_01c6:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_70 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = L_70.get_Q_3();
if (!L_71)
{
goto IL_01e2;
}
}
IL_01ce:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_72 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = L_72.get_Q_3();
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_74 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = L_74.get_Q_3();
NullCheck(L_75);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_73, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length)))), /*hidden argument*/NULL);
}
IL_01e2:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_76 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = L_76.get_DP_4();
if (!L_77)
{
goto IL_01fe;
}
}
IL_01ea:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_78 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = L_78.get_DP_4();
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_80 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = L_80.get_DP_4();
NullCheck(L_81);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_79, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_81)->max_length)))), /*hidden argument*/NULL);
}
IL_01fe:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_82 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_83 = L_82.get_DQ_5();
if (!L_83)
{
goto IL_021a;
}
}
IL_0206:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_84 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = L_84.get_DQ_5();
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_86 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = L_86.get_DQ_5();
NullCheck(L_87);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_85, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_87)->max_length)))), /*hidden argument*/NULL);
}
IL_021a:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_88 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_89 = L_88.get_InverseQ_6();
if (!L_89)
{
goto IL_0236;
}
}
IL_0222:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_90 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = L_90.get_InverseQ_6();
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_92 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = L_92.get_InverseQ_6();
NullCheck(L_93);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_91, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_93)->max_length)))), /*hidden argument*/NULL);
}
IL_0236:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_94 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_95 = L_94.get_D_7();
if (!L_95)
{
goto IL_0252;
}
}
IL_023e:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_96 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_97 = L_96.get_D_7();
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_98 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_99 = L_98.get_D_7();
NullCheck(L_99);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_97, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_99)->max_length)))), /*hidden argument*/NULL);
}
IL_0252:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, RSAManaged_ToXmlString_m8E9EFD71530D51CA123BED1E3B9385FF95869F0A_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_0254:
{
StringBuilder_t * L_100 = V_0;
NullCheck(L_100);
String_t* L_101 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_100);
return L_101;
}
}
// System.Boolean Mono.Security.Cryptography.RSAManaged::get_IsCrtPossible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_IsCrtPossible_m2C33A595B510F2B298367E4533B33A54C2767EFE (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_keypairGenerated_4();
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1 = __this->get_isCRTpossible_2();
return L_1;
}
IL_000f:
{
return (bool)1;
}
}
// System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___value0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_0 = ___value0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_0, /*hidden argument*/NULL);
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = ___length1;
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))) < ((int32_t)L_3)))
{
goto IL_000f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
return L_4;
}
IL_000f:
{
int32_t L_5 = ___length1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_1 = L_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_1;
int32_t L_9 = ___length1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0;
NullCheck(L_10);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_0;
NullCheck(L_11);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_7, 0, (RuntimeArray *)(RuntimeArray *)L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_0;
NullCheck(L_13);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_12, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_1;
return L_14;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler__ctor_m1D476DC447C27E893BE469F65E6473201AAB54EC (KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_mCECB2E15C59113C6F54E0A0927548E16FA38807D (KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, ___sender0, ___e1);
else
GenericVirtActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
else
VirtActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___e1) - 1), targetMethod);
}
typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
else
GenericVirtActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
else
VirtActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___sender0) - 1), ___e1, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
}
}
}
}
}
// System.IAsyncResult Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler::BeginInvoke(System.Object,System.EventArgs,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyGeneratedEventHandler_BeginInvoke_m4CEFD35C158E4EEC7FD171B52A7D6B02D1CD2B78 (KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
void *__d_args[3] = {0};
__d_args[0] = ___sender0;
__d_args[1] = ___e1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_EndInvoke_mD3EE951FEC7E9CE8DA3FCF36C8F96A9BA4F227E7 (KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.SymmetricTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * ___symmAlgo0, bool ___encryption1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbIV2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_0 = ___symmAlgo0;
__this->set_algo_0(L_0);
bool L_1 = ___encryption1;
__this->set_encrypt_1(L_1);
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_2 = __this->get_algo_0();
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() */, L_2);
__this->set_BlockSizeByte_2(((int32_t)((int32_t)L_3>>(int32_t)3)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___rgbIV2;
if (L_4)
{
goto IL_0039;
}
}
{
int32_t L_5 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = KeyBuilder_IV_m45A7513A2E5E3F6535B20B1861DFA209FD52232E(L_5, /*hidden argument*/NULL);
___rgbIV2 = L_6;
goto IL_0046;
}
IL_0039:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___rgbIV2;
NullCheck((RuntimeArray *)(RuntimeArray *)L_7);
RuntimeObject * L_8 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_7, /*hidden argument*/NULL);
___rgbIV2 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_8, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
IL_0046:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___rgbIV2;
NullCheck(L_9);
int32_t L_10 = __this->get_BlockSizeByte_2();
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))) >= ((int32_t)L_10)))
{
goto IL_0080;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___rgbIV2;
NullCheck(L_13);
int32_t L_14 = (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))));
RuntimeObject * L_15 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_15);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_15);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_12;
int32_t L_17 = __this->get_BlockSizeByte_2();
int32_t L_18 = L_17;
RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_19);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_19);
String_t* L_20 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteral74D9AA7385655FF1A37D056C70CC90FF0DC510E1, L_16, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_21 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_21, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644_RuntimeMethod_var);
}
IL_0080:
{
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_22 = __this->get_algo_0();
NullCheck(L_22);
int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_22);
__this->set_padmode_7(L_23);
int32_t L_24 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_24);
__this->set_temp_3(L_25);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___rgbIV2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get_temp_3();
int32_t L_28 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___rgbIV2;
NullCheck(L_29);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_30 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_28, (((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))), /*hidden argument*/NULL);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_26, 0, (RuntimeArray *)(RuntimeArray *)L_27, 0, L_30, /*hidden argument*/NULL);
int32_t L_31 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_31);
__this->set_temp2_4(L_32);
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_33 = __this->get_algo_0();
NullCheck(L_33);
int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_FeedbackSize() */, L_33);
__this->set_FeedBackByte_8(((int32_t)((int32_t)L_34>>(int32_t)3)));
int32_t L_35 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_35);
__this->set_workBuff_5(L_36);
int32_t L_37 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_37);
__this->set_workout_6(L_38);
return;
}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Finalize_mA4DC2F45603D526675A95049C6B1047E66F8FF2E (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(11 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_System_IDisposable_Dispose_m70D1BAC2055579FB9D2708A8DFBE20428C63056B (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_System_IDisposable_Dispose_m70D1BAC2055579FB9D2708A8DFBE20428C63056B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(11 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Dispose_mB1772CA7DFE17822D4DA6B4964075F457CB922A8 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_disposed_9();
if (L_0)
{
goto IL_0044;
}
}
{
bool L_1 = ___disposing0;
if (!L_1)
{
goto IL_003d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_temp_3();
int32_t L_3 = __this->get_BlockSizeByte_2();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_2, 0, L_3, /*hidden argument*/NULL);
__this->set_temp_3((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_temp2_4();
int32_t L_5 = __this->get_BlockSizeByte_2();
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL);
__this->set_temp2_4((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
}
IL_003d:
{
__this->set_m_disposed_9((bool)1);
}
IL_0044:
{
return;
}
}
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_CanTransformMultipleBlocks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricTransform_get_CanTransformMultipleBlocks_m2F32AA63EC5263702283E5CFB5A97D43F5A5136F (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_CanReuseTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricTransform_get_CanReuseTransform_m7C0EFA4032D7DE92A9CDB870C8FA1AC841ACED70 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::get_InputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_get_InputBlockSize_m9AD6D343F40B9DB5347C82379BD349597020FF05 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_BlockSizeByte_2();
return L_0;
}
}
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::get_OutputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_get_OutputBlockSize_m175AE4824AD1AF183DA0062EDA4C33372A58C20C (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_BlockSizeByte_2();
return L_0;
}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Transform_m368521E64F18BEDFE6D4AC22D7A7B59F8AFFEA2C (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_Transform_m368521E64F18BEDFE6D4AC22D7A7B59F8AFFEA2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_0 = __this->get_algo_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() */, L_0);
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))
{
case 0:
{
goto IL_0033;
}
case 1:
{
goto IL_002a;
}
case 2:
{
goto IL_0045;
}
case 3:
{
goto IL_003c;
}
case 4:
{
goto IL_004e;
}
}
}
{
goto IL_0057;
}
IL_002a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___input0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___output1;
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(17 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_3, L_4);
return;
}
IL_0033:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___input0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___output1;
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(18 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CBC(System.Byte[],System.Byte[]) */, __this, L_5, L_6);
return;
}
IL_003c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___input0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___output1;
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(19 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CFB(System.Byte[],System.Byte[]) */, __this, L_7, L_8);
return;
}
IL_0045:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___input0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___output1;
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(20 /* System.Void Mono.Security.Cryptography.SymmetricTransform::OFB(System.Byte[],System.Byte[]) */, __this, L_9, L_10);
return;
}
IL_004e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___input0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___output1;
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(21 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CTS(System.Byte[],System.Byte[]) */, __this, L_11, L_12);
return;
}
IL_0057:
{
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_13 = __this->get_algo_0();
NullCheck(L_13);
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() */, L_13);
V_0 = L_14;
RuntimeObject * L_15 = Box(CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF_il2cpp_TypeInfo_var, (&V_0));
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15);
V_0 = *(int32_t*)UnBox(L_15);
String_t* L_17 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralDCFF9DBB06877161F546329B7AEEFBC6D1CD75CF, L_16, /*hidden argument*/NULL);
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_18 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_18, L_17, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, SymmetricTransform_Transform_m368521E64F18BEDFE6D4AC22D7A7B59F8AFFEA2C_RuntimeMethod_var);
}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::CBC(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CBC_mD064A19728648D06248556772DED1171F42DAE4B (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
bool L_0 = __this->get_encrypt_1();
if (!L_0)
{
goto IL_004f;
}
}
{
V_0 = 0;
goto IL_0024;
}
IL_000c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_temp_3();
int32_t L_2 = V_0;
NullCheck(L_1);
uint8_t* L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)));
int32_t L_4 = *((uint8_t*)L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___input0;
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = L_6;
uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
*((int8_t*)L_3) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_4^(int32_t)L_8)))));
int32_t L_9 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0024:
{
int32_t L_10 = V_0;
int32_t L_11 = __this->get_BlockSizeByte_2();
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_000c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_temp_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___output1;
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(17 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_12, L_13);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___output1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_temp_3();
int32_t L_16 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_14, 0, (RuntimeArray *)(RuntimeArray *)L_15, 0, L_16, /*hidden argument*/NULL);
return;
}
IL_004f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___input0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get_temp2_4();
int32_t L_19 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, 0, L_19, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___input0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___output1;
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(17 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_20, L_21);
V_1 = 0;
goto IL_0087;
}
IL_006f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___output1;
int32_t L_23 = V_1;
NullCheck(L_22);
uint8_t* L_24 = ((L_22)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_23)));
int32_t L_25 = *((uint8_t*)L_24);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = __this->get_temp_3();
int32_t L_27 = V_1;
NullCheck(L_26);
int32_t L_28 = L_27;
uint8_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
*((int8_t*)L_24) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_25^(int32_t)L_29)))));
int32_t L_30 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_0087:
{
int32_t L_31 = V_1;
int32_t L_32 = __this->get_BlockSizeByte_2();
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_006f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get_temp2_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = __this->get_temp_3();
int32_t L_35 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_33, 0, (RuntimeArray *)(RuntimeArray *)L_34, 0, L_35, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::CFB(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CFB_m277EFE8AC61E39DA92EA33C161EAA1D8B7AF7203 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
bool L_0 = __this->get_encrypt_1();
if (!L_0)
{
goto IL_006d;
}
}
{
V_0 = 0;
goto IL_0063;
}
IL_000c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_temp_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_temp2_4();
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(17 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_1, L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___output1;
int32_t L_4 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_temp2_4();
NullCheck(L_5);
int32_t L_6 = 0;
uint8_t L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___input0;
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = L_9;
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_7^(int32_t)L_11))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_temp_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_temp_3();
int32_t L_14 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_12, 1, (RuntimeArray *)(RuntimeArray *)L_13, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___output1;
int32_t L_16 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_temp_3();
int32_t L_18 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_15, L_16, (RuntimeArray *)(RuntimeArray *)L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), 1, /*hidden argument*/NULL);
int32_t L_19 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0063:
{
int32_t L_20 = V_0;
int32_t L_21 = __this->get_BlockSizeByte_2();
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_000c;
}
}
{
return;
}
IL_006d:
{
V_1 = 0;
goto IL_00d6;
}
IL_0071:
{
__this->set_encrypt_1((bool)1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get_temp_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_temp2_4();
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(17 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_22, L_23);
__this->set_encrypt_1((bool)0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get_temp_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = __this->get_temp_3();
int32_t L_26 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_24, 1, (RuntimeArray *)(RuntimeArray *)L_25, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___input0;
int32_t L_28 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = __this->get_temp_3();
int32_t L_30 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_27, L_28, (RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)), 1, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___output1;
int32_t L_32 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get_temp2_4();
NullCheck(L_33);
int32_t L_34 = 0;
uint8_t L_35 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = ___input0;
int32_t L_37 = V_1;
NullCheck(L_36);
int32_t L_38 = L_37;
uint8_t L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
NullCheck(L_31);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_32), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_35^(int32_t)L_39))))));
int32_t L_40 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
}
IL_00d6:
{
int32_t L_41 = V_1;
int32_t L_42 = __this->get_BlockSizeByte_2();
if ((((int32_t)L_41) < ((int32_t)L_42)))
{
goto IL_0071;
}
}
{
return;
}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::OFB(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_OFB_m858145E5F02696E69C4D8D2E4EB70DCCF66D84FE (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_OFB_m858145E5F02696E69C4D8D2E4EB70DCCF66D84FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_0 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_0, _stringLiteral4FDD733D36272843701E5EC4845801A55DE85495, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, SymmetricTransform_OFB_m858145E5F02696E69C4D8D2E4EB70DCCF66D84FE_RuntimeMethod_var);
}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::CTS(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CTS_mB8E70DCADD03562EFFCB774A145A57653958A2D8 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_CTS_mB8E70DCADD03562EFFCB774A145A57653958A2D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_0 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_0, _stringLiteral14AFF934472E4B37E202A5129262334190FE1E4E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, SymmetricTransform_CTS_mB8E70DCADD03562EFFCB774A145A57653958A2D8_RuntimeMethod_var);
}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::CheckInput(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___inputOffset1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0022;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralF2435E7DF6B834FC7043D5254116CBEC698F042B, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_RuntimeMethod_var);
}
IL_0022:
{
int32_t L_4 = ___inputCount2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0036;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralF4899A80CEDB1ABCA39A3C2A6576FD6C02751156, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_RuntimeMethod_var);
}
IL_0036:
{
int32_t L_6 = ___inputOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___inputBuffer0;
NullCheck(L_7);
int32_t L_8 = ___inputCount2;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), (int32_t)L_8)))))
{
goto IL_0053;
}
}
{
String_t* L_9 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_10, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_RuntimeMethod_var);
}
IL_0053:
{
return;
}
}
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = __this->get_m_disposed_9();
if (!L_0)
{
goto IL_0013;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralFB1AE274028B6974E9FDF9D77F5D12C65C8CD4D4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var);
}
IL_0013:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___inputBuffer0;
int32_t L_3 = ___inputOffset1;
int32_t L_4 = ___inputCount2;
SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17(__this, L_2, L_3, L_4, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___outputBuffer3;
if (L_5)
{
goto IL_002b;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_7 = ___outputOffset4;
if ((((int32_t)L_7) >= ((int32_t)0)))
{
goto IL_0040;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteral2B3CFF83CB4A0E1C099817C6CCCD1D87B5728340, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var);
}
IL_0040:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___outputBuffer3;
NullCheck(L_9);
int32_t L_10 = ___inputCount2;
int32_t L_11 = ___outputOffset4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10)), (int32_t)L_11));
bool L_12 = __this->get_encrypt_1();
if (L_12)
{
goto IL_007d;
}
}
{
int32_t L_13 = V_0;
if ((((int32_t)0) <= ((int32_t)L_13)))
{
goto IL_007d;
}
}
{
int32_t L_14 = __this->get_padmode_7();
if ((((int32_t)L_14) == ((int32_t)1)))
{
goto IL_0068;
}
}
{
int32_t L_15 = __this->get_padmode_7();
if ((!(((uint32_t)L_15) == ((uint32_t)3))))
{
goto IL_007d;
}
}
IL_0068:
{
String_t* L_16 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_17 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_17, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var);
}
IL_007d:
{
bool L_18 = SymmetricTransform_get_KeepLastBlock_m99171002D05E62922383B865ECFB5AB5824B2346(__this, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_00a5;
}
}
{
int32_t L_19 = V_0;
int32_t L_20 = __this->get_BlockSizeByte_2();
if ((((int32_t)0) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)))))
{
goto IL_00db;
}
}
{
String_t* L_21 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_22 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_22, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var);
}
IL_00a5:
{
int32_t L_23 = V_0;
if ((((int32_t)0) <= ((int32_t)L_23)))
{
goto IL_00db;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ___inputBuffer0;
NullCheck(L_24);
int32_t L_25 = ___inputOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___outputBuffer3;
NullCheck(L_26);
int32_t L_27 = __this->get_BlockSizeByte_2();
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))), (int32_t)L_25)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))))))) == ((uint32_t)L_27))))
{
goto IL_00c6;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___outputBuffer3;
NullCheck(L_28);
int32_t L_29 = ___outputOffset4;
___inputCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))), (int32_t)L_29));
goto IL_00db;
}
IL_00c6:
{
String_t* L_30 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_31 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_31, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, L_30, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var);
}
IL_00db:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = ___inputBuffer0;
int32_t L_33 = ___inputOffset1;
int32_t L_34 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ___outputBuffer3;
int32_t L_36 = ___outputOffset4;
int32_t L_37 = SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_32, L_33, L_34, L_35, L_36, /*hidden argument*/NULL);
return L_37;
}
}
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_KeepLastBlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricTransform_get_KeepLastBlock_m99171002D05E62922383B865ECFB5AB5824B2346 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_encrypt_1();
if (L_0)
{
goto IL_001e;
}
}
{
int32_t L_1 = __this->get_padmode_7();
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_001e;
}
}
{
int32_t L_2 = __this->get_padmode_7();
return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_001e:
{
return (bool)0;
}
}
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
int32_t L_0 = ___inputOffset1;
V_0 = L_0;
int32_t L_1 = ___inputCount2;
int32_t L_2 = __this->get_BlockSizeByte_2();
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_002b;
}
}
{
int32_t L_3 = ___inputCount2;
int32_t L_4 = __this->get_BlockSizeByte_2();
if (!((int32_t)((int32_t)L_3%(int32_t)L_4)))
{
goto IL_0020;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_5 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_5, _stringLiteralFA43437147C570F9689EEDC4E2C98B8CF9E217C7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA_RuntimeMethod_var);
}
IL_0020:
{
int32_t L_6 = ___inputCount2;
int32_t L_7 = __this->get_BlockSizeByte_2();
V_1 = ((int32_t)((int32_t)L_6/(int32_t)L_7));
goto IL_002d;
}
IL_002b:
{
V_1 = 1;
}
IL_002d:
{
bool L_8 = SymmetricTransform_get_KeepLastBlock_m99171002D05E62922383B865ECFB5AB5824B2346(__this, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0039;
}
}
{
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
}
IL_0039:
{
V_2 = 0;
bool L_10 = __this->get_lastBlock_10();
if (!L_10)
{
goto IL_0086;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_workBuff_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_workout_6();
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(16 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_11, L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_workout_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___outputBuffer3;
int32_t L_15 = ___outputOffset4;
int32_t L_16 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, L_15, L_16, /*hidden argument*/NULL);
int32_t L_17 = ___outputOffset4;
int32_t L_18 = __this->get_BlockSizeByte_2();
___outputOffset4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18));
int32_t L_19 = V_2;
int32_t L_20 = __this->get_BlockSizeByte_2();
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20));
__this->set_lastBlock_10((bool)0);
}
IL_0086:
{
V_3 = 0;
goto IL_00e7;
}
IL_008a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___inputBuffer0;
int32_t L_22 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_workBuff_5();
int32_t L_24 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_21, L_22, (RuntimeArray *)(RuntimeArray *)L_23, 0, L_24, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = __this->get_workBuff_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = __this->get_workout_6();
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(16 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_25, L_26);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get_workout_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___outputBuffer3;
int32_t L_29 = ___outputOffset4;
int32_t L_30 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_27, 0, (RuntimeArray *)(RuntimeArray *)L_28, L_29, L_30, /*hidden argument*/NULL);
int32_t L_31 = V_0;
int32_t L_32 = __this->get_BlockSizeByte_2();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32));
int32_t L_33 = ___outputOffset4;
int32_t L_34 = __this->get_BlockSizeByte_2();
___outputOffset4 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34));
int32_t L_35 = V_2;
int32_t L_36 = __this->get_BlockSizeByte_2();
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36));
int32_t L_37 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
}
IL_00e7:
{
int32_t L_38 = V_3;
int32_t L_39 = V_1;
if ((((int32_t)L_38) < ((int32_t)L_39)))
{
goto IL_008a;
}
}
{
bool L_40 = SymmetricTransform_get_KeepLastBlock_m99171002D05E62922383B865ECFB5AB5824B2346(__this, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_010e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = ___inputBuffer0;
int32_t L_42 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = __this->get_workBuff_5();
int32_t L_44 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_41, L_42, (RuntimeArray *)(RuntimeArray *)L_43, 0, L_44, /*hidden argument*/NULL);
__this->set_lastBlock_10((bool)1);
}
IL_010e:
{
int32_t L_45 = V_2;
return L_45;
}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::Random(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Random_m50AE0AF5D735913B5F85601BB9D300569B3F2AF2 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_Random_m50AE0AF5D735913B5F85601BB9D300569B3F2AF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_0 = __this->get__rng_11();
if (L_0)
{
goto IL_0013;
}
}
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL);
__this->set__rng_11(L_1);
}
IL_0013:
{
int32_t L_2 = ___length2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_2);
V_0 = L_3;
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_4 = __this->get__rng_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
NullCheck(L_4);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_4, L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___buffer0;
int32_t L_8 = ___start1;
int32_t L_9 = ___length2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, L_8, L_9, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::ThrowBadPaddingException(System.Security.Cryptography.PaddingMode,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, int32_t ___padding0, int32_t ___length1, int32_t ___position2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralAFDC8D7C64B756F4ADA95B44C3717A7871889496, /*hidden argument*/NULL);
int32_t L_1 = ___padding0;
int32_t L_2 = L_1;
RuntimeObject * L_3 = Box(PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0_il2cpp_TypeInfo_var, &L_2);
String_t* L_4 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_0, L_3, /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = ___length1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0036;
}
}
{
String_t* L_6 = V_0;
String_t* L_7 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral02BD3977C1399BE0ADCF865D1B10E6E749103B32, /*hidden argument*/NULL);
int32_t L_8 = ___length1;
int32_t L_9 = L_8;
RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9);
String_t* L_11 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_7, L_10, /*hidden argument*/NULL);
String_t* L_12 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_6, L_11, /*hidden argument*/NULL);
V_0 = L_12;
}
IL_0036:
{
int32_t L_13 = ___position2;
if ((((int32_t)L_13) < ((int32_t)0)))
{
goto IL_0056;
}
}
{
String_t* L_14 = V_0;
String_t* L_15 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralE6FF01AF7F9F47978C73D56D62AA1F4F955A222D, /*hidden argument*/NULL);
int32_t L_16 = ___position2;
int32_t L_17 = L_16;
RuntimeObject * L_18 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_17);
String_t* L_19 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_15, L_18, /*hidden argument*/NULL);
String_t* L_20 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_14, L_19, /*hidden argument*/NULL);
V_0 = L_20;
}
IL_0056:
{
String_t* L_21 = V_0;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_22 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_22, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124_RuntimeMethod_var);
}
}
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalEncrypt(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* SymmetricTransform_FinalEncrypt_m8036A6B835C295A89F3FAFCFA050599240A1A26C (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_FinalEncrypt_m8036A6B835C295A89F3FAFCFA050599240A1A26C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
int32_t V_4 = 0;
uint8_t V_5 = 0x0;
int32_t V_6 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL;
int32_t V_8 = 0;
{
int32_t L_0 = ___inputCount2;
int32_t L_1 = __this->get_BlockSizeByte_2();
int32_t L_2 = __this->get_BlockSizeByte_2();
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_0/(int32_t)L_1)), (int32_t)L_2));
int32_t L_3 = ___inputCount2;
int32_t L_4 = V_0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4));
int32_t L_5 = V_0;
V_2 = L_5;
int32_t L_6 = __this->get_padmode_7();
V_6 = L_6;
int32_t L_7 = V_6;
if ((((int32_t)L_7) == ((int32_t)2)))
{
goto IL_002a;
}
}
{
int32_t L_8 = V_6;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)4))) <= ((uint32_t)1))))
{
goto IL_0035;
}
}
IL_002a:
{
int32_t L_9 = V_2;
int32_t L_10 = __this->get_BlockSizeByte_2();
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10));
goto IL_007f;
}
IL_0035:
{
int32_t L_11 = ___inputCount2;
if (L_11)
{
goto IL_003f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
return L_12;
}
IL_003f:
{
int32_t L_13 = V_1;
if (!L_13)
{
goto IL_007f;
}
}
{
int32_t L_14 = __this->get_padmode_7();
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
{
goto IL_0056;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_15 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_15, _stringLiteral7338818D0CDCA1ABBBCCCA0551BBF955FB04E6C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, SymmetricTransform_FinalEncrypt_m8036A6B835C295A89F3FAFCFA050599240A1A26C_RuntimeMethod_var);
}
IL_0056:
{
int32_t L_16 = V_0;
int32_t L_17 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)));
V_7 = L_18;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___inputBuffer0;
int32_t L_20 = ___inputOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_7;
int32_t L_22 = ___inputCount2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_19, L_20, (RuntimeArray *)(RuntimeArray *)L_21, 0, L_22, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_7;
___inputBuffer0 = L_23;
___inputOffset1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_7;
NullCheck(L_24);
___inputCount2 = (((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))));
int32_t L_25 = ___inputCount2;
V_2 = L_25;
}
IL_007f:
{
int32_t L_26 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_26);
V_3 = L_27;
V_4 = 0;
goto IL_00bb;
}
IL_008b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___inputBuffer0;
int32_t L_29 = ___inputOffset1;
int32_t L_30 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_3;
int32_t L_32 = V_4;
SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_28, L_29, L_30, L_31, L_32, /*hidden argument*/NULL);
int32_t L_33 = ___inputOffset1;
int32_t L_34 = __this->get_BlockSizeByte_2();
___inputOffset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34));
int32_t L_35 = V_4;
int32_t L_36 = __this->get_BlockSizeByte_2();
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36));
int32_t L_37 = V_2;
int32_t L_38 = __this->get_BlockSizeByte_2();
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38));
}
IL_00bb:
{
int32_t L_39 = V_2;
int32_t L_40 = __this->get_BlockSizeByte_2();
if ((((int32_t)L_39) > ((int32_t)L_40)))
{
goto IL_008b;
}
}
{
int32_t L_41 = __this->get_BlockSizeByte_2();
int32_t L_42 = V_1;
V_5 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)))));
int32_t L_43 = __this->get_padmode_7();
V_6 = L_43;
int32_t L_44 = V_6;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)2)))
{
case 0:
{
goto IL_0155;
}
case 1:
{
goto IL_018e;
}
case 2:
{
goto IL_00f5;
}
case 3:
{
goto IL_011e;
}
}
}
{
goto IL_018e;
}
IL_00f5:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = V_3;
NullCheck(L_46);
uint8_t L_47 = V_5;
NullCheck(L_45);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length)))), (int32_t)1))), (uint8_t)L_47);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = ___inputBuffer0;
int32_t L_49 = ___inputOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = V_3;
int32_t L_51 = V_0;
int32_t L_52 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_48, L_49, (RuntimeArray *)(RuntimeArray *)L_50, L_51, L_52, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_3;
int32_t L_54 = V_0;
int32_t L_55 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = V_3;
int32_t L_57 = V_0;
SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_53, L_54, L_55, L_56, L_57, /*hidden argument*/NULL);
goto IL_01a0;
}
IL_011e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_3;
NullCheck(L_59);
uint8_t L_60 = V_5;
uint8_t L_61 = V_5;
SymmetricTransform_Random_m50AE0AF5D735913B5F85601BB9D300569B3F2AF2(__this, L_58, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length)))), (int32_t)L_60)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1)), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = V_3;
NullCheck(L_63);
uint8_t L_64 = V_5;
NullCheck(L_62);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length)))), (int32_t)1))), (uint8_t)L_64);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = ___inputBuffer0;
int32_t L_66 = ___inputOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = V_3;
int32_t L_68 = V_0;
int32_t L_69 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_65, L_66, (RuntimeArray *)(RuntimeArray *)L_67, L_68, L_69, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = V_3;
int32_t L_71 = V_0;
int32_t L_72 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = V_3;
int32_t L_74 = V_0;
SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_70, L_71, L_72, L_73, L_74, /*hidden argument*/NULL);
goto IL_01a0;
}
IL_0155:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = V_3;
NullCheck(L_75);
V_8 = (((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length))));
goto IL_0162;
}
IL_015c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_76 = V_3;
int32_t L_77 = V_8;
uint8_t L_78 = V_5;
NullCheck(L_76);
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(L_77), (uint8_t)L_78);
}
IL_0162:
{
int32_t L_79 = V_8;
int32_t L_80 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)1));
V_8 = L_80;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = V_3;
NullCheck(L_81);
uint8_t L_82 = V_5;
if ((((int32_t)L_80) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_81)->max_length)))), (int32_t)L_82)))))
{
goto IL_015c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_83 = ___inputBuffer0;
int32_t L_84 = ___inputOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = V_3;
int32_t L_86 = V_0;
int32_t L_87 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_83, L_84, (RuntimeArray *)(RuntimeArray *)L_85, L_86, L_87, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_88 = V_3;
int32_t L_89 = V_0;
int32_t L_90 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = V_3;
int32_t L_92 = V_0;
SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_88, L_89, L_90, L_91, L_92, /*hidden argument*/NULL);
goto IL_01a0;
}
IL_018e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = ___inputBuffer0;
int32_t L_94 = ___inputOffset1;
int32_t L_95 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = V_3;
int32_t L_97 = V_4;
SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_93, L_94, L_95, L_96, L_97, /*hidden argument*/NULL);
}
IL_01a0:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_98 = V_3;
return L_98;
}
}
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalDecrypt(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* SymmetricTransform_FinalDecrypt_m95106D207EC68D94D766570857BD57BD970CE82D (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_FinalDecrypt_m95106D207EC68D94D766570857BD57BD970CE82D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
uint8_t V_4 = 0x0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL;
int32_t G_B10_0 = 0;
{
int32_t L_0 = ___inputCount2;
V_0 = L_0;
int32_t L_1 = ___inputCount2;
V_1 = L_1;
bool L_2 = __this->get_lastBlock_10();
if (!L_2)
{
goto IL_0015;
}
}
{
int32_t L_3 = V_1;
int32_t L_4 = __this->get_BlockSizeByte_2();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4));
}
IL_0015:
{
int32_t L_5 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_2 = L_6;
V_3 = 0;
goto IL_004a;
}
IL_0020:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___inputBuffer0;
int32_t L_8 = ___inputOffset1;
int32_t L_9 = __this->get_BlockSizeByte_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_2;
int32_t L_11 = V_3;
int32_t L_12 = SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL);
V_5 = L_12;
int32_t L_13 = ___inputOffset1;
int32_t L_14 = __this->get_BlockSizeByte_2();
___inputOffset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14));
int32_t L_15 = V_3;
int32_t L_16 = V_5;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16));
int32_t L_17 = V_0;
int32_t L_18 = __this->get_BlockSizeByte_2();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18));
}
IL_004a:
{
int32_t L_19 = V_0;
if ((((int32_t)L_19) > ((int32_t)0)))
{
goto IL_0020;
}
}
{
bool L_20 = __this->get_lastBlock_10();
if (!L_20)
{
goto IL_008c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = __this->get_workBuff_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get_workout_6();
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(16 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_21, L_22);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_workout_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_2;
int32_t L_25 = V_3;
int32_t L_26 = __this->get_BlockSizeByte_2();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_23, 0, (RuntimeArray *)(RuntimeArray *)L_24, L_25, L_26, /*hidden argument*/NULL);
int32_t L_27 = V_3;
int32_t L_28 = __this->get_BlockSizeByte_2();
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28));
__this->set_lastBlock_10((bool)0);
}
IL_008c:
{
int32_t L_29 = V_1;
if ((((int32_t)L_29) > ((int32_t)0)))
{
goto IL_0093;
}
}
{
G_B10_0 = 0;
goto IL_0098;
}
IL_0093:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = V_2;
int32_t L_31 = V_1;
NullCheck(L_30);
int32_t L_32 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1));
uint8_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
G_B10_0 = ((int32_t)(L_33));
}
IL_0098:
{
V_4 = (uint8_t)G_B10_0;
int32_t L_34 = __this->get_padmode_7();
V_6 = L_34;
int32_t L_35 = V_6;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1)))
{
case 0:
{
goto IL_0188;
}
case 1:
{
goto IL_0138;
}
case 2:
{
goto IL_0188;
}
case 3:
{
goto IL_00c4;
}
case 4:
{
goto IL_0114;
}
}
}
{
goto IL_0188;
}
IL_00c4:
{
uint8_t L_36 = V_4;
if (!L_36)
{
goto IL_00d2;
}
}
{
uint8_t L_37 = V_4;
int32_t L_38 = __this->get_BlockSizeByte_2();
if ((((int32_t)L_37) <= ((int32_t)L_38)))
{
goto IL_00e1;
}
}
IL_00d2:
{
int32_t L_39 = __this->get_padmode_7();
uint8_t L_40 = V_4;
SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124(__this, L_39, L_40, (-1), /*hidden argument*/NULL);
}
IL_00e1:
{
uint8_t L_41 = V_4;
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1));
goto IL_0108;
}
IL_00e9:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_2;
int32_t L_43 = V_1;
int32_t L_44 = V_7;
NullCheck(L_42);
int32_t L_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)), (int32_t)L_44));
uint8_t L_46 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
if (!L_46)
{
goto IL_0102;
}
}
{
int32_t L_47 = __this->get_padmode_7();
int32_t L_48 = V_7;
SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124(__this, L_47, (-1), L_48, /*hidden argument*/NULL);
}
IL_0102:
{
int32_t L_49 = V_7;
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1));
}
IL_0108:
{
int32_t L_50 = V_7;
if ((((int32_t)L_50) > ((int32_t)0)))
{
goto IL_00e9;
}
}
{
int32_t L_51 = V_1;
uint8_t L_52 = V_4;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_52));
goto IL_0188;
}
IL_0114:
{
uint8_t L_53 = V_4;
if (!L_53)
{
goto IL_0122;
}
}
{
uint8_t L_54 = V_4;
int32_t L_55 = __this->get_BlockSizeByte_2();
if ((((int32_t)L_54) <= ((int32_t)L_55)))
{
goto IL_0131;
}
}
IL_0122:
{
int32_t L_56 = __this->get_padmode_7();
uint8_t L_57 = V_4;
SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124(__this, L_56, L_57, (-1), /*hidden argument*/NULL);
}
IL_0131:
{
int32_t L_58 = V_1;
uint8_t L_59 = V_4;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_59));
goto IL_0188;
}
IL_0138:
{
uint8_t L_60 = V_4;
if (!L_60)
{
goto IL_0146;
}
}
{
uint8_t L_61 = V_4;
int32_t L_62 = __this->get_BlockSizeByte_2();
if ((((int32_t)L_61) <= ((int32_t)L_62)))
{
goto IL_0155;
}
}
IL_0146:
{
int32_t L_63 = __this->get_padmode_7();
uint8_t L_64 = V_4;
SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124(__this, L_63, L_64, (-1), /*hidden argument*/NULL);
}
IL_0155:
{
uint8_t L_65 = V_4;
V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1));
goto IL_017e;
}
IL_015d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = V_2;
int32_t L_67 = V_1;
int32_t L_68 = V_8;
NullCheck(L_66);
int32_t L_69 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1)), (int32_t)L_68));
uint8_t L_70 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_69));
uint8_t L_71 = V_4;
if ((((int32_t)L_70) == ((int32_t)L_71)))
{
goto IL_0178;
}
}
{
int32_t L_72 = __this->get_padmode_7();
int32_t L_73 = V_8;
SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124(__this, L_72, (-1), L_73, /*hidden argument*/NULL);
}
IL_0178:
{
int32_t L_74 = V_8;
V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1));
}
IL_017e:
{
int32_t L_75 = V_8;
if ((((int32_t)L_75) > ((int32_t)0)))
{
goto IL_015d;
}
}
{
int32_t L_76 = V_1;
uint8_t L_77 = V_4;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)L_77));
}
IL_0188:
{
int32_t L_78 = V_1;
if ((((int32_t)L_78) <= ((int32_t)0)))
{
goto IL_01ac;
}
}
{
int32_t L_79 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_79);
V_9 = L_80;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = V_9;
int32_t L_83 = V_1;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_81, 0, (RuntimeArray *)(RuntimeArray *)L_82, 0, L_83, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = V_2;
NullCheck(L_85);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_84, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_85)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = V_9;
return L_86;
}
IL_01ac:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
return L_87;
}
}
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* SymmetricTransform_TransformFinalBlock_mD9CD87AED9812D26AA500C83A1ABB5FAA61F8535 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SymmetricTransform_TransformFinalBlock_mD9CD87AED9812D26AA500C83A1ABB5FAA61F8535_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_disposed_9();
if (!L_0)
{
goto IL_0013;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralFB1AE274028B6974E9FDF9D77F5D12C65C8CD4D4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SymmetricTransform_TransformFinalBlock_mD9CD87AED9812D26AA500C83A1ABB5FAA61F8535_RuntimeMethod_var);
}
IL_0013:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___inputBuffer0;
int32_t L_3 = ___inputOffset1;
int32_t L_4 = ___inputCount2;
SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17(__this, L_2, L_3, L_4, /*hidden argument*/NULL);
bool L_5 = __this->get_encrypt_1();
if (!L_5)
{
goto IL_002e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___inputBuffer0;
int32_t L_7 = ___inputOffset1;
int32_t L_8 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = VirtFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(23 /* System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalEncrypt(System.Byte[],System.Int32,System.Int32) */, __this, L_6, L_7, L_8);
return L_9;
}
IL_002e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___inputBuffer0;
int32_t L_11 = ___inputOffset1;
int32_t L_12 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = VirtFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(24 /* System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalDecrypt(System.Byte[],System.Int32,System.Int32) */, __this, L_10, L_11, L_12);
return L_13;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.PKCS7_ContentInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_0, (uint8_t)((int32_t)160), /*hidden argument*/NULL);
__this->set_content_1(L_0);
return;
}
}
// System.Void Mono.Security.PKCS7_ContentInfo::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, String_t* ___oid0, const RuntimeMethod* method)
{
{
ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78(__this, /*hidden argument*/NULL);
String_t* L_0 = ___oid0;
__this->set_contentType_0(L_0);
return;
}
}
// System.Void Mono.Security.PKCS7_ContentInfo::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL);
ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.PKCS7_ContentInfo::.ctor(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___asn10;
NullCheck(L_0);
uint8_t L_1 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48)))))
{
goto IL_0022;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = ___asn10;
NullCheck(L_2);
int32_t L_3 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) >= ((int32_t)1)))
{
goto IL_002d;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = ___asn10;
NullCheck(L_4);
int32_t L_5 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) <= ((int32_t)2)))
{
goto IL_002d;
}
}
IL_0022:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, _stringLiteral9FF10F59D606AD213E55A2680D237F4560B5407D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_RuntimeMethod_var);
}
IL_002d:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = ___asn10;
NullCheck(L_7);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_7, 0, /*hidden argument*/NULL);
NullCheck(L_8);
uint8_t L_9 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_9) == ((int32_t)6)))
{
goto IL_0047;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, _stringLiteralF037AEB428D0D727267C01C044FA8D18A1427205, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_RuntimeMethod_var);
}
IL_0047:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ___asn10;
NullCheck(L_11);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_11, 0, /*hidden argument*/NULL);
String_t* L_13 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_12, /*hidden argument*/NULL);
__this->set_contentType_0(L_13);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = ___asn10;
NullCheck(L_14);
int32_t L_15 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_14, /*hidden argument*/NULL);
if ((((int32_t)L_15) <= ((int32_t)1)))
{
goto IL_008d;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = ___asn10;
NullCheck(L_16);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_16, 1, /*hidden argument*/NULL);
NullCheck(L_17);
uint8_t L_18 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_17, /*hidden argument*/NULL);
if ((((int32_t)L_18) == ((int32_t)((int32_t)160))))
{
goto IL_0080;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_19 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_19, _stringLiteral941EDC1E840EE8A244DED7C91C3A0C73970CBDD9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_RuntimeMethod_var);
}
IL_0080:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = ___asn10;
NullCheck(L_20);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_21 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_20, 1, /*hidden argument*/NULL);
__this->set_content_1(L_21);
}
IL_008d:
{
return;
}
}
// Mono.Security.ASN1 Mono.Security.PKCS7_ContentInfo::get_ASN1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method)
{
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ContentInfo_GetASN1_mF7FA872FD8285044BFA1F83C393AA7ABF86FAF46(__this, /*hidden argument*/NULL);
return L_0;
}
}
// Mono.Security.ASN1 Mono.Security.PKCS7_ContentInfo::get_Content()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method)
{
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = __this->get_content_1();
return L_0;
}
}
// System.Void Mono.Security.PKCS7_ContentInfo::set_Content(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___value0, const RuntimeMethod* method)
{
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___value0;
__this->set_content_1(L_0);
return;
}
}
// System.String Mono.Security.PKCS7_ContentInfo::get_ContentType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_contentType_0();
return L_0;
}
}
// System.Void Mono.Security.PKCS7_ContentInfo::set_ContentType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo_set_ContentType_m30FB04C8C8EC8A06A726DE11F2AEAB220614BCCE (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_contentType_0(L_0);
return;
}
}
// Mono.Security.ASN1 Mono.Security.PKCS7_ContentInfo::GetASN1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_GetASN1_mF7FA872FD8285044BFA1F83C393AA7ABF86FAF46 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ContentInfo_GetASN1_mF7FA872FD8285044BFA1F83C393AA7ABF86FAF46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL;
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_0, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_0 = L_0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = V_0;
String_t* L_2 = __this->get_contentType_0();
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_3 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_1, L_3, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = __this->get_content_1();
if (!L_4)
{
goto IL_003d;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = __this->get_content_1();
NullCheck(L_5);
int32_t L_6 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_6) <= ((int32_t)0)))
{
goto IL_003d;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = __this->get_content_1();
NullCheck(L_7);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_7, L_8, /*hidden argument*/NULL);
}
IL_003d:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = V_0;
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.PKCS7_EncryptedData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m5AD62777464DB1E597D86ABA8C7CC712604EA9B1 (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set__version_0((uint8_t)0);
return;
}
}
// System.Void Mono.Security.PKCS7_EncryptedData::.ctor(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279 (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_1 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B7_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B6_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B9_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B8_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B11_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B10_0 = NULL;
{
EncryptedData__ctor_m5AD62777464DB1E597D86ABA8C7CC712604EA9B1(__this, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___asn10;
NullCheck(L_0);
uint8_t L_1 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48)))))
{
goto IL_0019;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = ___asn10;
NullCheck(L_2);
int32_t L_3 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) >= ((int32_t)2)))
{
goto IL_0024;
}
}
IL_0019:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralE6FB7942BFCD54B6178ADECE738C3E25D32CF155, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var);
}
IL_0024:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = ___asn10;
NullCheck(L_5);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL);
NullCheck(L_6);
uint8_t L_7 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_6, /*hidden argument*/NULL);
if ((((int32_t)L_7) == ((int32_t)2)))
{
goto IL_003e;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_8, _stringLiteral902E1C9C702765BFD051F2EA2095144DF20BEFF3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var);
}
IL_003e:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = ___asn10;
NullCheck(L_9);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_9, 0, /*hidden argument*/NULL);
NullCheck(L_10);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_10, /*hidden argument*/NULL);
NullCheck(L_11);
int32_t L_12 = 0;
uint8_t L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
__this->set__version_0(L_13);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = ___asn10;
NullCheck(L_14);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_14, 1, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = L_15;
NullCheck(L_16);
uint8_t L_17 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_16, /*hidden argument*/NULL);
G_B6_0 = L_16;
if ((((int32_t)L_17) == ((int32_t)((int32_t)48))))
{
G_B7_0 = L_16;
goto IL_006e;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_18 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_18, _stringLiteral99DF9DBD518CF90FFF8724227F439A55D615463E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var);
}
IL_006e:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = G_B7_0;
NullCheck(L_19);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_19, 0, /*hidden argument*/NULL);
V_0 = L_20;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_21 = V_0;
NullCheck(L_21);
uint8_t L_22 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_21, /*hidden argument*/NULL);
G_B8_0 = L_19;
if ((((int32_t)L_22) == ((int32_t)6)))
{
G_B9_0 = L_19;
goto IL_008a;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_23, _stringLiteral2A29B7FE27DAF69AFEE5861F4F771F3C1333106F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var);
}
IL_008a:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = V_0;
String_t* L_25 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_24, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_26 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0(L_26, L_25, /*hidden argument*/NULL);
__this->set__content_1(L_26);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_27 = G_B9_0;
NullCheck(L_27);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_28 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_27, 1, /*hidden argument*/NULL);
V_1 = L_28;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_1;
NullCheck(L_29);
uint8_t L_30 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_29, /*hidden argument*/NULL);
G_B10_0 = L_27;
if ((((int32_t)L_30) == ((int32_t)((int32_t)48))))
{
G_B11_0 = L_27;
goto IL_00b8;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_31 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_31, _stringLiteral80B7C95DB89E34F9F8C13CFECA9C592572CFAD08, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var);
}
IL_00b8:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = V_1;
NullCheck(L_32);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_33 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_32, 0, /*hidden argument*/NULL);
String_t* L_34 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_33, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_35 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0(L_35, L_34, /*hidden argument*/NULL);
__this->set__encryptionAlgorithm_2(L_35);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_36 = __this->get__encryptionAlgorithm_2();
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = V_1;
NullCheck(L_37);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_38 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_37, 1, /*hidden argument*/NULL);
NullCheck(L_36);
ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline(L_36, L_38, /*hidden argument*/NULL);
NullCheck(G_B11_0);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_39 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B11_0, 2, /*hidden argument*/NULL);
V_2 = L_39;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_40 = V_2;
NullCheck(L_40);
uint8_t L_41 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_40, /*hidden argument*/NULL);
if ((((int32_t)L_41) == ((int32_t)((int32_t)128))))
{
goto IL_0100;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_42 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_42, _stringLiteralD964E4390D86936E2472E05166BCAA08DD191882, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var);
}
IL_0100:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_43 = V_2;
NullCheck(L_43);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_43, /*hidden argument*/NULL);
__this->set__encrypted_3(L_44);
return;
}
}
// Mono.Security.PKCS7_ContentInfo Mono.Security.PKCS7_EncryptedData::get_EncryptionAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method)
{
{
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_0 = __this->get__encryptionAlgorithm_2();
return L_0;
}
}
// System.Byte[] Mono.Security.PKCS7_EncryptedData::get_EncryptedContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedData_get_EncryptedContent_m8FA8621199A8B7A57DA4627C42962BCC770A635D (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncryptedData_get_EncryptedContent_m8FA8621199A8B7A57DA4627C42962BCC770A635D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__encrypted_3();
if (L_0)
{
goto IL_000a;
}
}
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_000a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__encrypted_3();
NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Uri::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m5BAA5AABA499ACB5D2B3F1CDB09486E463400D25 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___uriString0;
Uri__ctor_m18AC6C7890DA447423B6832166EDCBCD837C5DB5(__this, L_0, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.Uri::.ctor(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m18AC6C7890DA447423B6832166EDCBCD837C5DB5 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, bool ___dontEscape1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri__ctor_m18AC6C7890DA447423B6832166EDCBCD837C5DB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_scheme_2(L_0);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_host_3(L_1);
__this->set_port_4((-1));
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_path_5(L_2);
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_query_6(L_3);
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_fragment_7(L_4);
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_userinfo_8(L_5);
__this->set_reduce_15((bool)1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
bool L_6 = ___dontEscape1;
__this->set_userEscaped_11(L_6);
String_t* L_7 = ___uriString0;
__this->set_source_1(L_7);
Uri_Parse_m625D29924E21BEAB012618F023C6209207501156(__this, /*hidden argument*/NULL);
return;
}
}
// System.String Mono.Security.Uri::get_AbsolutePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mB98BFB6DB8151B6C0305C5AA2AFA9B12BBA29000 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_path_5();
return L_0;
}
}
// System.Boolean Mono.Security.Uri::get_IsFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m6B22CA0691A6CBC6915869E3F4798C87B26A9339 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_get_IsFile_m6B22CA0691A6CBC6915869E3F4798C87B26A9339_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_1 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean Mono.Security.Uri::get_IsUnc()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m12EEC26CF69B93E2C8DEF604CAEEBB3BB8C7E4D8 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isUnc_9();
return L_0;
}
}
// System.String Mono.Security.Uri::get_LocalPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_m1BC64ADB93E8AF361D6F3876881C41272ABEB170 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_get_LocalPath_m1BC64ADB93E8AF361D6F3876881C41272ABEB170_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
Il2CppChar V_2 = 0x0;
int32_t G_B10_0 = 0;
{
String_t* L_0 = __this->get_cachedLocalPath_13();
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->get_cachedLocalPath_13();
return L_1;
}
IL_000f:
{
bool L_2 = Uri_get_IsFile_m6B22CA0691A6CBC6915869E3F4798C87B26A9339(__this, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001e;
}
}
{
String_t* L_3 = Uri_get_AbsolutePath_mB98BFB6DB8151B6C0305C5AA2AFA9B12BBA29000_inline(__this, /*hidden argument*/NULL);
return L_3;
}
IL_001e:
{
String_t* L_4 = __this->get_path_5();
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) <= ((int32_t)3)))
{
goto IL_0061;
}
}
{
String_t* L_6 = __this->get_path_5();
NullCheck(L_6);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)58)))))
{
goto IL_0061;
}
}
{
String_t* L_8 = __this->get_path_5();
NullCheck(L_8);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, 2, /*hidden argument*/NULL);
if ((((int32_t)L_9) == ((int32_t)((int32_t)92))))
{
goto IL_005e;
}
}
{
String_t* L_10 = __this->get_path_5();
NullCheck(L_10);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, 2, /*hidden argument*/NULL);
G_B10_0 = ((((int32_t)L_11) == ((int32_t)((int32_t)47)))? 1 : 0);
goto IL_0062;
}
IL_005e:
{
G_B10_0 = 1;
goto IL_0062;
}
IL_0061:
{
G_B10_0 = 0;
}
IL_0062:
{
V_0 = (bool)G_B10_0;
bool L_12 = Uri_get_IsUnc_m12EEC26CF69B93E2C8DEF604CAEEBB3BB8C7E4D8_inline(__this, /*hidden argument*/NULL);
if (L_12)
{
goto IL_00a6;
}
}
{
String_t* L_13 = __this->get_path_5();
String_t* L_14 = Uri_Unescape_m793B62246805694A9CA41AFCE1006A944F554287(__this, L_13, /*hidden argument*/NULL);
V_1 = L_14;
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
Il2CppChar L_15 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
bool L_16 = V_0;
if (!((int32_t)((int32_t)((((int32_t)L_15) == ((int32_t)((int32_t)92)))? 1 : 0)|(int32_t)L_16)))
{
goto IL_009a;
}
}
{
String_t* L_17 = V_1;
NullCheck(L_17);
String_t* L_18 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(L_17, ((int32_t)47), ((int32_t)92), /*hidden argument*/NULL);
__this->set_cachedLocalPath_13(L_18);
goto IL_0134;
}
IL_009a:
{
String_t* L_19 = V_1;
__this->set_cachedLocalPath_13(L_19);
goto IL_0134;
}
IL_00a6:
{
String_t* L_20 = __this->get_path_5();
NullCheck(L_20);
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL);
if ((((int32_t)L_21) <= ((int32_t)1)))
{
goto IL_00e7;
}
}
{
String_t* L_22 = __this->get_path_5();
NullCheck(L_22);
Il2CppChar L_23 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)58)))))
{
goto IL_00e7;
}
}
{
String_t* L_24 = __this->get_path_5();
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
Il2CppChar L_25 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1();
Il2CppChar L_26 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
NullCheck(L_24);
String_t* L_27 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(L_24, L_25, L_26, /*hidden argument*/NULL);
String_t* L_28 = Uri_Unescape_m793B62246805694A9CA41AFCE1006A944F554287(__this, L_27, /*hidden argument*/NULL);
__this->set_cachedLocalPath_13(L_28);
goto IL_0134;
}
IL_00e7:
{
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
Il2CppChar L_29 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)92)))))
{
goto IL_0122;
}
}
{
String_t* L_30 = __this->get_host_3();
String_t* L_31 = __this->get_path_5();
NullCheck(L_31);
String_t* L_32 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(L_31, ((int32_t)47), ((int32_t)92), /*hidden argument*/NULL);
String_t* L_33 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_30, L_32, /*hidden argument*/NULL);
String_t* L_34 = Uri_Unescape_m793B62246805694A9CA41AFCE1006A944F554287(__this, L_33, /*hidden argument*/NULL);
String_t* L_35 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral9E94758983980504AF303EF297FD2BF9D9CEA063, L_34, /*hidden argument*/NULL);
__this->set_cachedLocalPath_13(L_35);
goto IL_0134;
}
IL_0122:
{
String_t* L_36 = __this->get_path_5();
String_t* L_37 = Uri_Unescape_m793B62246805694A9CA41AFCE1006A944F554287(__this, L_36, /*hidden argument*/NULL);
__this->set_cachedLocalPath_13(L_37);
}
IL_0134:
{
String_t* L_38 = __this->get_cachedLocalPath_13();
String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_40 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_38, L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_0159;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
Il2CppChar L_41 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
V_2 = L_41;
String_t* L_42 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_2), /*hidden argument*/NULL);
__this->set_cachedLocalPath_13(L_42);
}
IL_0159:
{
String_t* L_43 = __this->get_cachedLocalPath_13();
return L_43;
}
}
// System.Boolean Mono.Security.Uri::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_Equals_mA08A4FACAF5352F3F706143DDE080F0D516D05CB (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, RuntimeObject * ___comparant0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_Equals_mA08A4FACAF5352F3F706143DDE080F0D516D05CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * V_0 = NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_1 = NULL;
String_t* V_2 = NULL;
{
RuntimeObject * L_0 = ___comparant0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)0;
}
IL_0005:
{
RuntimeObject * L_1 = ___comparant0;
V_0 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D *)IsInstClass((RuntimeObject*)L_1, Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var));
Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * L_2 = V_0;
if (L_2)
{
goto IL_0022;
}
}
{
RuntimeObject * L_3 = ___comparant0;
V_2 = ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var));
String_t* L_4 = V_2;
if (L_4)
{
goto IL_001b;
}
}
{
return (bool)0;
}
IL_001b:
{
String_t* L_5 = V_2;
Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * L_6 = (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D *)il2cpp_codegen_object_new(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
Uri__ctor_m5BAA5AABA499ACB5D2B3F1CDB09486E463400D25(L_6, L_5, /*hidden argument*/NULL);
V_0 = L_6;
}
IL_0022:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
V_1 = L_7;
String_t* L_8 = __this->get_scheme_2();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = V_1;
NullCheck(L_8);
String_t* L_10 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_8, L_9, /*hidden argument*/NULL);
Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = L_11->get_scheme_2();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_13 = V_1;
NullCheck(L_12);
String_t* L_14 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_12, L_13, /*hidden argument*/NULL);
bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_00c4;
}
}
{
String_t* L_16 = __this->get_userinfo_8();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = V_1;
NullCheck(L_16);
String_t* L_18 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_16, L_17, /*hidden argument*/NULL);
Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * L_19 = V_0;
NullCheck(L_19);
String_t* L_20 = L_19->get_userinfo_8();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_21 = V_1;
NullCheck(L_20);
String_t* L_22 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_20, L_21, /*hidden argument*/NULL);
bool L_23 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_18, L_22, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_00c4;
}
}
{
String_t* L_24 = __this->get_host_3();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_25 = V_1;
NullCheck(L_24);
String_t* L_26 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_24, L_25, /*hidden argument*/NULL);
Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * L_27 = V_0;
NullCheck(L_27);
String_t* L_28 = L_27->get_host_3();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_29 = V_1;
NullCheck(L_28);
String_t* L_30 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_28, L_29, /*hidden argument*/NULL);
bool L_31 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_26, L_30, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_00c4;
}
}
{
int32_t L_32 = __this->get_port_4();
Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * L_33 = V_0;
NullCheck(L_33);
int32_t L_34 = L_33->get_port_4();
if ((!(((uint32_t)L_32) == ((uint32_t)L_34))))
{
goto IL_00c4;
}
}
{
String_t* L_35 = __this->get_path_5();
Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * L_36 = V_0;
NullCheck(L_36);
String_t* L_37 = L_36->get_path_5();
bool L_38 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_35, L_37, /*hidden argument*/NULL);
if (!L_38)
{
goto IL_00c4;
}
}
{
String_t* L_39 = __this->get_query_6();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_40 = V_1;
NullCheck(L_39);
String_t* L_41 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_39, L_40, /*hidden argument*/NULL);
Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * L_42 = V_0;
NullCheck(L_42);
String_t* L_43 = L_42->get_query_6();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_44 = V_1;
NullCheck(L_43);
String_t* L_45 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_43, L_44, /*hidden argument*/NULL);
bool L_46 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_41, L_45, /*hidden argument*/NULL);
return L_46;
}
IL_00c4:
{
return (bool)0;
}
}
// System.Int32 Mono.Security.Uri::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetHashCode_mC6B6F0E267F4E08B5C914C5ADBBE82F59182D3E1 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_cachedHashCode_14();
if (L_0)
{
goto IL_0050;
}
}
{
String_t* L_1 = __this->get_scheme_2();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
String_t* L_3 = __this->get_userinfo_8();
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3);
String_t* L_5 = __this->get_host_3();
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
int32_t L_7 = __this->get_port_4();
String_t* L_8 = __this->get_path_5();
NullCheck(L_8);
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_8);
String_t* L_10 = __this->get_query_6();
NullCheck(L_10);
int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_10);
__this->set_cachedHashCode_14(((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)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_4)), (int32_t)L_6)), (int32_t)L_7)), (int32_t)L_9)), (int32_t)L_11)));
}
IL_0050:
{
int32_t L_12 = __this->get_cachedHashCode_14();
return L_12;
}
}
// System.String Mono.Security.Uri::GetLeftPart(Mono.Security.UriPartial)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetLeftPart_mE917EA2CE5DD6179AA46B6A5FD3F081FD704ABC9 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, int32_t ___part0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_GetLeftPart_mE917EA2CE5DD6179AA46B6A5FD3F081FD704ABC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
StringBuilder_t * V_2 = NULL;
{
int32_t L_0 = ___part0;
switch (L_0)
{
case 0:
{
goto IL_0017;
}
case 1:
{
goto IL_0029;
}
case 2:
{
goto IL_0126;
}
}
}
{
goto IL_01f4;
}
IL_0017:
{
String_t* L_1 = __this->get_scheme_2();
String_t* L_2 = Uri_GetOpaqueWiseSchemeDelimiter_m9A6FDB5C8EB49469CC99CF49C8800BFD5E45B3A4(__this, /*hidden argument*/NULL);
String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
IL_0029:
{
String_t* L_4 = __this->get_host_3();
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_005f;
}
}
{
String_t* L_7 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_8 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeMailto_23();
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_005f;
}
}
{
String_t* L_10 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_11 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeNews_24();
bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0065;
}
}
IL_005f:
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_13;
}
IL_0065:
{
StringBuilder_t * L_14 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_14, /*hidden argument*/NULL);
V_1 = L_14;
StringBuilder_t * L_15 = V_1;
String_t* L_16 = __this->get_scheme_2();
NullCheck(L_15);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, L_16, /*hidden argument*/NULL);
StringBuilder_t * L_17 = V_1;
String_t* L_18 = Uri_GetOpaqueWiseSchemeDelimiter_m9A6FDB5C8EB49469CC99CF49C8800BFD5E45B3A4(__this, /*hidden argument*/NULL);
NullCheck(L_17);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, L_18, /*hidden argument*/NULL);
String_t* L_19 = __this->get_path_5();
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL);
if ((((int32_t)L_20) <= ((int32_t)1)))
{
goto IL_00be;
}
}
{
String_t* L_21 = __this->get_path_5();
NullCheck(L_21);
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_21, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)58)))))
{
goto IL_00be;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_23 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
String_t* L_24 = __this->get_scheme_2();
bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, L_24, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_00be;
}
}
{
StringBuilder_t * L_26 = V_1;
NullCheck(L_26);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_26, ((int32_t)47), /*hidden argument*/NULL);
}
IL_00be:
{
String_t* L_27 = __this->get_userinfo_8();
NullCheck(L_27);
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
if ((((int32_t)L_28) <= ((int32_t)0)))
{
goto IL_00e0;
}
}
{
StringBuilder_t * L_29 = V_1;
String_t* L_30 = __this->get_userinfo_8();
NullCheck(L_29);
StringBuilder_t * L_31 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_29, L_30, /*hidden argument*/NULL);
NullCheck(L_31);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_31, ((int32_t)64), /*hidden argument*/NULL);
}
IL_00e0:
{
StringBuilder_t * L_32 = V_1;
String_t* L_33 = __this->get_host_3();
NullCheck(L_32);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_32, L_33, /*hidden argument*/NULL);
String_t* L_34 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
int32_t L_35 = Uri_GetDefaultPort_mDEB195D1F3C4F1E5BB11BDE950D49B4AAD207930(L_34, /*hidden argument*/NULL);
V_0 = L_35;
int32_t L_36 = __this->get_port_4();
if ((((int32_t)L_36) == ((int32_t)(-1))))
{
goto IL_011f;
}
}
{
int32_t L_37 = __this->get_port_4();
int32_t L_38 = V_0;
if ((((int32_t)L_37) == ((int32_t)L_38)))
{
goto IL_011f;
}
}
{
StringBuilder_t * L_39 = V_1;
NullCheck(L_39);
StringBuilder_t * L_40 = StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_39, ((int32_t)58), /*hidden argument*/NULL);
int32_t L_41 = __this->get_port_4();
NullCheck(L_40);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_40, L_41, /*hidden argument*/NULL);
}
IL_011f:
{
StringBuilder_t * L_42 = V_1;
NullCheck(L_42);
String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_42);
return L_43;
}
IL_0126:
{
StringBuilder_t * L_44 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_44, /*hidden argument*/NULL);
V_2 = L_44;
StringBuilder_t * L_45 = V_2;
String_t* L_46 = __this->get_scheme_2();
NullCheck(L_45);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_45, L_46, /*hidden argument*/NULL);
StringBuilder_t * L_47 = V_2;
String_t* L_48 = Uri_GetOpaqueWiseSchemeDelimiter_m9A6FDB5C8EB49469CC99CF49C8800BFD5E45B3A4(__this, /*hidden argument*/NULL);
NullCheck(L_47);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_47, L_48, /*hidden argument*/NULL);
String_t* L_49 = __this->get_path_5();
NullCheck(L_49);
int32_t L_50 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_49, /*hidden argument*/NULL);
if ((((int32_t)L_50) <= ((int32_t)1)))
{
goto IL_017f;
}
}
{
String_t* L_51 = __this->get_path_5();
NullCheck(L_51);
Il2CppChar L_52 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_51, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)58)))))
{
goto IL_017f;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_53 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
String_t* L_54 = __this->get_scheme_2();
bool L_55 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_53, L_54, /*hidden argument*/NULL);
if (!L_55)
{
goto IL_017f;
}
}
{
StringBuilder_t * L_56 = V_2;
NullCheck(L_56);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_56, ((int32_t)47), /*hidden argument*/NULL);
}
IL_017f:
{
String_t* L_57 = __this->get_userinfo_8();
NullCheck(L_57);
int32_t L_58 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_57, /*hidden argument*/NULL);
if ((((int32_t)L_58) <= ((int32_t)0)))
{
goto IL_01a1;
}
}
{
StringBuilder_t * L_59 = V_2;
String_t* L_60 = __this->get_userinfo_8();
NullCheck(L_59);
StringBuilder_t * L_61 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_59, L_60, /*hidden argument*/NULL);
NullCheck(L_61);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_61, ((int32_t)64), /*hidden argument*/NULL);
}
IL_01a1:
{
StringBuilder_t * L_62 = V_2;
String_t* L_63 = __this->get_host_3();
NullCheck(L_62);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_62, L_63, /*hidden argument*/NULL);
String_t* L_64 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
int32_t L_65 = Uri_GetDefaultPort_mDEB195D1F3C4F1E5BB11BDE950D49B4AAD207930(L_64, /*hidden argument*/NULL);
V_0 = L_65;
int32_t L_66 = __this->get_port_4();
if ((((int32_t)L_66) == ((int32_t)(-1))))
{
goto IL_01e0;
}
}
{
int32_t L_67 = __this->get_port_4();
int32_t L_68 = V_0;
if ((((int32_t)L_67) == ((int32_t)L_68)))
{
goto IL_01e0;
}
}
{
StringBuilder_t * L_69 = V_2;
NullCheck(L_69);
StringBuilder_t * L_70 = StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_69, ((int32_t)58), /*hidden argument*/NULL);
int32_t L_71 = __this->get_port_4();
NullCheck(L_70);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_70, L_71, /*hidden argument*/NULL);
}
IL_01e0:
{
StringBuilder_t * L_72 = V_2;
String_t* L_73 = __this->get_path_5();
NullCheck(L_72);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_72, L_73, /*hidden argument*/NULL);
StringBuilder_t * L_74 = V_2;
NullCheck(L_74);
String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_74);
return L_75;
}
IL_01f4:
{
return (String_t*)NULL;
}
}
// System.Int32 Mono.Security.Uri::FromHex(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_FromHex_mE6292D4095331DBF2F620C6971DE5A93E2F41DCE (Il2CppChar ___digit0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_FromHex_mE6292D4095331DBF2F620C6971DE5A93E2F41DCE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___digit0;
if ((((int32_t)((int32_t)48)) > ((int32_t)L_0)))
{
goto IL_000f;
}
}
{
Il2CppChar L_1 = ___digit0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)57))))
{
goto IL_000f;
}
}
{
Il2CppChar L_2 = ___digit0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)48)));
}
IL_000f:
{
Il2CppChar L_3 = ___digit0;
if ((((int32_t)((int32_t)97)) > ((int32_t)L_3)))
{
goto IL_0021;
}
}
{
Il2CppChar L_4 = ___digit0;
if ((((int32_t)L_4) > ((int32_t)((int32_t)102))))
{
goto IL_0021;
}
}
{
Il2CppChar L_5 = ___digit0;
return ((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)));
}
IL_0021:
{
Il2CppChar L_6 = ___digit0;
if ((((int32_t)((int32_t)65)) > ((int32_t)L_6)))
{
goto IL_0033;
}
}
{
Il2CppChar L_7 = ___digit0;
if ((((int32_t)L_7) > ((int32_t)((int32_t)70))))
{
goto IL_0033;
}
}
{
Il2CppChar L_8 = ___digit0;
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)65))), (int32_t)((int32_t)10)));
}
IL_0033:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, _stringLiteralDCB93BD72059500C1226AD16FDD58FFE25C9E0EA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Uri_FromHex_mE6292D4095331DBF2F620C6971DE5A93E2F41DCE_RuntimeMethod_var);
}
}
// System.String Mono.Security.Uri::HexEscape(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_HexEscape_m826137839FA92494549F1C3D171230E0A0974317 (Il2CppChar ___character0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_HexEscape_m826137839FA92494549F1C3D171230E0A0974317_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
Il2CppChar L_0 = ___character0;
if ((((int32_t)L_0) <= ((int32_t)((int32_t)255))))
{
goto IL_0013;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralF0DB3FA401AEA04B711D6F1F3630552EAAEE8E59, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Uri_HexEscape_m826137839FA92494549F1C3D171230E0A0974317_RuntimeMethod_var);
}
IL_0013:
{
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_2 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_hexUpperChars_16();
Il2CppChar L_3 = ___character0;
NullCheck(L_2);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, ((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)240)))>>(int32_t)4)), /*hidden argument*/NULL);
V_0 = L_4;
String_t* L_5 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_0), /*hidden argument*/NULL);
String_t* L_6 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_hexUpperChars_16();
Il2CppChar L_7 = ___character0;
NullCheck(L_6);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, ((int32_t)((int32_t)L_7&(int32_t)((int32_t)15))), /*hidden argument*/NULL);
V_0 = L_8;
String_t* L_9 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_0), /*hidden argument*/NULL);
String_t* L_10 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral4345CB1FA27885A8FBFE7C0C830A592CC76A552B, L_5, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Char Mono.Security.Uri::HexUnescape(System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Uri_HexUnescape_m46B7651998FD8C38AF9FD7D5229E0AB9FFB152FB (String_t* ___pattern0, int32_t* ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_HexUnescape_m46B7651998FD8C38AF9FD7D5229E0AB9FFB152FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
String_t* L_0 = ___pattern0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_1 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_1, _stringLiteral91CC2E927B3BFB1D4477B744F7C70221DDB86EF1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Uri_HexUnescape_m46B7651998FD8C38AF9FD7D5229E0AB9FFB152FB_RuntimeMethod_var);
}
IL_000e:
{
int32_t* L_2 = ___index1;
int32_t L_3 = *((int32_t*)L_2);
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_001d;
}
}
{
int32_t* L_4 = ___index1;
int32_t L_5 = *((int32_t*)L_4);
String_t* L_6 = ___pattern0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
if ((((int32_t)L_5) < ((int32_t)L_7)))
{
goto IL_0028;
}
}
IL_001d:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_8, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Uri_HexUnescape_m46B7651998FD8C38AF9FD7D5229E0AB9FFB152FB_RuntimeMethod_var);
}
IL_0028:
{
V_0 = 0;
V_1 = 0;
}
IL_002c:
{
int32_t* L_9 = ___index1;
int32_t L_10 = *((int32_t*)L_9);
String_t* L_11 = ___pattern0;
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))) > ((int32_t)L_12)))
{
goto IL_0066;
}
}
{
String_t* L_13 = ___pattern0;
int32_t* L_14 = ___index1;
int32_t L_15 = *((int32_t*)L_14);
NullCheck(L_13);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_13, L_15, /*hidden argument*/NULL);
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)37)))))
{
goto IL_0066;
}
}
{
String_t* L_17 = ___pattern0;
int32_t* L_18 = ___index1;
int32_t L_19 = *((int32_t*)L_18);
NullCheck(L_17);
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
bool L_21 = Uri_IsHexDigit_m93CBAABA4BC53D16D9C34F76A29C25AC865596C7(L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0066;
}
}
{
String_t* L_22 = ___pattern0;
int32_t* L_23 = ___index1;
int32_t L_24 = *((int32_t*)L_23);
NullCheck(L_22);
Il2CppChar L_25 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)2)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
bool L_26 = Uri_IsHexDigit_m93CBAABA4BC53D16D9C34F76A29C25AC865596C7(L_25, /*hidden argument*/NULL);
if (L_26)
{
goto IL_007f;
}
}
IL_0066:
{
int32_t L_27 = V_0;
if (L_27)
{
goto IL_0154;
}
}
{
String_t* L_28 = ___pattern0;
int32_t* L_29 = ___index1;
int32_t* L_30 = ___index1;
int32_t L_31 = *((int32_t*)L_30);
V_4 = L_31;
int32_t L_32 = V_4;
*((int32_t*)L_29) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
int32_t L_33 = V_4;
NullCheck(L_28);
Il2CppChar L_34 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_28, L_33, /*hidden argument*/NULL);
return L_34;
}
IL_007f:
{
int32_t* L_35 = ___index1;
int32_t* L_36 = ___index1;
int32_t L_37 = *((int32_t*)L_36);
*((int32_t*)L_35) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
String_t* L_38 = ___pattern0;
int32_t* L_39 = ___index1;
int32_t* L_40 = ___index1;
int32_t L_41 = *((int32_t*)L_40);
V_4 = L_41;
int32_t L_42 = V_4;
*((int32_t*)L_39) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
int32_t L_43 = V_4;
NullCheck(L_38);
Il2CppChar L_44 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_38, L_43, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
int32_t L_45 = Uri_FromHex_mE6292D4095331DBF2F620C6971DE5A93E2F41DCE(L_44, /*hidden argument*/NULL);
String_t* L_46 = ___pattern0;
int32_t* L_47 = ___index1;
int32_t* L_48 = ___index1;
int32_t L_49 = *((int32_t*)L_48);
V_4 = L_49;
int32_t L_50 = V_4;
*((int32_t*)L_47) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
int32_t L_51 = V_4;
NullCheck(L_46);
Il2CppChar L_52 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_46, L_51, /*hidden argument*/NULL);
int32_t L_53 = Uri_FromHex_mE6292D4095331DBF2F620C6971DE5A93E2F41DCE(L_52, /*hidden argument*/NULL);
V_2 = L_53;
int32_t L_54 = V_2;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_45<<(int32_t)4)), (int32_t)L_54));
int32_t L_55 = V_0;
if (L_55)
{
goto IL_0136;
}
}
{
int32_t L_56 = V_3;
if ((((int32_t)L_56) >= ((int32_t)((int32_t)192))))
{
goto IL_00c7;
}
}
{
int32_t L_57 = V_3;
return (((int32_t)((uint16_t)L_57)));
}
IL_00c7:
{
int32_t L_58 = V_3;
if ((((int32_t)L_58) >= ((int32_t)((int32_t)224))))
{
goto IL_00db;
}
}
{
int32_t L_59 = V_3;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)((int32_t)192)));
V_0 = 2;
goto IL_0129;
}
IL_00db:
{
int32_t L_60 = V_3;
if ((((int32_t)L_60) >= ((int32_t)((int32_t)240))))
{
goto IL_00ef;
}
}
{
int32_t L_61 = V_3;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)((int32_t)224)));
V_0 = 3;
goto IL_0129;
}
IL_00ef:
{
int32_t L_62 = V_3;
if ((((int32_t)L_62) >= ((int32_t)((int32_t)248))))
{
goto IL_0103;
}
}
{
int32_t L_63 = V_3;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)((int32_t)240)));
V_0 = 4;
goto IL_0129;
}
IL_0103:
{
int32_t L_64 = V_3;
if ((((int32_t)L_64) >= ((int32_t)((int32_t)251))))
{
goto IL_0117;
}
}
{
int32_t L_65 = V_3;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)((int32_t)248)));
V_0 = 5;
goto IL_0129;
}
IL_0117:
{
int32_t L_66 = V_3;
if ((((int32_t)L_66) >= ((int32_t)((int32_t)254))))
{
goto IL_0129;
}
}
{
int32_t L_67 = V_3;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)((int32_t)252)));
V_0 = 6;
}
IL_0129:
{
int32_t L_68 = V_1;
int32_t L_69 = V_0;
V_1 = ((int32_t)((int32_t)L_68<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)1)), (int32_t)6))&(int32_t)((int32_t)31)))));
goto IL_0149;
}
IL_0136:
{
int32_t L_70 = V_1;
int32_t L_71 = V_3;
int32_t L_72 = V_0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)((int32_t)128)))<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)1)), (int32_t)6))&(int32_t)((int32_t)31)))))));
}
IL_0149:
{
int32_t L_73 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)1));
int32_t L_74 = V_0;
if ((((int32_t)L_74) > ((int32_t)0)))
{
goto IL_002c;
}
}
IL_0154:
{
int32_t L_75 = V_1;
return (((int32_t)((uint16_t)L_75)));
}
}
// System.Boolean Mono.Security.Uri::IsHexDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m93CBAABA4BC53D16D9C34F76A29C25AC865596C7 (Il2CppChar ___digit0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___digit0;
if ((((int32_t)((int32_t)48)) > ((int32_t)L_0)))
{
goto IL_000a;
}
}
{
Il2CppChar L_1 = ___digit0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)57))))
{
goto IL_0024;
}
}
IL_000a:
{
Il2CppChar L_2 = ___digit0;
if ((((int32_t)((int32_t)97)) > ((int32_t)L_2)))
{
goto IL_0014;
}
}
{
Il2CppChar L_3 = ___digit0;
if ((((int32_t)L_3) <= ((int32_t)((int32_t)102))))
{
goto IL_0024;
}
}
IL_0014:
{
Il2CppChar L_4 = ___digit0;
if ((((int32_t)((int32_t)65)) > ((int32_t)L_4)))
{
goto IL_0022;
}
}
{
Il2CppChar L_5 = ___digit0;
return (bool)((((int32_t)((((int32_t)L_5) > ((int32_t)((int32_t)70)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0022:
{
return (bool)0;
}
IL_0024:
{
return (bool)1;
}
}
// System.Boolean Mono.Security.Uri::IsHexEncoding(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexEncoding_mA276CEBD1050B4274A8C30B9798E9E5DB79F3790 (String_t* ___pattern0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_IsHexEncoding_mA276CEBD1050B4274A8C30B9798E9E5DB79F3790_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index1;
String_t* L_1 = ___pattern0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)3))) <= ((int32_t)L_2)))
{
goto IL_000d;
}
}
{
return (bool)0;
}
IL_000d:
{
String_t* L_3 = ___pattern0;
int32_t L_4 = ___index1;
int32_t L_5 = L_4;
___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
NullCheck(L_3);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_5, /*hidden argument*/NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)37)))))
{
goto IL_003d;
}
}
{
String_t* L_7 = ___pattern0;
int32_t L_8 = ___index1;
int32_t L_9 = L_8;
___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
NullCheck(L_7);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_9, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
bool L_11 = Uri_IsHexDigit_m93CBAABA4BC53D16D9C34F76A29C25AC865596C7(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_003d;
}
}
{
String_t* L_12 = ___pattern0;
int32_t L_13 = ___index1;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
bool L_15 = Uri_IsHexDigit_m93CBAABA4BC53D16D9C34F76A29C25AC865596C7(L_14, /*hidden argument*/NULL);
return L_15;
}
IL_003d:
{
return (bool)0;
}
}
// System.String Mono.Security.Uri::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_ToString_mDDE22DFC7284401CDBFD4F17F2F854A8212D36ED (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_ToString_mDDE22DFC7284401CDBFD4F17F2F854A8212D36ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* G_B5_0 = NULL;
{
String_t* L_0 = __this->get_cachedToString_12();
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->get_cachedToString_12();
return L_1;
}
IL_000f:
{
String_t* L_2 = __this->get_query_6();
NullCheck(L_2);
bool L_3 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_2, _stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D, /*hidden argument*/NULL);
if (L_3)
{
goto IL_002f;
}
}
{
String_t* L_4 = __this->get_query_6();
String_t* L_5 = Uri_Unescape_m793B62246805694A9CA41AFCE1006A944F554287(__this, L_4, /*hidden argument*/NULL);
G_B5_0 = L_5;
goto IL_004b;
}
IL_002f:
{
String_t* L_6 = __this->get_query_6();
NullCheck(L_6);
String_t* L_7 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_6, 1, /*hidden argument*/NULL);
String_t* L_8 = Uri_Unescape_m793B62246805694A9CA41AFCE1006A944F554287(__this, L_7, /*hidden argument*/NULL);
String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D, L_8, /*hidden argument*/NULL);
G_B5_0 = L_9;
}
IL_004b:
{
V_0 = G_B5_0;
String_t* L_10 = Uri_GetLeftPart_mE917EA2CE5DD6179AA46B6A5FD3F081FD704ABC9(__this, 2, /*hidden argument*/NULL);
String_t* L_11 = Uri_Unescape_m9900FC2F96A96892711EEBBA9FF4089A4B7BDAF5(__this, L_10, (bool)1, /*hidden argument*/NULL);
String_t* L_12 = V_0;
String_t* L_13 = __this->get_fragment_7();
String_t* L_14 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_11, L_12, L_13, /*hidden argument*/NULL);
__this->set_cachedToString_12(L_14);
String_t* L_15 = __this->get_cachedToString_12();
return L_15;
}
}
// System.String Mono.Security.Uri::EscapeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_mCA6D591A12969D2A9BA4C18072D1AAB233A10C49 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_EscapeString_mCA6D591A12969D2A9BA4C18072D1AAB233A10C49_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_1 = Uri_EscapeString_m7B4EA1CF36BF841C67FB53026145770E68D4A90D(L_0, (bool)0, (bool)1, (bool)1, /*hidden argument*/NULL);
return L_1;
}
}
// System.String Mono.Security.Uri::EscapeString(System.String,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_m7B4EA1CF36BF841C67FB53026145770E68D4A90D (String_t* ___str0, bool ___escapeReserved1, bool ___escapeHex2, bool ___escapeBrackets3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_EscapeString_m7B4EA1CF36BF841C67FB53026145770E68D4A90D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
Il2CppChar V_6 = 0x0;
{
String_t* L_0 = ___str0;
if (L_0)
{
goto IL_0009;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_0009:
{
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_2, /*hidden argument*/NULL);
V_0 = L_2;
String_t* L_3 = ___str0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
V_1 = L_4;
V_2 = 0;
goto IL_00d7;
}
IL_001d:
{
String_t* L_5 = ___str0;
int32_t L_6 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
bool L_7 = Uri_IsHexEncoding_mA276CEBD1050B4274A8C30B9798E9E5DB79F3790(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_003e;
}
}
{
StringBuilder_t * L_8 = V_0;
String_t* L_9 = ___str0;
int32_t L_10 = V_2;
NullCheck(L_9);
String_t* L_11 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_9, L_10, 3, /*hidden argument*/NULL);
NullCheck(L_8);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, L_11, /*hidden argument*/NULL);
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2));
goto IL_00d3;
}
IL_003e:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = L_14;
String_t* L_16 = ___str0;
int32_t L_17 = V_2;
NullCheck(L_16);
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_16, L_17, /*hidden argument*/NULL);
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)L_18);
NullCheck(L_13);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* >::Invoke(15 /* System.Byte[] System.Text.Encoding::GetBytes(System.Char[]) */, L_13, L_15);
V_3 = L_19;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_3;
NullCheck(L_20);
V_4 = (((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))));
V_5 = 0;
goto IL_00cd;
}
IL_0063:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_3;
int32_t L_22 = V_5;
NullCheck(L_21);
int32_t L_23 = L_22;
uint8_t L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
V_6 = L_24;
Il2CppChar L_25 = V_6;
if ((((int32_t)L_25) <= ((int32_t)((int32_t)32))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_26 = V_6;
if ((((int32_t)L_26) >= ((int32_t)((int32_t)127))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_27 = V_6;
NullCheck(_stringLiteral708F6643054B8FB8CE28A3B8F79FA57543BA520C);
int32_t L_28 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(_stringLiteral708F6643054B8FB8CE28A3B8F79FA57543BA520C, L_27, /*hidden argument*/NULL);
if ((!(((uint32_t)L_28) == ((uint32_t)(-1)))))
{
goto IL_00ae;
}
}
{
bool L_29 = ___escapeHex2;
if (!L_29)
{
goto IL_008d;
}
}
{
Il2CppChar L_30 = V_6;
if ((((int32_t)L_30) == ((int32_t)((int32_t)35))))
{
goto IL_00ae;
}
}
IL_008d:
{
bool L_31 = ___escapeBrackets3;
if (!L_31)
{
goto IL_009c;
}
}
{
Il2CppChar L_32 = V_6;
if ((((int32_t)L_32) == ((int32_t)((int32_t)91))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_33 = V_6;
if ((((int32_t)L_33) == ((int32_t)((int32_t)93))))
{
goto IL_00ae;
}
}
IL_009c:
{
bool L_34 = ___escapeReserved1;
if (!L_34)
{
goto IL_00be;
}
}
{
Il2CppChar L_35 = V_6;
NullCheck(_stringLiteral422C2FC455DA8AB1CCF099E014DADE733913E48A);
int32_t L_36 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(_stringLiteral422C2FC455DA8AB1CCF099E014DADE733913E48A, L_35, /*hidden argument*/NULL);
if ((((int32_t)L_36) == ((int32_t)(-1))))
{
goto IL_00be;
}
}
IL_00ae:
{
StringBuilder_t * L_37 = V_0;
Il2CppChar L_38 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_39 = Uri_HexEscape_m826137839FA92494549F1C3D171230E0A0974317(L_38, /*hidden argument*/NULL);
NullCheck(L_37);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_37, L_39, /*hidden argument*/NULL);
goto IL_00c7;
}
IL_00be:
{
StringBuilder_t * L_40 = V_0;
Il2CppChar L_41 = V_6;
NullCheck(L_40);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_40, L_41, /*hidden argument*/NULL);
}
IL_00c7:
{
int32_t L_42 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
}
IL_00cd:
{
int32_t L_43 = V_5;
int32_t L_44 = V_4;
if ((((int32_t)L_43) < ((int32_t)L_44)))
{
goto IL_0063;
}
}
IL_00d3:
{
int32_t L_45 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
}
IL_00d7:
{
int32_t L_46 = V_2;
int32_t L_47 = V_1;
if ((((int32_t)L_46) < ((int32_t)L_47)))
{
goto IL_001d;
}
}
{
StringBuilder_t * L_48 = V_0;
NullCheck(L_48);
String_t* L_49 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_48);
return L_49;
}
}
// System.Void Mono.Security.Uri::Parse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_Parse_m625D29924E21BEAB012618F023C6209207501156 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_Parse_m625D29924E21BEAB012618F023C6209207501156_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_source_1();
Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D(__this, L_0, /*hidden argument*/NULL);
bool L_1 = __this->get_userEscaped_11();
if (!L_1)
{
goto IL_0015;
}
}
{
return;
}
IL_0015:
{
String_t* L_2 = __this->get_host_3();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_3 = Uri_EscapeString_m7B4EA1CF36BF841C67FB53026145770E68D4A90D(L_2, (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL);
__this->set_host_3(L_3);
String_t* L_4 = __this->get_path_5();
String_t* L_5 = Uri_EscapeString_mCA6D591A12969D2A9BA4C18072D1AAB233A10C49(L_4, /*hidden argument*/NULL);
__this->set_path_5(L_5);
return;
}
}
// System.String Mono.Security.Uri::Unescape(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m793B62246805694A9CA41AFCE1006A944F554287 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___str0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___str0;
String_t* L_1 = Uri_Unescape_m9900FC2F96A96892711EEBBA9FF4089A4B7BDAF5(__this, L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String Mono.Security.Uri::Unescape(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m9900FC2F96A96892711EEBBA9FF4089A4B7BDAF5 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___str0, bool ___excludeSharp1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_Unescape_m9900FC2F96A96892711EEBBA9FF4089A4B7BDAF5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
Il2CppChar V_4 = 0x0;
{
String_t* L_0 = ___str0;
if (L_0)
{
goto IL_0009;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_0009:
{
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_2, /*hidden argument*/NULL);
V_0 = L_2;
String_t* L_3 = ___str0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
V_1 = L_4;
V_2 = 0;
goto IL_0063;
}
IL_001a:
{
String_t* L_5 = ___str0;
int32_t L_6 = V_2;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
V_3 = L_7;
Il2CppChar L_8 = V_3;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)37)))))
{
goto IL_0057;
}
}
{
String_t* L_9 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
Il2CppChar L_10 = Uri_HexUnescape_m46B7651998FD8C38AF9FD7D5229E0AB9FFB152FB(L_9, (int32_t*)(&V_2), /*hidden argument*/NULL);
V_4 = L_10;
bool L_11 = ___excludeSharp1;
if (!L_11)
{
goto IL_0048;
}
}
{
Il2CppChar L_12 = V_4;
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)35)))))
{
goto IL_0048;
}
}
{
StringBuilder_t * L_13 = V_0;
NullCheck(L_13);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, _stringLiteralA344EB862EDAF46575E15EE2886B9096722B09BB, /*hidden argument*/NULL);
goto IL_0051;
}
IL_0048:
{
StringBuilder_t * L_14 = V_0;
Il2CppChar L_15 = V_4;
NullCheck(L_14);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_14, L_15, /*hidden argument*/NULL);
}
IL_0051:
{
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1));
goto IL_005f;
}
IL_0057:
{
StringBuilder_t * L_17 = V_0;
Il2CppChar L_18 = V_3;
NullCheck(L_17);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_17, L_18, /*hidden argument*/NULL);
}
IL_005f:
{
int32_t L_19 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0063:
{
int32_t L_20 = V_2;
int32_t L_21 = V_1;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_001a;
}
}
{
StringBuilder_t * L_22 = V_0;
NullCheck(L_22);
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22);
return L_23;
}
}
// System.Void Mono.Security.Uri::ParseAsWindowsUNC(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsUNC_m22211EB8CE635260B15EB84CC8914D414600D370 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_ParseAsWindowsUNC_m22211EB8CE635260B15EB84CC8914D414600D370_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_0 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
__this->set_scheme_2(L_0);
__this->set_port_4((-1));
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_fragment_7(L_1);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_query_6(L_2);
__this->set_isUnc_9((bool)1);
String_t* L_3 = ___uriString0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)92));
NullCheck(L_3);
String_t* L_6 = String_TrimStart_mF2E3836BC914639BAB9DD8AA4EE026FC143BF466(L_3, L_5, /*hidden argument*/NULL);
___uriString0 = L_6;
String_t* L_7 = ___uriString0;
NullCheck(L_7);
int32_t L_8 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_7, ((int32_t)92), /*hidden argument*/NULL);
V_0 = L_8;
int32_t L_9 = V_0;
if ((((int32_t)L_9) <= ((int32_t)0)))
{
goto IL_006c;
}
}
{
String_t* L_10 = ___uriString0;
int32_t L_11 = V_0;
NullCheck(L_10);
String_t* L_12 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_10, L_11, /*hidden argument*/NULL);
__this->set_path_5(L_12);
String_t* L_13 = ___uriString0;
int32_t L_14 = V_0;
NullCheck(L_13);
String_t* L_15 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_13, 0, L_14, /*hidden argument*/NULL);
__this->set_host_3(L_15);
goto IL_007e;
}
IL_006c:
{
String_t* L_16 = ___uriString0;
__this->set_host_3(L_16);
String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_path_5(L_17);
}
IL_007e:
{
String_t* L_18 = __this->get_path_5();
NullCheck(L_18);
String_t* L_19 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_18, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
__this->set_path_5(L_19);
return;
}
}
// System.Void Mono.Security.Uri::ParseAsWindowsAbsoluteFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsAbsoluteFilePath_mE3CA1870E308251DEE7BF28DD9FDED13B0C05F49 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_ParseAsWindowsAbsoluteFilePath_mE3CA1870E308251DEE7BF28DD9FDED13B0C05F49_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___uriString0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
if ((((int32_t)L_1) <= ((int32_t)2)))
{
goto IL_002a;
}
}
{
String_t* L_2 = ___uriString0;
NullCheck(L_2);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)((int32_t)92))))
{
goto IL_002a;
}
}
{
String_t* L_4 = ___uriString0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 2, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)((int32_t)47))))
{
goto IL_002a;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_6 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_6, _stringLiteral54C2C38D88D2E354696E8C57A3D0EF59BC811C43, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Uri_ParseAsWindowsAbsoluteFilePath_mE3CA1870E308251DEE7BF28DD9FDED13B0C05F49_RuntimeMethod_var);
}
IL_002a:
{
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_7 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
__this->set_scheme_2(L_7);
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_host_3(L_8);
__this->set_port_4((-1));
String_t* L_9 = ___uriString0;
NullCheck(L_9);
String_t* L_10 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_9, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
__this->set_path_5(L_10);
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_fragment_7(L_11);
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_query_6(L_12);
return;
}
}
// System.Void Mono.Security.Uri::ParseAsUnixAbsoluteFilePath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseAsUnixAbsoluteFilePath_m49E53100B84A59512CB45B2A8B225F29B7B9CB8C (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_ParseAsUnixAbsoluteFilePath_m49E53100B84A59512CB45B2A8B225F29B7B9CB8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_isUnixFilePath_0((bool)1);
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_0 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
__this->set_scheme_2(L_0);
__this->set_port_4((-1));
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_fragment_7(L_1);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_query_6(L_2);
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_host_3(L_3);
__this->set_path_5((String_t*)NULL);
String_t* L_4 = ___uriString0;
NullCheck(L_4);
bool L_5 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_4, _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0072;
}
}
{
String_t* L_6 = ___uriString0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = L_7;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)47));
NullCheck(L_6);
String_t* L_9 = String_TrimStart_mF2E3836BC914639BAB9DD8AA4EE026FC143BF466(L_6, L_8, /*hidden argument*/NULL);
___uriString0 = L_9;
String_t* L_10 = ___uriString0;
String_t* L_11 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, L_10, /*hidden argument*/NULL);
__this->set_path_5(L_11);
}
IL_0072:
{
String_t* L_12 = __this->get_path_5();
if (L_12)
{
goto IL_0081;
}
}
{
String_t* L_13 = ___uriString0;
__this->set_path_5(L_13);
}
IL_0081:
{
return;
}
}
// System.Void Mono.Security.Uri::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, String_t* ___uriString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
String_t* V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
int32_t G_B31_0 = 0;
{
String_t* L_0 = ___uriString0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral1F4720FAD79F872C31915A9E641A32E766A2357D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___uriString0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) > ((int32_t)1)))
{
goto IL_001d;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_4 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B(L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D_RuntimeMethod_var);
}
IL_001d:
{
V_0 = 0;
String_t* L_5 = ___uriString0;
NullCheck(L_5);
int32_t L_6 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_5, ((int32_t)58), /*hidden argument*/NULL);
V_0 = L_6;
int32_t L_7 = V_0;
if ((((int32_t)L_7) >= ((int32_t)0)))
{
goto IL_005f;
}
}
{
String_t* L_8 = ___uriString0;
NullCheck(L_8);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)47)))))
{
goto IL_003f;
}
}
{
String_t* L_10 = ___uriString0;
Uri_ParseAsUnixAbsoluteFilePath_m49E53100B84A59512CB45B2A8B225F29B7B9CB8C(__this, L_10, /*hidden argument*/NULL);
return;
}
IL_003f:
{
String_t* L_11 = ___uriString0;
NullCheck(L_11);
bool L_12 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_11, _stringLiteral9E94758983980504AF303EF297FD2BF9D9CEA063, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0054;
}
}
{
String_t* L_13 = ___uriString0;
Uri_ParseAsWindowsUNC_m22211EB8CE635260B15EB84CC8914D414600D370(__this, L_13, /*hidden argument*/NULL);
return;
}
IL_0054:
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_14 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_14, _stringLiteralFDB09E0DAC9F9A4B7FB52449EDF8E32E087A6EFB, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D_RuntimeMethod_var);
}
IL_005f:
{
int32_t L_15 = V_0;
if ((!(((uint32_t)L_15) == ((uint32_t)1))))
{
goto IL_0084;
}
}
{
String_t* L_16 = ___uriString0;
NullCheck(L_16);
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_16, 0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_18 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_007c;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_19 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_19, _stringLiteral4ACBBDAD1D3AC1FB098B99B0C2DFE9216BA14A10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D_RuntimeMethod_var);
}
IL_007c:
{
String_t* L_20 = ___uriString0;
Uri_ParseAsWindowsAbsoluteFilePath_mE3CA1870E308251DEE7BF28DD9FDED13B0C05F49(__this, L_20, /*hidden argument*/NULL);
return;
}
IL_0084:
{
String_t* L_21 = ___uriString0;
int32_t L_22 = V_0;
NullCheck(L_21);
String_t* L_23 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_21, 0, L_22, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_23);
String_t* L_25 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_23, L_24, /*hidden argument*/NULL);
__this->set_scheme_2(L_25);
String_t* L_26 = __this->get_scheme_2();
NullCheck(L_26);
Il2CppChar L_27 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_26, 0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_28 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_27, /*hidden argument*/NULL);
if (L_28)
{
goto IL_00ba;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_29 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_29, _stringLiteral4ACBBDAD1D3AC1FB098B99B0C2DFE9216BA14A10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D_RuntimeMethod_var);
}
IL_00ba:
{
V_2 = 1;
goto IL_0101;
}
IL_00be:
{
String_t* L_30 = __this->get_scheme_2();
int32_t L_31 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_32 = Char_IsLetterOrDigit_m99BA6814DA5E508FAA97139C4DFE6368B655E2EB(L_30, L_31, /*hidden argument*/NULL);
if (L_32)
{
goto IL_00fd;
}
}
{
String_t* L_33 = __this->get_scheme_2();
int32_t L_34 = V_2;
NullCheck(L_33);
Il2CppChar L_35 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_33, L_34, /*hidden argument*/NULL);
V_3 = L_35;
Il2CppChar L_36 = V_3;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)((int32_t)43))))
{
case 0:
{
goto IL_00fd;
}
case 1:
{
goto IL_00f2;
}
case 2:
{
goto IL_00fd;
}
case 3:
{
goto IL_00fd;
}
}
}
IL_00f2:
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_37 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_37, _stringLiteral8DD1B87AF474209B844F772C6319615C58318074, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D_RuntimeMethod_var);
}
IL_00fd:
{
int32_t L_38 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
}
IL_0101:
{
int32_t L_39 = V_2;
String_t* L_40 = __this->get_scheme_2();
NullCheck(L_40);
int32_t L_41 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_40, /*hidden argument*/NULL);
if ((((int32_t)L_39) < ((int32_t)L_41)))
{
goto IL_00be;
}
}
{
String_t* L_42 = ___uriString0;
int32_t L_43 = V_0;
NullCheck(L_42);
String_t* L_44 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_42, ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), /*hidden argument*/NULL);
___uriString0 = L_44;
String_t* L_45 = ___uriString0;
NullCheck(L_45);
int32_t L_46 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_45, ((int32_t)35), /*hidden argument*/NULL);
V_0 = L_46;
bool L_47 = Uri_get_IsUnc_m12EEC26CF69B93E2C8DEF604CAEEBB3BB8C7E4D8_inline(__this, /*hidden argument*/NULL);
if (L_47)
{
goto IL_0146;
}
}
{
int32_t L_48 = V_0;
if ((((int32_t)L_48) == ((int32_t)(-1))))
{
goto IL_0146;
}
}
{
String_t* L_49 = ___uriString0;
int32_t L_50 = V_0;
NullCheck(L_49);
String_t* L_51 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_49, L_50, /*hidden argument*/NULL);
__this->set_fragment_7(L_51);
String_t* L_52 = ___uriString0;
int32_t L_53 = V_0;
NullCheck(L_52);
String_t* L_54 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_52, 0, L_53, /*hidden argument*/NULL);
___uriString0 = L_54;
}
IL_0146:
{
String_t* L_55 = ___uriString0;
NullCheck(L_55);
int32_t L_56 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_55, ((int32_t)63), /*hidden argument*/NULL);
V_0 = L_56;
int32_t L_57 = V_0;
if ((((int32_t)L_57) == ((int32_t)(-1))))
{
goto IL_0183;
}
}
{
String_t* L_58 = ___uriString0;
int32_t L_59 = V_0;
NullCheck(L_58);
String_t* L_60 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_58, L_59, /*hidden argument*/NULL);
__this->set_query_6(L_60);
String_t* L_61 = ___uriString0;
int32_t L_62 = V_0;
NullCheck(L_61);
String_t* L_63 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_61, 0, L_62, /*hidden argument*/NULL);
___uriString0 = L_63;
bool L_64 = __this->get_userEscaped_11();
if (L_64)
{
goto IL_0183;
}
}
{
String_t* L_65 = __this->get_query_6();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_66 = Uri_EscapeString_mCA6D591A12969D2A9BA4C18072D1AAB233A10C49(L_65, /*hidden argument*/NULL);
__this->set_query_6(L_66);
}
IL_0183:
{
String_t* L_67 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_68 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
bool L_69 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_67, L_68, /*hidden argument*/NULL);
if (!L_69)
{
goto IL_01a2;
}
}
{
String_t* L_70 = ___uriString0;
NullCheck(L_70);
bool L_71 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_70, _stringLiteralC64B8480A468E7F8B15ABD0CB49A4F9A451AF542, /*hidden argument*/NULL);
G_B31_0 = ((int32_t)(L_71));
goto IL_01a3;
}
IL_01a2:
{
G_B31_0 = 0;
}
IL_01a3:
{
V_1 = (bool)G_B31_0;
String_t* L_72 = ___uriString0;
NullCheck(L_72);
bool L_73 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_72, _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610, /*hidden argument*/NULL);
if (!L_73)
{
goto IL_01eb;
}
}
{
String_t* L_74 = ___uriString0;
NullCheck(L_74);
bool L_75 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_74, _stringLiteralC9B423AA809292B2F3F6FB8379DF1E1CCE1622E0, /*hidden argument*/NULL);
if (!L_75)
{
goto IL_01c0;
}
}
{
V_1 = (bool)0;
}
IL_01c0:
{
String_t* L_76 = ___uriString0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_77 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_78 = L_77;
NullCheck(L_78);
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)47));
NullCheck(L_76);
String_t* L_79 = String_TrimStart_mF2E3836BC914639BAB9DD8AA4EE026FC143BF466(L_76, L_78, /*hidden argument*/NULL);
___uriString0 = L_79;
String_t* L_80 = ___uriString0;
NullCheck(L_80);
int32_t L_81 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_80, /*hidden argument*/NULL);
if ((((int32_t)L_81) <= ((int32_t)1)))
{
goto IL_0207;
}
}
{
String_t* L_82 = ___uriString0;
NullCheck(L_82);
Il2CppChar L_83 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_82, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)58)))))
{
goto IL_0207;
}
}
{
V_1 = (bool)0;
goto IL_0207;
}
IL_01eb:
{
String_t* L_84 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
bool L_85 = Uri_IsPredefinedScheme_m9FB7BB7AD8D6BF1C879B4E9EC8C3B1AC7D572F00(L_84, /*hidden argument*/NULL);
if (L_85)
{
goto IL_0207;
}
}
{
String_t* L_86 = ___uriString0;
__this->set_path_5(L_86);
__this->set_isOpaquePart_10((bool)1);
return;
}
IL_0207:
{
String_t* L_87 = ___uriString0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_88 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_89 = L_88;
NullCheck(L_89);
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)47));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_90 = L_89;
NullCheck(L_90);
(L_90)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)92));
NullCheck(L_87);
int32_t L_91 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_87, L_90, /*hidden argument*/NULL);
V_0 = L_91;
bool L_92 = V_1;
if (!L_92)
{
goto IL_0223;
}
}
{
V_0 = (-1);
}
IL_0223:
{
int32_t L_93 = V_0;
if ((!(((uint32_t)L_93) == ((uint32_t)(-1)))))
{
goto IL_026a;
}
}
{
String_t* L_94 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_95 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeMailto_23();
bool L_96 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_94, L_95, /*hidden argument*/NULL);
if (!L_96)
{
goto IL_0281;
}
}
{
String_t* L_97 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_98 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeNews_24();
bool L_99 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_97, L_98, /*hidden argument*/NULL);
if (!L_99)
{
goto IL_0281;
}
}
{
String_t* L_100 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_101 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
bool L_102 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_100, L_101, /*hidden argument*/NULL);
if (!L_102)
{
goto IL_0281;
}
}
{
__this->set_path_5(_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8);
goto IL_0281;
}
IL_026a:
{
String_t* L_103 = ___uriString0;
int32_t L_104 = V_0;
NullCheck(L_103);
String_t* L_105 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_103, L_104, /*hidden argument*/NULL);
__this->set_path_5(L_105);
String_t* L_106 = ___uriString0;
int32_t L_107 = V_0;
NullCheck(L_106);
String_t* L_108 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_106, 0, L_107, /*hidden argument*/NULL);
___uriString0 = L_108;
}
IL_0281:
{
String_t* L_109 = ___uriString0;
NullCheck(L_109);
int32_t L_110 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_109, _stringLiteral9A78211436F6D425EC38F5C4E02270801F3524F8, /*hidden argument*/NULL);
V_0 = L_110;
bool L_111 = V_1;
if (!L_111)
{
goto IL_0292;
}
}
{
V_0 = (-1);
}
IL_0292:
{
int32_t L_112 = V_0;
if ((((int32_t)L_112) == ((int32_t)(-1))))
{
goto IL_02b0;
}
}
{
String_t* L_113 = ___uriString0;
int32_t L_114 = V_0;
NullCheck(L_113);
String_t* L_115 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_113, 0, L_114, /*hidden argument*/NULL);
__this->set_userinfo_8(L_115);
String_t* L_116 = ___uriString0;
int32_t L_117 = V_0;
NullCheck(L_116);
String_t* L_118 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_116, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1)), /*hidden argument*/NULL);
___uriString0 = L_118;
}
IL_02b0:
{
__this->set_port_4((-1));
String_t* L_119 = ___uriString0;
NullCheck(L_119);
int32_t L_120 = String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20(L_119, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
V_0 = L_120;
bool L_121 = V_1;
if (!L_121)
{
goto IL_02c8;
}
}
{
V_0 = (-1);
}
IL_02c8:
{
int32_t L_122 = V_0;
if ((!(((uint32_t)L_122) == ((uint32_t)1))))
{
goto IL_02ee;
}
}
{
String_t* L_123 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_124 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
bool L_125 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_123, L_124, /*hidden argument*/NULL);
if (!L_125)
{
goto IL_02ee;
}
}
{
String_t* L_126 = ___uriString0;
NullCheck(L_126);
Il2CppChar L_127 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_126, 0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_128 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_127, /*hidden argument*/NULL);
if (!L_128)
{
goto IL_02ee;
}
}
{
V_0 = (-1);
}
IL_02ee:
{
int32_t L_129 = V_0;
if ((((int32_t)L_129) == ((int32_t)(-1))))
{
goto IL_0351;
}
}
{
int32_t L_130 = V_0;
String_t* L_131 = ___uriString0;
NullCheck(L_131);
int32_t L_132 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_131, /*hidden argument*/NULL);
if ((((int32_t)L_130) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_132, (int32_t)1)))))
{
goto IL_0351;
}
}
{
String_t* L_133 = ___uriString0;
int32_t L_134 = V_0;
NullCheck(L_133);
String_t* L_135 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_133, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)), /*hidden argument*/NULL);
V_4 = L_135;
String_t* L_136 = V_4;
NullCheck(L_136);
int32_t L_137 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_136, /*hidden argument*/NULL);
if ((((int32_t)L_137) <= ((int32_t)1)))
{
goto IL_0351;
}
}
{
String_t* L_138 = V_4;
String_t* L_139 = V_4;
NullCheck(L_139);
int32_t L_140 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_139, /*hidden argument*/NULL);
NullCheck(L_138);
Il2CppChar L_141 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_138, ((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_141) == ((int32_t)((int32_t)93))))
{
goto IL_0351;
}
}
IL_0327:
try
{ // begin try (depth: 1)
String_t* L_142 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_143 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
uint32_t L_144 = UInt32_Parse_mE1049C2D5FDBBA83337898D8608580C6E1CCFEE1(L_142, L_143, /*hidden argument*/NULL);
__this->set_port_4(L_144);
String_t* L_145 = ___uriString0;
int32_t L_146 = V_0;
NullCheck(L_145);
String_t* L_147 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_145, 0, L_146, /*hidden argument*/NULL);
___uriString0 = L_147;
goto IL_0351;
} // 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_0345;
throw e;
}
CATCH_0345:
{ // begin catch(System.Exception)
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_148 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_148, _stringLiteralEE32FBE14A38B8A16DF573A235F68C607E9C800A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_148, Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0351:
{
int32_t L_149 = __this->get_port_4();
if ((!(((uint32_t)L_149) == ((uint32_t)(-1)))))
{
goto IL_036b;
}
}
{
String_t* L_150 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
int32_t L_151 = Uri_GetDefaultPort_mDEB195D1F3C4F1E5BB11BDE950D49B4AAD207930(L_150, /*hidden argument*/NULL);
__this->set_port_4(L_151);
}
IL_036b:
{
String_t* L_152 = ___uriString0;
__this->set_host_3(L_152);
bool L_153 = V_1;
if (!L_153)
{
goto IL_0396;
}
}
{
String_t* L_154 = ___uriString0;
String_t* L_155 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, L_154, /*hidden argument*/NULL);
__this->set_path_5(L_155);
String_t* L_156 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_host_3(L_156);
goto IL_042b;
}
IL_0396:
{
String_t* L_157 = __this->get_host_3();
NullCheck(L_157);
int32_t L_158 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_157, /*hidden argument*/NULL);
if ((!(((uint32_t)L_158) == ((uint32_t)2))))
{
goto IL_03d8;
}
}
{
String_t* L_159 = __this->get_host_3();
NullCheck(L_159);
Il2CppChar L_160 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_159, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_160) == ((uint32_t)((int32_t)58)))))
{
goto IL_03d8;
}
}
{
String_t* L_161 = __this->get_host_3();
String_t* L_162 = __this->get_path_5();
String_t* L_163 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_161, L_162, /*hidden argument*/NULL);
__this->set_path_5(L_163);
String_t* L_164 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_host_3(L_164);
goto IL_042b;
}
IL_03d8:
{
bool L_165 = __this->get_isUnixFilePath_0();
if (!L_165)
{
goto IL_03fa;
}
}
{
String_t* L_166 = ___uriString0;
String_t* L_167 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610, L_166, /*hidden argument*/NULL);
___uriString0 = L_167;
String_t* L_168 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_host_3(L_168);
goto IL_042b;
}
IL_03fa:
{
String_t* L_169 = __this->get_host_3();
NullCheck(L_169);
int32_t L_170 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_169, /*hidden argument*/NULL);
if (L_170)
{
goto IL_0412;
}
}
{
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_171 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_171, _stringLiteral3F2F1FDE70B574C51BEE96783D4BC620A37A26F8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_171, Uri_Parse_m6583669494292FE39A0C2E112DF3A858D15A301D_RuntimeMethod_var);
}
IL_0412:
{
String_t* L_172 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_173 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
bool L_174 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_172, L_173, /*hidden argument*/NULL);
if (!L_174)
{
goto IL_042b;
}
}
{
__this->set_isUnc_9((bool)1);
}
IL_042b:
{
String_t* L_175 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_176 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeMailto_23();
bool L_177 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_175, L_176, /*hidden argument*/NULL);
if (!L_177)
{
goto IL_047a;
}
}
{
String_t* L_178 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_179 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeNews_24();
bool L_180 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_178, L_179, /*hidden argument*/NULL);
if (!L_180)
{
goto IL_047a;
}
}
{
String_t* L_181 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_182 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
bool L_183 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_181, L_182, /*hidden argument*/NULL);
if (!L_183)
{
goto IL_047a;
}
}
{
bool L_184 = __this->get_reduce_15();
if (!L_184)
{
goto IL_047a;
}
}
{
String_t* L_185 = __this->get_path_5();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_186 = Uri_Reduce_m7940AEE13E77EAD2C7F2424BFE6C1037F1586790(L_185, /*hidden argument*/NULL);
__this->set_path_5(L_186);
}
IL_047a:
{
return;
}
}
// System.String Mono.Security.Uri::Reduce(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_Reduce_m7940AEE13E77EAD2C7F2424BFE6C1037F1586790 (String_t* ___path0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_Reduce_m7940AEE13E77EAD2C7F2424BFE6C1037F1586790_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
int32_t V_4 = 0;
String_t* V_5 = NULL;
{
String_t* L_0 = ___path0;
NullCheck(L_0);
String_t* L_1 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(L_0, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL);
___path0 = L_1;
String_t* L_2 = ___path0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)47));
NullCheck(L_2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_2, L_4, /*hidden argument*/NULL);
V_0 = L_5;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_6 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_6, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
V_1 = L_6;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_0;
NullCheck(L_7);
V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))));
V_4 = 0;
goto IL_008e;
}
IL_002d:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_0;
int32_t L_9 = V_4;
NullCheck(L_8);
int32_t L_10 = L_9;
String_t* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_5 = L_11;
String_t* L_12 = V_5;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0088;
}
}
{
String_t* L_14 = V_5;
bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_14, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
if (L_15)
{
goto IL_0088;
}
}
{
String_t* L_16 = V_5;
bool L_17 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_16, _stringLiteral9D891E731F75DEAE56884D79E9816736B7488080, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0080;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_18 = V_1;
NullCheck(L_18);
int32_t L_19 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_18, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if (L_19)
{
goto IL_0070;
}
}
{
int32_t L_20 = V_4;
if ((((int32_t)L_20) == ((int32_t)1)))
{
goto IL_0088;
}
}
{
Exception_t * L_21 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_21, _stringLiteral99CA0597B87D258D3A57CB7FC8168B600B024CE4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, Uri_Reduce_m7940AEE13E77EAD2C7F2424BFE6C1037F1586790_RuntimeMethod_var);
}
IL_0070:
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_22 = V_1;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_23 = V_1;
NullCheck(L_23);
int32_t L_24 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_23, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
NullCheck(L_22);
List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2(L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var);
goto IL_0088;
}
IL_0080:
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_25 = V_1;
String_t* L_26 = V_5;
NullCheck(L_25);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_25, L_26, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
}
IL_0088:
{
int32_t L_27 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_008e:
{
int32_t L_28 = V_4;
int32_t L_29 = V_2;
if ((((int32_t)L_28) < ((int32_t)L_29)))
{
goto IL_002d;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_30 = V_1;
NullCheck(L_30);
int32_t L_31 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_30, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if (L_31)
{
goto IL_00a1;
}
}
{
return _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
}
IL_00a1:
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_32 = V_1;
String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_32);
List_1_Insert_mBF5D461C74C96AC635EAF8ADDF7E18AE64E815A1(L_32, 0, L_33, /*hidden argument*/List_1_Insert_mBF5D461C74C96AC635EAF8ADDF7E18AE64E815A1_RuntimeMethod_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_34 = V_1;
NullCheck(L_34);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_35 = List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38(L_34, /*hidden argument*/List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var);
String_t* L_36 = String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4(_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, L_35, /*hidden argument*/NULL);
V_3 = L_36;
String_t* L_37 = ___path0;
NullCheck(L_37);
bool L_38 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_37, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
if (!L_38)
{
goto IL_00d7;
}
}
{
String_t* L_39 = V_3;
String_t* L_40 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_39, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
V_3 = L_40;
}
IL_00d7:
{
String_t* L_41 = V_3;
return L_41;
}
}
// System.String Mono.Security.Uri::GetSchemeDelimiter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetSchemeDelimiter_m4086E38F2F2CC4C164DD645B9F928801D98D1744 (String_t* ___scheme0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_GetSchemeDelimiter_m4086E38F2F2CC4C164DD645B9F928801D98D1744_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0031;
}
IL_0004:
{
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_0 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_schemes_26();
int32_t L_1 = V_0;
NullCheck(L_0);
String_t* L_2 = ((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1)))->get_scheme_0();
String_t* L_3 = ___scheme0;
bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_002d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_5 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_schemes_26();
int32_t L_6 = V_0;
NullCheck(L_5);
String_t* L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->get_delimiter_1();
return L_7;
}
IL_002d:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0031:
{
int32_t L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_10 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_schemes_26();
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
{
goto IL_0004;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_11 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17();
return L_11;
}
}
// System.Int32 Mono.Security.Uri::GetDefaultPort(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetDefaultPort_mDEB195D1F3C4F1E5BB11BDE950D49B4AAD207930 (String_t* ___scheme0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_GetDefaultPort_mDEB195D1F3C4F1E5BB11BDE950D49B4AAD207930_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0031;
}
IL_0004:
{
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_0 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_schemes_26();
int32_t L_1 = V_0;
NullCheck(L_0);
String_t* L_2 = ((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1)))->get_scheme_0();
String_t* L_3 = ___scheme0;
bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_002d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_5 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_schemes_26();
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->get_defaultPort_2();
return L_7;
}
IL_002d:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0031:
{
int32_t L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_10 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_schemes_26();
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
{
goto IL_0004;
}
}
{
return (-1);
}
}
// System.String Mono.Security.Uri::GetOpaqueWiseSchemeDelimiter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetOpaqueWiseSchemeDelimiter_m9A6FDB5C8EB49469CC99CF49C8800BFD5E45B3A4 (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_GetOpaqueWiseSchemeDelimiter_m9A6FDB5C8EB49469CC99CF49C8800BFD5E45B3A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_isOpaquePart_10();
if (!L_0)
{
goto IL_000e;
}
}
{
return _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
}
IL_000e:
{
String_t* L_1 = __this->get_scheme_2();
IL2CPP_RUNTIME_CLASS_INIT(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var);
String_t* L_2 = Uri_GetSchemeDelimiter_m4086E38F2F2CC4C164DD645B9F928801D98D1744(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean Mono.Security.Uri::IsPredefinedScheme(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsPredefinedScheme_m9FB7BB7AD8D6BF1C879B4E9EC8C3B1AC7D572F00 (String_t* ___scheme0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri_IsPredefinedScheme_m9FB7BB7AD8D6BF1C879B4E9EC8C3B1AC7D572F00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
{
String_t* L_0 = ___scheme0;
uint32_t L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A(L_0, /*hidden argument*/NULL);
V_0 = L_1;
uint32_t L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)-1427482813)))))
{
goto IL_004a;
}
}
{
uint32_t L_3 = V_0;
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)1271381062)))))
{
goto IL_0032;
}
}
{
uint32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)227981521))))
{
goto IL_00b5;
}
}
{
uint32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)1271381062))))
{
goto IL_00e2;
}
}
{
goto IL_00f1;
}
IL_0032:
{
uint32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)1315902419))))
{
goto IL_00d3;
}
}
{
uint32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)-1427482813))))
{
goto IL_0097;
}
}
{
goto IL_00f1;
}
IL_004a:
{
uint32_t L_8 = V_0;
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)-916174683)))))
{
goto IL_0067;
}
}
{
uint32_t L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)-1193422811))))
{
goto IL_00a6;
}
}
{
uint32_t L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)-916174683))))
{
goto IL_0079;
}
}
{
goto IL_00f1;
}
IL_0067:
{
uint32_t L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)-794005976))))
{
goto IL_00c4;
}
}
{
uint32_t L_12 = V_0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)-555833118))))
{
goto IL_0088;
}
}
{
goto IL_00f1;
}
IL_0079:
{
String_t* L_13 = ___scheme0;
bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083, /*hidden argument*/NULL);
if (L_14)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_0088:
{
String_t* L_15 = ___scheme0;
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD, /*hidden argument*/NULL);
if (L_16)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_0097:
{
String_t* L_17 = ___scheme0;
bool L_18 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, _stringLiteral971C419DD609331343DEE105FFFD0F4608DC0BF2, /*hidden argument*/NULL);
if (L_18)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_00a6:
{
String_t* L_19 = ___scheme0;
bool L_20 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, _stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3, /*hidden argument*/NULL);
if (L_20)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_00b5:
{
String_t* L_21 = ___scheme0;
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteral666948CC54CBC3FC2C70107A835E27C872F476E6, /*hidden argument*/NULL);
if (L_22)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_00c4:
{
String_t* L_23 = ___scheme0;
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral4188736A00FBFB506ACA06281ACF338290455C21, /*hidden argument*/NULL);
if (L_24)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_00d3:
{
String_t* L_25 = ___scheme0;
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteralFE710CD089CB0BA74F588270FE079A392B5E9810, /*hidden argument*/NULL);
if (L_26)
{
goto IL_00ef;
}
}
{
goto IL_00f1;
}
IL_00e2:
{
String_t* L_27 = ___scheme0;
bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, _stringLiteral3C6BDCDDC94F64BF77DEB306AAE490A90A6FC300, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00f1;
}
}
IL_00ef:
{
return (bool)1;
}
IL_00f1:
{
return (bool)0;
}
}
// System.Void Mono.Security.Uri::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__cctor_m7B4BC1745E4886D1E2E82E496C5FCF31D10C6976 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Uri__cctor_m7B4BC1745E4886D1E2E82E496C5FCF31D10C6976_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->set_hexUpperChars_16(_stringLiteralCE27CB141098FEB00714E758646BE3E99C185B71);
((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->set_SchemeDelimiter_17(_stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC);
((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->set_UriSchemeFile_18(_stringLiteral971C419DD609331343DEE105FFFD0F4608DC0BF2);
((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->set_UriSchemeFtp_19(_stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3);
((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->set_UriSchemeGopher_20(_stringLiteral4188736A00FBFB506ACA06281ACF338290455C21);
((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->set_UriSchemeHttp_21(_stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083);
((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->set_UriSchemeHttps_22(_stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD);
((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->set_UriSchemeMailto_23(_stringLiteralFE710CD089CB0BA74F588270FE079A392B5E9810);
((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->set_UriSchemeNews_24(_stringLiteral3C6BDCDDC94F64BF77DEB306AAE490A90A6FC300);
((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->set_UriSchemeNntp_25(_stringLiteral666948CC54CBC3FC2C70107A835E27C872F476E6);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_0 = (UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C*)(UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C*)SZArrayNew(UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C_il2cpp_TypeInfo_var, (uint32_t)8);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_1 = L_0;
String_t* L_2 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeHttp_21();
String_t* L_3 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17();
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_4;
memset((&L_4), 0, sizeof(L_4));
UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7((&L_4), L_2, L_3, ((int32_t)80), /*hidden argument*/NULL);
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 )L_4);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_5 = L_1;
String_t* L_6 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeHttps_22();
String_t* L_7 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17();
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_8;
memset((&L_8), 0, sizeof(L_8));
UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7((&L_8), L_6, L_7, ((int32_t)443), /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 )L_8);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_9 = L_5;
String_t* L_10 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFtp_19();
String_t* L_11 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17();
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_12;
memset((&L_12), 0, sizeof(L_12));
UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7((&L_12), L_10, L_11, ((int32_t)21), /*hidden argument*/NULL);
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 )L_12);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_13 = L_9;
String_t* L_14 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeFile_18();
String_t* L_15 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17();
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_16;
memset((&L_16), 0, sizeof(L_16));
UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7((&L_16), L_14, L_15, (-1), /*hidden argument*/NULL);
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 )L_16);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_17 = L_13;
String_t* L_18 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeMailto_23();
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_19;
memset((&L_19), 0, sizeof(L_19));
UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7((&L_19), L_18, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, ((int32_t)25), /*hidden argument*/NULL);
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(4), (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 )L_19);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_20 = L_17;
String_t* L_21 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeNews_24();
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_22;
memset((&L_22), 0, sizeof(L_22));
UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7((&L_22), L_21, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, (-1), /*hidden argument*/NULL);
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(5), (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 )L_22);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_23 = L_20;
String_t* L_24 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeNntp_25();
String_t* L_25 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17();
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_26;
memset((&L_26), 0, sizeof(L_26));
UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7((&L_26), L_24, L_25, ((int32_t)119), /*hidden argument*/NULL);
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(6), (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 )L_26);
UriSchemeU5BU5D_t92DD65C3EBB9FBABD1780850EC0D907191FC261C* L_27 = L_23;
String_t* L_28 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_UriSchemeGopher_20();
String_t* L_29 = ((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17();
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_30;
memset((&L_30), 0, sizeof(L_30));
UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7((&L_30), L_28, L_29, ((int32_t)70), /*hidden argument*/NULL);
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(7), (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 )L_30);
((Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_StaticFields*)il2cpp_codegen_static_fields_for(Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D_il2cpp_TypeInfo_var))->set_schemes_26(L_27);
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: Mono.Security.Uri/UriScheme
IL2CPP_EXTERN_C void UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshal_pinvoke(const UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089& unmarshaled, UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_pinvoke& marshaled)
{
marshaled.___scheme_0 = il2cpp_codegen_marshal_string(unmarshaled.get_scheme_0());
marshaled.___delimiter_1 = il2cpp_codegen_marshal_string(unmarshaled.get_delimiter_1());
marshaled.___defaultPort_2 = unmarshaled.get_defaultPort_2();
}
IL2CPP_EXTERN_C void UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshal_pinvoke_back(const UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_pinvoke& marshaled, UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089& unmarshaled)
{
unmarshaled.set_scheme_0(il2cpp_codegen_marshal_string_result(marshaled.___scheme_0));
unmarshaled.set_delimiter_1(il2cpp_codegen_marshal_string_result(marshaled.___delimiter_1));
int32_t unmarshaled_defaultPort_temp_2 = 0;
unmarshaled_defaultPort_temp_2 = marshaled.___defaultPort_2;
unmarshaled.set_defaultPort_2(unmarshaled_defaultPort_temp_2);
}
// Conversion method for clean up from marshalling of: Mono.Security.Uri/UriScheme
IL2CPP_EXTERN_C void UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshal_pinvoke_cleanup(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___scheme_0);
marshaled.___scheme_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___delimiter_1);
marshaled.___delimiter_1 = NULL;
}
// Conversion methods for marshalling of: Mono.Security.Uri/UriScheme
IL2CPP_EXTERN_C void UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshal_com(const UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089& unmarshaled, UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_com& marshaled)
{
marshaled.___scheme_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_scheme_0());
marshaled.___delimiter_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_delimiter_1());
marshaled.___defaultPort_2 = unmarshaled.get_defaultPort_2();
}
IL2CPP_EXTERN_C void UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshal_com_back(const UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_com& marshaled, UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089& unmarshaled)
{
unmarshaled.set_scheme_0(il2cpp_codegen_marshal_bstring_result(marshaled.___scheme_0));
unmarshaled.set_delimiter_1(il2cpp_codegen_marshal_bstring_result(marshaled.___delimiter_1));
int32_t unmarshaled_defaultPort_temp_2 = 0;
unmarshaled_defaultPort_temp_2 = marshaled.___defaultPort_2;
unmarshaled.set_defaultPort_2(unmarshaled_defaultPort_temp_2);
}
// Conversion method for clean up from marshalling of: Mono.Security.Uri/UriScheme
IL2CPP_EXTERN_C void UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshal_com_cleanup(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___scheme_0);
marshaled.___scheme_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___delimiter_1);
marshaled.___delimiter_1 = NULL;
}
// System.Void Mono.Security.Uri_UriScheme::.ctor(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7 (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 * __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
__this->set_scheme_0(L_0);
String_t* L_1 = ___d1;
__this->set_delimiter_1(L_1);
int32_t L_2 = ___p2;
__this->set_defaultPort_2(L_2);
return;
}
}
IL2CPP_EXTERN_C void UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7_AdjustorThunk (RuntimeObject * __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method)
{
int32_t _offset = 1;
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 * _thisAdjusted = reinterpret_cast<UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 *>(__this + _offset);
UriScheme__ctor_m1A89DD7E93CA587F567D0E6B9FB6CCB660B81FF7(_thisAdjusted, ___s0, ___d1, ___p2, 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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.X509.PKCS12::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set__iterations_7(((int32_t)2000));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL);
__this->set__keyBags_1(L_0);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_1, /*hidden argument*/NULL);
__this->set__secretBags_2(L_1);
X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_2 = (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA *)il2cpp_codegen_object_new(X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA_il2cpp_TypeInfo_var);
X509CertificateCollection__ctor_mEF9D9BD6C5A780D8A8F89F4A70F20A77274BEE11(L_2, /*hidden argument*/NULL);
__this->set__certs_3(L_2);
__this->set__keyBagsChanged_4((bool)0);
__this->set__secretBagsChanged_5((bool)0);
__this->set__certsChanged_6((bool)0);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_3, /*hidden argument*/NULL);
__this->set__safeBags_8(L_3);
return;
}
}
// System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mB65CF8CA8D2A62BCD6875EA851C0C55CE052FEA8 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
{
{
PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E(__this, /*hidden argument*/NULL);
PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18(__this, (String_t*)NULL, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mC744767A931FEFA18EB70DCA6A8570F83956CB89 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, String_t* ___password1, const RuntimeMethod* method)
{
{
PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E(__this, /*hidden argument*/NULL);
String_t* L_0 = ___password1;
PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18(__this, L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___data0;
PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.X509.PKCS12::Decode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_1 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_5 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_8 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL;
int32_t V_10 = 0;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_11 = NULL;
String_t* V_12 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_13 = NULL;
EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * V_14 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_15 = NULL;
int32_t V_16 = 0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_17 = NULL;
int32_t V_18 = 0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_19 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B11_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B10_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B13_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B12_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = V_0;
NullCheck(L_2);
uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)((int32_t)48))))
{
goto IL_001c;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral88AF471A23DFDC103E67752DD56128AE77B8DEBE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var);
}
IL_001c:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = V_0;
NullCheck(L_5);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL);
NullCheck(L_6);
uint8_t L_7 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_6, /*hidden argument*/NULL);
if ((((int32_t)L_7) == ((int32_t)2)))
{
goto IL_0036;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_8, _stringLiteral099D7F4DF2D04C9F091C29CF417AB4B2A1888D38, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var);
}
IL_0036:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = V_0;
NullCheck(L_9);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_9, 1, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_11 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6(L_11, L_10, /*hidden argument*/NULL);
V_1 = L_11;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_12 = V_1;
NullCheck(L_12);
String_t* L_13 = ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline(L_12, /*hidden argument*/NULL);
bool L_14 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_13, _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0060;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, _stringLiteral19D0B27B43EDD3905D1094D123383F92AE318631, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var);
}
IL_0060:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = V_0;
NullCheck(L_16);
int32_t L_17 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_16, /*hidden argument*/NULL);
if ((((int32_t)L_17) <= ((int32_t)2)))
{
goto IL_01b0;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_18 = V_0;
NullCheck(L_18);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_18, 2, /*hidden argument*/NULL);
V_3 = L_19;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = V_3;
NullCheck(L_20);
uint8_t L_21 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_20, /*hidden argument*/NULL);
if ((((int32_t)L_21) == ((int32_t)((int32_t)48))))
{
goto IL_0089;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_22 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_22, _stringLiteral287560723F8A1FBF90A40EFAD7B0419130008627, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var);
}
IL_0089:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = V_3;
NullCheck(L_23);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_23, 0, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = L_24;
NullCheck(L_25);
uint8_t L_26 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_25, /*hidden argument*/NULL);
G_B10_0 = L_25;
if ((((int32_t)L_26) == ((int32_t)((int32_t)48))))
{
G_B11_0 = L_25;
goto IL_00a5;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_27, _stringLiteral287560723F8A1FBF90A40EFAD7B0419130008627, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var);
}
IL_00a5:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_28 = G_B11_0;
NullCheck(L_28);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_28, 0, /*hidden argument*/NULL);
NullCheck(L_29);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_30 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_29, 0, /*hidden argument*/NULL);
String_t* L_31 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_30, /*hidden argument*/NULL);
bool L_32 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_31, _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6, /*hidden argument*/NULL);
G_B12_0 = L_28;
if (!L_32)
{
G_B13_0 = L_28;
goto IL_00ce;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_33 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_33, _stringLiteral44C55C338925A7EF2FA7FA48B516C92EF8DB9745, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var);
}
IL_00ce:
{
NullCheck(G_B13_0);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B13_0, 1, /*hidden argument*/NULL);
NullCheck(L_34);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_34, /*hidden argument*/NULL);
V_4 = L_35;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_36 = V_3;
NullCheck(L_36);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_36, 1, /*hidden argument*/NULL);
V_5 = L_37;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_38 = V_5;
NullCheck(L_38);
uint8_t L_39 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_38, /*hidden argument*/NULL);
if ((((int32_t)L_39) == ((int32_t)4)))
{
goto IL_00f9;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_40 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_40, _stringLiteral6DEA0A0DA8A093EC1AAF0430ED587E9E19F55290, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var);
}
IL_00f9:
{
__this->set__iterations_7(1);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_41 = V_3;
NullCheck(L_41);
int32_t L_42 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_41, /*hidden argument*/NULL);
if ((((int32_t)L_42) <= ((int32_t)2)))
{
goto IL_0134;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_43 = V_3;
NullCheck(L_43);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_44 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_43, 2, /*hidden argument*/NULL);
V_8 = L_44;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_45 = V_8;
NullCheck(L_45);
uint8_t L_46 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_45, /*hidden argument*/NULL);
if ((((int32_t)L_46) == ((int32_t)2)))
{
goto IL_0127;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_47 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_47, _stringLiteral25D33207529D684D63435567C0BEAFD4F02CCF74, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var);
}
IL_0127:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_48 = V_8;
int32_t L_49 = ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75(L_48, /*hidden argument*/NULL);
__this->set__iterations_7(L_49);
}
IL_0134:
{
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_50 = V_1;
NullCheck(L_50);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_51 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_50, /*hidden argument*/NULL);
NullCheck(L_51);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_52 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_51, 0, /*hidden argument*/NULL);
NullCheck(L_52);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_52, /*hidden argument*/NULL);
V_6 = L_53;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = __this->get__password_0();
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_55 = V_5;
NullCheck(L_55);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_55, /*hidden argument*/NULL);
int32_t L_57 = __this->get__iterations_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E(__this, L_54, L_56, L_57, L_58, /*hidden argument*/NULL);
V_7 = L_59;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = V_7;
bool L_62 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_60, L_61, /*hidden argument*/NULL);
if (L_62)
{
goto IL_01b0;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2);
V_9 = L_63;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_9;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_65 = V_5;
NullCheck(L_65);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_65, /*hidden argument*/NULL);
int32_t L_67 = __this->get__iterations_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E(__this, L_64, L_66, L_67, L_68, /*hidden argument*/NULL);
V_7 = L_69;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = V_7;
bool L_72 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_70, L_71, /*hidden argument*/NULL);
if (L_72)
{
goto IL_01a8;
}
}
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_73 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_73, _stringLiteral3115DAFC73A9DE6DB80C4AC21E701A8A1C100369, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var);
}
IL_01a8:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = V_9;
__this->set__password_0(L_74);
}
IL_01b0:
{
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_75 = V_1;
NullCheck(L_75);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_76 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_75, /*hidden argument*/NULL);
NullCheck(L_76);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_77 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_76, 0, /*hidden argument*/NULL);
NullCheck(L_77);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_78 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_77, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_79 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_79, L_78, /*hidden argument*/NULL);
V_2 = L_79;
V_10 = 0;
goto IL_02c7;
}
IL_01cf:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_80 = V_2;
int32_t L_81 = V_10;
NullCheck(L_80);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_82 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_80, L_81, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_83 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6(L_83, L_82, /*hidden argument*/NULL);
V_11 = L_83;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_84 = V_11;
NullCheck(L_84);
String_t* L_85 = ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline(L_84, /*hidden argument*/NULL);
V_12 = L_85;
String_t* L_86 = V_12;
bool L_87 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_86, _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA, /*hidden argument*/NULL);
if (L_87)
{
goto IL_0219;
}
}
{
String_t* L_88 = V_12;
bool L_89 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_88, _stringLiteral796CC3E6D06777F1C198837519479B1D2F0024AD, /*hidden argument*/NULL);
if (L_89)
{
goto IL_025d;
}
}
{
String_t* L_90 = V_12;
bool L_91 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_90, _stringLiteralA475B0456F9E29FC0A863EA86E627DE0D6273626, /*hidden argument*/NULL);
if (L_91)
{
goto IL_02ab;
}
}
{
goto IL_02b6;
}
IL_0219:
{
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_92 = V_11;
NullCheck(L_92);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_93 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_92, /*hidden argument*/NULL);
NullCheck(L_93);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_94 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_93, 0, /*hidden argument*/NULL);
NullCheck(L_94);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_95 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_94, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_96 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_96, L_95, /*hidden argument*/NULL);
V_13 = L_96;
V_16 = 0;
goto IL_0250;
}
IL_0237:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_97 = V_13;
int32_t L_98 = V_16;
NullCheck(L_97);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_99 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_97, L_98, /*hidden argument*/NULL);
V_17 = L_99;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_100 = V_17;
PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A(__this, L_100, /*hidden argument*/NULL);
int32_t L_101 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1));
}
IL_0250:
{
int32_t L_102 = V_16;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_103 = V_13;
NullCheck(L_103);
int32_t L_104 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_103, /*hidden argument*/NULL);
if ((((int32_t)L_102) < ((int32_t)L_104)))
{
goto IL_0237;
}
}
{
goto IL_02c1;
}
IL_025d:
{
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_105 = V_11;
NullCheck(L_105);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_106 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_105, /*hidden argument*/NULL);
NullCheck(L_106);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_107 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_106, 0, /*hidden argument*/NULL);
EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_108 = (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 *)il2cpp_codegen_object_new(EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82_il2cpp_TypeInfo_var);
EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279(L_108, L_107, /*hidden argument*/NULL);
V_14 = L_108;
EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_109 = V_14;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_110 = PKCS12_Decrypt_m96326C7F7100C5C91AFE089A46B6F7582823141F(__this, L_109, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_111 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_111, L_110, /*hidden argument*/NULL);
V_15 = L_111;
V_18 = 0;
goto IL_029e;
}
IL_0285:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_112 = V_15;
int32_t L_113 = V_18;
NullCheck(L_112);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_114 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_112, L_113, /*hidden argument*/NULL);
V_19 = L_114;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_115 = V_19;
PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A(__this, L_115, /*hidden argument*/NULL);
int32_t L_116 = V_18;
V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1));
}
IL_029e:
{
int32_t L_117 = V_18;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_118 = V_15;
NullCheck(L_118);
int32_t L_119 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_118, /*hidden argument*/NULL);
if ((((int32_t)L_117) < ((int32_t)L_119)))
{
goto IL_0285;
}
}
{
goto IL_02c1;
}
IL_02ab:
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_120 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_120, _stringLiteral8979F67C086DEAF5044AC5C8AA93642B1431C146, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_120, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var);
}
IL_02b6:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_121 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_121, _stringLiteralB3C4276351B5F9013DC3E70B3FBC9174A0379575, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_121, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var);
}
IL_02c1:
{
int32_t L_122 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1));
}
IL_02c7:
{
int32_t L_123 = V_10;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_124 = V_2;
NullCheck(L_124);
int32_t L_125 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_124, /*hidden argument*/NULL);
if ((((int32_t)L_123) < ((int32_t)L_125)))
{
goto IL_01cf;
}
}
{
return;
}
}
// System.Void Mono.Security.X509.PKCS12::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_Finalize_m8E195F72467B95472F9D5DF4AAACAAAEC445178F (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__password_0();
if (!L_0)
{
goto IL_001c;
}
}
IL_0008:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__password_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__password_0();
NullCheck(L_2);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), /*hidden argument*/NULL);
}
IL_001c:
{
__this->set__password_0((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
IL2CPP_LEAVE(0x2C, FINALLY_0025);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0025;
}
FINALLY_0025:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(37)
} // end finally (depth: 1)
IL2CPP_CLEANUP(37)
{
IL2CPP_JUMP_TBL(0x2C, IL_002c)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002c:
{
return;
}
}
// System.Void Mono.Security.X509.PKCS12::set_Password(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__password_0();
if (!L_0)
{
goto IL_001c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__password_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__password_0();
NullCheck(L_2);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), /*hidden argument*/NULL);
}
IL_001c:
{
__this->set__password_0((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
String_t* L_3 = ___value0;
if (!L_3)
{
goto IL_0087;
}
}
{
String_t* L_4 = ___value0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_007b;
}
}
{
String_t* L_6 = ___value0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
V_0 = L_7;
V_1 = 0;
int32_t L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var);
int32_t L_9 = PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_inline(/*hidden argument*/NULL);
if ((((int32_t)L_8) >= ((int32_t)L_9)))
{
goto IL_004f;
}
}
{
String_t* L_10 = ___value0;
int32_t L_11 = V_0;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0055;
}
}
{
V_1 = 1;
goto IL_0055;
}
IL_004f:
{
IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var);
int32_t L_13 = PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_inline(/*hidden argument*/NULL);
V_0 = L_13;
}
IL_0055:
{
int32_t L_14 = V_0;
int32_t L_15 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))<<(int32_t)1)));
__this->set__password_0(L_16);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_17 = Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD(/*hidden argument*/NULL);
String_t* L_18 = ___value0;
int32_t L_19 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = __this->get__password_0();
NullCheck(L_17);
VirtFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_17, L_18, 0, L_19, L_20, 0);
return;
}
IL_007b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2);
__this->set__password_0(L_21);
}
IL_0087:
{
return;
}
}
// System.Int32 Mono.Security.X509.PKCS12::get_IterationCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PKCS12_get_IterationCount_m77EFB31C974762EAD4B80DFF2E19F1DB69ECFFCF (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__iterations_7();
return L_0;
}
}
// System.Void Mono.Security.X509.PKCS12::set_IterationCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_set_IterationCount_mD6B4656F967CAF31A7E9F209641A803A6334C5E9 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set__iterations_7(L_0);
return;
}
}
// System.Collections.ArrayList Mono.Security.X509.PKCS12::get_Keys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * PKCS12_get_Keys_mD5239EDB445B3F3284434C22D9014FF0723ED825 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_get_Keys_mD5239EDB445B3F3284434C22D9014FF0723ED825_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
uint8_t V_3 = 0x0;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_4;
memset((&V_4), 0, sizeof(V_4));
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * V_5 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_8;
memset((&V_8), 0, sizeof(V_8));
RuntimeObject* V_9 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
bool L_0 = __this->get__keyBagsChanged_4();
if (!L_0)
{
goto IL_0190;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get__keyBags_1();
NullCheck(L_1);
VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_1);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get__safeBags_8();
NullCheck(L_2);
RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2);
V_0 = L_3;
}
IL_0022:
try
{ // begin try (depth: 1)
{
goto IL_0168;
}
IL_0027:
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4);
V_1 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_5, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var));
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_6 = V_1;
NullCheck(L_6);
String_t* L_7 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
bool L_8 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_7, _stringLiteral2F280ADB68040B360D7B03B819A13379B799EFAB, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_00af;
}
}
IL_0045:
{
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_9 = V_1;
NullCheck(L_9);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_9, /*hidden argument*/NULL);
NullCheck(L_10);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_10, 1, /*hidden argument*/NULL);
NullCheck(L_11);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_11, /*hidden argument*/NULL);
PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * L_13 = (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 *)il2cpp_codegen_object_new(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8_il2cpp_TypeInfo_var);
PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB(L_13, L_12, /*hidden argument*/NULL);
NullCheck(L_13);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D(L_13, /*hidden argument*/NULL);
V_2 = L_14;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_2;
NullCheck(L_15);
int32_t L_16 = 0;
uint8_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_3 = L_17;
uint8_t L_18 = V_3;
if ((((int32_t)L_18) == ((int32_t)2)))
{
goto IL_0070;
}
}
IL_0069:
{
uint8_t L_19 = V_3;
if ((((int32_t)L_19) == ((int32_t)((int32_t)48))))
{
goto IL_008e;
}
}
IL_006e:
{
goto IL_00a0;
}
IL_0070:
{
il2cpp_codegen_initobj((&V_4), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_20 = __this->get__keyBags_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_22 = V_4;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_23 = PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31(L_21, L_22, /*hidden argument*/NULL);
NullCheck(L_20);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_23);
goto IL_00a0;
}
IL_008e:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_24 = __this->get__keyBags_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_2;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_26 = PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118(L_25, /*hidden argument*/NULL);
NullCheck(L_24);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_24, L_26);
}
IL_00a0:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2;
NullCheck(L_28);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_27, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))), /*hidden argument*/NULL);
goto IL_0168;
}
IL_00af:
{
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_29 = V_1;
NullCheck(L_29);
String_t* L_30 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_29, /*hidden argument*/NULL);
NullCheck(L_30);
bool L_31 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_30, _stringLiteral3F556C2B89C9D40F8FCB8B45DB88D9BA3BDB25A7, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_0168;
}
}
IL_00c4:
{
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_32 = V_1;
NullCheck(L_32);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_33 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_32, /*hidden argument*/NULL);
NullCheck(L_33);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_33, 1, /*hidden argument*/NULL);
NullCheck(L_34);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_34, /*hidden argument*/NULL);
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_36 = (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A *)il2cpp_codegen_object_new(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A_il2cpp_TypeInfo_var);
EncryptedPrivateKeyInfo__ctor_m07345021935BB4EBCDF2CD8A3D15497A313BEF85(L_36, L_35, /*hidden argument*/NULL);
V_5 = L_36;
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_37 = V_5;
NullCheck(L_37);
String_t* L_38 = EncryptedPrivateKeyInfo_get_Algorithm_m626A4AD3CB19EE2BFD91177BDC3B5E0D03979B28_inline(L_37, /*hidden argument*/NULL);
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_39 = V_5;
NullCheck(L_39);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F(L_39, /*hidden argument*/NULL);
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_41 = V_5;
NullCheck(L_41);
int32_t L_42 = EncryptedPrivateKeyInfo_get_IterationCount_m95FE87D3494C63317BE65BFB8087CB26D6A5E7F7_inline(L_41, /*hidden argument*/NULL);
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_43 = V_5;
NullCheck(L_43);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4(L_43, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788(__this, L_38, L_40, L_42, L_44, /*hidden argument*/NULL);
V_6 = L_45;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = V_6;
PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * L_47 = (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 *)il2cpp_codegen_object_new(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8_il2cpp_TypeInfo_var);
PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB(L_47, L_46, /*hidden argument*/NULL);
NullCheck(L_47);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D(L_47, /*hidden argument*/NULL);
V_7 = L_48;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_7;
NullCheck(L_49);
int32_t L_50 = 0;
uint8_t L_51 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
V_3 = L_51;
uint8_t L_52 = V_3;
if ((((int32_t)L_52) == ((int32_t)2)))
{
goto IL_011e;
}
}
IL_0117:
{
uint8_t L_53 = V_3;
if ((((int32_t)L_53) == ((int32_t)((int32_t)48))))
{
goto IL_013d;
}
}
IL_011c:
{
goto IL_0150;
}
IL_011e:
{
il2cpp_codegen_initobj((&V_8), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_54 = __this->get__keyBags_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_7;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_56 = V_8;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_57 = PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31(L_55, L_56, /*hidden argument*/NULL);
NullCheck(L_54);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_54, L_57);
goto IL_0150;
}
IL_013d:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_58 = __this->get__keyBags_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_7;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_60 = PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118(L_59, /*hidden argument*/NULL);
NullCheck(L_58);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_58, L_60);
}
IL_0150:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = V_7;
NullCheck(L_62);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_61, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_62)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_6;
NullCheck(L_64);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_63, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length)))), /*hidden argument*/NULL);
}
IL_0168:
{
RuntimeObject* L_65 = V_0;
NullCheck(L_65);
bool L_66 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_65);
if (L_66)
{
goto IL_0027;
}
}
IL_0173:
{
IL2CPP_LEAVE(0x189, FINALLY_0175);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0175;
}
FINALLY_0175:
{ // begin finally (depth: 1)
{
RuntimeObject* L_67 = V_0;
V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_67, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_68 = V_9;
if (!L_68)
{
goto IL_0188;
}
}
IL_0181:
{
RuntimeObject* L_69 = V_9;
NullCheck(L_69);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_69);
}
IL_0188:
{
IL2CPP_END_FINALLY(373)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(373)
{
IL2CPP_JUMP_TBL(0x189, IL_0189)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0189:
{
__this->set__keyBagsChanged_4((bool)0);
}
IL_0190:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_70 = __this->get__keyBags_1();
IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_71 = ArrayList_ReadOnly_m15C79B069370829463875D47C52859A0F539F90F(L_70, /*hidden argument*/NULL);
return L_71;
}
}
// Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_1 = NULL;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_2 = NULL;
RuntimeObject* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
bool L_0 = __this->get__certsChanged_6();
if (!L_0)
{
goto IL_009d;
}
}
{
X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_1 = __this->get__certs_3();
NullCheck(L_1);
CollectionBase_Clear_m532DA443B53F9D48FAC7184B5C405D8E725E554A(L_1, /*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get__safeBags_8();
NullCheck(L_2);
RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2);
V_0 = L_3;
}
IL_0022:
try
{ // begin try (depth: 1)
{
goto IL_007b;
}
IL_0024:
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4);
V_1 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_5, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var));
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_6 = V_1;
NullCheck(L_6);
String_t* L_7 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
bool L_8 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_7, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_007b;
}
}
IL_0042:
{
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_9 = V_1;
NullCheck(L_9);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_9, /*hidden argument*/NULL);
NullCheck(L_10);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_10, 1, /*hidden argument*/NULL);
NullCheck(L_11);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_11, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_13 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA(L_13, L_12, /*hidden argument*/NULL);
V_2 = L_13;
X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_14 = __this->get__certs_3();
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_15 = V_2;
NullCheck(L_15);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_16, 0, /*hidden argument*/NULL);
NullCheck(L_17);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_17, /*hidden argument*/NULL);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_19 = (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)il2cpp_codegen_object_new(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var);
X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E(L_19, L_18, /*hidden argument*/NULL);
NullCheck(L_14);
X509CertificateCollection_Add_m92443BC84B1A9C07432AB5294089E0A041302341(L_14, L_19, /*hidden argument*/NULL);
}
IL_007b:
{
RuntimeObject* L_20 = V_0;
NullCheck(L_20);
bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_20);
if (L_21)
{
goto IL_0024;
}
}
IL_0083:
{
IL2CPP_LEAVE(0x96, FINALLY_0085);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0085;
}
FINALLY_0085:
{ // begin finally (depth: 1)
{
RuntimeObject* L_22 = V_0;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_23 = V_3;
if (!L_23)
{
goto IL_0095;
}
}
IL_008f:
{
RuntimeObject* L_24 = V_3;
NullCheck(L_24);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_24);
}
IL_0095:
{
IL2CPP_END_FINALLY(133)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(133)
{
IL2CPP_JUMP_TBL(0x96, IL_0096)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0096:
{
__this->set__certsChanged_6((bool)0);
}
IL_009d:
{
X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_25 = __this->get__certs_3();
return L_25;
}
}
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::get_RNG()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * PKCS12_get_RNG_mF15B333934AED97104F96D1908756A0DD177D9A0 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method)
{
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_0 = __this->get__rng_9();
if (L_0)
{
goto IL_0013;
}
}
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL);
__this->set__rng_9(L_1);
}
IL_0013:
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = __this->get__rng_9();
return L_2;
}
}
// System.Boolean Mono.Security.X509.PKCS12::Compare(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___expected0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___actual1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
V_0 = (bool)0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___expected0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___actual1;
NullCheck(L_1);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))))
{
goto IL_0024;
}
}
{
V_1 = 0;
goto IL_001c;
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___expected0;
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
uint8_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___actual1;
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
if ((((int32_t)L_5) == ((int32_t)L_9)))
{
goto IL_0018;
}
}
{
return (bool)0;
}
IL_0018:
{
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_001c:
{
int32_t L_11 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___expected0;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
{
goto IL_000e;
}
}
{
V_0 = (bool)1;
}
IL_0024:
{
bool L_13 = V_0;
return L_13;
}
}
// System.Security.Cryptography.SymmetricAlgorithm Mono.Security.X509.PKCS12::GetSymmetricAlgorithm(System.String,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * V_3 = NULL;
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * V_4 = NULL;
uint32_t V_5 = 0;
{
V_0 = (String_t*)NULL;
V_1 = 8;
V_2 = 8;
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_0 = (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 *)il2cpp_codegen_object_new(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var);
DeriveBytes__ctor_mE250E0E58AA52584D077855051D7ED31141DF47A(L_0, /*hidden argument*/NULL);
V_3 = L_0;
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_1 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__password_0();
NullCheck(L_1);
DeriveBytes_set_Password_m16AA9059AAA60ADFC5B7F09A9D7283F6B8E1BC6F(L_1, L_2, /*hidden argument*/NULL);
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_3 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___salt1;
NullCheck(L_3);
DeriveBytes_set_Salt_mA854998FFAD24BD9E6826587CBEEB7152BC32B30(L_3, L_4, /*hidden argument*/NULL);
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_5 = V_3;
int32_t L_6 = ___iterationCount2;
NullCheck(L_5);
DeriveBytes_set_IterationCount_m8AF5551BDB39961E7E72F820595D89B5F7046098_inline(L_5, L_6, /*hidden argument*/NULL);
String_t* L_7 = ___algorithmOid0;
uint32_t L_8 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A(L_7, /*hidden argument*/NULL);
V_5 = L_8;
uint32_t L_9 = V_5;
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)-1345144596)))))
{
goto IL_0092;
}
}
{
uint32_t L_10 = V_5;
if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)-1412255072)))))
{
goto IL_0069;
}
}
{
uint32_t L_11 = V_5;
if ((((int32_t)L_11) == ((int32_t)((int32_t)1314512600))))
{
goto IL_0135;
}
}
{
uint32_t L_12 = V_5;
if ((((int32_t)L_12) == ((int32_t)((int32_t)1331290219))))
{
goto IL_014a;
}
}
{
uint32_t L_13 = V_5;
if ((((int32_t)L_13) == ((int32_t)((int32_t)-1412255072))))
{
goto IL_01c8;
}
}
{
goto IL_02ed;
}
IL_0069:
{
uint32_t L_14 = V_5;
if ((((int32_t)L_14) == ((int32_t)((int32_t)-1378699834))))
{
goto IL_019e;
}
}
{
uint32_t L_15 = V_5;
if ((((int32_t)L_15) == ((int32_t)((int32_t)-1361922215))))
{
goto IL_01b3;
}
}
{
uint32_t L_16 = V_5;
if ((((int32_t)L_16) == ((int32_t)((int32_t)-1345144596))))
{
goto IL_0174;
}
}
{
goto IL_02ed;
}
IL_0092:
{
uint32_t L_17 = V_5;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)-751088392)))))
{
goto IL_00c1;
}
}
{
uint32_t L_18 = V_5;
if ((((int32_t)L_18) == ((int32_t)((int32_t)-1328366977))))
{
goto IL_0189;
}
}
{
uint32_t L_19 = V_5;
if ((((int32_t)L_19) == ((int32_t)((int32_t)-1294811739))))
{
goto IL_015f;
}
}
{
uint32_t L_20 = V_5;
if ((((int32_t)L_20) == ((int32_t)((int32_t)-751088392))))
{
goto IL_00e1;
}
}
{
goto IL_02ed;
}
IL_00c1:
{
uint32_t L_21 = V_5;
if ((((int32_t)L_21) == ((int32_t)((int32_t)-717533154))))
{
goto IL_00f6;
}
}
{
uint32_t L_22 = V_5;
if ((((int32_t)L_22) == ((int32_t)((int32_t)-667200297))))
{
goto IL_010b;
}
}
{
uint32_t L_23 = V_5;
if ((((int32_t)L_23) == ((int32_t)((int32_t)-633645059))))
{
goto IL_0120;
}
}
{
goto IL_02ed;
}
IL_00e1:
{
String_t* L_24 = ___algorithmOid0;
bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_24, _stringLiteral0425D7D3778CCF20AE9594EC58FAE88CACC94F5E, /*hidden argument*/NULL);
if (L_25)
{
goto IL_01dd;
}
}
{
goto IL_02ed;
}
IL_00f6:
{
String_t* L_26 = ___algorithmOid0;
bool L_27 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_26, _stringLiteralC438BA3DF76E517ADEB7757B01B707A8FD7C53B9, /*hidden argument*/NULL);
if (L_27)
{
goto IL_01f3;
}
}
{
goto IL_02ed;
}
IL_010b:
{
String_t* L_28 = ___algorithmOid0;
bool L_29 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_28, _stringLiteralDC7A4E51273DD99D30CC77D766CCBD48170C6CAC, /*hidden argument*/NULL);
if (L_29)
{
goto IL_0209;
}
}
{
goto IL_02ed;
}
IL_0120:
{
String_t* L_30 = ___algorithmOid0;
bool L_31 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_30, _stringLiteralA6D742824424B5CC45A579F1CBB3776F08DDB783, /*hidden argument*/NULL);
if (L_31)
{
goto IL_0221;
}
}
{
goto IL_02ed;
}
IL_0135:
{
String_t* L_32 = ___algorithmOid0;
bool L_33 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_32, _stringLiteral3B8985A7F6F3523C5194B27380C8B9A09D4E7286, /*hidden argument*/NULL);
if (L_33)
{
goto IL_0239;
}
}
{
goto IL_02ed;
}
IL_014a:
{
String_t* L_34 = ___algorithmOid0;
bool L_35 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_34, _stringLiteral4E803123E3F3ACF68327B5004FFBFE1BEA455372, /*hidden argument*/NULL);
if (L_35)
{
goto IL_024f;
}
}
{
goto IL_02ed;
}
IL_015f:
{
String_t* L_36 = ___algorithmOid0;
bool L_37 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_36, _stringLiteralE2A4A83E97480FEE533C17B7E9E66E07F7D508D4, /*hidden argument*/NULL);
if (L_37)
{
goto IL_0267;
}
}
{
goto IL_02ed;
}
IL_0174:
{
String_t* L_38 = ___algorithmOid0;
bool L_39 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_38, _stringLiteralC7B28B0B9455757301EFBE14A68ACEFE87C35B48, /*hidden argument*/NULL);
if (L_39)
{
goto IL_027f;
}
}
{
goto IL_02ed;
}
IL_0189:
{
String_t* L_40 = ___algorithmOid0;
bool L_41 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_40, _stringLiteral8123C11021D033CA8E67AEF3CA8B6BC4D85B977C, /*hidden argument*/NULL);
if (L_41)
{
goto IL_0296;
}
}
{
goto IL_02ed;
}
IL_019e:
{
String_t* L_42 = ___algorithmOid0;
bool L_43 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_42, _stringLiteral8E0BFE8117E07EBEF6C2CD100E3BCC63032D3607, /*hidden argument*/NULL);
if (L_43)
{
goto IL_02ac;
}
}
{
goto IL_02ed;
}
IL_01b3:
{
String_t* L_44 = ___algorithmOid0;
bool L_45 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_44, _stringLiteralD1CEA7B241EAF16F5C4A6E380E2B3624E7A80287, /*hidden argument*/NULL);
if (L_45)
{
goto IL_02c2;
}
}
{
goto IL_02ed;
}
IL_01c8:
{
String_t* L_46 = ___algorithmOid0;
bool L_47 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_46, _stringLiteralDC62B38EEB716E83A2EF7B3E3983DFF61AAFA8F1, /*hidden argument*/NULL);
if (L_47)
{
goto IL_02d8;
}
}
{
goto IL_02ed;
}
IL_01dd:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_48 = V_3;
NullCheck(L_48);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_48, _stringLiteral83BD2260257D398076A738813A94BD2F37D6F282, /*hidden argument*/NULL);
V_0 = _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D;
goto IL_02fe;
}
IL_01f3:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_49 = V_3;
NullCheck(L_49);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_49, _stringLiteralB773BED04A48DE200B96981BB79467413A222066, /*hidden argument*/NULL);
V_0 = _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D;
goto IL_02fe;
}
IL_0209:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_50 = V_3;
NullCheck(L_50);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_50, _stringLiteral83BD2260257D398076A738813A94BD2F37D6F282, /*hidden argument*/NULL);
V_0 = _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C;
V_1 = 4;
goto IL_02fe;
}
IL_0221:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_51 = V_3;
NullCheck(L_51);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_51, _stringLiteralB773BED04A48DE200B96981BB79467413A222066, /*hidden argument*/NULL);
V_0 = _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C;
V_1 = 4;
goto IL_02fe;
}
IL_0239:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_52 = V_3;
NullCheck(L_52);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_52, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL);
V_0 = _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D;
goto IL_02fe;
}
IL_024f:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_53 = V_3;
NullCheck(L_53);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_53, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL);
V_0 = _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C;
V_1 = 4;
goto IL_02fe;
}
IL_0267:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_54 = V_3;
NullCheck(L_54);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_54, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL);
V_0 = _stringLiteral80C050AFCE55BDA39642CED27679D2CBB619663F;
V_1 = ((int32_t)16);
V_2 = 0;
goto IL_02fe;
}
IL_027f:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_55 = V_3;
NullCheck(L_55);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_55, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL);
V_0 = _stringLiteral80C050AFCE55BDA39642CED27679D2CBB619663F;
V_1 = 5;
V_2 = 0;
goto IL_02fe;
}
IL_0296:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_56 = V_3;
NullCheck(L_56);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_56, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL);
V_0 = _stringLiteral2113842AE751CFD206BA143B55BA46A421A7E07F;
V_1 = ((int32_t)24);
goto IL_02fe;
}
IL_02ac:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_57 = V_3;
NullCheck(L_57);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_57, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL);
V_0 = _stringLiteral2113842AE751CFD206BA143B55BA46A421A7E07F;
V_1 = ((int32_t)16);
goto IL_02fe;
}
IL_02c2:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_58 = V_3;
NullCheck(L_58);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_58, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL);
V_0 = _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C;
V_1 = ((int32_t)16);
goto IL_02fe;
}
IL_02d8:
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_59 = V_3;
NullCheck(L_59);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_59, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL);
V_0 = _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C;
V_1 = 5;
goto IL_02fe;
}
IL_02ed:
{
String_t* L_60 = V_0;
String_t* L_61 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral7CB21E3398253A9FD01555A78CDD038F46778484, L_60, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_62 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_62, L_61, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E_RuntimeMethod_var);
}
IL_02fe:
{
V_4 = (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)NULL;
String_t* L_63 = V_0;
bool L_64 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_63, _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D, /*hidden argument*/NULL);
if (L_64)
{
goto IL_0337;
}
}
{
String_t* L_65 = V_0;
bool L_66 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_65, _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C, /*hidden argument*/NULL);
if (L_66)
{
goto IL_0340;
}
}
{
String_t* L_67 = V_0;
bool L_68 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_67, _stringLiteral2113842AE751CFD206BA143B55BA46A421A7E07F, /*hidden argument*/NULL);
if (L_68)
{
goto IL_0349;
}
}
{
String_t* L_69 = V_0;
bool L_70 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_69, _stringLiteral80C050AFCE55BDA39642CED27679D2CBB619663F, /*hidden argument*/NULL);
if (L_70)
{
goto IL_0352;
}
}
{
goto IL_035b;
}
IL_0337:
{
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 * L_71 = DES_Create_m5EE267FBCD5AA18E04C29247C796430D12247CC5(/*hidden argument*/NULL);
V_4 = L_71;
goto IL_0362;
}
IL_0340:
{
IL2CPP_RUNTIME_CLASS_INIT(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_il2cpp_TypeInfo_var);
RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA * L_72 = RC2_Create_m3742A99AA8D0593D6142F4BCAC2CF0367CEC2BDF(/*hidden argument*/NULL);
V_4 = L_72;
goto IL_0362;
}
IL_0349:
{
IL2CPP_RUNTIME_CLASS_INIT(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_il2cpp_TypeInfo_var);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_73 = TripleDES_Create_m4C06DB2092C00A059E7FEF40D2A1033B9CD4AF9A(/*hidden argument*/NULL);
V_4 = L_73;
goto IL_0362;
}
IL_0352:
{
IL2CPP_RUNTIME_CLASS_INIT(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var);
RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * L_74 = RC4_Create_m52D2B01E3CB9AEF1D6CA078AD8119B194A8B4436(/*hidden argument*/NULL);
V_4 = L_74;
goto IL_0362;
}
IL_035b:
{
String_t* L_75 = V_0;
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_76 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_76, L_75, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_76, PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E_RuntimeMethod_var);
}
IL_0362:
{
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_77 = V_4;
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_78 = V_3;
int32_t L_79 = V_1;
NullCheck(L_78);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = DeriveBytes_DeriveKey_mB869A64D12F1F4FB65F24E0724A067590DB9423F(L_78, L_79, /*hidden argument*/NULL);
NullCheck(L_77);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, L_77, L_80);
int32_t L_81 = V_2;
if ((((int32_t)L_81) <= ((int32_t)0)))
{
goto IL_038a;
}
}
{
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_82 = V_4;
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_83 = V_3;
int32_t L_84 = V_2;
NullCheck(L_83);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = DeriveBytes_DeriveIV_m85A1C453ABAD1547195132CC0E958E856501F6CF(L_83, L_84, /*hidden argument*/NULL);
NullCheck(L_82);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(11 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, L_82, L_85);
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_86 = V_4;
NullCheck(L_86);
VirtActionInvoker1< int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Mode(System.Security.Cryptography.CipherMode) */, L_86, 1);
}
IL_038a:
{
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_87 = V_4;
return L_87;
}
}
// System.Byte[] Mono.Security.X509.PKCS12::Decrypt(System.String,System.Byte[],System.Int32,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___encryptedData3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)NULL;
V_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_0004:
try
{ // begin try (depth: 1)
String_t* L_0 = ___algorithmOid0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___salt1;
int32_t L_2 = ___iterationCount2;
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_3 = PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_4 = V_0;
NullCheck(L_4);
RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateDecryptor() */, L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___encryptedData3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___encryptedData3;
NullCheck(L_7);
NullCheck(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = InterfaceFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))));
V_1 = L_8;
IL2CPP_LEAVE(0x2D, FINALLY_0023);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0023;
}
FINALLY_0023:
{ // begin finally (depth: 1)
{
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_9 = V_0;
if (!L_9)
{
goto IL_002c;
}
}
IL_0026:
{
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_10 = V_0;
NullCheck(L_10);
SymmetricAlgorithm_Clear_m8487379B135918E72684597CFE388EF7FCA733D2(L_10, /*hidden argument*/NULL);
}
IL_002c:
{
IL2CPP_END_FINALLY(35)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(35)
{
IL2CPP_JUMP_TBL(0x2D, IL_002d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_1;
return L_11;
}
}
// System.Byte[] Mono.Security.X509.PKCS12::Decrypt(Mono.Security.PKCS7_EncryptedData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Decrypt_m96326C7F7100C5C91AFE089A46B6F7582823141F (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * ___ed0, const RuntimeMethod* method)
{
{
EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_0 = ___ed0;
NullCheck(L_0);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_1 = EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline(L_1, /*hidden argument*/NULL);
EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_3 = ___ed0;
NullCheck(L_3);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_4 = EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE_inline(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL);
NullCheck(L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_6, /*hidden argument*/NULL);
EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_8 = ___ed0;
NullCheck(L_8);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_9 = EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_9, /*hidden argument*/NULL);
NullCheck(L_10);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_10, 1, /*hidden argument*/NULL);
int32_t L_12 = ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75(L_11, /*hidden argument*/NULL);
EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_13 = ___ed0;
NullCheck(L_13);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = EncryptedData_get_EncryptedContent_m8FA8621199A8B7A57DA4627C42962BCC770A635D(L_13, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788(__this, L_2, L_7, L_12, L_14, /*hidden argument*/NULL);
return L_15;
}
}
// System.Byte[] Mono.Security.X509.PKCS12::Encrypt(System.String,System.Byte[],System.Int32,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Encrypt_m3C939B2CB429573E20C83AA1F42AD16060BB60AA (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_Encrypt_m3C939B2CB429573E20C83AA1F42AD16060BB60AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
String_t* L_0 = ___algorithmOid0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___salt1;
int32_t L_2 = ___iterationCount2;
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_3 = PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
V_1 = L_3;
}
IL_000c:
try
{ // begin try (depth: 1)
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_4 = V_1;
NullCheck(L_4);
RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor() */, L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___data3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___data3;
NullCheck(L_7);
NullCheck(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = InterfaceFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))));
V_0 = L_8;
IL2CPP_LEAVE(0x2B, FINALLY_0021);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0021;
}
FINALLY_0021:
{ // begin finally (depth: 1)
{
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_9 = V_1;
if (!L_9)
{
goto IL_002a;
}
}
IL_0024:
{
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_10 = V_1;
NullCheck(L_10);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_10);
}
IL_002a:
{
IL2CPP_END_FINALLY(33)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(33)
{
IL2CPP_JUMP_TBL(0x2B, IL_002b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_0;
return L_11;
}
}
// System.Security.Cryptography.DSAParameters Mono.Security.X509.PKCS12::GetExistingParameters(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 PKCS12_GetExistingParameters_m5CB92F86AC0108C49D9E0494F9E27531097277A3 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, bool* ___found0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_GetExistingParameters_m5CB92F86AC0108C49D9E0494F9E27531097277A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * V_0 = NULL;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_1 = NULL;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * V_2 = NULL;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_3;
memset((&V_3), 0, sizeof(V_3));
RuntimeObject* V_4 = NULL;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_5;
memset((&V_5), 0, sizeof(V_5));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_0 = PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D(__this, /*hidden argument*/NULL);
NullCheck(L_0);
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_1 = X509CertificateCollection_GetEnumerator_mF727FC348ED5A98CBFD5DB476A490AE7E67D2B29(L_0, /*hidden argument*/NULL);
V_0 = L_1;
}
IL_000c:
try
{ // begin try (depth: 1)
{
goto IL_0034;
}
IL_000e:
{
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_2 = V_0;
NullCheck(L_2);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_3 = X509CertificateEnumerator_get_Current_m0B73ED629E9F6E2EAC80B699C9F6B0DFFF566089(L_2, /*hidden argument*/NULL);
V_1 = L_3;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_4 = V_1;
NullCheck(L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters() */, L_4);
if (!L_5)
{
goto IL_0034;
}
}
IL_001d:
{
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_6 = V_1;
NullCheck(L_6);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_7 = X509Certificate_get_DSA_m3427054136A14DF290537F797FE8A40784802FFC(L_6, /*hidden argument*/NULL);
V_2 = L_7;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_8 = V_2;
if (!L_8)
{
goto IL_0034;
}
}
IL_0027:
{
bool* L_9 = ___found0;
*((int8_t*)L_9) = (int8_t)1;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_10 = V_2;
NullCheck(L_10);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_11 = VirtFuncInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_10, (bool)0);
V_3 = L_11;
IL2CPP_LEAVE(0x60, FINALLY_003e);
}
IL_0034:
{
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_12 = V_0;
NullCheck(L_12);
bool L_13 = X509CertificateEnumerator_MoveNext_m5862EE69AF1A64DCF32885052BBD7429381BA7D2(L_12, /*hidden argument*/NULL);
if (L_13)
{
goto IL_000e;
}
}
IL_003c:
{
IL2CPP_LEAVE(0x52, FINALLY_003e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003e;
}
FINALLY_003e:
{ // begin finally (depth: 1)
{
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_14 = V_0;
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_15 = V_4;
if (!L_15)
{
goto IL_0051;
}
}
IL_004a:
{
RuntimeObject* L_16 = V_4;
NullCheck(L_16);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_16);
}
IL_0051:
{
IL2CPP_END_FINALLY(62)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(62)
{
IL2CPP_JUMP_TBL(0x60, IL_0060)
IL2CPP_JUMP_TBL(0x52, IL_0052)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0052:
{
bool* L_17 = ___found0;
*((int8_t*)L_17) = (int8_t)0;
il2cpp_codegen_initobj((&V_5), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ));
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_18 = V_5;
return L_18;
}
IL_0060:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_19 = V_3;
return L_19;
}
}
// System.Void Mono.Security.X509.PKCS12::AddPrivateKey(Mono.Security.Cryptography.PKCS8_PrivateKeyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * ___pki0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
uint8_t V_1 = 0x0;
bool V_2 = false;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_3;
memset((&V_3), 0, sizeof(V_3));
{
PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * L_0 = ___pki0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D(L_0, /*hidden argument*/NULL);
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = 0;
uint8_t L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_1 = L_4;
uint8_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)2)))
{
goto IL_0016;
}
}
{
uint8_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)48))))
{
goto IL_0037;
}
}
{
goto IL_004b;
}
IL_0016:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_7 = PKCS12_GetExistingParameters_m5CB92F86AC0108C49D9E0494F9E27531097277A3(__this, (bool*)(&V_2), /*hidden argument*/NULL);
V_3 = L_7;
bool L_8 = V_2;
if (!L_8)
{
goto IL_0060;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_9 = __this->get__keyBags_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_11 = V_3;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_12 = PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31(L_10, L_11, /*hidden argument*/NULL);
NullCheck(L_9);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_12);
goto IL_0060;
}
IL_0037:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = __this->get__keyBags_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_15 = PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118(L_14, /*hidden argument*/NULL);
NullCheck(L_13);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_15);
goto IL_0060;
}
IL_004b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0;
NullCheck(L_17);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_16, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))), /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_18 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_18, _stringLiteral5946ACD155491E90D92E508F3BC09953839635A6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66_RuntimeMethod_var);
}
IL_0060:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_0;
NullCheck(L_20);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_19, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))), /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.X509.PKCS12::ReadSafeBag(Mono.Security.ASN1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___safeBag0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL;
String_t* V_1 = NULL;
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_4 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_6 = NULL;
int32_t V_7 = 0;
String_t* V_8 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_9 = NULL;
int32_t V_10 = 0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_11 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B4_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B3_0 = NULL;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * G_B15_0 = NULL;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * G_B14_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B24_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B23_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B26_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B26_1 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B25_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B25_1 = NULL;
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___safeBag0;
NullCheck(L_0);
uint8_t L_1 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_0, /*hidden argument*/NULL);
if ((((int32_t)L_1) == ((int32_t)((int32_t)48))))
{
goto IL_0015;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, _stringLiteral2148F912D5521151B4B4FCF9E3FA7841DB561995, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var);
}
IL_0015:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_3 = ___safeBag0;
NullCheck(L_3);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_3, 0, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = L_4;
NullCheck(L_5);
uint8_t L_6 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_5, /*hidden argument*/NULL);
G_B3_0 = L_5;
if ((((int32_t)L_6) == ((int32_t)6)))
{
G_B4_0 = L_5;
goto IL_0030;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, _stringLiteral43CE8C8760C0F57C8E735CF657FC12BA30A8B65B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var);
}
IL_0030:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = ___safeBag0;
NullCheck(L_8);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_8, 1, /*hidden argument*/NULL);
V_0 = L_9;
String_t* L_10 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(G_B4_0, /*hidden argument*/NULL);
V_1 = L_10;
String_t* L_11 = V_1;
bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, _stringLiteral2F280ADB68040B360D7B03B819A13379B799EFAB, /*hidden argument*/NULL);
if (L_12)
{
goto IL_009d;
}
}
{
String_t* L_13 = V_1;
bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteral3F556C2B89C9D40F8FCB8B45DB88D9BA3BDB25A7, /*hidden argument*/NULL);
if (L_14)
{
goto IL_00b3;
}
}
{
String_t* L_15 = V_1;
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL);
if (L_16)
{
goto IL_00f6;
}
}
{
String_t* L_17 = V_1;
bool L_18 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, _stringLiteral2585FC37E8BD5E0ABA0AA8CAD9C47283C578EBD3, /*hidden argument*/NULL);
if (L_18)
{
goto IL_0168;
}
}
{
String_t* L_19 = V_1;
bool L_20 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, _stringLiteralD9D28254BE2512FBA8D1D209322E0B1B22D90CEE, /*hidden argument*/NULL);
if (L_20)
{
goto IL_0145;
}
}
{
String_t* L_21 = V_1;
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteralC2FFDAF1F4D54001A31179F5FE1D57F557C4FBDC, /*hidden argument*/NULL);
if (L_22)
{
goto IL_0168;
}
}
{
goto IL_015d;
}
IL_009d:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = V_0;
NullCheck(L_23);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_23, /*hidden argument*/NULL);
PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * L_25 = (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 *)il2cpp_codegen_object_new(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8_il2cpp_TypeInfo_var);
PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB(L_25, L_24, /*hidden argument*/NULL);
PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66(__this, L_25, /*hidden argument*/NULL);
goto IL_0168;
}
IL_00b3:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = V_0;
NullCheck(L_26);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_26, /*hidden argument*/NULL);
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_28 = (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A *)il2cpp_codegen_object_new(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A_il2cpp_TypeInfo_var);
EncryptedPrivateKeyInfo__ctor_m07345021935BB4EBCDF2CD8A3D15497A313BEF85(L_28, L_27, /*hidden argument*/NULL);
V_2 = L_28;
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_29 = V_2;
NullCheck(L_29);
String_t* L_30 = EncryptedPrivateKeyInfo_get_Algorithm_m626A4AD3CB19EE2BFD91177BDC3B5E0D03979B28_inline(L_29, /*hidden argument*/NULL);
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_31 = V_2;
NullCheck(L_31);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F(L_31, /*hidden argument*/NULL);
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_33 = V_2;
NullCheck(L_33);
int32_t L_34 = EncryptedPrivateKeyInfo_get_IterationCount_m95FE87D3494C63317BE65BFB8087CB26D6A5E7F7_inline(L_33, /*hidden argument*/NULL);
EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_35 = V_2;
NullCheck(L_35);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4(L_35, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788(__this, L_30, L_32, L_34, L_36, /*hidden argument*/NULL);
V_3 = L_37;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_3;
PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * L_39 = (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 *)il2cpp_codegen_object_new(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8_il2cpp_TypeInfo_var);
PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB(L_39, L_38, /*hidden argument*/NULL);
PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66(__this, L_39, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_3;
NullCheck(L_41);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_40, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))), /*hidden argument*/NULL);
goto IL_0168;
}
IL_00f6:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_42 = V_0;
NullCheck(L_42);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_42, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_44 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA(L_44, L_43, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_45 = L_44;
NullCheck(L_45);
String_t* L_46 = ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline(L_45, /*hidden argument*/NULL);
bool L_47 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_46, _stringLiteralC99B45DFFF89CE2609C9C3C74B70826509B7E817, /*hidden argument*/NULL);
G_B14_0 = L_45;
if (!L_47)
{
G_B15_0 = L_45;
goto IL_011e;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_48 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_48, _stringLiteral2CFD4072F8990E79EAEA6A6C2045E74F87B56352, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var);
}
IL_011e:
{
NullCheck(G_B15_0);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_49 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(G_B15_0, /*hidden argument*/NULL);
NullCheck(L_49);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_50 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_49, 0, /*hidden argument*/NULL);
NullCheck(L_50);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_50, /*hidden argument*/NULL);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_52 = (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)il2cpp_codegen_object_new(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var);
X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E(L_52, L_51, /*hidden argument*/NULL);
V_4 = L_52;
X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_53 = __this->get__certs_3();
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_54 = V_4;
NullCheck(L_53);
X509CertificateCollection_Add_m92443BC84B1A9C07432AB5294089E0A041302341(L_53, L_54, /*hidden argument*/NULL);
goto IL_0168;
}
IL_0145:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_55 = V_0;
NullCheck(L_55);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_55, /*hidden argument*/NULL);
V_5 = L_56;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_57 = __this->get__secretBags_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_5;
NullCheck(L_57);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_57, (RuntimeObject *)(RuntimeObject *)L_58);
goto IL_0168;
}
IL_015d:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_59 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_59, _stringLiteralAC52213E99AFDA01D46868C80010237AC135927B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var);
}
IL_0168:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_60 = ___safeBag0;
NullCheck(L_60);
int32_t L_61 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_60, /*hidden argument*/NULL);
if ((((int32_t)L_61) <= ((int32_t)2)))
{
goto IL_0261;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_62 = ___safeBag0;
NullCheck(L_62);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_63 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_62, 2, /*hidden argument*/NULL);
V_6 = L_63;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_64 = V_6;
NullCheck(L_64);
uint8_t L_65 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_64, /*hidden argument*/NULL);
if ((((int32_t)L_65) == ((int32_t)((int32_t)49))))
{
goto IL_0193;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_66 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_66, _stringLiteral85C0C834CC0B9B381C0FF7F8BBAC9285AF308AB0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var);
}
IL_0193:
{
V_7 = 0;
goto IL_0253;
}
IL_019b:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_67 = V_6;
int32_t L_68 = V_7;
NullCheck(L_67);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_69 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_67, L_68, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_70 = L_69;
NullCheck(L_70);
uint8_t L_71 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_70, /*hidden argument*/NULL);
G_B23_0 = L_70;
if ((((int32_t)L_71) == ((int32_t)((int32_t)48))))
{
G_B24_0 = L_70;
goto IL_01b9;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_72 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_72, _stringLiteral471DB6AD83C76628B068C830D0269B041596AEAA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_72, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var);
}
IL_01b9:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_73 = G_B24_0;
NullCheck(L_73);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_74 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_73, 0, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_75 = L_74;
NullCheck(L_75);
uint8_t L_76 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_75, /*hidden argument*/NULL);
G_B25_0 = L_75;
G_B25_1 = L_73;
if ((((int32_t)L_76) == ((int32_t)6)))
{
G_B26_0 = L_75;
G_B26_1 = L_73;
goto IL_01d4;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_77 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_77, _stringLiteral44E5C4B7066508335FF9B48BB0D5A05575F2001B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_77, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var);
}
IL_01d4:
{
String_t* L_78 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(G_B26_0, /*hidden argument*/NULL);
V_8 = L_78;
NullCheck(G_B26_1);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_79 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B26_1, 1, /*hidden argument*/NULL);
V_9 = L_79;
V_10 = 0;
goto IL_0242;
}
IL_01e8:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_80 = V_9;
int32_t L_81 = V_10;
NullCheck(L_80);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_82 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_80, L_81, /*hidden argument*/NULL);
V_11 = L_82;
String_t* L_83 = V_8;
bool L_84 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_83, _stringLiteral475F6403296A11AD7C5C0A2C315474FAE9953448, /*hidden argument*/NULL);
if (L_84)
{
goto IL_0211;
}
}
{
String_t* L_85 = V_8;
bool L_86 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_85, _stringLiteral6CB177B80C57F442434FADF5878CCBB93AE352D6, /*hidden argument*/NULL);
if (L_86)
{
goto IL_0227;
}
}
{
goto IL_023c;
}
IL_0211:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_87 = V_11;
NullCheck(L_87);
uint8_t L_88 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_87, /*hidden argument*/NULL);
if ((((int32_t)L_88) == ((int32_t)((int32_t)30))))
{
goto IL_023c;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_89 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_89, _stringLiteral16B16DE39EAF0CBCF65105A574643EF876F34376, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_89, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var);
}
IL_0227:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_90 = V_11;
NullCheck(L_90);
uint8_t L_91 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_90, /*hidden argument*/NULL);
if ((((int32_t)L_91) == ((int32_t)4)))
{
goto IL_023c;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_92 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_92, _stringLiteral16B16DE39EAF0CBCF65105A574643EF876F34376, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_92, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var);
}
IL_023c:
{
int32_t L_93 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1));
}
IL_0242:
{
int32_t L_94 = V_10;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_95 = V_9;
NullCheck(L_95);
int32_t L_96 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_95, /*hidden argument*/NULL);
if ((((int32_t)L_94) < ((int32_t)L_96)))
{
goto IL_01e8;
}
}
{
int32_t L_97 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1));
}
IL_0253:
{
int32_t L_98 = V_7;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_99 = V_6;
NullCheck(L_99);
int32_t L_100 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_99, /*hidden argument*/NULL);
if ((((int32_t)L_98) < ((int32_t)L_100)))
{
goto IL_019b;
}
}
IL_0261:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_101 = __this->get__safeBags_8();
String_t* L_102 = V_1;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_103 = ___safeBag0;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_104 = (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)il2cpp_codegen_object_new(SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var);
SafeBag__ctor_m1D3F8D556CEDD12987BE0BFE9671364DB45B23F2(L_104, L_102, L_103, /*hidden argument*/NULL);
NullCheck(L_101);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_101, L_104);
return;
}
}
// Mono.Security.ASN1 Mono.Security.X509.PKCS12::CertificateSafeBag(Mono.Security.X509.X509Certificate,System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * PKCS12_CertificateSafeBag_m0AF3CCB4F5929F24B0FC81144BD7091F418A003B (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___x5090, RuntimeObject* ___attributes1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_CertificateSafeBag_m0AF3CCB4F5929F24B0FC81144BD7091F418A003B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_1 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL;
RuntimeObject* V_5 = NULL;
String_t* V_6 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_7 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_8 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_9 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_10 = NULL;
RuntimeObject* V_11 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_12 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_13 = NULL;
RuntimeObject* V_14 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_15 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_16 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_17 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_18 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_0 = ___x5090;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_0);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_2, (uint8_t)4, L_1, /*hidden argument*/NULL);
V_0 = L_2;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_3 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78(L_3, /*hidden argument*/NULL);
V_1 = L_3;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_4 = V_1;
NullCheck(L_4);
ContentInfo_set_ContentType_m30FB04C8C8EC8A06A726DE11F2AEAB220614BCCE_inline(L_4, _stringLiteralC99B45DFFF89CE2609C9C3C74B70826509B7E817, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_5 = V_1;
NullCheck(L_5);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_5, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_0;
NullCheck(L_6);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_6, L_7, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_8, (uint8_t)((int32_t)160), /*hidden argument*/NULL);
V_2 = L_8;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = V_2;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_10 = V_1;
NullCheck(L_10);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_9, L_11, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_12, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_3 = L_12;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = V_3;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(_stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL);
NullCheck(L_13);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_13, L_14, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = V_3;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = V_2;
NullCheck(L_15);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_15, L_16, /*hidden argument*/NULL);
RuntimeObject* L_17 = ___attributes1;
if (!L_17)
{
goto IL_0225;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_18 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_18, (uint8_t)((int32_t)49), /*hidden argument*/NULL);
V_4 = L_18;
RuntimeObject* L_19 = ___attributes1;
NullCheck(L_19);
RuntimeObject* L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var, L_19);
V_5 = L_20;
goto IL_0206;
}
IL_0080:
{
RuntimeObject* L_21 = V_5;
NullCheck(L_21);
RuntimeObject * L_22 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_21);
V_6 = ((String_t*)CastclassSealed((RuntimeObject*)L_22, String_t_il2cpp_TypeInfo_var));
String_t* L_23 = V_6;
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral475F6403296A11AD7C5C0A2C315474FAE9953448, /*hidden argument*/NULL);
if (L_24)
{
goto IL_00b2;
}
}
{
String_t* L_25 = V_6;
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteral6CB177B80C57F442434FADF5878CCBB93AE352D6, /*hidden argument*/NULL);
if (L_26)
{
goto IL_015f;
}
}
{
goto IL_0206;
}
IL_00b2:
{
RuntimeObject* L_27 = V_5;
NullCheck(L_27);
RuntimeObject * L_28 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_27);
V_7 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_28, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_29 = V_7;
NullCheck(L_29);
int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29);
if ((((int32_t)L_30) <= ((int32_t)0)))
{
goto IL_0206;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_31 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_31, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_9 = L_31;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = V_9;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_33 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(_stringLiteral475F6403296A11AD7C5C0A2C315474FAE9953448, /*hidden argument*/NULL);
NullCheck(L_32);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_32, L_33, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_34, (uint8_t)((int32_t)49), /*hidden argument*/NULL);
V_10 = L_34;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_35 = V_7;
NullCheck(L_35);
RuntimeObject* L_36 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_35);
V_11 = L_36;
}
IL_00fa:
try
{ // begin try (depth: 1)
{
goto IL_0126;
}
IL_00fc:
{
RuntimeObject* L_37 = V_11;
NullCheck(L_37);
RuntimeObject * L_38 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_37);
V_12 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_38, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_39 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_39, (uint8_t)((int32_t)30), /*hidden argument*/NULL);
V_13 = L_39;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_40 = V_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_12;
NullCheck(L_40);
ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095(L_40, L_41, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_42 = V_10;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_43 = V_13;
NullCheck(L_42);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_42, L_43, /*hidden argument*/NULL);
}
IL_0126:
{
RuntimeObject* L_44 = V_11;
NullCheck(L_44);
bool L_45 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_44);
if (L_45)
{
goto IL_00fc;
}
}
IL_012f:
{
IL2CPP_LEAVE(0x146, FINALLY_0131);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0131;
}
FINALLY_0131:
{ // begin finally (depth: 1)
{
RuntimeObject* L_46 = V_11;
V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_46, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_47 = V_14;
if (!L_47)
{
goto IL_0145;
}
}
IL_013e:
{
RuntimeObject* L_48 = V_14;
NullCheck(L_48);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_48);
}
IL_0145:
{
IL2CPP_END_FINALLY(305)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(305)
{
IL2CPP_JUMP_TBL(0x146, IL_0146)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0146:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_49 = V_9;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_50 = V_10;
NullCheck(L_49);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_49, L_50, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_51 = V_4;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_52 = V_9;
NullCheck(L_51);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_51, L_52, /*hidden argument*/NULL);
goto IL_0206;
}
IL_015f:
{
RuntimeObject* L_53 = V_5;
NullCheck(L_53);
RuntimeObject * L_54 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_53);
V_8 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_54, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_55 = V_8;
NullCheck(L_55);
int32_t L_56 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_55);
if ((((int32_t)L_56) <= ((int32_t)0)))
{
goto IL_0206;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_57 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_57, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_15 = L_57;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_58 = V_15;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_59 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(_stringLiteral6CB177B80C57F442434FADF5878CCBB93AE352D6, /*hidden argument*/NULL);
NullCheck(L_58);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_58, L_59, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_60 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_60, (uint8_t)((int32_t)49), /*hidden argument*/NULL);
V_16 = L_60;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_61 = V_8;
NullCheck(L_61);
RuntimeObject* L_62 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_61);
V_11 = L_62;
}
IL_01a7:
try
{ // begin try (depth: 1)
{
goto IL_01d2;
}
IL_01a9:
{
RuntimeObject* L_63 = V_11;
NullCheck(L_63);
RuntimeObject * L_64 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_63);
V_17 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_64, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_65 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_65, (uint8_t)4, /*hidden argument*/NULL);
V_18 = L_65;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_66 = V_18;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = V_17;
NullCheck(L_66);
ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095(L_66, L_67, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_68 = V_16;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_69 = V_18;
NullCheck(L_68);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_68, L_69, /*hidden argument*/NULL);
}
IL_01d2:
{
RuntimeObject* L_70 = V_11;
NullCheck(L_70);
bool L_71 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_70);
if (L_71)
{
goto IL_01a9;
}
}
IL_01db:
{
IL2CPP_LEAVE(0x1F2, FINALLY_01dd);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01dd;
}
FINALLY_01dd:
{ // begin finally (depth: 1)
{
RuntimeObject* L_72 = V_11;
V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_72, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_73 = V_14;
if (!L_73)
{
goto IL_01f1;
}
}
IL_01ea:
{
RuntimeObject* L_74 = V_14;
NullCheck(L_74);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_74);
}
IL_01f1:
{
IL2CPP_END_FINALLY(477)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(477)
{
IL2CPP_JUMP_TBL(0x1F2, IL_01f2)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01f2:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_75 = V_15;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_76 = V_16;
NullCheck(L_75);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_75, L_76, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_77 = V_4;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_78 = V_15;
NullCheck(L_77);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_77, L_78, /*hidden argument*/NULL);
}
IL_0206:
{
RuntimeObject* L_79 = V_5;
NullCheck(L_79);
bool L_80 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_79);
if (L_80)
{
goto IL_0080;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_81 = V_4;
NullCheck(L_81);
int32_t L_82 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_81, /*hidden argument*/NULL);
if ((((int32_t)L_82) <= ((int32_t)0)))
{
goto IL_0225;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_83 = V_3;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_84 = V_4;
NullCheck(L_83);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_83, L_84, /*hidden argument*/NULL);
}
IL_0225:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_85 = V_3;
return L_85;
}
}
// System.Byte[] Mono.Security.X509.PKCS12::MAC(System.Byte[],System.Byte[],System.Int32,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___password0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterations2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * V_0 = NULL;
{
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_0 = (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 *)il2cpp_codegen_object_new(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var);
DeriveBytes__ctor_mE250E0E58AA52584D077855051D7ED31141DF47A(L_0, /*hidden argument*/NULL);
V_0 = L_0;
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_1 = V_0;
NullCheck(L_1);
DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_1, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL);
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_2 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___password0;
NullCheck(L_2);
DeriveBytes_set_Password_m16AA9059AAA60ADFC5B7F09A9D7283F6B8E1BC6F(L_2, L_3, /*hidden argument*/NULL);
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_4 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___salt1;
NullCheck(L_4);
DeriveBytes_set_Salt_mA854998FFAD24BD9E6826587CBEEB7152BC32B30(L_4, L_5, /*hidden argument*/NULL);
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_6 = V_0;
int32_t L_7 = ___iterations2;
NullCheck(L_6);
DeriveBytes_set_IterationCount_m8AF5551BDB39961E7E72F820595D89B5F7046098_inline(L_6, L_7, /*hidden argument*/NULL);
HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * L_8 = HMAC_Create_m865273728E60831137927C36E23E6F584383FD2B(/*hidden argument*/NULL);
HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * L_9 = ((HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 *)CastclassClass((RuntimeObject*)L_8, HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_il2cpp_TypeInfo_var));
DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_10 = V_0;
NullCheck(L_10);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = DeriveBytes_DeriveMAC_mDF4165FCFFCB3A3789C48CBBC3FAE166A404A819(L_10, ((int32_t)20), /*hidden argument*/NULL);
NullCheck(L_9);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(22 /* System.Void System.Security.Cryptography.KeyedHashAlgorithm::set_Key(System.Byte[]) */, L_9, L_11);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___data3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___data3;
NullCheck(L_13);
NullCheck(L_9);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819(L_9, L_12, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))), /*hidden argument*/NULL);
return L_14;
}
}
// System.Byte[] Mono.Security.X509.PKCS12::GetBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_1 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_2 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_3 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_5 = NULL;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_6 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_7 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_8 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_9 = NULL;
RuntimeObject* V_10 = NULL;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_11 = NULL;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_12 = NULL;
RuntimeObject* V_13 = NULL;
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * V_14 = NULL;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_15 = NULL;
bool V_16 = false;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_17 = NULL;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_18 = NULL;
bool V_19 = false;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_20 = NULL;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_21 = NULL;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_22 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_23 = NULL;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_24 = NULL;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_25 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_26 = NULL;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_27 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_28 = NULL;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_29 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_30 = NULL;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_31 = NULL;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_32 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_33 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_34 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_35 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_36 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 10);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_0, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_0 = L_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_1, /*hidden argument*/NULL);
V_1 = L_1;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get__safeBags_8();
NullCheck(L_2);
RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2);
V_10 = L_3;
}
IL_001b:
try
{ // begin try (depth: 1)
{
goto IL_0075;
}
IL_001d:
{
RuntimeObject* L_4 = V_10;
NullCheck(L_4);
RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4);
V_11 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_5, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var));
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_6 = V_11;
NullCheck(L_6);
String_t* L_7 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
bool L_8 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_7, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0075;
}
}
IL_003e:
{
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_9 = V_11;
NullCheck(L_9);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_9, /*hidden argument*/NULL);
NullCheck(L_10);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_10, 1, /*hidden argument*/NULL);
NullCheck(L_11);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_11, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_13 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA(L_13, L_12, /*hidden argument*/NULL);
V_12 = L_13;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_14 = V_1;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_15 = V_12;
NullCheck(L_15);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_16, 0, /*hidden argument*/NULL);
NullCheck(L_17);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_17, /*hidden argument*/NULL);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_19 = (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)il2cpp_codegen_object_new(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var);
X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E(L_19, L_18, /*hidden argument*/NULL);
NullCheck(L_14);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_14, L_19);
}
IL_0075:
{
RuntimeObject* L_20 = V_10;
NullCheck(L_20);
bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_20);
if (L_21)
{
goto IL_001d;
}
}
IL_007e:
{
IL2CPP_LEAVE(0x95, FINALLY_0080);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0080;
}
FINALLY_0080:
{ // begin finally (depth: 1)
{
RuntimeObject* L_22 = V_10;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_23 = V_13;
if (!L_23)
{
goto IL_0094;
}
}
IL_008d:
{
RuntimeObject* L_24 = V_13;
NullCheck(L_24);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_24);
}
IL_0094:
{
IL2CPP_END_FINALLY(128)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(128)
{
IL2CPP_JUMP_TBL(0x95, IL_0095)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0095:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_25 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_25, /*hidden argument*/NULL);
V_2 = L_25;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_26, /*hidden argument*/NULL);
V_3 = L_26;
X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_27 = PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D(__this, /*hidden argument*/NULL);
NullCheck(L_27);
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_28 = X509CertificateCollection_GetEnumerator_mF727FC348ED5A98CBFD5DB476A490AE7E67D2B29(L_27, /*hidden argument*/NULL);
V_14 = L_28;
}
IL_00ae:
try
{ // begin try (depth: 1)
{
goto IL_011a;
}
IL_00b0:
{
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_29 = V_14;
NullCheck(L_29);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_30 = X509CertificateEnumerator_get_Current_m0B73ED629E9F6E2EAC80B699C9F6B0DFFF566089(L_29, /*hidden argument*/NULL);
V_15 = L_30;
V_16 = (bool)0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_31 = V_1;
NullCheck(L_31);
RuntimeObject* L_32 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_31);
V_10 = L_32;
}
IL_00c4:
try
{ // begin try (depth: 2)
{
goto IL_00ed;
}
IL_00c6:
{
RuntimeObject* L_33 = V_10;
NullCheck(L_33);
RuntimeObject * L_34 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_33);
V_17 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)CastclassClass((RuntimeObject*)L_34, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var));
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_35 = V_15;
NullCheck(L_35);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_35);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_37 = V_17;
NullCheck(L_37);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_37);
bool L_39 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_36, L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_00ed;
}
}
IL_00ea:
{
V_16 = (bool)1;
}
IL_00ed:
{
RuntimeObject* L_40 = V_10;
NullCheck(L_40);
bool L_41 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_40);
if (L_41)
{
goto IL_00c6;
}
}
IL_00f6:
{
IL2CPP_LEAVE(0x10D, FINALLY_00f8);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00f8;
}
FINALLY_00f8:
{ // begin finally (depth: 2)
{
RuntimeObject* L_42 = V_10;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_42, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_43 = V_13;
if (!L_43)
{
goto IL_010c;
}
}
IL_0105:
{
RuntimeObject* L_44 = V_13;
NullCheck(L_44);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_44);
}
IL_010c:
{
IL2CPP_END_FINALLY(248)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(248)
{
IL2CPP_JUMP_TBL(0x10D, IL_010d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_010d:
{
bool L_45 = V_16;
if (L_45)
{
goto IL_011a;
}
}
IL_0111:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_46 = V_2;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_47 = V_15;
NullCheck(L_46);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_46, L_47);
}
IL_011a:
{
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_48 = V_14;
NullCheck(L_48);
bool L_49 = X509CertificateEnumerator_MoveNext_m5862EE69AF1A64DCF32885052BBD7429381BA7D2(L_48, /*hidden argument*/NULL);
if (L_49)
{
goto IL_00b0;
}
}
IL_0123:
{
IL2CPP_LEAVE(0x13A, FINALLY_0125);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0125;
}
FINALLY_0125:
{ // begin finally (depth: 1)
{
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_50 = V_14;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_50, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_51 = V_13;
if (!L_51)
{
goto IL_0139;
}
}
IL_0132:
{
RuntimeObject* L_52 = V_13;
NullCheck(L_52);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_52);
}
IL_0139:
{
IL2CPP_END_FINALLY(293)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(293)
{
IL2CPP_JUMP_TBL(0x13A, IL_013a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_013a:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_53 = V_1;
NullCheck(L_53);
RuntimeObject* L_54 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_53);
V_10 = L_54;
}
IL_0142:
try
{ // begin try (depth: 1)
{
goto IL_01b3;
}
IL_0144:
{
RuntimeObject* L_55 = V_10;
NullCheck(L_55);
RuntimeObject * L_56 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_55);
V_18 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)CastclassClass((RuntimeObject*)L_56, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var));
V_19 = (bool)0;
X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_57 = PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D(__this, /*hidden argument*/NULL);
NullCheck(L_57);
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_58 = X509CertificateCollection_GetEnumerator_mF727FC348ED5A98CBFD5DB476A490AE7E67D2B29(L_57, /*hidden argument*/NULL);
V_14 = L_58;
}
IL_0162:
try
{ // begin try (depth: 2)
{
goto IL_0186;
}
IL_0164:
{
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_59 = V_14;
NullCheck(L_59);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_60 = X509CertificateEnumerator_get_Current_m0B73ED629E9F6E2EAC80B699C9F6B0DFFF566089(L_59, /*hidden argument*/NULL);
V_20 = L_60;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_61 = V_18;
NullCheck(L_61);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_61);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_63 = V_20;
NullCheck(L_63);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_63);
bool L_65 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_62, L_64, /*hidden argument*/NULL);
if (!L_65)
{
goto IL_0186;
}
}
IL_0183:
{
V_19 = (bool)1;
}
IL_0186:
{
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_66 = V_14;
NullCheck(L_66);
bool L_67 = X509CertificateEnumerator_MoveNext_m5862EE69AF1A64DCF32885052BBD7429381BA7D2(L_66, /*hidden argument*/NULL);
if (L_67)
{
goto IL_0164;
}
}
IL_018f:
{
IL2CPP_LEAVE(0x1A6, FINALLY_0191);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0191;
}
FINALLY_0191:
{ // begin finally (depth: 2)
{
X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_68 = V_14;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_68, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_69 = V_13;
if (!L_69)
{
goto IL_01a5;
}
}
IL_019e:
{
RuntimeObject* L_70 = V_13;
NullCheck(L_70);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_70);
}
IL_01a5:
{
IL2CPP_END_FINALLY(401)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(401)
{
IL2CPP_JUMP_TBL(0x1A6, IL_01a6)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01a6:
{
bool L_71 = V_19;
if (L_71)
{
goto IL_01b3;
}
}
IL_01aa:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_72 = V_3;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_73 = V_18;
NullCheck(L_72);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_72, L_73);
}
IL_01b3:
{
RuntimeObject* L_74 = V_10;
NullCheck(L_74);
bool L_75 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_74);
if (L_75)
{
goto IL_0144;
}
}
IL_01bc:
{
IL2CPP_LEAVE(0x1D3, FINALLY_01be);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01be;
}
FINALLY_01be:
{ // begin finally (depth: 1)
{
RuntimeObject* L_76 = V_10;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_76, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_77 = V_13;
if (!L_77)
{
goto IL_01d2;
}
}
IL_01cb:
{
RuntimeObject* L_78 = V_13;
NullCheck(L_78);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_78);
}
IL_01d2:
{
IL2CPP_END_FINALLY(446)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(446)
{
IL2CPP_JUMP_TBL(0x1D3, IL_01d3)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01d3:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_79 = V_3;
NullCheck(L_79);
RuntimeObject* L_80 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_79);
V_10 = L_80;
}
IL_01db:
try
{ // begin try (depth: 1)
{
goto IL_01f3;
}
IL_01dd:
{
RuntimeObject* L_81 = V_10;
NullCheck(L_81);
RuntimeObject * L_82 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_81);
V_21 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)CastclassClass((RuntimeObject*)L_82, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var));
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_83 = V_21;
PKCS12_RemoveCertificate_m4065903170E186791C37B133E6748901D49EE1F5(__this, L_83, /*hidden argument*/NULL);
}
IL_01f3:
{
RuntimeObject* L_84 = V_10;
NullCheck(L_84);
bool L_85 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_84);
if (L_85)
{
goto IL_01dd;
}
}
IL_01fc:
{
IL2CPP_LEAVE(0x213, FINALLY_01fe);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01fe;
}
FINALLY_01fe:
{ // begin finally (depth: 1)
{
RuntimeObject* L_86 = V_10;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_86, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_87 = V_13;
if (!L_87)
{
goto IL_0212;
}
}
IL_020b:
{
RuntimeObject* L_88 = V_13;
NullCheck(L_88);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_88);
}
IL_0212:
{
IL2CPP_END_FINALLY(510)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(510)
{
IL2CPP_JUMP_TBL(0x213, IL_0213)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0213:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_89 = V_2;
NullCheck(L_89);
RuntimeObject* L_90 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_89);
V_10 = L_90;
}
IL_021b:
try
{ // begin try (depth: 1)
{
goto IL_0233;
}
IL_021d:
{
RuntimeObject* L_91 = V_10;
NullCheck(L_91);
RuntimeObject * L_92 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_91);
V_22 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)CastclassClass((RuntimeObject*)L_92, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var));
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_93 = V_22;
PKCS12_AddCertificate_m13F5B8A31148BFD33467F781A524529E65D9E471(__this, L_93, /*hidden argument*/NULL);
}
IL_0233:
{
RuntimeObject* L_94 = V_10;
NullCheck(L_94);
bool L_95 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_94);
if (L_95)
{
goto IL_021d;
}
}
IL_023c:
{
IL2CPP_LEAVE(0x253, FINALLY_023e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_023e;
}
FINALLY_023e:
{ // begin finally (depth: 1)
{
RuntimeObject* L_96 = V_10;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_96, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_97 = V_13;
if (!L_97)
{
goto IL_0252;
}
}
IL_024b:
{
RuntimeObject* L_98 = V_13;
NullCheck(L_98);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_98);
}
IL_0252:
{
IL2CPP_END_FINALLY(574)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(574)
{
IL2CPP_JUMP_TBL(0x253, IL_0253)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0253:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_99 = __this->get__safeBags_8();
NullCheck(L_99);
int32_t L_100 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_99);
if ((((int32_t)L_100) <= ((int32_t)0)))
{
goto IL_02f3;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_101 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_101, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_23 = L_101;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_102 = __this->get__safeBags_8();
NullCheck(L_102);
RuntimeObject* L_103 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_102);
V_10 = L_103;
}
IL_027a:
try
{ // begin try (depth: 1)
{
goto IL_02ac;
}
IL_027c:
{
RuntimeObject* L_104 = V_10;
NullCheck(L_104);
RuntimeObject * L_105 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_104);
V_24 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_105, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var));
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_106 = V_24;
NullCheck(L_106);
String_t* L_107 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_106, /*hidden argument*/NULL);
NullCheck(L_107);
bool L_108 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_107, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL);
if (!L_108)
{
goto IL_02ac;
}
}
IL_029d:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_109 = V_23;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_110 = V_24;
NullCheck(L_110);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_111 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_110, /*hidden argument*/NULL);
NullCheck(L_109);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_109, L_111, /*hidden argument*/NULL);
}
IL_02ac:
{
RuntimeObject* L_112 = V_10;
NullCheck(L_112);
bool L_113 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_112);
if (L_113)
{
goto IL_027c;
}
}
IL_02b5:
{
IL2CPP_LEAVE(0x2CC, FINALLY_02b7);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_02b7;
}
FINALLY_02b7:
{ // begin finally (depth: 1)
{
RuntimeObject* L_114 = V_10;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_114, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_115 = V_13;
if (!L_115)
{
goto IL_02cb;
}
}
IL_02c4:
{
RuntimeObject* L_116 = V_13;
NullCheck(L_116);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_116);
}
IL_02cb:
{
IL2CPP_END_FINALLY(695)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(695)
{
IL2CPP_JUMP_TBL(0x2CC, IL_02cc)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_02cc:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_117 = V_23;
NullCheck(L_117);
int32_t L_118 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_117, /*hidden argument*/NULL);
if ((((int32_t)L_118) <= ((int32_t)0)))
{
goto IL_02f3;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_119 = V_23;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_120 = PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A(__this, L_119, _stringLiteral8123C11021D033CA8E67AEF3CA8B6BC4D85B977C, /*hidden argument*/NULL);
V_25 = L_120;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_121 = V_0;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_122 = V_25;
NullCheck(L_122);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_123 = ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463(L_122, /*hidden argument*/NULL);
NullCheck(L_121);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_121, L_123, /*hidden argument*/NULL);
}
IL_02f3:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_124 = __this->get__safeBags_8();
NullCheck(L_124);
int32_t L_125 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_124);
if ((((int32_t)L_125) <= ((int32_t)0)))
{
goto IL_03cd;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_126 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_126, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_26 = L_126;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_127 = __this->get__safeBags_8();
NullCheck(L_127);
RuntimeObject* L_128 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_127);
V_10 = L_128;
}
IL_031a:
try
{ // begin try (depth: 1)
{
goto IL_035f;
}
IL_031c:
{
RuntimeObject* L_129 = V_10;
NullCheck(L_129);
RuntimeObject * L_130 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_129);
V_27 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_130, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var));
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_131 = V_27;
NullCheck(L_131);
String_t* L_132 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_131, /*hidden argument*/NULL);
NullCheck(L_132);
bool L_133 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_132, _stringLiteral2F280ADB68040B360D7B03B819A13379B799EFAB, /*hidden argument*/NULL);
if (L_133)
{
goto IL_0350;
}
}
IL_033d:
{
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_134 = V_27;
NullCheck(L_134);
String_t* L_135 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_134, /*hidden argument*/NULL);
NullCheck(L_135);
bool L_136 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_135, _stringLiteral3F556C2B89C9D40F8FCB8B45DB88D9BA3BDB25A7, /*hidden argument*/NULL);
if (!L_136)
{
goto IL_035f;
}
}
IL_0350:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_137 = V_26;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_138 = V_27;
NullCheck(L_138);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_139 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_138, /*hidden argument*/NULL);
NullCheck(L_137);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_137, L_139, /*hidden argument*/NULL);
}
IL_035f:
{
RuntimeObject* L_140 = V_10;
NullCheck(L_140);
bool L_141 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_140);
if (L_141)
{
goto IL_031c;
}
}
IL_0368:
{
IL2CPP_LEAVE(0x37F, FINALLY_036a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_036a;
}
FINALLY_036a:
{ // begin finally (depth: 1)
{
RuntimeObject* L_142 = V_10;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_142, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_143 = V_13;
if (!L_143)
{
goto IL_037e;
}
}
IL_0377:
{
RuntimeObject* L_144 = V_13;
NullCheck(L_144);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_144);
}
IL_037e:
{
IL2CPP_END_FINALLY(874)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(874)
{
IL2CPP_JUMP_TBL(0x37F, IL_037f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_037f:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_145 = V_26;
NullCheck(L_145);
int32_t L_146 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_145, /*hidden argument*/NULL);
if ((((int32_t)L_146) <= ((int32_t)0)))
{
goto IL_03cd;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_147 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_147, (uint8_t)((int32_t)160), /*hidden argument*/NULL);
V_28 = L_147;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_148 = V_28;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_149 = V_26;
NullCheck(L_149);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_150 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_149);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_151 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_151, (uint8_t)4, L_150, /*hidden argument*/NULL);
NullCheck(L_148);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_148, L_151, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_152 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0(L_152, _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA, /*hidden argument*/NULL);
V_29 = L_152;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_153 = V_29;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_154 = V_28;
NullCheck(L_153);
ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline(L_153, L_154, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_155 = V_0;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_156 = V_29;
NullCheck(L_156);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_157 = ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463(L_156, /*hidden argument*/NULL);
NullCheck(L_155);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_155, L_157, /*hidden argument*/NULL);
}
IL_03cd:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_158 = __this->get__safeBags_8();
NullCheck(L_158);
int32_t L_159 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_158);
if ((((int32_t)L_159) <= ((int32_t)0)))
{
goto IL_046d;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_160 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_160, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_30 = L_160;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_161 = __this->get__safeBags_8();
NullCheck(L_161);
RuntimeObject* L_162 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_161);
V_10 = L_162;
}
IL_03f4:
try
{ // begin try (depth: 1)
{
goto IL_0426;
}
IL_03f6:
{
RuntimeObject* L_163 = V_10;
NullCheck(L_163);
RuntimeObject * L_164 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_163);
V_31 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_164, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var));
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_165 = V_31;
NullCheck(L_165);
String_t* L_166 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_165, /*hidden argument*/NULL);
NullCheck(L_166);
bool L_167 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_166, _stringLiteralD9D28254BE2512FBA8D1D209322E0B1B22D90CEE, /*hidden argument*/NULL);
if (!L_167)
{
goto IL_0426;
}
}
IL_0417:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_168 = V_30;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_169 = V_31;
NullCheck(L_169);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_170 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_169, /*hidden argument*/NULL);
NullCheck(L_168);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_168, L_170, /*hidden argument*/NULL);
}
IL_0426:
{
RuntimeObject* L_171 = V_10;
NullCheck(L_171);
bool L_172 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_171);
if (L_172)
{
goto IL_03f6;
}
}
IL_042f:
{
IL2CPP_LEAVE(0x446, FINALLY_0431);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0431;
}
FINALLY_0431:
{ // begin finally (depth: 1)
{
RuntimeObject* L_173 = V_10;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_173, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_174 = V_13;
if (!L_174)
{
goto IL_0445;
}
}
IL_043e:
{
RuntimeObject* L_175 = V_13;
NullCheck(L_175);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_175);
}
IL_0445:
{
IL2CPP_END_FINALLY(1073)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(1073)
{
IL2CPP_JUMP_TBL(0x446, IL_0446)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0446:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_176 = V_30;
NullCheck(L_176);
int32_t L_177 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_176, /*hidden argument*/NULL);
if ((((int32_t)L_177) <= ((int32_t)0)))
{
goto IL_046d;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_178 = V_30;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_179 = PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A(__this, L_178, _stringLiteral8123C11021D033CA8E67AEF3CA8B6BC4D85B977C, /*hidden argument*/NULL);
V_32 = L_179;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_180 = V_0;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_181 = V_32;
NullCheck(L_181);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_182 = ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463(L_181, /*hidden argument*/NULL);
NullCheck(L_180);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_180, L_182, /*hidden argument*/NULL);
}
IL_046d:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_183 = V_0;
NullCheck(L_183);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_184 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_183);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_185 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_185, (uint8_t)4, L_184, /*hidden argument*/NULL);
V_4 = L_185;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_186 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_186, (uint8_t)((int32_t)160), /*hidden argument*/NULL);
V_5 = L_186;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_187 = V_5;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_188 = V_4;
NullCheck(L_187);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_187, L_188, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_189 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0(L_189, _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA, /*hidden argument*/NULL);
V_6 = L_189;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_190 = V_6;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_191 = V_5;
NullCheck(L_190);
ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline(L_190, L_191, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_192 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_192, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_7 = L_192;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_193 = __this->get__password_0();
if (!L_193)
{
goto IL_0571;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_194 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
V_33 = L_194;
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_195 = PKCS12_get_RNG_mF15B333934AED97104F96D1908756A0DD177D9A0(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_196 = V_33;
NullCheck(L_195);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_195, L_196);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_197 = __this->get__password_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_198 = V_33;
int32_t L_199 = __this->get__iterations_7();
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_200 = V_6;
NullCheck(L_200);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_201 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_200, /*hidden argument*/NULL);
NullCheck(L_201);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_202 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_201, 0, /*hidden argument*/NULL);
NullCheck(L_202);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_203 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_202, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_204 = PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E(__this, L_197, L_198, L_199, L_203, /*hidden argument*/NULL);
V_34 = L_204;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_205 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_205, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_35 = L_205;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_206 = V_35;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_207 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(_stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6, /*hidden argument*/NULL);
NullCheck(L_206);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_206, L_207, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_208 = V_35;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_209 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_209, (uint8_t)5, /*hidden argument*/NULL);
NullCheck(L_208);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_208, L_209, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_210 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_210, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_36 = L_210;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_211 = V_36;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_212 = V_35;
NullCheck(L_211);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_211, L_212, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_213 = V_36;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_214 = V_34;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_215 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_215, (uint8_t)4, L_214, /*hidden argument*/NULL);
NullCheck(L_213);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_213, L_215, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_216 = V_7;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_217 = V_36;
NullCheck(L_216);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_216, L_217, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_218 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_219 = V_33;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_220 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_220, (uint8_t)4, L_219, /*hidden argument*/NULL);
NullCheck(L_218);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_218, L_220, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_221 = V_7;
int32_t L_222 = __this->get__iterations_7();
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_223 = ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C(L_222, /*hidden argument*/NULL);
NullCheck(L_221);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_221, L_223, /*hidden argument*/NULL);
}
IL_0571:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_224 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_225 = L_224;
NullCheck(L_225);
(L_225)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)3);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_226 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_226, (uint8_t)2, L_225, /*hidden argument*/NULL);
V_8 = L_226;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_227 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_227, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_9 = L_227;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_228 = V_9;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_229 = V_8;
NullCheck(L_228);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_228, L_229, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_230 = V_9;
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_231 = V_6;
NullCheck(L_231);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_232 = ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463(L_231, /*hidden argument*/NULL);
NullCheck(L_230);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_230, L_232, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_233 = V_7;
NullCheck(L_233);
int32_t L_234 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_233, /*hidden argument*/NULL);
if ((((int32_t)L_234) <= ((int32_t)0)))
{
goto IL_05b9;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_235 = V_9;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_236 = V_7;
NullCheck(L_235);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_235, L_236, /*hidden argument*/NULL);
}
IL_05b9:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_237 = V_9;
NullCheck(L_237);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_238 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_237);
return L_238;
}
}
// Mono.Security.PKCS7_ContentInfo Mono.Security.X509.PKCS12::EncryptedContentInfo(Mono.Security.ASN1,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___safeBags0, String_t* ___algorithmOid1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_1 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_5 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_6 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_7 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_8 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
V_0 = L_0;
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = PKCS12_get_RNG_mF15B333934AED97104F96D1908756A0DD177D9A0(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
NullCheck(L_1);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_2);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_3 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_3, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_1 = L_3;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_6, (uint8_t)4, L_5, /*hidden argument*/NULL);
NullCheck(L_4);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_4, L_6, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_1;
int32_t L_8 = __this->get__iterations_7();
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_7, L_9, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_10, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_2 = L_10;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = V_2;
String_t* L_12 = ___algorithmOid1;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_11, L_13, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = V_2;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = V_1;
NullCheck(L_14);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_14, L_15, /*hidden argument*/NULL);
String_t* L_16 = ___algorithmOid1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0;
int32_t L_18 = __this->get__iterations_7();
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = ___safeBags0;
NullCheck(L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = PKCS12_Encrypt_m3C939B2CB429573E20C83AA1F42AD16060BB60AA(__this, L_16, L_17, L_18, L_20, /*hidden argument*/NULL);
V_3 = L_21;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_3;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_23, (uint8_t)((int32_t)128), L_22, /*hidden argument*/NULL);
V_4 = L_23;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_24, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_5 = L_24;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = V_5;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(_stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA, /*hidden argument*/NULL);
NullCheck(L_25);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_25, L_26, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_27 = V_5;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_28 = V_2;
NullCheck(L_27);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_27, L_28, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_5;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_30 = V_4;
NullCheck(L_29);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_29, L_30, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_32, (uint8_t)2, L_31, /*hidden argument*/NULL);
V_6 = L_32;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_33 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_33, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_7 = L_33;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = V_7;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_35 = V_6;
NullCheck(L_34);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_34, L_35, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_36 = V_7;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = V_5;
NullCheck(L_36);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_36, L_37, /*hidden argument*/NULL);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_38 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var);
ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_38, (uint8_t)((int32_t)160), /*hidden argument*/NULL);
V_8 = L_38;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_39 = V_8;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_40 = V_7;
NullCheck(L_39);
ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_39, L_40, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_41 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0(L_41, _stringLiteral796CC3E6D06777F1C198837519479B1D2F0024AD, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_42 = L_41;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_43 = V_8;
NullCheck(L_42);
ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline(L_42, L_43, /*hidden argument*/NULL);
return L_42;
}
}
// System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_m13F5B8A31148BFD33467F781A524529E65D9E471 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, const RuntimeMethod* method)
{
{
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_0 = ___cert0;
PKCS12_AddCertificate_mAFCA35BF8D310D200F401F855177982BC5633622(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_mAFCA35BF8D310D200F401F855177982BC5633622 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, RuntimeObject* ___attributes1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_AddCertificate_mAFCA35BF8D310D200F401F855177982BC5633622_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_2 = NULL;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_3 = NULL;
{
V_0 = (bool)0;
V_1 = 0;
goto IL_0070;
}
IL_0006:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__safeBags_8();
int32_t L_1 = V_1;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1);
V_2 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_2, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var));
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_3 = V_2;
NullCheck(L_3);
String_t* L_4 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
bool L_5 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_4, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_006c;
}
}
{
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_6 = V_2;
NullCheck(L_6);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_7, 1, /*hidden argument*/NULL);
NullCheck(L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_8, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_10 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA(L_10, L_9, /*hidden argument*/NULL);
NullCheck(L_10);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_10, /*hidden argument*/NULL);
NullCheck(L_11);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_11, 0, /*hidden argument*/NULL);
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_12, /*hidden argument*/NULL);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_14 = (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)il2cpp_codegen_object_new(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var);
X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E(L_14, L_13, /*hidden argument*/NULL);
V_3 = L_14;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_15 = ___cert0;
NullCheck(L_15);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_15);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_17 = V_3;
NullCheck(L_17);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_17);
bool L_19 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_16, L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_006c;
}
}
{
V_0 = (bool)1;
}
IL_006c:
{
int32_t L_20 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_0070:
{
bool L_21 = V_0;
if (L_21)
{
goto IL_0081;
}
}
{
int32_t L_22 = V_1;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_23 = __this->get__safeBags_8();
NullCheck(L_23);
int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_23);
if ((((int32_t)L_22) < ((int32_t)L_24)))
{
goto IL_0006;
}
}
IL_0081:
{
bool L_25 = V_0;
if (L_25)
{
goto IL_00a9;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = __this->get__safeBags_8();
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_27 = ___cert0;
RuntimeObject* L_28 = ___attributes1;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = PKCS12_CertificateSafeBag_m0AF3CCB4F5929F24B0FC81144BD7091F418A003B(__this, L_27, L_28, /*hidden argument*/NULL);
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_30 = (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)il2cpp_codegen_object_new(SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var);
SafeBag__ctor_m1D3F8D556CEDD12987BE0BFE9671364DB45B23F2(L_30, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, L_29, /*hidden argument*/NULL);
NullCheck(L_26);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_30);
__this->set__certsChanged_6((bool)1);
}
IL_00a9:
{
return;
}
}
// System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_m4065903170E186791C37B133E6748901D49EE1F5 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, const RuntimeMethod* method)
{
{
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_0 = ___cert0;
PKCS12_RemoveCertificate_mA4F7C52454569A7515F8566E208F13C69168A7AD(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_mA4F7C52454569A7515F8566E208F13C69168A7AD (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, RuntimeObject* ___attrs1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_RemoveCertificate_mA4F7C52454569A7515F8566E208F13C69168A7AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_2 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_4 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_8 = NULL;
String_t* V_9 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_10 = NULL;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_11 = NULL;
int32_t V_12 = 0;
int32_t V_13 = 0;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_14 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_15 = NULL;
{
V_0 = (-1);
V_1 = 0;
goto IL_0169;
}
IL_0009:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__safeBags_8();
int32_t L_1 = V_1;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1);
V_2 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_2, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var));
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_3 = V_2;
NullCheck(L_3);
String_t* L_4 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
bool L_5 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_4, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0165;
}
}
{
SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_6 = V_2;
NullCheck(L_6);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_6, /*hidden argument*/NULL);
V_3 = L_7;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = V_3;
NullCheck(L_8);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_8, 1, /*hidden argument*/NULL);
NullCheck(L_9);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_9, /*hidden argument*/NULL);
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_11 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var);
ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA(L_11, L_10, /*hidden argument*/NULL);
NullCheck(L_11);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_12, 0, /*hidden argument*/NULL);
NullCheck(L_13);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_13, /*hidden argument*/NULL);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_15 = (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)il2cpp_codegen_object_new(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var);
X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E(L_15, L_14, /*hidden argument*/NULL);
V_4 = L_15;
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_16 = ___cert0;
NullCheck(L_16);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_16);
X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_18 = V_4;
NullCheck(L_18);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_18);
bool L_20 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_17, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0165;
}
}
{
RuntimeObject* L_21 = ___attrs1;
if (!L_21)
{
goto IL_0163;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_22 = V_3;
NullCheck(L_22);
int32_t L_23 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_22, /*hidden argument*/NULL);
if ((!(((uint32_t)L_23) == ((uint32_t)3))))
{
goto IL_0165;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = V_3;
NullCheck(L_24);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_24, 2, /*hidden argument*/NULL);
V_5 = L_25;
V_6 = 0;
V_7 = 0;
goto IL_0146;
}
IL_009d:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = V_5;
int32_t L_27 = V_7;
NullCheck(L_26);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_28 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_26, L_27, /*hidden argument*/NULL);
V_8 = L_28;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_8;
NullCheck(L_29);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_30 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_29, 0, /*hidden argument*/NULL);
String_t* L_31 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_30, /*hidden argument*/NULL);
V_9 = L_31;
RuntimeObject* L_32 = ___attrs1;
String_t* L_33 = V_9;
NullCheck(L_32);
RuntimeObject * L_34 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var, L_32, L_33);
V_10 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_34, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_35 = V_10;
if (!L_35)
{
goto IL_0140;
}
}
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_36 = V_8;
NullCheck(L_36);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_36, 1, /*hidden argument*/NULL);
V_11 = L_37;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_38 = V_10;
NullCheck(L_38);
int32_t L_39 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_38);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_40 = V_11;
NullCheck(L_40);
int32_t L_41 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_40, /*hidden argument*/NULL);
if ((!(((uint32_t)L_39) == ((uint32_t)L_41))))
{
goto IL_0140;
}
}
{
V_12 = 0;
V_13 = 0;
goto IL_0124;
}
IL_00ec:
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_42 = V_11;
int32_t L_43 = V_13;
NullCheck(L_42);
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_44 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_42, L_43, /*hidden argument*/NULL);
V_14 = L_44;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_45 = V_10;
int32_t L_46 = V_13;
NullCheck(L_45);
RuntimeObject * L_47 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_45, L_46);
V_15 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_47, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_15;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_49 = V_14;
NullCheck(L_49);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_49, /*hidden argument*/NULL);
bool L_51 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_48, L_50, /*hidden argument*/NULL);
if (!L_51)
{
goto IL_011e;
}
}
{
int32_t L_52 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1));
}
IL_011e:
{
int32_t L_53 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1));
}
IL_0124:
{
int32_t L_54 = V_13;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_55 = V_11;
NullCheck(L_55);
int32_t L_56 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_55, /*hidden argument*/NULL);
if ((((int32_t)L_54) < ((int32_t)L_56)))
{
goto IL_00ec;
}
}
{
int32_t L_57 = V_12;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_58 = V_11;
NullCheck(L_58);
int32_t L_59 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_58, /*hidden argument*/NULL);
if ((!(((uint32_t)L_57) == ((uint32_t)L_59))))
{
goto IL_0140;
}
}
{
int32_t L_60 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1));
}
IL_0140:
{
int32_t L_61 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
}
IL_0146:
{
int32_t L_62 = V_7;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_63 = V_5;
NullCheck(L_63);
int32_t L_64 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_63, /*hidden argument*/NULL);
if ((((int32_t)L_62) < ((int32_t)L_64)))
{
goto IL_009d;
}
}
{
int32_t L_65 = V_6;
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_66 = V_5;
NullCheck(L_66);
int32_t L_67 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_66, /*hidden argument*/NULL);
if ((!(((uint32_t)L_65) == ((uint32_t)L_67))))
{
goto IL_0165;
}
}
{
int32_t L_68 = V_1;
V_0 = L_68;
goto IL_0165;
}
IL_0163:
{
int32_t L_69 = V_1;
V_0 = L_69;
}
IL_0165:
{
int32_t L_70 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1));
}
IL_0169:
{
int32_t L_71 = V_0;
if ((!(((uint32_t)L_71) == ((uint32_t)(-1)))))
{
goto IL_017e;
}
}
{
int32_t L_72 = V_1;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_73 = __this->get__safeBags_8();
NullCheck(L_73);
int32_t L_74 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_73);
if ((((int32_t)L_72) < ((int32_t)L_74)))
{
goto IL_0009;
}
}
IL_017e:
{
int32_t L_75 = V_0;
if ((((int32_t)L_75) == ((int32_t)(-1))))
{
goto IL_0195;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_76 = __this->get__safeBags_8();
int32_t L_77 = V_0;
NullCheck(L_76);
VirtActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_76, L_77);
__this->set__certsChanged_6((bool)1);
}
IL_0195:
{
return;
}
}
// System.Object Mono.Security.X509.PKCS12::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PKCS12_Clone_m831381C048C713FF2BBA6E777E5F91F698F53093 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_Clone_m831381C048C713FF2BBA6E777E5F91F698F53093_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * V_0 = NULL;
{
V_0 = (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 *)NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__password_0();
if (!L_0)
{
goto IL_0028;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__password_0();
NullCheck(L_2);
String_t* L_4 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_2, L_3);
PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * L_5 = (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 *)il2cpp_codegen_object_new(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var);
PKCS12__ctor_mC744767A931FEFA18EB70DCA6A8570F83956CB89(L_5, L_1, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0034;
}
IL_0028:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F(__this, /*hidden argument*/NULL);
PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * L_7 = (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 *)il2cpp_codegen_object_new(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var);
PKCS12__ctor_mB65CF8CA8D2A62BCD6875EA851C0C55CE052FEA8(L_7, L_6, /*hidden argument*/NULL);
V_0 = L_7;
}
IL_0034:
{
PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * L_8 = V_0;
int32_t L_9 = PKCS12_get_IterationCount_m77EFB31C974762EAD4B80DFF2E19F1DB69ECFFCF_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
PKCS12_set_IterationCount_mD6B4656F967CAF31A7E9F209641A803A6334C5E9_inline(L_8, L_9, /*hidden argument*/NULL);
PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * L_10 = V_0;
return L_10;
}
}
// System.Int32 Mono.Security.X509.PKCS12::get_MaximumPasswordLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var);
int32_t L_0 = ((PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var))->get_password_max_length_10();
return L_0;
}
}
// System.Void Mono.Security.X509.PKCS12::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__cctor_mAEF8875AD1BD3113E8D8F0337754DFE718D21845 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12__cctor_mAEF8875AD1BD3113E8D8F0337754DFE718D21845_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var))->set_password_max_length_10(((int32_t)2147483647LL));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_m_nTag_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50_inline (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_KeySizeValue_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181_inline (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__platform_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_4();
return (int32_t)(L_0);
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method)
{
{
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_0 = __this->get_root_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_mB83E85CF85B42D13B4B93640E2859EEA583F3708_inline (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_tag_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * SecurityElement_get_Children_m4387717E982DBB2DF3E967287F126D4FB72EB924_inline (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_children_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1_inline (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__keyvalue_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___value0, const RuntimeMethod* method)
{
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___value0;
__this->set_content_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mB98BFB6DB8151B6C0305C5AA2AFA9B12BBA29000_inline (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_path_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m12EEC26CF69B93E2C8DEF604CAEEBB3BB8C7E4D8_inline (Uri_tBF86FE962EBD560E4C007F361656544D2CFEE69D * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isUnc_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_contentType_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method)
{
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = __this->get_content_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43mscorlib1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var);
int32_t L_0 = ((PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var))->get_password_max_length_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__bagOID_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, const RuntimeMethod* method)
{
{
ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = __this->get__asn1_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EncryptedPrivateKeyInfo_get_Algorithm_m626A4AD3CB19EE2BFD91177BDC3B5E0D03979B28_inline (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__algorithm_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t EncryptedPrivateKeyInfo_get_IterationCount_m95FE87D3494C63317BE65BFB8087CB26D6A5E7F7_inline (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__iterations_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeriveBytes_set_IterationCount_m8AF5551BDB39961E7E72F820595D89B5F7046098_inline (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set__iterations_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set__hashName_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE_inline (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method)
{
{
ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_0 = __this->get__encryptionAlgorithm_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ContentInfo_set_ContentType_m30FB04C8C8EC8A06A726DE11F2AEAB220614BCCE_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_contentType_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PKCS12_get_IterationCount_m77EFB31C974762EAD4B80DFF2E19F1DB69ECFFCF_inline (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__iterations_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PKCS12_set_IterationCount_mD6B4656F967CAF31A7E9F209641A803A6334C5E9_inline (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set__iterations_7(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}