#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" // System.Security.Cryptography.RijndaelTransform struct RijndaelTransform_t631222241; // System.UInt32[] struct UInt32U5BU5D_t2770800703; // System.UInt64[] struct UInt64U5BU5D_t1659327989; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.String struct String_t; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t4254223087; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243024; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Security.Policy.PolicyLevel struct PolicyLevel_t2891196107; // System.Security.Permissions.SecurityPermission struct SecurityPermission_t2954997752; // System.Security.Cryptography.HMACSHA1 struct HMACSHA1_t1952596188; // System.UInt16[] struct UInt16U5BU5D_t3326319531; // System.Security.Cryptography.RSA struct RSA_t2385438082; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219; // System.Void struct Void_t1185182177; // System.Security.Cryptography.DSA struct DSA_t2386879874; // System.Security.Cryptography.DESTransform struct DESTransform_t4088905499; // System.Char[] struct CharU5BU5D_t3528271667; // System.Security.Cryptography.SHA1Internal struct SHA1Internal_t3251293021; // System.Security.Cryptography.TripleDES struct TripleDES_t92303514; // Mono.Security.Cryptography.MACAlgorithm struct MACAlgorithm_t2441219148; // Mono.Security.Cryptography.BlockProcessor struct BlockProcessor_t1851031225; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t2094547461; // Mono.Security.Cryptography.DSAManaged struct DSAManaged_t2800260182; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t1757093819; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.IO.Stream struct Stream_t1273022909; // System.Security.Cryptography.ICryptoTransform struct ICryptoTransform_t2733259762; // System.Byte[,] struct ByteU5BU2CU5D_t4116647658; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef RIJNDAELMANAGEDTRANSFORM_T4102601014_H #define RIJNDAELMANAGEDTRANSFORM_T4102601014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RijndaelManagedTransform struct RijndaelManagedTransform_t4102601014 : public RuntimeObject { public: // System.Security.Cryptography.RijndaelTransform System.Security.Cryptography.RijndaelManagedTransform::_st RijndaelTransform_t631222241 * ____st_0; // System.Int32 System.Security.Cryptography.RijndaelManagedTransform::_bs int32_t ____bs_1; public: inline static int32_t get_offset_of__st_0() { return static_cast(offsetof(RijndaelManagedTransform_t4102601014, ____st_0)); } inline RijndaelTransform_t631222241 * get__st_0() const { return ____st_0; } inline RijndaelTransform_t631222241 ** get_address_of__st_0() { return &____st_0; } inline void set__st_0(RijndaelTransform_t631222241 * value) { ____st_0 = value; Il2CppCodeGenWriteBarrier((&____st_0), value); } inline static int32_t get_offset_of__bs_1() { return static_cast(offsetof(RijndaelManagedTransform_t4102601014, ____bs_1)); } inline int32_t get__bs_1() const { return ____bs_1; } inline int32_t* get_address_of__bs_1() { return &____bs_1; } inline void set__bs_1(int32_t value) { ____bs_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RIJNDAELMANAGEDTRANSFORM_T4102601014_H #ifndef SHACONSTANTS_T1360924992_H #define SHACONSTANTS_T1360924992_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHAConstants struct SHAConstants_t1360924992 : public RuntimeObject { public: public: }; struct SHAConstants_t1360924992_StaticFields { public: // System.UInt32[] System.Security.Cryptography.SHAConstants::K1 UInt32U5BU5D_t2770800703* ___K1_0; // System.UInt64[] System.Security.Cryptography.SHAConstants::K2 UInt64U5BU5D_t1659327989* ___K2_1; public: inline static int32_t get_offset_of_K1_0() { return static_cast(offsetof(SHAConstants_t1360924992_StaticFields, ___K1_0)); } inline UInt32U5BU5D_t2770800703* get_K1_0() const { return ___K1_0; } inline UInt32U5BU5D_t2770800703** get_address_of_K1_0() { return &___K1_0; } inline void set_K1_0(UInt32U5BU5D_t2770800703* value) { ___K1_0 = value; Il2CppCodeGenWriteBarrier((&___K1_0), value); } inline static int32_t get_offset_of_K2_1() { return static_cast(offsetof(SHAConstants_t1360924992_StaticFields, ___K2_1)); } inline UInt64U5BU5D_t1659327989* get_K2_1() const { return ___K2_1; } inline UInt64U5BU5D_t1659327989** get_address_of_K2_1() { return &___K2_1; } inline void set_K2_1(UInt64U5BU5D_t1659327989* value) { ___K2_1 = value; Il2CppCodeGenWriteBarrier((&___K2_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHACONSTANTS_T1360924992_H #ifndef SHA1INTERNAL_T3251293021_H #define SHA1INTERNAL_T3251293021_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1Internal struct SHA1Internal_t3251293021 : public RuntimeObject { public: // System.UInt32[] System.Security.Cryptography.SHA1Internal::_H UInt32U5BU5D_t2770800703* ____H_0; // System.UInt64 System.Security.Cryptography.SHA1Internal::count uint64_t ___count_1; // System.Byte[] System.Security.Cryptography.SHA1Internal::_ProcessingBuffer ByteU5BU5D_t4116647657* ____ProcessingBuffer_2; // System.Int32 System.Security.Cryptography.SHA1Internal::_ProcessingBufferCount int32_t ____ProcessingBufferCount_3; // System.UInt32[] System.Security.Cryptography.SHA1Internal::buff UInt32U5BU5D_t2770800703* ___buff_4; public: inline static int32_t get_offset_of__H_0() { return static_cast(offsetof(SHA1Internal_t3251293021, ____H_0)); } inline UInt32U5BU5D_t2770800703* get__H_0() const { return ____H_0; } inline UInt32U5BU5D_t2770800703** get_address_of__H_0() { return &____H_0; } inline void set__H_0(UInt32U5BU5D_t2770800703* value) { ____H_0 = value; Il2CppCodeGenWriteBarrier((&____H_0), value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(SHA1Internal_t3251293021, ___count_1)); } inline uint64_t get_count_1() const { return ___count_1; } inline uint64_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(uint64_t value) { ___count_1 = value; } inline static int32_t get_offset_of__ProcessingBuffer_2() { return static_cast(offsetof(SHA1Internal_t3251293021, ____ProcessingBuffer_2)); } inline ByteU5BU5D_t4116647657* get__ProcessingBuffer_2() const { return ____ProcessingBuffer_2; } inline ByteU5BU5D_t4116647657** get_address_of__ProcessingBuffer_2() { return &____ProcessingBuffer_2; } inline void set__ProcessingBuffer_2(ByteU5BU5D_t4116647657* value) { ____ProcessingBuffer_2 = value; Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_2), value); } inline static int32_t get_offset_of__ProcessingBufferCount_3() { return static_cast(offsetof(SHA1Internal_t3251293021, ____ProcessingBufferCount_3)); } inline int32_t get__ProcessingBufferCount_3() const { return ____ProcessingBufferCount_3; } inline int32_t* get_address_of__ProcessingBufferCount_3() { return &____ProcessingBufferCount_3; } inline void set__ProcessingBufferCount_3(int32_t value) { ____ProcessingBufferCount_3 = value; } inline static int32_t get_offset_of_buff_4() { return static_cast(offsetof(SHA1Internal_t3251293021, ___buff_4)); } inline UInt32U5BU5D_t2770800703* get_buff_4() const { return ___buff_4; } inline UInt32U5BU5D_t2770800703** get_address_of_buff_4() { return &___buff_4; } inline void set_buff_4(UInt32U5BU5D_t2770800703* value) { ___buff_4 = value; Il2CppCodeGenWriteBarrier((&___buff_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1INTERNAL_T3251293021_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef RANDOMNUMBERGENERATOR_T386037858_H #define RANDOMNUMBERGENERATOR_T386037858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOMNUMBERGENERATOR_T386037858_H #ifndef KEYSIZES_T85027896_H #define KEYSIZES_T85027896_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.KeySizes struct KeySizes_t85027896 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.KeySizes::_maxSize int32_t ____maxSize_0; // System.Int32 System.Security.Cryptography.KeySizes::_minSize int32_t ____minSize_1; // System.Int32 System.Security.Cryptography.KeySizes::_skipSize int32_t ____skipSize_2; public: inline static int32_t get_offset_of__maxSize_0() { return static_cast(offsetof(KeySizes_t85027896, ____maxSize_0)); } inline int32_t get__maxSize_0() const { return ____maxSize_0; } inline int32_t* get_address_of__maxSize_0() { return &____maxSize_0; } inline void set__maxSize_0(int32_t value) { ____maxSize_0 = value; } inline static int32_t get_offset_of__minSize_1() { return static_cast(offsetof(KeySizes_t85027896, ____minSize_1)); } inline int32_t get__minSize_1() const { return ____minSize_1; } inline int32_t* get_address_of__minSize_1() { return &____minSize_1; } inline void set__minSize_1(int32_t value) { ____minSize_1 = value; } inline static int32_t get_offset_of__skipSize_2() { return static_cast(offsetof(KeySizes_t85027896, ____skipSize_2)); } inline int32_t get__skipSize_2() const { return ____skipSize_2; } inline int32_t* get_address_of__skipSize_2() { return &____skipSize_2; } inline void set__skipSize_2(int32_t value) { ____skipSize_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYSIZES_T85027896_H #ifndef HASHALGORITHM_T1432317219_H #define HASHALGORITHM_T1432317219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219 : public RuntimeObject { public: // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_t4116647657* ___HashValue_0; // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_HashValue_0() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashValue_0)); } inline ByteU5BU5D_t4116647657* get_HashValue_0() const { return ___HashValue_0; } inline ByteU5BU5D_t4116647657** get_address_of_HashValue_0() { return &___HashValue_0; } inline void set_HashValue_0(ByteU5BU5D_t4116647657* value) { ___HashValue_0 = value; Il2CppCodeGenWriteBarrier((&___HashValue_0), value); } inline static int32_t get_offset_of_HashSizeValue_1() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashSizeValue_1)); } inline int32_t get_HashSizeValue_1() const { return ___HashSizeValue_1; } inline int32_t* get_address_of_HashSizeValue_1() { return &___HashSizeValue_1; } inline void set_HashSizeValue_1(int32_t value) { ___HashSizeValue_1 = value; } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHALGORITHM_T1432317219_H #ifndef DERIVEBYTES_T2246965020_H #define DERIVEBYTES_T2246965020_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DeriveBytes struct DeriveBytes_t2246965020 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DERIVEBYTES_T2246965020_H #ifndef SIGNATUREDESCRIPTION_T1971889425_H #define SIGNATUREDESCRIPTION_T1971889425_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SignatureDescription struct SignatureDescription_t1971889425 : public RuntimeObject { public: // System.String System.Security.Cryptography.SignatureDescription::_DeformatterAlgorithm String_t* ____DeformatterAlgorithm_0; // System.String System.Security.Cryptography.SignatureDescription::_DigestAlgorithm String_t* ____DigestAlgorithm_1; // System.String System.Security.Cryptography.SignatureDescription::_FormatterAlgorithm String_t* ____FormatterAlgorithm_2; // System.String System.Security.Cryptography.SignatureDescription::_KeyAlgorithm String_t* ____KeyAlgorithm_3; public: inline static int32_t get_offset_of__DeformatterAlgorithm_0() { return static_cast(offsetof(SignatureDescription_t1971889425, ____DeformatterAlgorithm_0)); } inline String_t* get__DeformatterAlgorithm_0() const { return ____DeformatterAlgorithm_0; } inline String_t** get_address_of__DeformatterAlgorithm_0() { return &____DeformatterAlgorithm_0; } inline void set__DeformatterAlgorithm_0(String_t* value) { ____DeformatterAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((&____DeformatterAlgorithm_0), value); } inline static int32_t get_offset_of__DigestAlgorithm_1() { return static_cast(offsetof(SignatureDescription_t1971889425, ____DigestAlgorithm_1)); } inline String_t* get__DigestAlgorithm_1() const { return ____DigestAlgorithm_1; } inline String_t** get_address_of__DigestAlgorithm_1() { return &____DigestAlgorithm_1; } inline void set__DigestAlgorithm_1(String_t* value) { ____DigestAlgorithm_1 = value; Il2CppCodeGenWriteBarrier((&____DigestAlgorithm_1), value); } inline static int32_t get_offset_of__FormatterAlgorithm_2() { return static_cast(offsetof(SignatureDescription_t1971889425, ____FormatterAlgorithm_2)); } inline String_t* get__FormatterAlgorithm_2() const { return ____FormatterAlgorithm_2; } inline String_t** get_address_of__FormatterAlgorithm_2() { return &____FormatterAlgorithm_2; } inline void set__FormatterAlgorithm_2(String_t* value) { ____FormatterAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((&____FormatterAlgorithm_2), value); } inline static int32_t get_offset_of__KeyAlgorithm_3() { return static_cast(offsetof(SignatureDescription_t1971889425, ____KeyAlgorithm_3)); } inline String_t* get__KeyAlgorithm_3() const { return ____KeyAlgorithm_3; } inline String_t** get_address_of__KeyAlgorithm_3() { return &____KeyAlgorithm_3; } inline void set__KeyAlgorithm_3(String_t* value) { ____KeyAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((&____KeyAlgorithm_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIGNATUREDESCRIPTION_T1971889425_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef CODEACCESSPERMISSION_T2681295399_H #define CODEACCESSPERMISSION_T2681295399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEACCESSPERMISSION_T2681295399_H #ifndef SYMMETRICTRANSFORM_T3802591842_H #define SYMMETRICTRANSFORM_T3802591842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.SymmetricTransform struct SymmetricTransform_t3802591842 : public RuntimeObject { public: // System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Cryptography.SymmetricTransform::algo SymmetricAlgorithm_t4254223087 * ___algo_0; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::encrypt bool ___encrypt_1; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::BlockSizeByte int32_t ___BlockSizeByte_2; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp ByteU5BU5D_t4116647657* ___temp_3; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp2 ByteU5BU5D_t4116647657* ___temp2_4; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workBuff ByteU5BU5D_t4116647657* ___workBuff_5; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workout ByteU5BU5D_t4116647657* ___workout_6; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackByte int32_t ___FeedBackByte_7; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackIter int32_t ___FeedBackIter_8; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::m_disposed bool ___m_disposed_9; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::lastBlock bool ___lastBlock_10; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.SymmetricTransform::_rng RandomNumberGenerator_t386037858 * ____rng_11; public: inline static int32_t get_offset_of_algo_0() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___algo_0)); } inline SymmetricAlgorithm_t4254223087 * get_algo_0() const { return ___algo_0; } inline SymmetricAlgorithm_t4254223087 ** get_address_of_algo_0() { return &___algo_0; } inline void set_algo_0(SymmetricAlgorithm_t4254223087 * value) { ___algo_0 = value; Il2CppCodeGenWriteBarrier((&___algo_0), value); } inline static int32_t get_offset_of_encrypt_1() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___encrypt_1)); } inline bool get_encrypt_1() const { return ___encrypt_1; } inline bool* get_address_of_encrypt_1() { return &___encrypt_1; } inline void set_encrypt_1(bool value) { ___encrypt_1 = value; } inline static int32_t get_offset_of_BlockSizeByte_2() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___BlockSizeByte_2)); } inline int32_t get_BlockSizeByte_2() const { return ___BlockSizeByte_2; } inline int32_t* get_address_of_BlockSizeByte_2() { return &___BlockSizeByte_2; } inline void set_BlockSizeByte_2(int32_t value) { ___BlockSizeByte_2 = value; } inline static int32_t get_offset_of_temp_3() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___temp_3)); } inline ByteU5BU5D_t4116647657* get_temp_3() const { return ___temp_3; } inline ByteU5BU5D_t4116647657** get_address_of_temp_3() { return &___temp_3; } inline void set_temp_3(ByteU5BU5D_t4116647657* value) { ___temp_3 = value; Il2CppCodeGenWriteBarrier((&___temp_3), value); } inline static int32_t get_offset_of_temp2_4() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___temp2_4)); } inline ByteU5BU5D_t4116647657* get_temp2_4() const { return ___temp2_4; } inline ByteU5BU5D_t4116647657** get_address_of_temp2_4() { return &___temp2_4; } inline void set_temp2_4(ByteU5BU5D_t4116647657* value) { ___temp2_4 = value; Il2CppCodeGenWriteBarrier((&___temp2_4), value); } inline static int32_t get_offset_of_workBuff_5() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___workBuff_5)); } inline ByteU5BU5D_t4116647657* get_workBuff_5() const { return ___workBuff_5; } inline ByteU5BU5D_t4116647657** get_address_of_workBuff_5() { return &___workBuff_5; } inline void set_workBuff_5(ByteU5BU5D_t4116647657* value) { ___workBuff_5 = value; Il2CppCodeGenWriteBarrier((&___workBuff_5), value); } inline static int32_t get_offset_of_workout_6() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___workout_6)); } inline ByteU5BU5D_t4116647657* get_workout_6() const { return ___workout_6; } inline ByteU5BU5D_t4116647657** get_address_of_workout_6() { return &___workout_6; } inline void set_workout_6(ByteU5BU5D_t4116647657* value) { ___workout_6 = value; Il2CppCodeGenWriteBarrier((&___workout_6), value); } inline static int32_t get_offset_of_FeedBackByte_7() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___FeedBackByte_7)); } inline int32_t get_FeedBackByte_7() const { return ___FeedBackByte_7; } inline int32_t* get_address_of_FeedBackByte_7() { return &___FeedBackByte_7; } inline void set_FeedBackByte_7(int32_t value) { ___FeedBackByte_7 = value; } inline static int32_t get_offset_of_FeedBackIter_8() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___FeedBackIter_8)); } inline int32_t get_FeedBackIter_8() const { return ___FeedBackIter_8; } inline int32_t* get_address_of_FeedBackIter_8() { return &___FeedBackIter_8; } inline void set_FeedBackIter_8(int32_t value) { ___FeedBackIter_8 = value; } inline static int32_t get_offset_of_m_disposed_9() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___m_disposed_9)); } inline bool get_m_disposed_9() const { return ___m_disposed_9; } inline bool* get_address_of_m_disposed_9() { return &___m_disposed_9; } inline void set_m_disposed_9(bool value) { ___m_disposed_9 = value; } inline static int32_t get_offset_of_lastBlock_10() { return static_cast(offsetof(SymmetricTransform_t3802591842, ___lastBlock_10)); } inline bool get_lastBlock_10() const { return ___lastBlock_10; } inline bool* get_address_of_lastBlock_10() { return &___lastBlock_10; } inline void set_lastBlock_10(bool value) { ___lastBlock_10 = value; } inline static int32_t get_offset_of__rng_11() { return static_cast(offsetof(SymmetricTransform_t3802591842, ____rng_11)); } inline RandomNumberGenerator_t386037858 * get__rng_11() const { return ____rng_11; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_11() { return &____rng_11; } inline void set__rng_11(RandomNumberGenerator_t386037858 * value) { ____rng_11 = value; Il2CppCodeGenWriteBarrier((&____rng_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYMMETRICTRANSFORM_T3802591842_H #ifndef ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef X509CERTIFICATE_T713131622_H #define X509CERTIFICATE_T713131622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622 : public RuntimeObject { public: // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate::x509 X509Certificate_t489243024 * ___x509_0; // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates bool ___hideDates_1; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::cachedCertificateHash ByteU5BU5D_t4116647657* ___cachedCertificateHash_2; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name String_t* ___issuer_name_3; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name String_t* ___subject_name_4; public: inline static int32_t get_offset_of_x509_0() { return static_cast(offsetof(X509Certificate_t713131622, ___x509_0)); } inline X509Certificate_t489243024 * get_x509_0() const { return ___x509_0; } inline X509Certificate_t489243024 ** get_address_of_x509_0() { return &___x509_0; } inline void set_x509_0(X509Certificate_t489243024 * value) { ___x509_0 = value; Il2CppCodeGenWriteBarrier((&___x509_0), value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t713131622, ___hideDates_1)); } inline bool get_hideDates_1() const { return ___hideDates_1; } inline bool* get_address_of_hideDates_1() { return &___hideDates_1; } inline void set_hideDates_1(bool value) { ___hideDates_1 = value; } inline static int32_t get_offset_of_cachedCertificateHash_2() { return static_cast(offsetof(X509Certificate_t713131622, ___cachedCertificateHash_2)); } inline ByteU5BU5D_t4116647657* get_cachedCertificateHash_2() const { return ___cachedCertificateHash_2; } inline ByteU5BU5D_t4116647657** get_address_of_cachedCertificateHash_2() { return &___cachedCertificateHash_2; } inline void set_cachedCertificateHash_2(ByteU5BU5D_t4116647657* value) { ___cachedCertificateHash_2 = value; Il2CppCodeGenWriteBarrier((&___cachedCertificateHash_2), value); } inline static int32_t get_offset_of_issuer_name_3() { return static_cast(offsetof(X509Certificate_t713131622, ___issuer_name_3)); } inline String_t* get_issuer_name_3() const { return ___issuer_name_3; } inline String_t** get_address_of_issuer_name_3() { return &___issuer_name_3; } inline void set_issuer_name_3(String_t* value) { ___issuer_name_3 = value; Il2CppCodeGenWriteBarrier((&___issuer_name_3), value); } inline static int32_t get_offset_of_subject_name_4() { return static_cast(offsetof(X509Certificate_t713131622, ___subject_name_4)); } inline String_t* get_subject_name_4() const { return ___subject_name_4; } inline String_t** get_address_of_subject_name_4() { return &___subject_name_4; } inline void set_subject_name_4(String_t* value) { ___subject_name_4 = value; Il2CppCodeGenWriteBarrier((&___subject_name_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T713131622_H #ifndef TOBASE64TRANSFORM_T2551557057_H #define TOBASE64TRANSFORM_T2551557057_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.ToBase64Transform struct ToBase64Transform_t2551557057 : public RuntimeObject { public: // System.Boolean System.Security.Cryptography.ToBase64Transform::m_disposed bool ___m_disposed_0; public: inline static int32_t get_offset_of_m_disposed_0() { return static_cast(offsetof(ToBase64Transform_t2551557057, ___m_disposed_0)); } inline bool get_m_disposed_0() const { return ___m_disposed_0; } inline bool* get_address_of_m_disposed_0() { return &___m_disposed_0; } inline void set_m_disposed_0(bool value) { ___m_disposed_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOBASE64TRANSFORM_T2551557057_H #ifndef CRYPTOHANDLER_T2779508855_H #define CRYPTOHANDLER_T2779508855_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptoConfig/CryptoHandler struct CryptoHandler_t2779508855 : public RuntimeObject { public: // System.Collections.Hashtable System.Security.Cryptography.CryptoConfig/CryptoHandler::algorithms Hashtable_t1853889766 * ___algorithms_0; // System.Collections.Hashtable System.Security.Cryptography.CryptoConfig/CryptoHandler::oid Hashtable_t1853889766 * ___oid_1; // System.Collections.Hashtable System.Security.Cryptography.CryptoConfig/CryptoHandler::names Hashtable_t1853889766 * ___names_2; // System.Collections.Hashtable System.Security.Cryptography.CryptoConfig/CryptoHandler::classnames Hashtable_t1853889766 * ___classnames_3; // System.Int32 System.Security.Cryptography.CryptoConfig/CryptoHandler::level int32_t ___level_4; public: inline static int32_t get_offset_of_algorithms_0() { return static_cast(offsetof(CryptoHandler_t2779508855, ___algorithms_0)); } inline Hashtable_t1853889766 * get_algorithms_0() const { return ___algorithms_0; } inline Hashtable_t1853889766 ** get_address_of_algorithms_0() { return &___algorithms_0; } inline void set_algorithms_0(Hashtable_t1853889766 * value) { ___algorithms_0 = value; Il2CppCodeGenWriteBarrier((&___algorithms_0), value); } inline static int32_t get_offset_of_oid_1() { return static_cast(offsetof(CryptoHandler_t2779508855, ___oid_1)); } inline Hashtable_t1853889766 * get_oid_1() const { return ___oid_1; } inline Hashtable_t1853889766 ** get_address_of_oid_1() { return &___oid_1; } inline void set_oid_1(Hashtable_t1853889766 * value) { ___oid_1 = value; Il2CppCodeGenWriteBarrier((&___oid_1), value); } inline static int32_t get_offset_of_names_2() { return static_cast(offsetof(CryptoHandler_t2779508855, ___names_2)); } inline Hashtable_t1853889766 * get_names_2() const { return ___names_2; } inline Hashtable_t1853889766 ** get_address_of_names_2() { return &___names_2; } inline void set_names_2(Hashtable_t1853889766 * value) { ___names_2 = value; Il2CppCodeGenWriteBarrier((&___names_2), value); } inline static int32_t get_offset_of_classnames_3() { return static_cast(offsetof(CryptoHandler_t2779508855, ___classnames_3)); } inline Hashtable_t1853889766 * get_classnames_3() const { return ___classnames_3; } inline Hashtable_t1853889766 ** get_address_of_classnames_3() { return &___classnames_3; } inline void set_classnames_3(Hashtable_t1853889766 * value) { ___classnames_3 = value; Il2CppCodeGenWriteBarrier((&___classnames_3), value); } inline static int32_t get_offset_of_level_4() { return static_cast(offsetof(CryptoHandler_t2779508855, ___level_4)); } inline int32_t get_level_4() const { return ___level_4; } inline int32_t* get_address_of_level_4() { return &___level_4; } inline void set_level_4(int32_t value) { ___level_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOHANDLER_T2779508855_H #ifndef CRYPTOCONFIG_T4201145714_H #define CRYPTOCONFIG_T4201145714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptoConfig struct CryptoConfig_t4201145714 : public RuntimeObject { public: public: }; struct CryptoConfig_t4201145714_StaticFields { public: // System.Object System.Security.Cryptography.CryptoConfig::lockObject RuntimeObject * ___lockObject_0; // System.Collections.Hashtable System.Security.Cryptography.CryptoConfig::algorithms Hashtable_t1853889766 * ___algorithms_1; // System.Collections.Hashtable System.Security.Cryptography.CryptoConfig::oid Hashtable_t1853889766 * ___oid_2; public: inline static int32_t get_offset_of_lockObject_0() { return static_cast(offsetof(CryptoConfig_t4201145714_StaticFields, ___lockObject_0)); } inline RuntimeObject * get_lockObject_0() const { return ___lockObject_0; } inline RuntimeObject ** get_address_of_lockObject_0() { return &___lockObject_0; } inline void set_lockObject_0(RuntimeObject * value) { ___lockObject_0 = value; Il2CppCodeGenWriteBarrier((&___lockObject_0), value); } inline static int32_t get_offset_of_algorithms_1() { return static_cast(offsetof(CryptoConfig_t4201145714_StaticFields, ___algorithms_1)); } inline Hashtable_t1853889766 * get_algorithms_1() const { return ___algorithms_1; } inline Hashtable_t1853889766 ** get_address_of_algorithms_1() { return &___algorithms_1; } inline void set_algorithms_1(Hashtable_t1853889766 * value) { ___algorithms_1 = value; Il2CppCodeGenWriteBarrier((&___algorithms_1), value); } inline static int32_t get_offset_of_oid_2() { return static_cast(offsetof(CryptoConfig_t4201145714_StaticFields, ___oid_2)); } inline Hashtable_t1853889766 * get_oid_2() const { return ___oid_2; } inline Hashtable_t1853889766 ** get_address_of_oid_2() { return &___oid_2; } inline void set_oid_2(Hashtable_t1853889766 * value) { ___oid_2 = value; Il2CppCodeGenWriteBarrier((&___oid_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOCONFIG_T4201145714_H #ifndef ASYMMETRICSIGNATUREFORMATTER_T3486936014_H #define ASYMMETRICSIGNATUREFORMATTER_T3486936014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricSignatureFormatter struct AsymmetricSignatureFormatter_t3486936014 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICSIGNATUREFORMATTER_T3486936014_H #ifndef ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H #define ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricSignatureDeformatter struct AsymmetricSignatureDeformatter_t2681190756 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H #ifndef BASE64CONSTANTS_T4102031153_H #define BASE64CONSTANTS_T4102031153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.Base64Constants struct Base64Constants_t4102031153 : public RuntimeObject { public: public: }; struct Base64Constants_t4102031153_StaticFields { public: // System.Byte[] System.Security.Cryptography.Base64Constants::EncodeTable ByteU5BU5D_t4116647657* ___EncodeTable_0; // System.Byte[] System.Security.Cryptography.Base64Constants::DecodeTable ByteU5BU5D_t4116647657* ___DecodeTable_1; public: inline static int32_t get_offset_of_EncodeTable_0() { return static_cast(offsetof(Base64Constants_t4102031153_StaticFields, ___EncodeTable_0)); } inline ByteU5BU5D_t4116647657* get_EncodeTable_0() const { return ___EncodeTable_0; } inline ByteU5BU5D_t4116647657** get_address_of_EncodeTable_0() { return &___EncodeTable_0; } inline void set_EncodeTable_0(ByteU5BU5D_t4116647657* value) { ___EncodeTable_0 = value; Il2CppCodeGenWriteBarrier((&___EncodeTable_0), value); } inline static int32_t get_offset_of_DecodeTable_1() { return static_cast(offsetof(Base64Constants_t4102031153_StaticFields, ___DecodeTable_1)); } inline ByteU5BU5D_t4116647657* get_DecodeTable_1() const { return ___DecodeTable_1; } inline ByteU5BU5D_t4116647657** get_address_of_DecodeTable_1() { return &___DecodeTable_1; } inline void set_DecodeTable_1(ByteU5BU5D_t4116647657* value) { ___DecodeTable_1 = value; Il2CppCodeGenWriteBarrier((&___DecodeTable_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASE64CONSTANTS_T4102031153_H #ifndef ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H #define ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricKeyExchangeFormatter struct AsymmetricKeyExchangeFormatter_t937192061 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H #ifndef ASYMMETRICALGORITHM_T932037087_H #define ASYMMETRICALGORITHM_T932037087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICALGORITHM_T932037087_H #ifndef SECURITYMANAGER_T3383402582_H #define SECURITYMANAGER_T3383402582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityManager struct SecurityManager_t3383402582 : public RuntimeObject { public: public: }; struct SecurityManager_t3383402582_StaticFields { public: // System.Object System.Security.SecurityManager::_lockObject RuntimeObject * ____lockObject_0; // System.Collections.ArrayList System.Security.SecurityManager::_hierarchy ArrayList_t2718874744 * ____hierarchy_1; // System.Collections.Hashtable System.Security.SecurityManager::_declsecCache Hashtable_t1853889766 * ____declsecCache_2; // System.Security.Policy.PolicyLevel System.Security.SecurityManager::_level PolicyLevel_t2891196107 * ____level_3; // System.Security.Permissions.SecurityPermission System.Security.SecurityManager::_execution SecurityPermission_t2954997752 * ____execution_4; public: inline static int32_t get_offset_of__lockObject_0() { return static_cast(offsetof(SecurityManager_t3383402582_StaticFields, ____lockObject_0)); } inline RuntimeObject * get__lockObject_0() const { return ____lockObject_0; } inline RuntimeObject ** get_address_of__lockObject_0() { return &____lockObject_0; } inline void set__lockObject_0(RuntimeObject * value) { ____lockObject_0 = value; Il2CppCodeGenWriteBarrier((&____lockObject_0), value); } inline static int32_t get_offset_of__hierarchy_1() { return static_cast(offsetof(SecurityManager_t3383402582_StaticFields, ____hierarchy_1)); } inline ArrayList_t2718874744 * get__hierarchy_1() const { return ____hierarchy_1; } inline ArrayList_t2718874744 ** get_address_of__hierarchy_1() { return &____hierarchy_1; } inline void set__hierarchy_1(ArrayList_t2718874744 * value) { ____hierarchy_1 = value; Il2CppCodeGenWriteBarrier((&____hierarchy_1), value); } inline static int32_t get_offset_of__declsecCache_2() { return static_cast(offsetof(SecurityManager_t3383402582_StaticFields, ____declsecCache_2)); } inline Hashtable_t1853889766 * get__declsecCache_2() const { return ____declsecCache_2; } inline Hashtable_t1853889766 ** get_address_of__declsecCache_2() { return &____declsecCache_2; } inline void set__declsecCache_2(Hashtable_t1853889766 * value) { ____declsecCache_2 = value; Il2CppCodeGenWriteBarrier((&____declsecCache_2), value); } inline static int32_t get_offset_of__level_3() { return static_cast(offsetof(SecurityManager_t3383402582_StaticFields, ____level_3)); } inline PolicyLevel_t2891196107 * get__level_3() const { return ____level_3; } inline PolicyLevel_t2891196107 ** get_address_of__level_3() { return &____level_3; } inline void set__level_3(PolicyLevel_t2891196107 * value) { ____level_3 = value; Il2CppCodeGenWriteBarrier((&____level_3), value); } inline static int32_t get_offset_of__execution_4() { return static_cast(offsetof(SecurityManager_t3383402582_StaticFields, ____execution_4)); } inline SecurityPermission_t2954997752 * get__execution_4() const { return ____execution_4; } inline SecurityPermission_t2954997752 ** get_address_of__execution_4() { return &____execution_4; } inline void set__execution_4(SecurityPermission_t2954997752 * value) { ____execution_4 = value; Il2CppCodeGenWriteBarrier((&____execution_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYMANAGER_T3383402582_H #ifndef MD5_T3177620429_H #define MD5_T3177620429_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.MD5 struct MD5_t3177620429 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MD5_T3177620429_H #ifndef SHA384_T540967702_H #define SHA384_T540967702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA384 struct SHA384_t540967702 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA384_T540967702_H #ifndef RFC2898DERIVEBYTES_T546674159_H #define RFC2898DERIVEBYTES_T546674159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.Rfc2898DeriveBytes struct Rfc2898DeriveBytes_t546674159 : public DeriveBytes_t2246965020 { public: // System.Int32 System.Security.Cryptography.Rfc2898DeriveBytes::_iteration int32_t ____iteration_0; // System.Byte[] System.Security.Cryptography.Rfc2898DeriveBytes::_salt ByteU5BU5D_t4116647657* ____salt_1; // System.Security.Cryptography.HMACSHA1 System.Security.Cryptography.Rfc2898DeriveBytes::_hmac HMACSHA1_t1952596188 * ____hmac_2; // System.Byte[] System.Security.Cryptography.Rfc2898DeriveBytes::_buffer ByteU5BU5D_t4116647657* ____buffer_3; // System.Int32 System.Security.Cryptography.Rfc2898DeriveBytes::_pos int32_t ____pos_4; // System.Int32 System.Security.Cryptography.Rfc2898DeriveBytes::_f int32_t ____f_5; public: inline static int32_t get_offset_of__iteration_0() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____iteration_0)); } inline int32_t get__iteration_0() const { return ____iteration_0; } inline int32_t* get_address_of__iteration_0() { return &____iteration_0; } inline void set__iteration_0(int32_t value) { ____iteration_0 = value; } inline static int32_t get_offset_of__salt_1() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____salt_1)); } inline ByteU5BU5D_t4116647657* get__salt_1() const { return ____salt_1; } inline ByteU5BU5D_t4116647657** get_address_of__salt_1() { return &____salt_1; } inline void set__salt_1(ByteU5BU5D_t4116647657* value) { ____salt_1 = value; Il2CppCodeGenWriteBarrier((&____salt_1), value); } inline static int32_t get_offset_of__hmac_2() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____hmac_2)); } inline HMACSHA1_t1952596188 * get__hmac_2() const { return ____hmac_2; } inline HMACSHA1_t1952596188 ** get_address_of__hmac_2() { return &____hmac_2; } inline void set__hmac_2(HMACSHA1_t1952596188 * value) { ____hmac_2 = value; Il2CppCodeGenWriteBarrier((&____hmac_2), value); } inline static int32_t get_offset_of__buffer_3() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____buffer_3)); } inline ByteU5BU5D_t4116647657* get__buffer_3() const { return ____buffer_3; } inline ByteU5BU5D_t4116647657** get_address_of__buffer_3() { return &____buffer_3; } inline void set__buffer_3(ByteU5BU5D_t4116647657* value) { ____buffer_3 = value; Il2CppCodeGenWriteBarrier((&____buffer_3), value); } inline static int32_t get_offset_of__pos_4() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____pos_4)); } inline int32_t get__pos_4() const { return ____pos_4; } inline int32_t* get_address_of__pos_4() { return &____pos_4; } inline void set__pos_4(int32_t value) { ____pos_4 = value; } inline static int32_t get_offset_of__f_5() { return static_cast(offsetof(Rfc2898DeriveBytes_t546674159, ____f_5)); } inline int32_t get__f_5() const { return ____f_5; } inline int32_t* get_address_of__f_5() { return &____f_5; } inline void set__f_5(int32_t value) { ____f_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RFC2898DERIVEBYTES_T546674159_H #ifndef RC2TRANSFORM_T458321487_H #define RC2TRANSFORM_T458321487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RC2Transform struct RC2Transform_t458321487 : public SymmetricTransform_t3802591842 { public: // System.UInt16 System.Security.Cryptography.RC2Transform::R0 uint16_t ___R0_12; // System.UInt16 System.Security.Cryptography.RC2Transform::R1 uint16_t ___R1_13; // System.UInt16 System.Security.Cryptography.RC2Transform::R2 uint16_t ___R2_14; // System.UInt16 System.Security.Cryptography.RC2Transform::R3 uint16_t ___R3_15; // System.UInt16[] System.Security.Cryptography.RC2Transform::K UInt16U5BU5D_t3326319531* ___K_16; // System.Int32 System.Security.Cryptography.RC2Transform::j int32_t ___j_17; public: inline static int32_t get_offset_of_R0_12() { return static_cast(offsetof(RC2Transform_t458321487, ___R0_12)); } inline uint16_t get_R0_12() const { return ___R0_12; } inline uint16_t* get_address_of_R0_12() { return &___R0_12; } inline void set_R0_12(uint16_t value) { ___R0_12 = value; } inline static int32_t get_offset_of_R1_13() { return static_cast(offsetof(RC2Transform_t458321487, ___R1_13)); } inline uint16_t get_R1_13() const { return ___R1_13; } inline uint16_t* get_address_of_R1_13() { return &___R1_13; } inline void set_R1_13(uint16_t value) { ___R1_13 = value; } inline static int32_t get_offset_of_R2_14() { return static_cast(offsetof(RC2Transform_t458321487, ___R2_14)); } inline uint16_t get_R2_14() const { return ___R2_14; } inline uint16_t* get_address_of_R2_14() { return &___R2_14; } inline void set_R2_14(uint16_t value) { ___R2_14 = value; } inline static int32_t get_offset_of_R3_15() { return static_cast(offsetof(RC2Transform_t458321487, ___R3_15)); } inline uint16_t get_R3_15() const { return ___R3_15; } inline uint16_t* get_address_of_R3_15() { return &___R3_15; } inline void set_R3_15(uint16_t value) { ___R3_15 = value; } inline static int32_t get_offset_of_K_16() { return static_cast(offsetof(RC2Transform_t458321487, ___K_16)); } inline UInt16U5BU5D_t3326319531* get_K_16() const { return ___K_16; } inline UInt16U5BU5D_t3326319531** get_address_of_K_16() { return &___K_16; } inline void set_K_16(UInt16U5BU5D_t3326319531* value) { ___K_16 = value; Il2CppCodeGenWriteBarrier((&___K_16), value); } inline static int32_t get_offset_of_j_17() { return static_cast(offsetof(RC2Transform_t458321487, ___j_17)); } inline int32_t get_j_17() const { return ___j_17; } inline int32_t* get_address_of_j_17() { return &___j_17; } inline void set_j_17(int32_t value) { ___j_17 = value; } }; struct RC2Transform_t458321487_StaticFields { public: // System.Byte[] System.Security.Cryptography.RC2Transform::pitable ByteU5BU5D_t4116647657* ___pitable_18; public: inline static int32_t get_offset_of_pitable_18() { return static_cast(offsetof(RC2Transform_t458321487_StaticFields, ___pitable_18)); } inline ByteU5BU5D_t4116647657* get_pitable_18() const { return ___pitable_18; } inline ByteU5BU5D_t4116647657** get_address_of_pitable_18() { return &___pitable_18; } inline void set_pitable_18(ByteU5BU5D_t4116647657* value) { ___pitable_18 = value; Il2CppCodeGenWriteBarrier((&___pitable_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RC2TRANSFORM_T458321487_H #ifndef SHA512_T1346946930_H #define SHA512_T1346946930_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA512 struct SHA512_t1346946930 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA512_T1346946930_H #ifndef DSASIGNATUREDESCRIPTION_T1163053634_H #define DSASIGNATUREDESCRIPTION_T1163053634_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSASignatureDescription struct DSASignatureDescription_t1163053634 : public SignatureDescription_t1971889425 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DSASIGNATUREDESCRIPTION_T1163053634_H #ifndef RSAPKCS1SIGNATUREFORMATTER_T1514197062_H #define RSAPKCS1SIGNATUREFORMATTER_T1514197062_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAPKCS1SignatureFormatter struct RSAPKCS1SignatureFormatter_t1514197062 : public AsymmetricSignatureFormatter_t3486936014 { public: // System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureFormatter::rsa RSA_t2385438082 * ___rsa_0; // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.RSAPKCS1SignatureFormatter::hash HashAlgorithm_t1432317219 * ___hash_1; public: inline static int32_t get_offset_of_rsa_0() { return static_cast(offsetof(RSAPKCS1SignatureFormatter_t1514197062, ___rsa_0)); } inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; } inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; } inline void set_rsa_0(RSA_t2385438082 * value) { ___rsa_0 = value; Il2CppCodeGenWriteBarrier((&___rsa_0), value); } inline static int32_t get_offset_of_hash_1() { return static_cast(offsetof(RSAPKCS1SignatureFormatter_t1514197062, ___hash_1)); } inline HashAlgorithm_t1432317219 * get_hash_1() const { return ___hash_1; } inline HashAlgorithm_t1432317219 ** get_address_of_hash_1() { return &___hash_1; } inline void set_hash_1(HashAlgorithm_t1432317219 * value) { ___hash_1 = value; Il2CppCodeGenWriteBarrier((&___hash_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAPKCS1SIGNATUREFORMATTER_T1514197062_H #ifndef DESTRANSFORM_T4088905499_H #define DESTRANSFORM_T4088905499_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DESTransform struct DESTransform_t4088905499 : public SymmetricTransform_t3802591842 { public: // System.Byte[] System.Security.Cryptography.DESTransform::keySchedule ByteU5BU5D_t4116647657* ___keySchedule_16; // System.Byte[] System.Security.Cryptography.DESTransform::byteBuff ByteU5BU5D_t4116647657* ___byteBuff_17; // System.UInt32[] System.Security.Cryptography.DESTransform::dwordBuff UInt32U5BU5D_t2770800703* ___dwordBuff_18; public: inline static int32_t get_offset_of_keySchedule_16() { return static_cast(offsetof(DESTransform_t4088905499, ___keySchedule_16)); } inline ByteU5BU5D_t4116647657* get_keySchedule_16() const { return ___keySchedule_16; } inline ByteU5BU5D_t4116647657** get_address_of_keySchedule_16() { return &___keySchedule_16; } inline void set_keySchedule_16(ByteU5BU5D_t4116647657* value) { ___keySchedule_16 = value; Il2CppCodeGenWriteBarrier((&___keySchedule_16), value); } inline static int32_t get_offset_of_byteBuff_17() { return static_cast(offsetof(DESTransform_t4088905499, ___byteBuff_17)); } inline ByteU5BU5D_t4116647657* get_byteBuff_17() const { return ___byteBuff_17; } inline ByteU5BU5D_t4116647657** get_address_of_byteBuff_17() { return &___byteBuff_17; } inline void set_byteBuff_17(ByteU5BU5D_t4116647657* value) { ___byteBuff_17 = value; Il2CppCodeGenWriteBarrier((&___byteBuff_17), value); } inline static int32_t get_offset_of_dwordBuff_18() { return static_cast(offsetof(DESTransform_t4088905499, ___dwordBuff_18)); } inline UInt32U5BU5D_t2770800703* get_dwordBuff_18() const { return ___dwordBuff_18; } inline UInt32U5BU5D_t2770800703** get_address_of_dwordBuff_18() { return &___dwordBuff_18; } inline void set_dwordBuff_18(UInt32U5BU5D_t2770800703* value) { ___dwordBuff_18 = value; Il2CppCodeGenWriteBarrier((&___dwordBuff_18), value); } }; struct DESTransform_t4088905499_StaticFields { public: // System.Int32 System.Security.Cryptography.DESTransform::KEY_BIT_SIZE int32_t ___KEY_BIT_SIZE_12; // System.Int32 System.Security.Cryptography.DESTransform::KEY_BYTE_SIZE int32_t ___KEY_BYTE_SIZE_13; // System.Int32 System.Security.Cryptography.DESTransform::BLOCK_BIT_SIZE int32_t ___BLOCK_BIT_SIZE_14; // System.Int32 System.Security.Cryptography.DESTransform::BLOCK_BYTE_SIZE int32_t ___BLOCK_BYTE_SIZE_15; // System.UInt32[] System.Security.Cryptography.DESTransform::spBoxes UInt32U5BU5D_t2770800703* ___spBoxes_19; // System.Byte[] System.Security.Cryptography.DESTransform::PC1 ByteU5BU5D_t4116647657* ___PC1_20; // System.Byte[] System.Security.Cryptography.DESTransform::leftRotTotal ByteU5BU5D_t4116647657* ___leftRotTotal_21; // System.Byte[] System.Security.Cryptography.DESTransform::PC2 ByteU5BU5D_t4116647657* ___PC2_22; // System.UInt32[] System.Security.Cryptography.DESTransform::ipTab UInt32U5BU5D_t2770800703* ___ipTab_23; // System.UInt32[] System.Security.Cryptography.DESTransform::fpTab UInt32U5BU5D_t2770800703* ___fpTab_24; public: inline static int32_t get_offset_of_KEY_BIT_SIZE_12() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___KEY_BIT_SIZE_12)); } inline int32_t get_KEY_BIT_SIZE_12() const { return ___KEY_BIT_SIZE_12; } inline int32_t* get_address_of_KEY_BIT_SIZE_12() { return &___KEY_BIT_SIZE_12; } inline void set_KEY_BIT_SIZE_12(int32_t value) { ___KEY_BIT_SIZE_12 = value; } inline static int32_t get_offset_of_KEY_BYTE_SIZE_13() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___KEY_BYTE_SIZE_13)); } inline int32_t get_KEY_BYTE_SIZE_13() const { return ___KEY_BYTE_SIZE_13; } inline int32_t* get_address_of_KEY_BYTE_SIZE_13() { return &___KEY_BYTE_SIZE_13; } inline void set_KEY_BYTE_SIZE_13(int32_t value) { ___KEY_BYTE_SIZE_13 = value; } inline static int32_t get_offset_of_BLOCK_BIT_SIZE_14() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___BLOCK_BIT_SIZE_14)); } inline int32_t get_BLOCK_BIT_SIZE_14() const { return ___BLOCK_BIT_SIZE_14; } inline int32_t* get_address_of_BLOCK_BIT_SIZE_14() { return &___BLOCK_BIT_SIZE_14; } inline void set_BLOCK_BIT_SIZE_14(int32_t value) { ___BLOCK_BIT_SIZE_14 = value; } inline static int32_t get_offset_of_BLOCK_BYTE_SIZE_15() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___BLOCK_BYTE_SIZE_15)); } inline int32_t get_BLOCK_BYTE_SIZE_15() const { return ___BLOCK_BYTE_SIZE_15; } inline int32_t* get_address_of_BLOCK_BYTE_SIZE_15() { return &___BLOCK_BYTE_SIZE_15; } inline void set_BLOCK_BYTE_SIZE_15(int32_t value) { ___BLOCK_BYTE_SIZE_15 = value; } inline static int32_t get_offset_of_spBoxes_19() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___spBoxes_19)); } inline UInt32U5BU5D_t2770800703* get_spBoxes_19() const { return ___spBoxes_19; } inline UInt32U5BU5D_t2770800703** get_address_of_spBoxes_19() { return &___spBoxes_19; } inline void set_spBoxes_19(UInt32U5BU5D_t2770800703* value) { ___spBoxes_19 = value; Il2CppCodeGenWriteBarrier((&___spBoxes_19), value); } inline static int32_t get_offset_of_PC1_20() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___PC1_20)); } inline ByteU5BU5D_t4116647657* get_PC1_20() const { return ___PC1_20; } inline ByteU5BU5D_t4116647657** get_address_of_PC1_20() { return &___PC1_20; } inline void set_PC1_20(ByteU5BU5D_t4116647657* value) { ___PC1_20 = value; Il2CppCodeGenWriteBarrier((&___PC1_20), value); } inline static int32_t get_offset_of_leftRotTotal_21() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___leftRotTotal_21)); } inline ByteU5BU5D_t4116647657* get_leftRotTotal_21() const { return ___leftRotTotal_21; } inline ByteU5BU5D_t4116647657** get_address_of_leftRotTotal_21() { return &___leftRotTotal_21; } inline void set_leftRotTotal_21(ByteU5BU5D_t4116647657* value) { ___leftRotTotal_21 = value; Il2CppCodeGenWriteBarrier((&___leftRotTotal_21), value); } inline static int32_t get_offset_of_PC2_22() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___PC2_22)); } inline ByteU5BU5D_t4116647657* get_PC2_22() const { return ___PC2_22; } inline ByteU5BU5D_t4116647657** get_address_of_PC2_22() { return &___PC2_22; } inline void set_PC2_22(ByteU5BU5D_t4116647657* value) { ___PC2_22 = value; Il2CppCodeGenWriteBarrier((&___PC2_22), value); } inline static int32_t get_offset_of_ipTab_23() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___ipTab_23)); } inline UInt32U5BU5D_t2770800703* get_ipTab_23() const { return ___ipTab_23; } inline UInt32U5BU5D_t2770800703** get_address_of_ipTab_23() { return &___ipTab_23; } inline void set_ipTab_23(UInt32U5BU5D_t2770800703* value) { ___ipTab_23 = value; Il2CppCodeGenWriteBarrier((&___ipTab_23), value); } inline static int32_t get_offset_of_fpTab_24() { return static_cast(offsetof(DESTransform_t4088905499_StaticFields, ___fpTab_24)); } inline UInt32U5BU5D_t2770800703* get_fpTab_24() const { return ___fpTab_24; } inline UInt32U5BU5D_t2770800703** get_address_of_fpTab_24() { return &___fpTab_24; } inline void set_fpTab_24(UInt32U5BU5D_t2770800703* value) { ___fpTab_24 = value; Il2CppCodeGenWriteBarrier((&___fpTab_24), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DESTRANSFORM_T4088905499_H #ifndef SHA1_T1803193667_H #define SHA1_T1803193667_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1 struct SHA1_t1803193667 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1_T1803193667_H #ifndef GACIDENTITYPERMISSION_T2991335275_H #define GACIDENTITYPERMISSION_T2991335275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.GacIdentityPermission struct GacIdentityPermission_t2991335275 : public CodeAccessPermission_t2681295399 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GACIDENTITYPERMISSION_T2991335275_H #ifndef RSAPKCS1SIGNATUREDEFORMATTER_T3767223008_H #define RSAPKCS1SIGNATUREDEFORMATTER_T3767223008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAPKCS1SignatureDeformatter struct RSAPKCS1SignatureDeformatter_t3767223008 : public AsymmetricSignatureDeformatter_t2681190756 { public: // System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureDeformatter::rsa RSA_t2385438082 * ___rsa_0; // System.String System.Security.Cryptography.RSAPKCS1SignatureDeformatter::hashName String_t* ___hashName_1; public: inline static int32_t get_offset_of_rsa_0() { return static_cast(offsetof(RSAPKCS1SignatureDeformatter_t3767223008, ___rsa_0)); } inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; } inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; } inline void set_rsa_0(RSA_t2385438082 * value) { ___rsa_0 = value; Il2CppCodeGenWriteBarrier((&___rsa_0), value); } inline static int32_t get_offset_of_hashName_1() { return static_cast(offsetof(RSAPKCS1SignatureDeformatter_t3767223008, ___hashName_1)); } inline String_t* get_hashName_1() const { return ___hashName_1; } inline String_t** get_address_of_hashName_1() { return &___hashName_1; } inline void set_hashName_1(String_t* value) { ___hashName_1 = value; Il2CppCodeGenWriteBarrier((&___hashName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAPKCS1SIGNATUREDEFORMATTER_T3767223008_H #ifndef RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H #define RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter struct RSAPKCS1KeyExchangeFormatter_t2761096101 : public AsymmetricKeyExchangeFormatter_t937192061 { public: // System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::rsa RSA_t2385438082 * ___rsa_0; // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::random RandomNumberGenerator_t386037858 * ___random_1; public: inline static int32_t get_offset_of_rsa_0() { return static_cast(offsetof(RSAPKCS1KeyExchangeFormatter_t2761096101, ___rsa_0)); } inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; } inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; } inline void set_rsa_0(RSA_t2385438082 * value) { ___rsa_0 = value; Il2CppCodeGenWriteBarrier((&___rsa_0), value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(RSAPKCS1KeyExchangeFormatter_t2761096101, ___random_1)); } inline RandomNumberGenerator_t386037858 * get_random_1() const { return ___random_1; } inline RandomNumberGenerator_t386037858 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(RandomNumberGenerator_t386037858 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((&___random_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H #ifndef RSAPARAMETERS_T1728406613_H #define RSAPARAMETERS_T1728406613_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_t4116647657* ___P_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_t4116647657* ___Q_1; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_t4116647657* ___D_2; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_t4116647657* ___DP_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_t4116647657* ___DQ_4; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_t4116647657* ___InverseQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_t4116647657* ___Modulus_6; // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_t4116647657* ___Exponent_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(RSAParameters_t1728406613, ___P_0)); } inline ByteU5BU5D_t4116647657* get_P_0() const { return ___P_0; } inline ByteU5BU5D_t4116647657** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_t4116647657* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((&___P_0), value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(RSAParameters_t1728406613, ___Q_1)); } inline ByteU5BU5D_t4116647657* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_t4116647657** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_t4116647657* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((&___Q_1), value); } inline static int32_t get_offset_of_D_2() { return static_cast(offsetof(RSAParameters_t1728406613, ___D_2)); } inline ByteU5BU5D_t4116647657* get_D_2() const { return ___D_2; } inline ByteU5BU5D_t4116647657** get_address_of_D_2() { return &___D_2; } inline void set_D_2(ByteU5BU5D_t4116647657* value) { ___D_2 = value; Il2CppCodeGenWriteBarrier((&___D_2), value); } inline static int32_t get_offset_of_DP_3() { return static_cast(offsetof(RSAParameters_t1728406613, ___DP_3)); } inline ByteU5BU5D_t4116647657* get_DP_3() const { return ___DP_3; } inline ByteU5BU5D_t4116647657** get_address_of_DP_3() { return &___DP_3; } inline void set_DP_3(ByteU5BU5D_t4116647657* value) { ___DP_3 = value; Il2CppCodeGenWriteBarrier((&___DP_3), value); } inline static int32_t get_offset_of_DQ_4() { return static_cast(offsetof(RSAParameters_t1728406613, ___DQ_4)); } inline ByteU5BU5D_t4116647657* get_DQ_4() const { return ___DQ_4; } inline ByteU5BU5D_t4116647657** get_address_of_DQ_4() { return &___DQ_4; } inline void set_DQ_4(ByteU5BU5D_t4116647657* value) { ___DQ_4 = value; Il2CppCodeGenWriteBarrier((&___DQ_4), value); } inline static int32_t get_offset_of_InverseQ_5() { return static_cast(offsetof(RSAParameters_t1728406613, ___InverseQ_5)); } inline ByteU5BU5D_t4116647657* get_InverseQ_5() const { return ___InverseQ_5; } inline ByteU5BU5D_t4116647657** get_address_of_InverseQ_5() { return &___InverseQ_5; } inline void set_InverseQ_5(ByteU5BU5D_t4116647657* value) { ___InverseQ_5 = value; Il2CppCodeGenWriteBarrier((&___InverseQ_5), value); } inline static int32_t get_offset_of_Modulus_6() { return static_cast(offsetof(RSAParameters_t1728406613, ___Modulus_6)); } inline ByteU5BU5D_t4116647657* get_Modulus_6() const { return ___Modulus_6; } inline ByteU5BU5D_t4116647657** get_address_of_Modulus_6() { return &___Modulus_6; } inline void set_Modulus_6(ByteU5BU5D_t4116647657* value) { ___Modulus_6 = value; Il2CppCodeGenWriteBarrier((&___Modulus_6), value); } inline static int32_t get_offset_of_Exponent_7() { return static_cast(offsetof(RSAParameters_t1728406613, ___Exponent_7)); } inline ByteU5BU5D_t4116647657* get_Exponent_7() const { return ___Exponent_7; } inline ByteU5BU5D_t4116647657** get_address_of_Exponent_7() { return &___Exponent_7; } inline void set_Exponent_7(ByteU5BU5D_t4116647657* value) { ___Exponent_7 = value; Il2CppCodeGenWriteBarrier((&___Exponent_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613_marshaled_pinvoke { uint8_t* ___P_0; uint8_t* ___Q_1; uint8_t* ___D_2; uint8_t* ___DP_3; uint8_t* ___DQ_4; uint8_t* ___InverseQ_5; uint8_t* ___Modulus_6; uint8_t* ___Exponent_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613_marshaled_com { uint8_t* ___P_0; uint8_t* ___Q_1; uint8_t* ___D_2; uint8_t* ___DP_3; uint8_t* ___DQ_4; uint8_t* ___InverseQ_5; uint8_t* ___Modulus_6; uint8_t* ___Exponent_7; }; #endif // RSAPARAMETERS_T1728406613_H #ifndef RSA_T2385438082_H #define RSA_T2385438082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSA struct RSA_t2385438082 : public AsymmetricAlgorithm_t932037087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSA_T2385438082_H #ifndef SHA256_T3672283617_H #define SHA256_T3672283617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA256 struct SHA256_t3672283617 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA256_T3672283617_H #ifndef RIPEMD160_T268675434_H #define RIPEMD160_T268675434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RIPEMD160 struct RIPEMD160_t268675434 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RIPEMD160_T268675434_H #ifndef RIJNDAELTRANSFORM_T631222241_H #define RIJNDAELTRANSFORM_T631222241_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RijndaelTransform struct RijndaelTransform_t631222241 : public SymmetricTransform_t3802591842 { public: // System.UInt32[] System.Security.Cryptography.RijndaelTransform::expandedKey UInt32U5BU5D_t2770800703* ___expandedKey_12; // System.Int32 System.Security.Cryptography.RijndaelTransform::Nb int32_t ___Nb_13; // System.Int32 System.Security.Cryptography.RijndaelTransform::Nk int32_t ___Nk_14; // System.Int32 System.Security.Cryptography.RijndaelTransform::Nr int32_t ___Nr_15; public: inline static int32_t get_offset_of_expandedKey_12() { return static_cast(offsetof(RijndaelTransform_t631222241, ___expandedKey_12)); } inline UInt32U5BU5D_t2770800703* get_expandedKey_12() const { return ___expandedKey_12; } inline UInt32U5BU5D_t2770800703** get_address_of_expandedKey_12() { return &___expandedKey_12; } inline void set_expandedKey_12(UInt32U5BU5D_t2770800703* value) { ___expandedKey_12 = value; Il2CppCodeGenWriteBarrier((&___expandedKey_12), value); } inline static int32_t get_offset_of_Nb_13() { return static_cast(offsetof(RijndaelTransform_t631222241, ___Nb_13)); } inline int32_t get_Nb_13() const { return ___Nb_13; } inline int32_t* get_address_of_Nb_13() { return &___Nb_13; } inline void set_Nb_13(int32_t value) { ___Nb_13 = value; } inline static int32_t get_offset_of_Nk_14() { return static_cast(offsetof(RijndaelTransform_t631222241, ___Nk_14)); } inline int32_t get_Nk_14() const { return ___Nk_14; } inline int32_t* get_address_of_Nk_14() { return &___Nk_14; } inline void set_Nk_14(int32_t value) { ___Nk_14 = value; } inline static int32_t get_offset_of_Nr_15() { return static_cast(offsetof(RijndaelTransform_t631222241, ___Nr_15)); } inline int32_t get_Nr_15() const { return ___Nr_15; } inline int32_t* get_address_of_Nr_15() { return &___Nr_15; } inline void set_Nr_15(int32_t value) { ___Nr_15 = value; } }; struct RijndaelTransform_t631222241_StaticFields { public: // System.UInt32[] System.Security.Cryptography.RijndaelTransform::Rcon UInt32U5BU5D_t2770800703* ___Rcon_16; // System.Byte[] System.Security.Cryptography.RijndaelTransform::SBox ByteU5BU5D_t4116647657* ___SBox_17; // System.Byte[] System.Security.Cryptography.RijndaelTransform::iSBox ByteU5BU5D_t4116647657* ___iSBox_18; // System.UInt32[] System.Security.Cryptography.RijndaelTransform::T0 UInt32U5BU5D_t2770800703* ___T0_19; // System.UInt32[] System.Security.Cryptography.RijndaelTransform::T1 UInt32U5BU5D_t2770800703* ___T1_20; // System.UInt32[] System.Security.Cryptography.RijndaelTransform::T2 UInt32U5BU5D_t2770800703* ___T2_21; // System.UInt32[] System.Security.Cryptography.RijndaelTransform::T3 UInt32U5BU5D_t2770800703* ___T3_22; // System.UInt32[] System.Security.Cryptography.RijndaelTransform::iT0 UInt32U5BU5D_t2770800703* ___iT0_23; // System.UInt32[] System.Security.Cryptography.RijndaelTransform::iT1 UInt32U5BU5D_t2770800703* ___iT1_24; // System.UInt32[] System.Security.Cryptography.RijndaelTransform::iT2 UInt32U5BU5D_t2770800703* ___iT2_25; // System.UInt32[] System.Security.Cryptography.RijndaelTransform::iT3 UInt32U5BU5D_t2770800703* ___iT3_26; public: inline static int32_t get_offset_of_Rcon_16() { return static_cast(offsetof(RijndaelTransform_t631222241_StaticFields, ___Rcon_16)); } inline UInt32U5BU5D_t2770800703* get_Rcon_16() const { return ___Rcon_16; } inline UInt32U5BU5D_t2770800703** get_address_of_Rcon_16() { return &___Rcon_16; } inline void set_Rcon_16(UInt32U5BU5D_t2770800703* value) { ___Rcon_16 = value; Il2CppCodeGenWriteBarrier((&___Rcon_16), value); } inline static int32_t get_offset_of_SBox_17() { return static_cast(offsetof(RijndaelTransform_t631222241_StaticFields, ___SBox_17)); } inline ByteU5BU5D_t4116647657* get_SBox_17() const { return ___SBox_17; } inline ByteU5BU5D_t4116647657** get_address_of_SBox_17() { return &___SBox_17; } inline void set_SBox_17(ByteU5BU5D_t4116647657* value) { ___SBox_17 = value; Il2CppCodeGenWriteBarrier((&___SBox_17), value); } inline static int32_t get_offset_of_iSBox_18() { return static_cast(offsetof(RijndaelTransform_t631222241_StaticFields, ___iSBox_18)); } inline ByteU5BU5D_t4116647657* get_iSBox_18() const { return ___iSBox_18; } inline ByteU5BU5D_t4116647657** get_address_of_iSBox_18() { return &___iSBox_18; } inline void set_iSBox_18(ByteU5BU5D_t4116647657* value) { ___iSBox_18 = value; Il2CppCodeGenWriteBarrier((&___iSBox_18), value); } inline static int32_t get_offset_of_T0_19() { return static_cast(offsetof(RijndaelTransform_t631222241_StaticFields, ___T0_19)); } inline UInt32U5BU5D_t2770800703* get_T0_19() const { return ___T0_19; } inline UInt32U5BU5D_t2770800703** get_address_of_T0_19() { return &___T0_19; } inline void set_T0_19(UInt32U5BU5D_t2770800703* value) { ___T0_19 = value; Il2CppCodeGenWriteBarrier((&___T0_19), value); } inline static int32_t get_offset_of_T1_20() { return static_cast(offsetof(RijndaelTransform_t631222241_StaticFields, ___T1_20)); } inline UInt32U5BU5D_t2770800703* get_T1_20() const { return ___T1_20; } inline UInt32U5BU5D_t2770800703** get_address_of_T1_20() { return &___T1_20; } inline void set_T1_20(UInt32U5BU5D_t2770800703* value) { ___T1_20 = value; Il2CppCodeGenWriteBarrier((&___T1_20), value); } inline static int32_t get_offset_of_T2_21() { return static_cast(offsetof(RijndaelTransform_t631222241_StaticFields, ___T2_21)); } inline UInt32U5BU5D_t2770800703* get_T2_21() const { return ___T2_21; } inline UInt32U5BU5D_t2770800703** get_address_of_T2_21() { return &___T2_21; } inline void set_T2_21(UInt32U5BU5D_t2770800703* value) { ___T2_21 = value; Il2CppCodeGenWriteBarrier((&___T2_21), value); } inline static int32_t get_offset_of_T3_22() { return static_cast(offsetof(RijndaelTransform_t631222241_StaticFields, ___T3_22)); } inline UInt32U5BU5D_t2770800703* get_T3_22() const { return ___T3_22; } inline UInt32U5BU5D_t2770800703** get_address_of_T3_22() { return &___T3_22; } inline void set_T3_22(UInt32U5BU5D_t2770800703* value) { ___T3_22 = value; Il2CppCodeGenWriteBarrier((&___T3_22), value); } inline static int32_t get_offset_of_iT0_23() { return static_cast(offsetof(RijndaelTransform_t631222241_StaticFields, ___iT0_23)); } inline UInt32U5BU5D_t2770800703* get_iT0_23() const { return ___iT0_23; } inline UInt32U5BU5D_t2770800703** get_address_of_iT0_23() { return &___iT0_23; } inline void set_iT0_23(UInt32U5BU5D_t2770800703* value) { ___iT0_23 = value; Il2CppCodeGenWriteBarrier((&___iT0_23), value); } inline static int32_t get_offset_of_iT1_24() { return static_cast(offsetof(RijndaelTransform_t631222241_StaticFields, ___iT1_24)); } inline UInt32U5BU5D_t2770800703* get_iT1_24() const { return ___iT1_24; } inline UInt32U5BU5D_t2770800703** get_address_of_iT1_24() { return &___iT1_24; } inline void set_iT1_24(UInt32U5BU5D_t2770800703* value) { ___iT1_24 = value; Il2CppCodeGenWriteBarrier((&___iT1_24), value); } inline static int32_t get_offset_of_iT2_25() { return static_cast(offsetof(RijndaelTransform_t631222241_StaticFields, ___iT2_25)); } inline UInt32U5BU5D_t2770800703* get_iT2_25() const { return ___iT2_25; } inline UInt32U5BU5D_t2770800703** get_address_of_iT2_25() { return &___iT2_25; } inline void set_iT2_25(UInt32U5BU5D_t2770800703* value) { ___iT2_25 = value; Il2CppCodeGenWriteBarrier((&___iT2_25), value); } inline static int32_t get_offset_of_iT3_26() { return static_cast(offsetof(RijndaelTransform_t631222241_StaticFields, ___iT3_26)); } inline UInt32U5BU5D_t2770800703* get_iT3_26() const { return ___iT3_26; } inline UInt32U5BU5D_t2770800703** get_address_of_iT3_26() { return &___iT3_26; } inline void set_iT3_26(UInt32U5BU5D_t2770800703* value) { ___iT3_26 = value; Il2CppCodeGenWriteBarrier((&___iT3_26), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RIJNDAELTRANSFORM_T631222241_H #ifndef SECURITYSAFECRITICALATTRIBUTE_T3505979402_H #define SECURITYSAFECRITICALATTRIBUTE_T3505979402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecuritySafeCriticalAttribute struct SecuritySafeCriticalAttribute_t3505979402 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYSAFECRITICALATTRIBUTE_T3505979402_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef DSASIGNATUREFORMATTER_T2007981259_H #define DSASIGNATUREFORMATTER_T2007981259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSASignatureFormatter struct DSASignatureFormatter_t2007981259 : public AsymmetricSignatureFormatter_t3486936014 { public: // System.Security.Cryptography.DSA System.Security.Cryptography.DSASignatureFormatter::dsa DSA_t2386879874 * ___dsa_0; public: inline static int32_t get_offset_of_dsa_0() { return static_cast(offsetof(DSASignatureFormatter_t2007981259, ___dsa_0)); } inline DSA_t2386879874 * get_dsa_0() const { return ___dsa_0; } inline DSA_t2386879874 ** get_address_of_dsa_0() { return &___dsa_0; } inline void set_dsa_0(DSA_t2386879874 * value) { ___dsa_0 = value; Il2CppCodeGenWriteBarrier((&___dsa_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DSASIGNATUREFORMATTER_T2007981259_H #ifndef DSASIGNATUREDEFORMATTER_T3677955172_H #define DSASIGNATUREDEFORMATTER_T3677955172_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSASignatureDeformatter struct DSASignatureDeformatter_t3677955172 : public AsymmetricSignatureDeformatter_t2681190756 { public: // System.Security.Cryptography.DSA System.Security.Cryptography.DSASignatureDeformatter::dsa DSA_t2386879874 * ___dsa_0; public: inline static int32_t get_offset_of_dsa_0() { return static_cast(offsetof(DSASignatureDeformatter_t3677955172, ___dsa_0)); } inline DSA_t2386879874 * get_dsa_0() const { return ___dsa_0; } inline DSA_t2386879874 ** get_address_of_dsa_0() { return &___dsa_0; } inline void set_dsa_0(DSA_t2386879874 * value) { ___dsa_0 = value; Il2CppCodeGenWriteBarrier((&___dsa_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DSASIGNATUREDEFORMATTER_T3677955172_H #ifndef DSAPARAMETERS_T1885824122_H #define DSAPARAMETERS_T1885824122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122 { public: // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_0; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_t4116647657* ___G_1; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_t4116647657* ___J_2; // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_t4116647657* ___P_3; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_t4116647657* ___Q_4; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_t4116647657* ___Seed_5; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_t4116647657* ___X_6; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_t4116647657* ___Y_7; public: inline static int32_t get_offset_of_Counter_0() { return static_cast(offsetof(DSAParameters_t1885824122, ___Counter_0)); } inline int32_t get_Counter_0() const { return ___Counter_0; } inline int32_t* get_address_of_Counter_0() { return &___Counter_0; } inline void set_Counter_0(int32_t value) { ___Counter_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(DSAParameters_t1885824122, ___G_1)); } inline ByteU5BU5D_t4116647657* get_G_1() const { return ___G_1; } inline ByteU5BU5D_t4116647657** get_address_of_G_1() { return &___G_1; } inline void set_G_1(ByteU5BU5D_t4116647657* value) { ___G_1 = value; Il2CppCodeGenWriteBarrier((&___G_1), value); } inline static int32_t get_offset_of_J_2() { return static_cast(offsetof(DSAParameters_t1885824122, ___J_2)); } inline ByteU5BU5D_t4116647657* get_J_2() const { return ___J_2; } inline ByteU5BU5D_t4116647657** get_address_of_J_2() { return &___J_2; } inline void set_J_2(ByteU5BU5D_t4116647657* value) { ___J_2 = value; Il2CppCodeGenWriteBarrier((&___J_2), value); } inline static int32_t get_offset_of_P_3() { return static_cast(offsetof(DSAParameters_t1885824122, ___P_3)); } inline ByteU5BU5D_t4116647657* get_P_3() const { return ___P_3; } inline ByteU5BU5D_t4116647657** get_address_of_P_3() { return &___P_3; } inline void set_P_3(ByteU5BU5D_t4116647657* value) { ___P_3 = value; Il2CppCodeGenWriteBarrier((&___P_3), value); } inline static int32_t get_offset_of_Q_4() { return static_cast(offsetof(DSAParameters_t1885824122, ___Q_4)); } inline ByteU5BU5D_t4116647657* get_Q_4() const { return ___Q_4; } inline ByteU5BU5D_t4116647657** get_address_of_Q_4() { return &___Q_4; } inline void set_Q_4(ByteU5BU5D_t4116647657* value) { ___Q_4 = value; Il2CppCodeGenWriteBarrier((&___Q_4), value); } inline static int32_t get_offset_of_Seed_5() { return static_cast(offsetof(DSAParameters_t1885824122, ___Seed_5)); } inline ByteU5BU5D_t4116647657* get_Seed_5() const { return ___Seed_5; } inline ByteU5BU5D_t4116647657** get_address_of_Seed_5() { return &___Seed_5; } inline void set_Seed_5(ByteU5BU5D_t4116647657* value) { ___Seed_5 = value; Il2CppCodeGenWriteBarrier((&___Seed_5), value); } inline static int32_t get_offset_of_X_6() { return static_cast(offsetof(DSAParameters_t1885824122, ___X_6)); } inline ByteU5BU5D_t4116647657* get_X_6() const { return ___X_6; } inline ByteU5BU5D_t4116647657** get_address_of_X_6() { return &___X_6; } inline void set_X_6(ByteU5BU5D_t4116647657* value) { ___X_6 = value; Il2CppCodeGenWriteBarrier((&___X_6), value); } inline static int32_t get_offset_of_Y_7() { return static_cast(offsetof(DSAParameters_t1885824122, ___Y_7)); } inline ByteU5BU5D_t4116647657* get_Y_7() const { return ___Y_7; } inline ByteU5BU5D_t4116647657** get_address_of_Y_7() { return &___Y_7; } inline void set_Y_7(ByteU5BU5D_t4116647657* value) { ___Y_7 = value; Il2CppCodeGenWriteBarrier((&___Y_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122_marshaled_pinvoke { int32_t ___Counter_0; uint8_t* ___G_1; uint8_t* ___J_2; uint8_t* ___P_3; uint8_t* ___Q_4; uint8_t* ___Seed_5; uint8_t* ___X_6; uint8_t* ___Y_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122_marshaled_com { int32_t ___Counter_0; uint8_t* ___G_1; uint8_t* ___J_2; uint8_t* ___P_3; uint8_t* ___Q_4; uint8_t* ___Seed_5; uint8_t* ___X_6; uint8_t* ___Y_7; }; #endif // DSAPARAMETERS_T1885824122_H #ifndef TRIPLEDESTRANSFORM_T964169060_H #define TRIPLEDESTRANSFORM_T964169060_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.TripleDESTransform struct TripleDESTransform_t964169060 : public SymmetricTransform_t3802591842 { public: // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E1 DESTransform_t4088905499 * ___E1_12; // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D2 DESTransform_t4088905499 * ___D2_13; // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E3 DESTransform_t4088905499 * ___E3_14; // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D1 DESTransform_t4088905499 * ___D1_15; // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::E2 DESTransform_t4088905499 * ___E2_16; // System.Security.Cryptography.DESTransform System.Security.Cryptography.TripleDESTransform::D3 DESTransform_t4088905499 * ___D3_17; public: inline static int32_t get_offset_of_E1_12() { return static_cast(offsetof(TripleDESTransform_t964169060, ___E1_12)); } inline DESTransform_t4088905499 * get_E1_12() const { return ___E1_12; } inline DESTransform_t4088905499 ** get_address_of_E1_12() { return &___E1_12; } inline void set_E1_12(DESTransform_t4088905499 * value) { ___E1_12 = value; Il2CppCodeGenWriteBarrier((&___E1_12), value); } inline static int32_t get_offset_of_D2_13() { return static_cast(offsetof(TripleDESTransform_t964169060, ___D2_13)); } inline DESTransform_t4088905499 * get_D2_13() const { return ___D2_13; } inline DESTransform_t4088905499 ** get_address_of_D2_13() { return &___D2_13; } inline void set_D2_13(DESTransform_t4088905499 * value) { ___D2_13 = value; Il2CppCodeGenWriteBarrier((&___D2_13), value); } inline static int32_t get_offset_of_E3_14() { return static_cast(offsetof(TripleDESTransform_t964169060, ___E3_14)); } inline DESTransform_t4088905499 * get_E3_14() const { return ___E3_14; } inline DESTransform_t4088905499 ** get_address_of_E3_14() { return &___E3_14; } inline void set_E3_14(DESTransform_t4088905499 * value) { ___E3_14 = value; Il2CppCodeGenWriteBarrier((&___E3_14), value); } inline static int32_t get_offset_of_D1_15() { return static_cast(offsetof(TripleDESTransform_t964169060, ___D1_15)); } inline DESTransform_t4088905499 * get_D1_15() const { return ___D1_15; } inline DESTransform_t4088905499 ** get_address_of_D1_15() { return &___D1_15; } inline void set_D1_15(DESTransform_t4088905499 * value) { ___D1_15 = value; Il2CppCodeGenWriteBarrier((&___D1_15), value); } inline static int32_t get_offset_of_E2_16() { return static_cast(offsetof(TripleDESTransform_t964169060, ___E2_16)); } inline DESTransform_t4088905499 * get_E2_16() const { return ___E2_16; } inline DESTransform_t4088905499 ** get_address_of_E2_16() { return &___E2_16; } inline void set_E2_16(DESTransform_t4088905499 * value) { ___E2_16 = value; Il2CppCodeGenWriteBarrier((&___E2_16), value); } inline static int32_t get_offset_of_D3_17() { return static_cast(offsetof(TripleDESTransform_t964169060, ___D3_17)); } inline DESTransform_t4088905499 * get_D3_17() const { return ___D3_17; } inline DESTransform_t4088905499 ** get_address_of_D3_17() { return &___D3_17; } inline void set_D3_17(DESTransform_t4088905499 * value) { ___D3_17 = value; Il2CppCodeGenWriteBarrier((&___D3_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRIPLEDESTRANSFORM_T964169060_H #ifndef DSA_T2386879874_H #define DSA_T2386879874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSA struct DSA_t2386879874 : public AsymmetricAlgorithm_t932037087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DSA_T2386879874_H #ifndef SECURITYATTRIBUTE_T4008260079_H #define SECURITYATTRIBUTE_T4008260079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityAttribute struct SecurityAttribute_t4008260079 : public Attribute_t861562559 { public: // System.Boolean System.Security.Permissions.SecurityAttribute::m_Unrestricted bool ___m_Unrestricted_0; public: inline static int32_t get_offset_of_m_Unrestricted_0() { return static_cast(offsetof(SecurityAttribute_t4008260079, ___m_Unrestricted_0)); } inline bool get_m_Unrestricted_0() const { return ___m_Unrestricted_0; } inline bool* get_address_of_m_Unrestricted_0() { return &___m_Unrestricted_0; } inline void set_m_Unrestricted_0(bool value) { ___m_Unrestricted_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYATTRIBUTE_T4008260079_H #ifndef RSAPKCS1SHA1SIGNATUREDESCRIPTION_T2887980541_H #define RSAPKCS1SHA1SIGNATUREDESCRIPTION_T2887980541_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription struct RSAPKCS1SHA1SignatureDescription_t2887980541 : public SignatureDescription_t1971889425 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAPKCS1SHA1SIGNATUREDESCRIPTION_T2887980541_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef SUPPRESSUNMANAGEDCODESECURITYATTRIBUTE_T744305558_H #define SUPPRESSUNMANAGEDCODESECURITYATTRIBUTE_T744305558_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SuppressUnmanagedCodeSecurityAttribute struct SuppressUnmanagedCodeSecurityAttribute_t744305558 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUPPRESSUNMANAGEDCODESECURITYATTRIBUTE_T744305558_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef UNVERIFIABLECODEATTRIBUTE_T3228760399_H #define UNVERIFIABLECODEATTRIBUTE_T3228760399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.UnverifiableCodeAttribute struct UnverifiableCodeAttribute_t3228760399 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNVERIFIABLECODEATTRIBUTE_T3228760399_H #ifndef KEYEDHASHALGORITHM_T112861511_H #define KEYEDHASHALGORITHM_T112861511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.KeyedHashAlgorithm struct KeyedHashAlgorithm_t112861511 : public HashAlgorithm_t1432317219 { public: // System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::KeyValue ByteU5BU5D_t4116647657* ___KeyValue_4; public: inline static int32_t get_offset_of_KeyValue_4() { return static_cast(offsetof(KeyedHashAlgorithm_t112861511, ___KeyValue_4)); } inline ByteU5BU5D_t4116647657* get_KeyValue_4() const { return ___KeyValue_4; } inline ByteU5BU5D_t4116647657** get_address_of_KeyValue_4() { return &___KeyValue_4; } inline void set_KeyValue_4(ByteU5BU5D_t4116647657* value) { ___KeyValue_4 = value; Il2CppCodeGenWriteBarrier((&___KeyValue_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYEDHASHALGORITHM_T112861511_H #ifndef CODEACCESSSECURITYATTRIBUTE_T3236455365_H #define CODEACCESSSECURITYATTRIBUTE_T3236455365_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.CodeAccessSecurityAttribute struct CodeAccessSecurityAttribute_t3236455365 : public SecurityAttribute_t4008260079 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEACCESSSECURITYATTRIBUTE_T3236455365_H #ifndef SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #define SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1CryptoServiceProvider struct SHA1CryptoServiceProvider_t3661059764 : public SHA1_t1803193667 { public: // System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1CryptoServiceProvider::sha SHA1Internal_t3251293021 * ___sha_4; public: inline static int32_t get_offset_of_sha_4() { return static_cast(offsetof(SHA1CryptoServiceProvider_t3661059764, ___sha_4)); } inline SHA1Internal_t3251293021 * get_sha_4() const { return ___sha_4; } inline SHA1Internal_t3251293021 ** get_address_of_sha_4() { return &___sha_4; } inline void set_sha_4(SHA1Internal_t3251293021 * value) { ___sha_4 = value; Il2CppCodeGenWriteBarrier((&___sha_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1CRYPTOSERVICEPROVIDER_T3661059764_H #ifndef SHA384MANAGED_T74158575_H #define SHA384MANAGED_T74158575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA384Managed struct SHA384Managed_t74158575 : public SHA384_t540967702 { public: // System.Byte[] System.Security.Cryptography.SHA384Managed::xBuf ByteU5BU5D_t4116647657* ___xBuf_4; // System.Int32 System.Security.Cryptography.SHA384Managed::xBufOff int32_t ___xBufOff_5; // System.UInt64 System.Security.Cryptography.SHA384Managed::byteCount1 uint64_t ___byteCount1_6; // System.UInt64 System.Security.Cryptography.SHA384Managed::byteCount2 uint64_t ___byteCount2_7; // System.UInt64 System.Security.Cryptography.SHA384Managed::H1 uint64_t ___H1_8; // System.UInt64 System.Security.Cryptography.SHA384Managed::H2 uint64_t ___H2_9; // System.UInt64 System.Security.Cryptography.SHA384Managed::H3 uint64_t ___H3_10; // System.UInt64 System.Security.Cryptography.SHA384Managed::H4 uint64_t ___H4_11; // System.UInt64 System.Security.Cryptography.SHA384Managed::H5 uint64_t ___H5_12; // System.UInt64 System.Security.Cryptography.SHA384Managed::H6 uint64_t ___H6_13; // System.UInt64 System.Security.Cryptography.SHA384Managed::H7 uint64_t ___H7_14; // System.UInt64 System.Security.Cryptography.SHA384Managed::H8 uint64_t ___H8_15; // System.UInt64[] System.Security.Cryptography.SHA384Managed::W UInt64U5BU5D_t1659327989* ___W_16; // System.Int32 System.Security.Cryptography.SHA384Managed::wOff int32_t ___wOff_17; public: inline static int32_t get_offset_of_xBuf_4() { return static_cast(offsetof(SHA384Managed_t74158575, ___xBuf_4)); } inline ByteU5BU5D_t4116647657* get_xBuf_4() const { return ___xBuf_4; } inline ByteU5BU5D_t4116647657** get_address_of_xBuf_4() { return &___xBuf_4; } inline void set_xBuf_4(ByteU5BU5D_t4116647657* value) { ___xBuf_4 = value; Il2CppCodeGenWriteBarrier((&___xBuf_4), value); } inline static int32_t get_offset_of_xBufOff_5() { return static_cast(offsetof(SHA384Managed_t74158575, ___xBufOff_5)); } inline int32_t get_xBufOff_5() const { return ___xBufOff_5; } inline int32_t* get_address_of_xBufOff_5() { return &___xBufOff_5; } inline void set_xBufOff_5(int32_t value) { ___xBufOff_5 = value; } inline static int32_t get_offset_of_byteCount1_6() { return static_cast(offsetof(SHA384Managed_t74158575, ___byteCount1_6)); } inline uint64_t get_byteCount1_6() const { return ___byteCount1_6; } inline uint64_t* get_address_of_byteCount1_6() { return &___byteCount1_6; } inline void set_byteCount1_6(uint64_t value) { ___byteCount1_6 = value; } inline static int32_t get_offset_of_byteCount2_7() { return static_cast(offsetof(SHA384Managed_t74158575, ___byteCount2_7)); } inline uint64_t get_byteCount2_7() const { return ___byteCount2_7; } inline uint64_t* get_address_of_byteCount2_7() { return &___byteCount2_7; } inline void set_byteCount2_7(uint64_t value) { ___byteCount2_7 = value; } inline static int32_t get_offset_of_H1_8() { return static_cast(offsetof(SHA384Managed_t74158575, ___H1_8)); } inline uint64_t get_H1_8() const { return ___H1_8; } inline uint64_t* get_address_of_H1_8() { return &___H1_8; } inline void set_H1_8(uint64_t value) { ___H1_8 = value; } inline static int32_t get_offset_of_H2_9() { return static_cast(offsetof(SHA384Managed_t74158575, ___H2_9)); } inline uint64_t get_H2_9() const { return ___H2_9; } inline uint64_t* get_address_of_H2_9() { return &___H2_9; } inline void set_H2_9(uint64_t value) { ___H2_9 = value; } inline static int32_t get_offset_of_H3_10() { return static_cast(offsetof(SHA384Managed_t74158575, ___H3_10)); } inline uint64_t get_H3_10() const { return ___H3_10; } inline uint64_t* get_address_of_H3_10() { return &___H3_10; } inline void set_H3_10(uint64_t value) { ___H3_10 = value; } inline static int32_t get_offset_of_H4_11() { return static_cast(offsetof(SHA384Managed_t74158575, ___H4_11)); } inline uint64_t get_H4_11() const { return ___H4_11; } inline uint64_t* get_address_of_H4_11() { return &___H4_11; } inline void set_H4_11(uint64_t value) { ___H4_11 = value; } inline static int32_t get_offset_of_H5_12() { return static_cast(offsetof(SHA384Managed_t74158575, ___H5_12)); } inline uint64_t get_H5_12() const { return ___H5_12; } inline uint64_t* get_address_of_H5_12() { return &___H5_12; } inline void set_H5_12(uint64_t value) { ___H5_12 = value; } inline static int32_t get_offset_of_H6_13() { return static_cast(offsetof(SHA384Managed_t74158575, ___H6_13)); } inline uint64_t get_H6_13() const { return ___H6_13; } inline uint64_t* get_address_of_H6_13() { return &___H6_13; } inline void set_H6_13(uint64_t value) { ___H6_13 = value; } inline static int32_t get_offset_of_H7_14() { return static_cast(offsetof(SHA384Managed_t74158575, ___H7_14)); } inline uint64_t get_H7_14() const { return ___H7_14; } inline uint64_t* get_address_of_H7_14() { return &___H7_14; } inline void set_H7_14(uint64_t value) { ___H7_14 = value; } inline static int32_t get_offset_of_H8_15() { return static_cast(offsetof(SHA384Managed_t74158575, ___H8_15)); } inline uint64_t get_H8_15() const { return ___H8_15; } inline uint64_t* get_address_of_H8_15() { return &___H8_15; } inline void set_H8_15(uint64_t value) { ___H8_15 = value; } inline static int32_t get_offset_of_W_16() { return static_cast(offsetof(SHA384Managed_t74158575, ___W_16)); } inline UInt64U5BU5D_t1659327989* get_W_16() const { return ___W_16; } inline UInt64U5BU5D_t1659327989** get_address_of_W_16() { return &___W_16; } inline void set_W_16(UInt64U5BU5D_t1659327989* value) { ___W_16 = value; Il2CppCodeGenWriteBarrier((&___W_16), value); } inline static int32_t get_offset_of_wOff_17() { return static_cast(offsetof(SHA384Managed_t74158575, ___wOff_17)); } inline int32_t get_wOff_17() const { return ___wOff_17; } inline int32_t* get_address_of_wOff_17() { return &___wOff_17; } inline void set_wOff_17(int32_t value) { ___wOff_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA384MANAGED_T74158575_H #ifndef FILEIOPERMISSIONACCESS_T1559273540_H #define FILEIOPERMISSIONACCESS_T1559273540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileIOPermissionAccess struct FileIOPermissionAccess_t1559273540 { public: // System.Int32 System.Security.Permissions.FileIOPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileIOPermissionAccess_t1559273540, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEIOPERMISSIONACCESS_T1559273540_H #ifndef SHA256MANAGED_T955042874_H #define SHA256MANAGED_T955042874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA256Managed struct SHA256Managed_t955042874 : public SHA256_t3672283617 { public: // System.UInt32[] System.Security.Cryptography.SHA256Managed::_H UInt32U5BU5D_t2770800703* ____H_4; // System.UInt64 System.Security.Cryptography.SHA256Managed::count uint64_t ___count_5; // System.Byte[] System.Security.Cryptography.SHA256Managed::_ProcessingBuffer ByteU5BU5D_t4116647657* ____ProcessingBuffer_6; // System.Int32 System.Security.Cryptography.SHA256Managed::_ProcessingBufferCount int32_t ____ProcessingBufferCount_7; // System.UInt32[] System.Security.Cryptography.SHA256Managed::buff UInt32U5BU5D_t2770800703* ___buff_8; public: inline static int32_t get_offset_of__H_4() { return static_cast(offsetof(SHA256Managed_t955042874, ____H_4)); } inline UInt32U5BU5D_t2770800703* get__H_4() const { return ____H_4; } inline UInt32U5BU5D_t2770800703** get_address_of__H_4() { return &____H_4; } inline void set__H_4(UInt32U5BU5D_t2770800703* value) { ____H_4 = value; Il2CppCodeGenWriteBarrier((&____H_4), value); } inline static int32_t get_offset_of_count_5() { return static_cast(offsetof(SHA256Managed_t955042874, ___count_5)); } inline uint64_t get_count_5() const { return ___count_5; } inline uint64_t* get_address_of_count_5() { return &___count_5; } inline void set_count_5(uint64_t value) { ___count_5 = value; } inline static int32_t get_offset_of__ProcessingBuffer_6() { return static_cast(offsetof(SHA256Managed_t955042874, ____ProcessingBuffer_6)); } inline ByteU5BU5D_t4116647657* get__ProcessingBuffer_6() const { return ____ProcessingBuffer_6; } inline ByteU5BU5D_t4116647657** get_address_of__ProcessingBuffer_6() { return &____ProcessingBuffer_6; } inline void set__ProcessingBuffer_6(ByteU5BU5D_t4116647657* value) { ____ProcessingBuffer_6 = value; Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_6), value); } inline static int32_t get_offset_of__ProcessingBufferCount_7() { return static_cast(offsetof(SHA256Managed_t955042874, ____ProcessingBufferCount_7)); } inline int32_t get__ProcessingBufferCount_7() const { return ____ProcessingBufferCount_7; } inline int32_t* get_address_of__ProcessingBufferCount_7() { return &____ProcessingBufferCount_7; } inline void set__ProcessingBufferCount_7(int32_t value) { ____ProcessingBufferCount_7 = value; } inline static int32_t get_offset_of_buff_8() { return static_cast(offsetof(SHA256Managed_t955042874, ___buff_8)); } inline UInt32U5BU5D_t2770800703* get_buff_8() const { return ___buff_8; } inline UInt32U5BU5D_t2770800703** get_address_of_buff_8() { return &___buff_8; } inline void set_buff_8(UInt32U5BU5D_t2770800703* value) { ___buff_8 = value; Il2CppCodeGenWriteBarrier((&___buff_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA256MANAGED_T955042874_H #ifndef FILEDIALOGPERMISSIONACCESS_T4172829844_H #define FILEDIALOGPERMISSIONACCESS_T4172829844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileDialogPermissionAccess struct FileDialogPermissionAccess_t4172829844 { public: // System.Int32 System.Security.Permissions.FileDialogPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileDialogPermissionAccess_t4172829844, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEDIALOGPERMISSIONACCESS_T4172829844_H #ifndef SHA1MANAGED_T1754513891_H #define SHA1MANAGED_T1754513891_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1Managed struct SHA1Managed_t1754513891 : public SHA1_t1803193667 { public: // System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1Managed::sha SHA1Internal_t3251293021 * ___sha_4; public: inline static int32_t get_offset_of_sha_4() { return static_cast(offsetof(SHA1Managed_t1754513891, ___sha_4)); } inline SHA1Internal_t3251293021 * get_sha_4() const { return ___sha_4; } inline SHA1Internal_t3251293021 ** get_address_of_sha_4() { return &___sha_4; } inline void set_sha_4(SHA1Internal_t3251293021 * value) { ___sha_4 = value; Il2CppCodeGenWriteBarrier((&___sha_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1MANAGED_T1754513891_H #ifndef SHA512MANAGED_T1787336339_H #define SHA512MANAGED_T1787336339_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA512Managed struct SHA512Managed_t1787336339 : public SHA512_t1346946930 { public: // System.Byte[] System.Security.Cryptography.SHA512Managed::xBuf ByteU5BU5D_t4116647657* ___xBuf_4; // System.Int32 System.Security.Cryptography.SHA512Managed::xBufOff int32_t ___xBufOff_5; // System.UInt64 System.Security.Cryptography.SHA512Managed::byteCount1 uint64_t ___byteCount1_6; // System.UInt64 System.Security.Cryptography.SHA512Managed::byteCount2 uint64_t ___byteCount2_7; // System.UInt64 System.Security.Cryptography.SHA512Managed::H1 uint64_t ___H1_8; // System.UInt64 System.Security.Cryptography.SHA512Managed::H2 uint64_t ___H2_9; // System.UInt64 System.Security.Cryptography.SHA512Managed::H3 uint64_t ___H3_10; // System.UInt64 System.Security.Cryptography.SHA512Managed::H4 uint64_t ___H4_11; // System.UInt64 System.Security.Cryptography.SHA512Managed::H5 uint64_t ___H5_12; // System.UInt64 System.Security.Cryptography.SHA512Managed::H6 uint64_t ___H6_13; // System.UInt64 System.Security.Cryptography.SHA512Managed::H7 uint64_t ___H7_14; // System.UInt64 System.Security.Cryptography.SHA512Managed::H8 uint64_t ___H8_15; // System.UInt64[] System.Security.Cryptography.SHA512Managed::W UInt64U5BU5D_t1659327989* ___W_16; // System.Int32 System.Security.Cryptography.SHA512Managed::wOff int32_t ___wOff_17; public: inline static int32_t get_offset_of_xBuf_4() { return static_cast(offsetof(SHA512Managed_t1787336339, ___xBuf_4)); } inline ByteU5BU5D_t4116647657* get_xBuf_4() const { return ___xBuf_4; } inline ByteU5BU5D_t4116647657** get_address_of_xBuf_4() { return &___xBuf_4; } inline void set_xBuf_4(ByteU5BU5D_t4116647657* value) { ___xBuf_4 = value; Il2CppCodeGenWriteBarrier((&___xBuf_4), value); } inline static int32_t get_offset_of_xBufOff_5() { return static_cast(offsetof(SHA512Managed_t1787336339, ___xBufOff_5)); } inline int32_t get_xBufOff_5() const { return ___xBufOff_5; } inline int32_t* get_address_of_xBufOff_5() { return &___xBufOff_5; } inline void set_xBufOff_5(int32_t value) { ___xBufOff_5 = value; } inline static int32_t get_offset_of_byteCount1_6() { return static_cast(offsetof(SHA512Managed_t1787336339, ___byteCount1_6)); } inline uint64_t get_byteCount1_6() const { return ___byteCount1_6; } inline uint64_t* get_address_of_byteCount1_6() { return &___byteCount1_6; } inline void set_byteCount1_6(uint64_t value) { ___byteCount1_6 = value; } inline static int32_t get_offset_of_byteCount2_7() { return static_cast(offsetof(SHA512Managed_t1787336339, ___byteCount2_7)); } inline uint64_t get_byteCount2_7() const { return ___byteCount2_7; } inline uint64_t* get_address_of_byteCount2_7() { return &___byteCount2_7; } inline void set_byteCount2_7(uint64_t value) { ___byteCount2_7 = value; } inline static int32_t get_offset_of_H1_8() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H1_8)); } inline uint64_t get_H1_8() const { return ___H1_8; } inline uint64_t* get_address_of_H1_8() { return &___H1_8; } inline void set_H1_8(uint64_t value) { ___H1_8 = value; } inline static int32_t get_offset_of_H2_9() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H2_9)); } inline uint64_t get_H2_9() const { return ___H2_9; } inline uint64_t* get_address_of_H2_9() { return &___H2_9; } inline void set_H2_9(uint64_t value) { ___H2_9 = value; } inline static int32_t get_offset_of_H3_10() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H3_10)); } inline uint64_t get_H3_10() const { return ___H3_10; } inline uint64_t* get_address_of_H3_10() { return &___H3_10; } inline void set_H3_10(uint64_t value) { ___H3_10 = value; } inline static int32_t get_offset_of_H4_11() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H4_11)); } inline uint64_t get_H4_11() const { return ___H4_11; } inline uint64_t* get_address_of_H4_11() { return &___H4_11; } inline void set_H4_11(uint64_t value) { ___H4_11 = value; } inline static int32_t get_offset_of_H5_12() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H5_12)); } inline uint64_t get_H5_12() const { return ___H5_12; } inline uint64_t* get_address_of_H5_12() { return &___H5_12; } inline void set_H5_12(uint64_t value) { ___H5_12 = value; } inline static int32_t get_offset_of_H6_13() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H6_13)); } inline uint64_t get_H6_13() const { return ___H6_13; } inline uint64_t* get_address_of_H6_13() { return &___H6_13; } inline void set_H6_13(uint64_t value) { ___H6_13 = value; } inline static int32_t get_offset_of_H7_14() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H7_14)); } inline uint64_t get_H7_14() const { return ___H7_14; } inline uint64_t* get_address_of_H7_14() { return &___H7_14; } inline void set_H7_14(uint64_t value) { ___H7_14 = value; } inline static int32_t get_offset_of_H8_15() { return static_cast(offsetof(SHA512Managed_t1787336339, ___H8_15)); } inline uint64_t get_H8_15() const { return ___H8_15; } inline uint64_t* get_address_of_H8_15() { return &___H8_15; } inline void set_H8_15(uint64_t value) { ___H8_15 = value; } inline static int32_t get_offset_of_W_16() { return static_cast(offsetof(SHA512Managed_t1787336339, ___W_16)); } inline UInt64U5BU5D_t1659327989* get_W_16() const { return ___W_16; } inline UInt64U5BU5D_t1659327989** get_address_of_W_16() { return &___W_16; } inline void set_W_16(UInt64U5BU5D_t1659327989* value) { ___W_16 = value; Il2CppCodeGenWriteBarrier((&___W_16), value); } inline static int32_t get_offset_of_wOff_17() { return static_cast(offsetof(SHA512Managed_t1787336339, ___wOff_17)); } inline int32_t get_wOff_17() const { return ___wOff_17; } inline int32_t* get_address_of_wOff_17() { return &___wOff_17; } inline void set_wOff_17(int32_t value) { ___wOff_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA512MANAGED_T1787336339_H #ifndef X509KEYSTORAGEFLAGS_T441861693_H #define X509KEYSTORAGEFLAGS_T441861693_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509KeyStorageFlags struct X509KeyStorageFlags_t441861693 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509KeyStorageFlags_t441861693, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509KEYSTORAGEFLAGS_T441861693_H #ifndef MACTRIPLEDES_T1631262397_H #define MACTRIPLEDES_T1631262397_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.MACTripleDES struct MACTripleDES_t1631262397 : public KeyedHashAlgorithm_t112861511 { public: // System.Security.Cryptography.TripleDES System.Security.Cryptography.MACTripleDES::tdes TripleDES_t92303514 * ___tdes_5; // Mono.Security.Cryptography.MACAlgorithm System.Security.Cryptography.MACTripleDES::mac MACAlgorithm_t2441219148 * ___mac_6; // System.Boolean System.Security.Cryptography.MACTripleDES::m_disposed bool ___m_disposed_7; public: inline static int32_t get_offset_of_tdes_5() { return static_cast(offsetof(MACTripleDES_t1631262397, ___tdes_5)); } inline TripleDES_t92303514 * get_tdes_5() const { return ___tdes_5; } inline TripleDES_t92303514 ** get_address_of_tdes_5() { return &___tdes_5; } inline void set_tdes_5(TripleDES_t92303514 * value) { ___tdes_5 = value; Il2CppCodeGenWriteBarrier((&___tdes_5), value); } inline static int32_t get_offset_of_mac_6() { return static_cast(offsetof(MACTripleDES_t1631262397, ___mac_6)); } inline MACAlgorithm_t2441219148 * get_mac_6() const { return ___mac_6; } inline MACAlgorithm_t2441219148 ** get_address_of_mac_6() { return &___mac_6; } inline void set_mac_6(MACAlgorithm_t2441219148 * value) { ___mac_6 = value; Il2CppCodeGenWriteBarrier((&___mac_6), value); } inline static int32_t get_offset_of_m_disposed_7() { return static_cast(offsetof(MACTripleDES_t1631262397, ___m_disposed_7)); } inline bool get_m_disposed_7() const { return ___m_disposed_7; } inline bool* get_address_of_m_disposed_7() { return &___m_disposed_7; } inline void set_m_disposed_7(bool value) { ___m_disposed_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MACTRIPLEDES_T1631262397_H #ifndef SECURITYZONE_T1272287263_H #define SECURITYZONE_T1272287263_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityZone struct SecurityZone_t1272287263 { public: // System.Int32 System.Security.SecurityZone::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityZone_t1272287263, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYZONE_T1272287263_H #ifndef HMAC_T2621101144_H #define HMAC_T2621101144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HMAC struct HMAC_t2621101144 : public KeyedHashAlgorithm_t112861511 { public: // System.Boolean System.Security.Cryptography.HMAC::_disposed bool ____disposed_5; // System.String System.Security.Cryptography.HMAC::_hashName String_t* ____hashName_6; // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::_algo HashAlgorithm_t1432317219 * ____algo_7; // Mono.Security.Cryptography.BlockProcessor System.Security.Cryptography.HMAC::_block BlockProcessor_t1851031225 * ____block_8; // System.Int32 System.Security.Cryptography.HMAC::_blockSizeValue int32_t ____blockSizeValue_9; public: inline static int32_t get_offset_of__disposed_5() { return static_cast(offsetof(HMAC_t2621101144, ____disposed_5)); } inline bool get__disposed_5() const { return ____disposed_5; } inline bool* get_address_of__disposed_5() { return &____disposed_5; } inline void set__disposed_5(bool value) { ____disposed_5 = value; } inline static int32_t get_offset_of__hashName_6() { return static_cast(offsetof(HMAC_t2621101144, ____hashName_6)); } inline String_t* get__hashName_6() const { return ____hashName_6; } inline String_t** get_address_of__hashName_6() { return &____hashName_6; } inline void set__hashName_6(String_t* value) { ____hashName_6 = value; Il2CppCodeGenWriteBarrier((&____hashName_6), value); } inline static int32_t get_offset_of__algo_7() { return static_cast(offsetof(HMAC_t2621101144, ____algo_7)); } inline HashAlgorithm_t1432317219 * get__algo_7() const { return ____algo_7; } inline HashAlgorithm_t1432317219 ** get_address_of__algo_7() { return &____algo_7; } inline void set__algo_7(HashAlgorithm_t1432317219 * value) { ____algo_7 = value; Il2CppCodeGenWriteBarrier((&____algo_7), value); } inline static int32_t get_offset_of__block_8() { return static_cast(offsetof(HMAC_t2621101144, ____block_8)); } inline BlockProcessor_t1851031225 * get__block_8() const { return ____block_8; } inline BlockProcessor_t1851031225 ** get_address_of__block_8() { return &____block_8; } inline void set__block_8(BlockProcessor_t1851031225 * value) { ____block_8 = value; Il2CppCodeGenWriteBarrier((&____block_8), value); } inline static int32_t get_offset_of__blockSizeValue_9() { return static_cast(offsetof(HMAC_t2621101144, ____blockSizeValue_9)); } inline int32_t get__blockSizeValue_9() const { return ____blockSizeValue_9; } inline int32_t* get_address_of__blockSizeValue_9() { return &____blockSizeValue_9; } inline void set__blockSizeValue_9(int32_t value) { ____blockSizeValue_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMAC_T2621101144_H #ifndef CRYPTOGRAPHICEXCEPTION_T248831461_H #define CRYPTOGRAPHICEXCEPTION_T248831461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOGRAPHICEXCEPTION_T248831461_H #ifndef FROMBASE64TRANSFORMMODE_T2018065788_H #define FROMBASE64TRANSFORMMODE_T2018065788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.FromBase64TransformMode struct FromBase64TransformMode_t2018065788 { public: // System.Int32 System.Security.Cryptography.FromBase64TransformMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FromBase64TransformMode_t2018065788, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FROMBASE64TRANSFORMMODE_T2018065788_H #ifndef DSACRYPTOSERVICEPROVIDER_T3992668923_H #define DSACRYPTOSERVICEPROVIDER_T3992668923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_t3992668923 : public DSA_t2386879874 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store KeyPairPersistence_t2094547461 * ___store_2; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey bool ___persistKey_3; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted bool ___persisted_4; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_5; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed bool ___m_disposed_6; // Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa DSAManaged_t2800260182 * ___dsa_7; public: inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___store_2)); } inline KeyPairPersistence_t2094547461 * get_store_2() const { return ___store_2; } inline KeyPairPersistence_t2094547461 ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(KeyPairPersistence_t2094547461 * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((&___store_2), value); } inline static int32_t get_offset_of_persistKey_3() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___persistKey_3)); } inline bool get_persistKey_3() const { return ___persistKey_3; } inline bool* get_address_of_persistKey_3() { return &___persistKey_3; } inline void set_persistKey_3(bool value) { ___persistKey_3 = value; } inline static int32_t get_offset_of_persisted_4() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___persisted_4)); } inline bool get_persisted_4() const { return ___persisted_4; } inline bool* get_address_of_persisted_4() { return &___persisted_4; } inline void set_persisted_4(bool value) { ___persisted_4 = value; } inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___privateKeyExportable_5)); } inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; } inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; } inline void set_privateKeyExportable_5(bool value) { ___privateKeyExportable_5 = value; } inline static int32_t get_offset_of_m_disposed_6() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___m_disposed_6)); } inline bool get_m_disposed_6() const { return ___m_disposed_6; } inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; } inline void set_m_disposed_6(bool value) { ___m_disposed_6 = value; } inline static int32_t get_offset_of_dsa_7() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___dsa_7)); } inline DSAManaged_t2800260182 * get_dsa_7() const { return ___dsa_7; } inline DSAManaged_t2800260182 ** get_address_of_dsa_7() { return &___dsa_7; } inline void set_dsa_7(DSAManaged_t2800260182 * value) { ___dsa_7 = value; Il2CppCodeGenWriteBarrier((&___dsa_7), value); } }; struct DSACryptoServiceProvider_t3992668923_StaticFields { public: // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_8; public: inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923_StaticFields, ___useMachineKeyStore_8)); } inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; } inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; } inline void set_useMachineKeyStore_8(bool value) { ___useMachineKeyStore_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DSACRYPTOSERVICEPROVIDER_T3992668923_H #ifndef PERMISSIONSTATE_T1178999876_H #define PERMISSIONSTATE_T1178999876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.PermissionState struct PermissionState_t1178999876 { public: // System.Int32 System.Security.Permissions.PermissionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PermissionState_t1178999876, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERMISSIONSTATE_T1178999876_H #ifndef CSPPROVIDERFLAGS_T4094439141_H #define CSPPROVIDERFLAGS_T4094439141_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CspProviderFlags struct CspProviderFlags_t4094439141 { public: // System.Int32 System.Security.Cryptography.CspProviderFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CspProviderFlags_t4094439141, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSPPROVIDERFLAGS_T4094439141_H #ifndef CRYPTOSTREAMMODE_T3639658227_H #define CRYPTOSTREAMMODE_T3639658227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptoStreamMode struct CryptoStreamMode_t3639658227 { public: // System.Int32 System.Security.Cryptography.CryptoStreamMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CryptoStreamMode_t3639658227, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOSTREAMMODE_T3639658227_H #ifndef MD5CRYPTOSERVICEPROVIDER_T3005586042_H #define MD5CRYPTOSERVICEPROVIDER_T3005586042_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.MD5CryptoServiceProvider struct MD5CryptoServiceProvider_t3005586042 : public MD5_t3177620429 { public: // System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::_H UInt32U5BU5D_t2770800703* ____H_4; // System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::buff UInt32U5BU5D_t2770800703* ___buff_5; // System.UInt64 System.Security.Cryptography.MD5CryptoServiceProvider::count uint64_t ___count_6; // System.Byte[] System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBuffer ByteU5BU5D_t4116647657* ____ProcessingBuffer_7; // System.Int32 System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBufferCount int32_t ____ProcessingBufferCount_8; public: inline static int32_t get_offset_of__H_4() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042, ____H_4)); } inline UInt32U5BU5D_t2770800703* get__H_4() const { return ____H_4; } inline UInt32U5BU5D_t2770800703** get_address_of__H_4() { return &____H_4; } inline void set__H_4(UInt32U5BU5D_t2770800703* value) { ____H_4 = value; Il2CppCodeGenWriteBarrier((&____H_4), value); } inline static int32_t get_offset_of_buff_5() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042, ___buff_5)); } inline UInt32U5BU5D_t2770800703* get_buff_5() const { return ___buff_5; } inline UInt32U5BU5D_t2770800703** get_address_of_buff_5() { return &___buff_5; } inline void set_buff_5(UInt32U5BU5D_t2770800703* value) { ___buff_5 = value; Il2CppCodeGenWriteBarrier((&___buff_5), value); } inline static int32_t get_offset_of_count_6() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042, ___count_6)); } inline uint64_t get_count_6() const { return ___count_6; } inline uint64_t* get_address_of_count_6() { return &___count_6; } inline void set_count_6(uint64_t value) { ___count_6 = value; } inline static int32_t get_offset_of__ProcessingBuffer_7() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042, ____ProcessingBuffer_7)); } inline ByteU5BU5D_t4116647657* get__ProcessingBuffer_7() const { return ____ProcessingBuffer_7; } inline ByteU5BU5D_t4116647657** get_address_of__ProcessingBuffer_7() { return &____ProcessingBuffer_7; } inline void set__ProcessingBuffer_7(ByteU5BU5D_t4116647657* value) { ____ProcessingBuffer_7 = value; Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_7), value); } inline static int32_t get_offset_of__ProcessingBufferCount_8() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042, ____ProcessingBufferCount_8)); } inline int32_t get__ProcessingBufferCount_8() const { return ____ProcessingBufferCount_8; } inline int32_t* get_address_of__ProcessingBufferCount_8() { return &____ProcessingBufferCount_8; } inline void set__ProcessingBufferCount_8(int32_t value) { ____ProcessingBufferCount_8 = value; } }; struct MD5CryptoServiceProvider_t3005586042_StaticFields { public: // System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::K UInt32U5BU5D_t2770800703* ___K_9; public: inline static int32_t get_offset_of_K_9() { return static_cast(offsetof(MD5CryptoServiceProvider_t3005586042_StaticFields, ___K_9)); } inline UInt32U5BU5D_t2770800703* get_K_9() const { return ___K_9; } inline UInt32U5BU5D_t2770800703** get_address_of_K_9() { return &___K_9; } inline void set_K_9(UInt32U5BU5D_t2770800703* value) { ___K_9 = value; Il2CppCodeGenWriteBarrier((&___K_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MD5CRYPTOSERVICEPROVIDER_T3005586042_H #ifndef RSACRYPTOSERVICEPROVIDER_T2683512874_H #define RSACRYPTOSERVICEPROVIDER_T2683512874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_t2683512874 : public RSA_t2385438082 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store KeyPairPersistence_t2094547461 * ___store_2; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey bool ___persistKey_3; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted bool ___persisted_4; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_5; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed bool ___m_disposed_6; // Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa RSAManaged_t1757093819 * ___rsa_7; public: inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___store_2)); } inline KeyPairPersistence_t2094547461 * get_store_2() const { return ___store_2; } inline KeyPairPersistence_t2094547461 ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(KeyPairPersistence_t2094547461 * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((&___store_2), value); } inline static int32_t get_offset_of_persistKey_3() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___persistKey_3)); } inline bool get_persistKey_3() const { return ___persistKey_3; } inline bool* get_address_of_persistKey_3() { return &___persistKey_3; } inline void set_persistKey_3(bool value) { ___persistKey_3 = value; } inline static int32_t get_offset_of_persisted_4() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___persisted_4)); } inline bool get_persisted_4() const { return ___persisted_4; } inline bool* get_address_of_persisted_4() { return &___persisted_4; } inline void set_persisted_4(bool value) { ___persisted_4 = value; } inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___privateKeyExportable_5)); } inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; } inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; } inline void set_privateKeyExportable_5(bool value) { ___privateKeyExportable_5 = value; } inline static int32_t get_offset_of_m_disposed_6() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___m_disposed_6)); } inline bool get_m_disposed_6() const { return ___m_disposed_6; } inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; } inline void set_m_disposed_6(bool value) { ___m_disposed_6 = value; } inline static int32_t get_offset_of_rsa_7() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___rsa_7)); } inline RSAManaged_t1757093819 * get_rsa_7() const { return ___rsa_7; } inline RSAManaged_t1757093819 ** get_address_of_rsa_7() { return &___rsa_7; } inline void set_rsa_7(RSAManaged_t1757093819 * value) { ___rsa_7 = value; Il2CppCodeGenWriteBarrier((&___rsa_7), value); } }; struct RSACryptoServiceProvider_t2683512874_StaticFields { public: // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_8; // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.RSACryptoServiceProvider::<>f__switch$map2D Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2D_9; public: inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874_StaticFields, ___useMachineKeyStore_8)); } inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; } inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; } inline void set_useMachineKeyStore_8(bool value) { ___useMachineKeyStore_8 = value; } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2D_9() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874_StaticFields, ___U3CU3Ef__switchU24map2D_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2D_9() const { return ___U3CU3Ef__switchU24map2D_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2D_9() { return &___U3CU3Ef__switchU24map2D_9; } inline void set_U3CU3Ef__switchU24map2D_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2D_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2D_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSACRYPTOSERVICEPROVIDER_T2683512874_H #ifndef RNGCRYPTOSERVICEPROVIDER_T3397414743_H #define RNGCRYPTOSERVICEPROVIDER_T3397414743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t3397414743 : public RandomNumberGenerator_t386037858 { public: // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::_handle intptr_t ____handle_1; public: inline static int32_t get_offset_of__handle_1() { return static_cast(offsetof(RNGCryptoServiceProvider_t3397414743, ____handle_1)); } inline intptr_t get__handle_1() const { return ____handle_1; } inline intptr_t* get_address_of__handle_1() { return &____handle_1; } inline void set__handle_1(intptr_t value) { ____handle_1 = value; } }; struct RNGCryptoServiceProvider_t3397414743_StaticFields { public: // System.Object System.Security.Cryptography.RNGCryptoServiceProvider::_lock RuntimeObject * ____lock_0; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(RNGCryptoServiceProvider_t3397414743_StaticFields, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((&____lock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RNGCRYPTOSERVICEPROVIDER_T3397414743_H #ifndef RIPEMD160MANAGED_T2491561941_H #define RIPEMD160MANAGED_T2491561941_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RIPEMD160Managed struct RIPEMD160Managed_t2491561941 : public RIPEMD160_t268675434 { public: // System.Byte[] System.Security.Cryptography.RIPEMD160Managed::_ProcessingBuffer ByteU5BU5D_t4116647657* ____ProcessingBuffer_4; // System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_X UInt32U5BU5D_t2770800703* ____X_5; // System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_HashValue UInt32U5BU5D_t2770800703* ____HashValue_6; // System.UInt64 System.Security.Cryptography.RIPEMD160Managed::_Length uint64_t ____Length_7; // System.Int32 System.Security.Cryptography.RIPEMD160Managed::_ProcessingBufferCount int32_t ____ProcessingBufferCount_8; public: inline static int32_t get_offset_of__ProcessingBuffer_4() { return static_cast(offsetof(RIPEMD160Managed_t2491561941, ____ProcessingBuffer_4)); } inline ByteU5BU5D_t4116647657* get__ProcessingBuffer_4() const { return ____ProcessingBuffer_4; } inline ByteU5BU5D_t4116647657** get_address_of__ProcessingBuffer_4() { return &____ProcessingBuffer_4; } inline void set__ProcessingBuffer_4(ByteU5BU5D_t4116647657* value) { ____ProcessingBuffer_4 = value; Il2CppCodeGenWriteBarrier((&____ProcessingBuffer_4), value); } inline static int32_t get_offset_of__X_5() { return static_cast(offsetof(RIPEMD160Managed_t2491561941, ____X_5)); } inline UInt32U5BU5D_t2770800703* get__X_5() const { return ____X_5; } inline UInt32U5BU5D_t2770800703** get_address_of__X_5() { return &____X_5; } inline void set__X_5(UInt32U5BU5D_t2770800703* value) { ____X_5 = value; Il2CppCodeGenWriteBarrier((&____X_5), value); } inline static int32_t get_offset_of__HashValue_6() { return static_cast(offsetof(RIPEMD160Managed_t2491561941, ____HashValue_6)); } inline UInt32U5BU5D_t2770800703* get__HashValue_6() const { return ____HashValue_6; } inline UInt32U5BU5D_t2770800703** get_address_of__HashValue_6() { return &____HashValue_6; } inline void set__HashValue_6(UInt32U5BU5D_t2770800703* value) { ____HashValue_6 = value; Il2CppCodeGenWriteBarrier((&____HashValue_6), value); } inline static int32_t get_offset_of__Length_7() { return static_cast(offsetof(RIPEMD160Managed_t2491561941, ____Length_7)); } inline uint64_t get__Length_7() const { return ____Length_7; } inline uint64_t* get_address_of__Length_7() { return &____Length_7; } inline void set__Length_7(uint64_t value) { ____Length_7 = value; } inline static int32_t get_offset_of__ProcessingBufferCount_8() { return static_cast(offsetof(RIPEMD160Managed_t2491561941, ____ProcessingBufferCount_8)); } inline int32_t get__ProcessingBufferCount_8() const { return ____ProcessingBufferCount_8; } inline int32_t* get_address_of__ProcessingBufferCount_8() { return &____ProcessingBufferCount_8; } inline void set__ProcessingBufferCount_8(int32_t value) { ____ProcessingBufferCount_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RIPEMD160MANAGED_T2491561941_H #ifndef CIPHERMODE_T84635067_H #define CIPHERMODE_T84635067_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CipherMode struct CipherMode_t84635067 { public: // System.Int32 System.Security.Cryptography.CipherMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CipherMode_t84635067, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIPHERMODE_T84635067_H #ifndef ISOLATEDSTORAGECONTAINMENT_T3203638662_H #define ISOLATEDSTORAGECONTAINMENT_T3203638662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.IsolatedStorageContainment struct IsolatedStorageContainment_t3203638662 { public: // System.Int32 System.Security.Permissions.IsolatedStorageContainment::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(IsolatedStorageContainment_t3203638662, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISOLATEDSTORAGECONTAINMENT_T3203638662_H #ifndef PADDINGMODE_T2546806710_H #define PADDINGMODE_T2546806710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.PaddingMode struct PaddingMode_t2546806710 { public: // System.Int32 System.Security.Cryptography.PaddingMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PaddingMode_t2546806710, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PADDINGMODE_T2546806710_H #ifndef RUNTIMEDECLSECURITYENTRY_T3144469156_H #define RUNTIMEDECLSECURITYENTRY_T3144469156_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.RuntimeDeclSecurityEntry struct RuntimeDeclSecurityEntry_t3144469156 { public: // System.IntPtr System.Security.RuntimeDeclSecurityEntry::blob intptr_t ___blob_0; // System.Int32 System.Security.RuntimeDeclSecurityEntry::size int32_t ___size_1; // System.Int32 System.Security.RuntimeDeclSecurityEntry::index int32_t ___index_2; public: inline static int32_t get_offset_of_blob_0() { return static_cast(offsetof(RuntimeDeclSecurityEntry_t3144469156, ___blob_0)); } inline intptr_t get_blob_0() const { return ___blob_0; } inline intptr_t* get_address_of_blob_0() { return &___blob_0; } inline void set_blob_0(intptr_t value) { ___blob_0 = value; } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(RuntimeDeclSecurityEntry_t3144469156, ___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_index_2() { return static_cast(offsetof(RuntimeDeclSecurityEntry_t3144469156, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEDECLSECURITYENTRY_T3144469156_H #ifndef XMLSYNTAXEXCEPTION_T2973594484_H #define XMLSYNTAXEXCEPTION_T2973594484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.XmlSyntaxException struct XmlSyntaxException_t2973594484 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSYNTAXEXCEPTION_T2973594484_H #ifndef ENVIRONMENTPERMISSIONACCESS_T1745565475_H #define ENVIRONMENTPERMISSIONACCESS_T1745565475_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.EnvironmentPermissionAccess struct EnvironmentPermissionAccess_t1745565475 { public: // System.Int32 System.Security.Permissions.EnvironmentPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnvironmentPermissionAccess_t1745565475, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENVIRONMENTPERMISSIONACCESS_T1745565475_H #ifndef ISOLATEDSTORAGEPERMISSION_T2996329588_H #define ISOLATEDSTORAGEPERMISSION_T2996329588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.IsolatedStoragePermission struct IsolatedStoragePermission_t2996329588 : public CodeAccessPermission_t2681295399 { public: // System.Int64 System.Security.Permissions.IsolatedStoragePermission::m_userQuota int64_t ___m_userQuota_0; // System.Int64 System.Security.Permissions.IsolatedStoragePermission::m_machineQuota int64_t ___m_machineQuota_1; // System.Int64 System.Security.Permissions.IsolatedStoragePermission::m_expirationDays int64_t ___m_expirationDays_2; // System.Boolean System.Security.Permissions.IsolatedStoragePermission::m_permanentData bool ___m_permanentData_3; // System.Security.Permissions.IsolatedStorageContainment System.Security.Permissions.IsolatedStoragePermission::m_allowed int32_t ___m_allowed_4; public: inline static int32_t get_offset_of_m_userQuota_0() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_userQuota_0)); } inline int64_t get_m_userQuota_0() const { return ___m_userQuota_0; } inline int64_t* get_address_of_m_userQuota_0() { return &___m_userQuota_0; } inline void set_m_userQuota_0(int64_t value) { ___m_userQuota_0 = value; } inline static int32_t get_offset_of_m_machineQuota_1() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_machineQuota_1)); } inline int64_t get_m_machineQuota_1() const { return ___m_machineQuota_1; } inline int64_t* get_address_of_m_machineQuota_1() { return &___m_machineQuota_1; } inline void set_m_machineQuota_1(int64_t value) { ___m_machineQuota_1 = value; } inline static int32_t get_offset_of_m_expirationDays_2() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_expirationDays_2)); } inline int64_t get_m_expirationDays_2() const { return ___m_expirationDays_2; } inline int64_t* get_address_of_m_expirationDays_2() { return &___m_expirationDays_2; } inline void set_m_expirationDays_2(int64_t value) { ___m_expirationDays_2 = value; } inline static int32_t get_offset_of_m_permanentData_3() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_permanentData_3)); } inline bool get_m_permanentData_3() const { return ___m_permanentData_3; } inline bool* get_address_of_m_permanentData_3() { return &___m_permanentData_3; } inline void set_m_permanentData_3(bool value) { ___m_permanentData_3 = value; } inline static int32_t get_offset_of_m_allowed_4() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_allowed_4)); } inline int32_t get_m_allowed_4() const { return ___m_allowed_4; } inline int32_t* get_address_of_m_allowed_4() { return &___m_allowed_4; } inline void set_m_allowed_4(int32_t value) { ___m_allowed_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISOLATEDSTORAGEPERMISSION_T2996329588_H #ifndef FILEIOPERMISSION_T3596906749_H #define FILEIOPERMISSION_T3596906749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileIOPermission struct FileIOPermission_t3596906749 : public CodeAccessPermission_t2681295399 { public: // System.Boolean System.Security.Permissions.FileIOPermission::m_Unrestricted bool ___m_Unrestricted_2; // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::m_AllFilesAccess int32_t ___m_AllFilesAccess_3; // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::m_AllLocalFilesAccess int32_t ___m_AllLocalFilesAccess_4; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::readList ArrayList_t2718874744 * ___readList_5; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::writeList ArrayList_t2718874744 * ___writeList_6; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::appendList ArrayList_t2718874744 * ___appendList_7; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::pathList ArrayList_t2718874744 * ___pathList_8; public: inline static int32_t get_offset_of_m_Unrestricted_2() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_Unrestricted_2)); } inline bool get_m_Unrestricted_2() const { return ___m_Unrestricted_2; } inline bool* get_address_of_m_Unrestricted_2() { return &___m_Unrestricted_2; } inline void set_m_Unrestricted_2(bool value) { ___m_Unrestricted_2 = value; } inline static int32_t get_offset_of_m_AllFilesAccess_3() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_AllFilesAccess_3)); } inline int32_t get_m_AllFilesAccess_3() const { return ___m_AllFilesAccess_3; } inline int32_t* get_address_of_m_AllFilesAccess_3() { return &___m_AllFilesAccess_3; } inline void set_m_AllFilesAccess_3(int32_t value) { ___m_AllFilesAccess_3 = value; } inline static int32_t get_offset_of_m_AllLocalFilesAccess_4() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_AllLocalFilesAccess_4)); } inline int32_t get_m_AllLocalFilesAccess_4() const { return ___m_AllLocalFilesAccess_4; } inline int32_t* get_address_of_m_AllLocalFilesAccess_4() { return &___m_AllLocalFilesAccess_4; } inline void set_m_AllLocalFilesAccess_4(int32_t value) { ___m_AllLocalFilesAccess_4 = value; } inline static int32_t get_offset_of_readList_5() { return static_cast(offsetof(FileIOPermission_t3596906749, ___readList_5)); } inline ArrayList_t2718874744 * get_readList_5() const { return ___readList_5; } inline ArrayList_t2718874744 ** get_address_of_readList_5() { return &___readList_5; } inline void set_readList_5(ArrayList_t2718874744 * value) { ___readList_5 = value; Il2CppCodeGenWriteBarrier((&___readList_5), value); } inline static int32_t get_offset_of_writeList_6() { return static_cast(offsetof(FileIOPermission_t3596906749, ___writeList_6)); } inline ArrayList_t2718874744 * get_writeList_6() const { return ___writeList_6; } inline ArrayList_t2718874744 ** get_address_of_writeList_6() { return &___writeList_6; } inline void set_writeList_6(ArrayList_t2718874744 * value) { ___writeList_6 = value; Il2CppCodeGenWriteBarrier((&___writeList_6), value); } inline static int32_t get_offset_of_appendList_7() { return static_cast(offsetof(FileIOPermission_t3596906749, ___appendList_7)); } inline ArrayList_t2718874744 * get_appendList_7() const { return ___appendList_7; } inline ArrayList_t2718874744 ** get_address_of_appendList_7() { return &___appendList_7; } inline void set_appendList_7(ArrayList_t2718874744 * value) { ___appendList_7 = value; Il2CppCodeGenWriteBarrier((&___appendList_7), value); } inline static int32_t get_offset_of_pathList_8() { return static_cast(offsetof(FileIOPermission_t3596906749, ___pathList_8)); } inline ArrayList_t2718874744 * get_pathList_8() const { return ___pathList_8; } inline ArrayList_t2718874744 ** get_address_of_pathList_8() { return &___pathList_8; } inline void set_pathList_8(ArrayList_t2718874744 * value) { ___pathList_8 = value; Il2CppCodeGenWriteBarrier((&___pathList_8), value); } }; struct FileIOPermission_t3596906749_StaticFields { public: // System.Char[] System.Security.Permissions.FileIOPermission::BadPathNameCharacters CharU5BU5D_t3528271667* ___BadPathNameCharacters_0; // System.Char[] System.Security.Permissions.FileIOPermission::BadFileNameCharacters CharU5BU5D_t3528271667* ___BadFileNameCharacters_1; public: inline static int32_t get_offset_of_BadPathNameCharacters_0() { return static_cast(offsetof(FileIOPermission_t3596906749_StaticFields, ___BadPathNameCharacters_0)); } inline CharU5BU5D_t3528271667* get_BadPathNameCharacters_0() const { return ___BadPathNameCharacters_0; } inline CharU5BU5D_t3528271667** get_address_of_BadPathNameCharacters_0() { return &___BadPathNameCharacters_0; } inline void set_BadPathNameCharacters_0(CharU5BU5D_t3528271667* value) { ___BadPathNameCharacters_0 = value; Il2CppCodeGenWriteBarrier((&___BadPathNameCharacters_0), value); } inline static int32_t get_offset_of_BadFileNameCharacters_1() { return static_cast(offsetof(FileIOPermission_t3596906749_StaticFields, ___BadFileNameCharacters_1)); } inline CharU5BU5D_t3528271667* get_BadFileNameCharacters_1() const { return ___BadFileNameCharacters_1; } inline CharU5BU5D_t3528271667** get_address_of_BadFileNameCharacters_1() { return &___BadFileNameCharacters_1; } inline void set_BadFileNameCharacters_1(CharU5BU5D_t3528271667* value) { ___BadFileNameCharacters_1 = value; Il2CppCodeGenWriteBarrier((&___BadFileNameCharacters_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEIOPERMISSION_T3596906749_H #ifndef FILEDIALOGPERMISSION_T986095094_H #define FILEDIALOGPERMISSION_T986095094_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileDialogPermission struct FileDialogPermission_t986095094 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.FileDialogPermissionAccess System.Security.Permissions.FileDialogPermission::_access int32_t ____access_0; public: inline static int32_t get_offset_of__access_0() { return static_cast(offsetof(FileDialogPermission_t986095094, ____access_0)); } inline int32_t get__access_0() const { return ____access_0; } inline int32_t* get_address_of__access_0() { return &____access_0; } inline void set__access_0(int32_t value) { ____access_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEDIALOGPERMISSION_T986095094_H #ifndef HMACSHA512_T923916539_H #define HMACSHA512_T923916539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HMACSHA512 struct HMACSHA512_t923916539 : public HMAC_t2621101144 { public: // System.Boolean System.Security.Cryptography.HMACSHA512::legacy bool ___legacy_11; public: inline static int32_t get_offset_of_legacy_11() { return static_cast(offsetof(HMACSHA512_t923916539, ___legacy_11)); } inline bool get_legacy_11() const { return ___legacy_11; } inline bool* get_address_of_legacy_11() { return &___legacy_11; } inline void set_legacy_11(bool value) { ___legacy_11 = value; } }; struct HMACSHA512_t923916539_StaticFields { public: // System.Boolean System.Security.Cryptography.HMACSHA512::legacy_mode bool ___legacy_mode_10; public: inline static int32_t get_offset_of_legacy_mode_10() { return static_cast(offsetof(HMACSHA512_t923916539_StaticFields, ___legacy_mode_10)); } inline bool get_legacy_mode_10() const { return ___legacy_mode_10; } inline bool* get_address_of_legacy_mode_10() { return &___legacy_mode_10; } inline void set_legacy_mode_10(bool value) { ___legacy_mode_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMACSHA512_T923916539_H #ifndef HMACSHA384_T117937311_H #define HMACSHA384_T117937311_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HMACSHA384 struct HMACSHA384_t117937311 : public HMAC_t2621101144 { public: // System.Boolean System.Security.Cryptography.HMACSHA384::legacy bool ___legacy_11; public: inline static int32_t get_offset_of_legacy_11() { return static_cast(offsetof(HMACSHA384_t117937311, ___legacy_11)); } inline bool get_legacy_11() const { return ___legacy_11; } inline bool* get_address_of_legacy_11() { return &___legacy_11; } inline void set_legacy_11(bool value) { ___legacy_11 = value; } }; struct HMACSHA384_t117937311_StaticFields { public: // System.Boolean System.Security.Cryptography.HMACSHA384::legacy_mode bool ___legacy_mode_10; public: inline static int32_t get_offset_of_legacy_mode_10() { return static_cast(offsetof(HMACSHA384_t117937311_StaticFields, ___legacy_mode_10)); } inline bool get_legacy_mode_10() const { return ___legacy_mode_10; } inline bool* get_address_of_legacy_mode_10() { return &___legacy_mode_10; } inline void set_legacy_mode_10(bool value) { ___legacy_mode_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMACSHA384_T117937311_H #ifndef HMACSHA256_T3249253224_H #define HMACSHA256_T3249253224_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HMACSHA256 struct HMACSHA256_t3249253224 : public HMAC_t2621101144 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMACSHA256_T3249253224_H #ifndef HMACSHA1_T1952596188_H #define HMACSHA1_T1952596188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HMACSHA1 struct HMACSHA1_t1952596188 : public HMAC_t2621101144 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMACSHA1_T1952596188_H #ifndef HMACRIPEMD160_T3724196729_H #define HMACRIPEMD160_T3724196729_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HMACRIPEMD160 struct HMACRIPEMD160_t3724196729 : public HMAC_t2621101144 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMACRIPEMD160_T3724196729_H #ifndef HMACMD5_T2742219965_H #define HMACMD5_T2742219965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HMACMD5 struct HMACMD5_t2742219965 : public HMAC_t2621101144 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMACMD5_T2742219965_H #ifndef FROMBASE64TRANSFORM_T2896579788_H #define FROMBASE64TRANSFORM_T2896579788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.FromBase64Transform struct FromBase64Transform_t2896579788 : public RuntimeObject { public: // System.Security.Cryptography.FromBase64TransformMode System.Security.Cryptography.FromBase64Transform::mode int32_t ___mode_0; // System.Byte[] System.Security.Cryptography.FromBase64Transform::accumulator ByteU5BU5D_t4116647657* ___accumulator_1; // System.Int32 System.Security.Cryptography.FromBase64Transform::accPtr int32_t ___accPtr_2; // System.Boolean System.Security.Cryptography.FromBase64Transform::m_disposed bool ___m_disposed_3; // System.Byte[] System.Security.Cryptography.FromBase64Transform::lookupTable ByteU5BU5D_t4116647657* ___lookupTable_4; public: inline static int32_t get_offset_of_mode_0() { return static_cast(offsetof(FromBase64Transform_t2896579788, ___mode_0)); } inline int32_t get_mode_0() const { return ___mode_0; } inline int32_t* get_address_of_mode_0() { return &___mode_0; } inline void set_mode_0(int32_t value) { ___mode_0 = value; } inline static int32_t get_offset_of_accumulator_1() { return static_cast(offsetof(FromBase64Transform_t2896579788, ___accumulator_1)); } inline ByteU5BU5D_t4116647657* get_accumulator_1() const { return ___accumulator_1; } inline ByteU5BU5D_t4116647657** get_address_of_accumulator_1() { return &___accumulator_1; } inline void set_accumulator_1(ByteU5BU5D_t4116647657* value) { ___accumulator_1 = value; Il2CppCodeGenWriteBarrier((&___accumulator_1), value); } inline static int32_t get_offset_of_accPtr_2() { return static_cast(offsetof(FromBase64Transform_t2896579788, ___accPtr_2)); } inline int32_t get_accPtr_2() const { return ___accPtr_2; } inline int32_t* get_address_of_accPtr_2() { return &___accPtr_2; } inline void set_accPtr_2(int32_t value) { ___accPtr_2 = value; } inline static int32_t get_offset_of_m_disposed_3() { return static_cast(offsetof(FromBase64Transform_t2896579788, ___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_lookupTable_4() { return static_cast(offsetof(FromBase64Transform_t2896579788, ___lookupTable_4)); } inline ByteU5BU5D_t4116647657* get_lookupTable_4() const { return ___lookupTable_4; } inline ByteU5BU5D_t4116647657** get_address_of_lookupTable_4() { return &___lookupTable_4; } inline void set_lookupTable_4(ByteU5BU5D_t4116647657* value) { ___lookupTable_4 = value; Il2CppCodeGenWriteBarrier((&___lookupTable_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FROMBASE64TRANSFORM_T2896579788_H #ifndef CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #define CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptographicUnexpectedOperationException struct CryptographicUnexpectedOperationException_t2790575154 : public CryptographicException_t248831461 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #ifndef CSPPARAMETERS_T239852639_H #define CSPPARAMETERS_T239852639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CspParameters struct CspParameters_t239852639 : public RuntimeObject { public: // System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::_Flags int32_t ____Flags_0; // System.String System.Security.Cryptography.CspParameters::KeyContainerName String_t* ___KeyContainerName_1; // System.Int32 System.Security.Cryptography.CspParameters::KeyNumber int32_t ___KeyNumber_2; // System.String System.Security.Cryptography.CspParameters::ProviderName String_t* ___ProviderName_3; // System.Int32 System.Security.Cryptography.CspParameters::ProviderType int32_t ___ProviderType_4; public: inline static int32_t get_offset_of__Flags_0() { return static_cast(offsetof(CspParameters_t239852639, ____Flags_0)); } inline int32_t get__Flags_0() const { return ____Flags_0; } inline int32_t* get_address_of__Flags_0() { return &____Flags_0; } inline void set__Flags_0(int32_t value) { ____Flags_0 = value; } inline static int32_t get_offset_of_KeyContainerName_1() { return static_cast(offsetof(CspParameters_t239852639, ___KeyContainerName_1)); } inline String_t* get_KeyContainerName_1() const { return ___KeyContainerName_1; } inline String_t** get_address_of_KeyContainerName_1() { return &___KeyContainerName_1; } inline void set_KeyContainerName_1(String_t* value) { ___KeyContainerName_1 = value; Il2CppCodeGenWriteBarrier((&___KeyContainerName_1), value); } inline static int32_t get_offset_of_KeyNumber_2() { return static_cast(offsetof(CspParameters_t239852639, ___KeyNumber_2)); } inline int32_t get_KeyNumber_2() const { return ___KeyNumber_2; } inline int32_t* get_address_of_KeyNumber_2() { return &___KeyNumber_2; } inline void set_KeyNumber_2(int32_t value) { ___KeyNumber_2 = value; } inline static int32_t get_offset_of_ProviderName_3() { return static_cast(offsetof(CspParameters_t239852639, ___ProviderName_3)); } inline String_t* get_ProviderName_3() const { return ___ProviderName_3; } inline String_t** get_address_of_ProviderName_3() { return &___ProviderName_3; } inline void set_ProviderName_3(String_t* value) { ___ProviderName_3 = value; Il2CppCodeGenWriteBarrier((&___ProviderName_3), value); } inline static int32_t get_offset_of_ProviderType_4() { return static_cast(offsetof(CspParameters_t239852639, ___ProviderType_4)); } inline int32_t get_ProviderType_4() const { return ___ProviderType_4; } inline int32_t* get_address_of_ProviderType_4() { return &___ProviderType_4; } inline void set_ProviderType_4(int32_t value) { ___ProviderType_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSPPARAMETERS_T239852639_H #ifndef SYMMETRICALGORITHM_T4254223087_H #define SYMMETRICALGORITHM_T4254223087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t4254223087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue int32_t ___BlockSizeValue_0; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue ByteU5BU5D_t4116647657* ___IVValue_1; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_2; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue ByteU5BU5D_t4116647657* ___KeyValue_3; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue KeySizesU5BU5D_t722666473* ___LegalBlockSizesValue_4; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_5; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue int32_t ___FeedbackSizeValue_6; // System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue int32_t ___ModeValue_7; // System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue int32_t ___PaddingValue_8; // System.Boolean System.Security.Cryptography.SymmetricAlgorithm::m_disposed bool ___m_disposed_9; public: inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___BlockSizeValue_0)); } inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; } inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; } inline void set_BlockSizeValue_0(int32_t value) { ___BlockSizeValue_0 = value; } inline static int32_t get_offset_of_IVValue_1() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___IVValue_1)); } inline ByteU5BU5D_t4116647657* get_IVValue_1() const { return ___IVValue_1; } inline ByteU5BU5D_t4116647657** get_address_of_IVValue_1() { return &___IVValue_1; } inline void set_IVValue_1(ByteU5BU5D_t4116647657* value) { ___IVValue_1 = value; Il2CppCodeGenWriteBarrier((&___IVValue_1), value); } inline static int32_t get_offset_of_KeySizeValue_2() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___KeySizeValue_2)); } inline int32_t get_KeySizeValue_2() const { return ___KeySizeValue_2; } inline int32_t* get_address_of_KeySizeValue_2() { return &___KeySizeValue_2; } inline void set_KeySizeValue_2(int32_t value) { ___KeySizeValue_2 = value; } inline static int32_t get_offset_of_KeyValue_3() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___KeyValue_3)); } inline ByteU5BU5D_t4116647657* get_KeyValue_3() const { return ___KeyValue_3; } inline ByteU5BU5D_t4116647657** get_address_of_KeyValue_3() { return &___KeyValue_3; } inline void set_KeyValue_3(ByteU5BU5D_t4116647657* value) { ___KeyValue_3 = value; Il2CppCodeGenWriteBarrier((&___KeyValue_3), value); } inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___LegalBlockSizesValue_4)); } inline KeySizesU5BU5D_t722666473* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; } inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_t722666473* value) { ___LegalBlockSizesValue_4 = value; Il2CppCodeGenWriteBarrier((&___LegalBlockSizesValue_4), value); } inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___LegalKeySizesValue_5)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; } inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_5 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_5), value); } inline static int32_t get_offset_of_FeedbackSizeValue_6() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___FeedbackSizeValue_6)); } inline int32_t get_FeedbackSizeValue_6() const { return ___FeedbackSizeValue_6; } inline int32_t* get_address_of_FeedbackSizeValue_6() { return &___FeedbackSizeValue_6; } inline void set_FeedbackSizeValue_6(int32_t value) { ___FeedbackSizeValue_6 = value; } inline static int32_t get_offset_of_ModeValue_7() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___ModeValue_7)); } inline int32_t get_ModeValue_7() const { return ___ModeValue_7; } inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; } inline void set_ModeValue_7(int32_t value) { ___ModeValue_7 = value; } inline static int32_t get_offset_of_PaddingValue_8() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___PaddingValue_8)); } inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; } inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; } inline void set_PaddingValue_8(int32_t value) { ___PaddingValue_8 = value; } inline static int32_t get_offset_of_m_disposed_9() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___m_disposed_9)); } inline bool get_m_disposed_9() const { return ___m_disposed_9; } inline bool* get_address_of_m_disposed_9() { return &___m_disposed_9; } inline void set_m_disposed_9(bool value) { ___m_disposed_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYMMETRICALGORITHM_T4254223087_H #ifndef ENVIRONMENTPERMISSION_T1242010617_H #define ENVIRONMENTPERMISSION_T1242010617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.EnvironmentPermission struct EnvironmentPermission_t1242010617 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.PermissionState System.Security.Permissions.EnvironmentPermission::_state int32_t ____state_0; // System.Collections.ArrayList System.Security.Permissions.EnvironmentPermission::readList ArrayList_t2718874744 * ___readList_1; // System.Collections.ArrayList System.Security.Permissions.EnvironmentPermission::writeList ArrayList_t2718874744 * ___writeList_2; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ____state_0)); } inline int32_t get__state_0() const { return ____state_0; } inline int32_t* get_address_of__state_0() { return &____state_0; } inline void set__state_0(int32_t value) { ____state_0 = value; } inline static int32_t get_offset_of_readList_1() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ___readList_1)); } inline ArrayList_t2718874744 * get_readList_1() const { return ___readList_1; } inline ArrayList_t2718874744 ** get_address_of_readList_1() { return &___readList_1; } inline void set_readList_1(ArrayList_t2718874744 * value) { ___readList_1 = value; Il2CppCodeGenWriteBarrier((&___readList_1), value); } inline static int32_t get_offset_of_writeList_2() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ___writeList_2)); } inline ArrayList_t2718874744 * get_writeList_2() const { return ___writeList_2; } inline ArrayList_t2718874744 ** get_address_of_writeList_2() { return &___writeList_2; } inline void set_writeList_2(ArrayList_t2718874744 * value) { ___writeList_2 = value; Il2CppCodeGenWriteBarrier((&___writeList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENVIRONMENTPERMISSION_T1242010617_H #ifndef RUNTIMEDECLSECURITYACTIONS_T582952764_H #define RUNTIMEDECLSECURITYACTIONS_T582952764_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.RuntimeDeclSecurityActions struct RuntimeDeclSecurityActions_t582952764 { public: // System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeDeclSecurityActions::cas RuntimeDeclSecurityEntry_t3144469156 ___cas_0; // System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeDeclSecurityActions::noncas RuntimeDeclSecurityEntry_t3144469156 ___noncas_1; // System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeDeclSecurityActions::choice RuntimeDeclSecurityEntry_t3144469156 ___choice_2; public: inline static int32_t get_offset_of_cas_0() { return static_cast(offsetof(RuntimeDeclSecurityActions_t582952764, ___cas_0)); } inline RuntimeDeclSecurityEntry_t3144469156 get_cas_0() const { return ___cas_0; } inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_cas_0() { return &___cas_0; } inline void set_cas_0(RuntimeDeclSecurityEntry_t3144469156 value) { ___cas_0 = value; } inline static int32_t get_offset_of_noncas_1() { return static_cast(offsetof(RuntimeDeclSecurityActions_t582952764, ___noncas_1)); } inline RuntimeDeclSecurityEntry_t3144469156 get_noncas_1() const { return ___noncas_1; } inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_noncas_1() { return &___noncas_1; } inline void set_noncas_1(RuntimeDeclSecurityEntry_t3144469156 value) { ___noncas_1 = value; } inline static int32_t get_offset_of_choice_2() { return static_cast(offsetof(RuntimeDeclSecurityActions_t582952764, ___choice_2)); } inline RuntimeDeclSecurityEntry_t3144469156 get_choice_2() const { return ___choice_2; } inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_choice_2() { return &___choice_2; } inline void set_choice_2(RuntimeDeclSecurityEntry_t3144469156 value) { ___choice_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEDECLSECURITYACTIONS_T582952764_H #ifndef CRYPTOSTREAM_T2702504504_H #define CRYPTOSTREAM_T2702504504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptoStream struct CryptoStream_t2702504504 : public Stream_t1273022909 { public: // System.IO.Stream System.Security.Cryptography.CryptoStream::_stream Stream_t1273022909 * ____stream_2; // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.CryptoStream::_transform RuntimeObject* ____transform_3; // System.Security.Cryptography.CryptoStreamMode System.Security.Cryptography.CryptoStream::_mode int32_t ____mode_4; // System.Byte[] System.Security.Cryptography.CryptoStream::_currentBlock ByteU5BU5D_t4116647657* ____currentBlock_5; // System.Boolean System.Security.Cryptography.CryptoStream::_disposed bool ____disposed_6; // System.Boolean System.Security.Cryptography.CryptoStream::_flushedFinalBlock bool ____flushedFinalBlock_7; // System.Int32 System.Security.Cryptography.CryptoStream::_partialCount int32_t ____partialCount_8; // System.Boolean System.Security.Cryptography.CryptoStream::_endOfStream bool ____endOfStream_9; // System.Byte[] System.Security.Cryptography.CryptoStream::_waitingBlock ByteU5BU5D_t4116647657* ____waitingBlock_10; // System.Int32 System.Security.Cryptography.CryptoStream::_waitingCount int32_t ____waitingCount_11; // System.Byte[] System.Security.Cryptography.CryptoStream::_transformedBlock ByteU5BU5D_t4116647657* ____transformedBlock_12; // System.Int32 System.Security.Cryptography.CryptoStream::_transformedPos int32_t ____transformedPos_13; // System.Int32 System.Security.Cryptography.CryptoStream::_transformedCount int32_t ____transformedCount_14; // System.Byte[] System.Security.Cryptography.CryptoStream::_workingBlock ByteU5BU5D_t4116647657* ____workingBlock_15; // System.Int32 System.Security.Cryptography.CryptoStream::_workingCount int32_t ____workingCount_16; public: inline static int32_t get_offset_of__stream_2() { return static_cast(offsetof(CryptoStream_t2702504504, ____stream_2)); } inline Stream_t1273022909 * get__stream_2() const { return ____stream_2; } inline Stream_t1273022909 ** get_address_of__stream_2() { return &____stream_2; } inline void set__stream_2(Stream_t1273022909 * value) { ____stream_2 = value; Il2CppCodeGenWriteBarrier((&____stream_2), value); } inline static int32_t get_offset_of__transform_3() { return static_cast(offsetof(CryptoStream_t2702504504, ____transform_3)); } inline RuntimeObject* get__transform_3() const { return ____transform_3; } inline RuntimeObject** get_address_of__transform_3() { return &____transform_3; } inline void set__transform_3(RuntimeObject* value) { ____transform_3 = value; Il2CppCodeGenWriteBarrier((&____transform_3), value); } inline static int32_t get_offset_of__mode_4() { return static_cast(offsetof(CryptoStream_t2702504504, ____mode_4)); } inline int32_t get__mode_4() const { return ____mode_4; } inline int32_t* get_address_of__mode_4() { return &____mode_4; } inline void set__mode_4(int32_t value) { ____mode_4 = value; } inline static int32_t get_offset_of__currentBlock_5() { return static_cast(offsetof(CryptoStream_t2702504504, ____currentBlock_5)); } inline ByteU5BU5D_t4116647657* get__currentBlock_5() const { return ____currentBlock_5; } inline ByteU5BU5D_t4116647657** get_address_of__currentBlock_5() { return &____currentBlock_5; } inline void set__currentBlock_5(ByteU5BU5D_t4116647657* value) { ____currentBlock_5 = value; Il2CppCodeGenWriteBarrier((&____currentBlock_5), value); } inline static int32_t get_offset_of__disposed_6() { return static_cast(offsetof(CryptoStream_t2702504504, ____disposed_6)); } inline bool get__disposed_6() const { return ____disposed_6; } inline bool* get_address_of__disposed_6() { return &____disposed_6; } inline void set__disposed_6(bool value) { ____disposed_6 = value; } inline static int32_t get_offset_of__flushedFinalBlock_7() { return static_cast(offsetof(CryptoStream_t2702504504, ____flushedFinalBlock_7)); } inline bool get__flushedFinalBlock_7() const { return ____flushedFinalBlock_7; } inline bool* get_address_of__flushedFinalBlock_7() { return &____flushedFinalBlock_7; } inline void set__flushedFinalBlock_7(bool value) { ____flushedFinalBlock_7 = value; } inline static int32_t get_offset_of__partialCount_8() { return static_cast(offsetof(CryptoStream_t2702504504, ____partialCount_8)); } inline int32_t get__partialCount_8() const { return ____partialCount_8; } inline int32_t* get_address_of__partialCount_8() { return &____partialCount_8; } inline void set__partialCount_8(int32_t value) { ____partialCount_8 = value; } inline static int32_t get_offset_of__endOfStream_9() { return static_cast(offsetof(CryptoStream_t2702504504, ____endOfStream_9)); } inline bool get__endOfStream_9() const { return ____endOfStream_9; } inline bool* get_address_of__endOfStream_9() { return &____endOfStream_9; } inline void set__endOfStream_9(bool value) { ____endOfStream_9 = value; } inline static int32_t get_offset_of__waitingBlock_10() { return static_cast(offsetof(CryptoStream_t2702504504, ____waitingBlock_10)); } inline ByteU5BU5D_t4116647657* get__waitingBlock_10() const { return ____waitingBlock_10; } inline ByteU5BU5D_t4116647657** get_address_of__waitingBlock_10() { return &____waitingBlock_10; } inline void set__waitingBlock_10(ByteU5BU5D_t4116647657* value) { ____waitingBlock_10 = value; Il2CppCodeGenWriteBarrier((&____waitingBlock_10), value); } inline static int32_t get_offset_of__waitingCount_11() { return static_cast(offsetof(CryptoStream_t2702504504, ____waitingCount_11)); } inline int32_t get__waitingCount_11() const { return ____waitingCount_11; } inline int32_t* get_address_of__waitingCount_11() { return &____waitingCount_11; } inline void set__waitingCount_11(int32_t value) { ____waitingCount_11 = value; } inline static int32_t get_offset_of__transformedBlock_12() { return static_cast(offsetof(CryptoStream_t2702504504, ____transformedBlock_12)); } inline ByteU5BU5D_t4116647657* get__transformedBlock_12() const { return ____transformedBlock_12; } inline ByteU5BU5D_t4116647657** get_address_of__transformedBlock_12() { return &____transformedBlock_12; } inline void set__transformedBlock_12(ByteU5BU5D_t4116647657* value) { ____transformedBlock_12 = value; Il2CppCodeGenWriteBarrier((&____transformedBlock_12), value); } inline static int32_t get_offset_of__transformedPos_13() { return static_cast(offsetof(CryptoStream_t2702504504, ____transformedPos_13)); } inline int32_t get__transformedPos_13() const { return ____transformedPos_13; } inline int32_t* get_address_of__transformedPos_13() { return &____transformedPos_13; } inline void set__transformedPos_13(int32_t value) { ____transformedPos_13 = value; } inline static int32_t get_offset_of__transformedCount_14() { return static_cast(offsetof(CryptoStream_t2702504504, ____transformedCount_14)); } inline int32_t get__transformedCount_14() const { return ____transformedCount_14; } inline int32_t* get_address_of__transformedCount_14() { return &____transformedCount_14; } inline void set__transformedCount_14(int32_t value) { ____transformedCount_14 = value; } inline static int32_t get_offset_of__workingBlock_15() { return static_cast(offsetof(CryptoStream_t2702504504, ____workingBlock_15)); } inline ByteU5BU5D_t4116647657* get__workingBlock_15() const { return ____workingBlock_15; } inline ByteU5BU5D_t4116647657** get_address_of__workingBlock_15() { return &____workingBlock_15; } inline void set__workingBlock_15(ByteU5BU5D_t4116647657* value) { ____workingBlock_15 = value; Il2CppCodeGenWriteBarrier((&____workingBlock_15), value); } inline static int32_t get_offset_of__workingCount_16() { return static_cast(offsetof(CryptoStream_t2702504504, ____workingCount_16)); } inline int32_t get__workingCount_16() const { return ____workingCount_16; } inline int32_t* get_address_of__workingCount_16() { return &____workingCount_16; } inline void set__workingCount_16(int32_t value) { ____workingCount_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOSTREAM_T2702504504_H #ifndef RC2_T3167825714_H #define RC2_T3167825714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RC2 struct RC2_t3167825714 : public SymmetricAlgorithm_t4254223087 { public: // System.Int32 System.Security.Cryptography.RC2::EffectiveKeySizeValue int32_t ___EffectiveKeySizeValue_10; public: inline static int32_t get_offset_of_EffectiveKeySizeValue_10() { return static_cast(offsetof(RC2_t3167825714, ___EffectiveKeySizeValue_10)); } inline int32_t get_EffectiveKeySizeValue_10() const { return ___EffectiveKeySizeValue_10; } inline int32_t* get_address_of_EffectiveKeySizeValue_10() { return &___EffectiveKeySizeValue_10; } inline void set_EffectiveKeySizeValue_10(int32_t value) { ___EffectiveKeySizeValue_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RC2_T3167825714_H #ifndef ISOLATEDSTORAGEFILEPERMISSION_T2861120981_H #define ISOLATEDSTORAGEFILEPERMISSION_T2861120981_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.IsolatedStorageFilePermission struct IsolatedStorageFilePermission_t2861120981 : public IsolatedStoragePermission_t2996329588 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISOLATEDSTORAGEFILEPERMISSION_T2861120981_H #ifndef RIJNDAEL_T2986313634_H #define RIJNDAEL_T2986313634_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.Rijndael struct Rijndael_t2986313634 : public SymmetricAlgorithm_t4254223087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RIJNDAEL_T2986313634_H #ifndef TRIPLEDES_T92303514_H #define TRIPLEDES_T92303514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.TripleDES struct TripleDES_t92303514 : public SymmetricAlgorithm_t4254223087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRIPLEDES_T92303514_H #ifndef DES_T821106792_H #define DES_T821106792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DES struct DES_t821106792 : public SymmetricAlgorithm_t4254223087 { public: public: }; struct DES_t821106792_StaticFields { public: // System.Byte[,] System.Security.Cryptography.DES::weakKeys ByteU5BU2CU5D_t4116647658* ___weakKeys_10; // System.Byte[,] System.Security.Cryptography.DES::semiWeakKeys ByteU5BU2CU5D_t4116647658* ___semiWeakKeys_11; public: inline static int32_t get_offset_of_weakKeys_10() { return static_cast(offsetof(DES_t821106792_StaticFields, ___weakKeys_10)); } inline ByteU5BU2CU5D_t4116647658* get_weakKeys_10() const { return ___weakKeys_10; } inline ByteU5BU2CU5D_t4116647658** get_address_of_weakKeys_10() { return &___weakKeys_10; } inline void set_weakKeys_10(ByteU5BU2CU5D_t4116647658* value) { ___weakKeys_10 = value; Il2CppCodeGenWriteBarrier((&___weakKeys_10), value); } inline static int32_t get_offset_of_semiWeakKeys_11() { return static_cast(offsetof(DES_t821106792_StaticFields, ___semiWeakKeys_11)); } inline ByteU5BU2CU5D_t4116647658* get_semiWeakKeys_11() const { return ___semiWeakKeys_11; } inline ByteU5BU2CU5D_t4116647658** get_address_of_semiWeakKeys_11() { return &___semiWeakKeys_11; } inline void set_semiWeakKeys_11(ByteU5BU2CU5D_t4116647658* value) { ___semiWeakKeys_11 = value; Il2CppCodeGenWriteBarrier((&___semiWeakKeys_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DES_T821106792_H #ifndef RC2CRYPTOSERVICEPROVIDER_T662919463_H #define RC2CRYPTOSERVICEPROVIDER_T662919463_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RC2CryptoServiceProvider struct RC2CryptoServiceProvider_t662919463 : public RC2_t3167825714 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RC2CRYPTOSERVICEPROVIDER_T662919463_H #ifndef TRIPLEDESCRYPTOSERVICEPROVIDER_T3595206342_H #define TRIPLEDESCRYPTOSERVICEPROVIDER_T3595206342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.TripleDESCryptoServiceProvider struct TripleDESCryptoServiceProvider_t3595206342 : public TripleDES_t92303514 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRIPLEDESCRYPTOSERVICEPROVIDER_T3595206342_H #ifndef RIJNDAELMANAGED_T3586970409_H #define RIJNDAELMANAGED_T3586970409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RijndaelManaged struct RijndaelManaged_t3586970409 : public Rijndael_t2986313634 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RIJNDAELMANAGED_T3586970409_H #ifndef DESCRYPTOSERVICEPROVIDER_T1519490285_H #define DESCRYPTOSERVICEPROVIDER_T1519490285_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DESCryptoServiceProvider struct DESCryptoServiceProvider_t1519490285 : public DES_t821106792 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DESCRYPTOSERVICEPROVIDER_T1519490285_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize800 = { sizeof (RuntimeDeclSecurityActions_t582952764)+ sizeof (RuntimeObject), sizeof(RuntimeDeclSecurityActions_t582952764 ), 0, 0 }; extern const int32_t g_FieldOffsetTable800[3] = { RuntimeDeclSecurityActions_t582952764::get_offset_of_cas_0() + static_cast(sizeof(RuntimeObject)), RuntimeDeclSecurityActions_t582952764::get_offset_of_noncas_1() + static_cast(sizeof(RuntimeObject)), RuntimeDeclSecurityActions_t582952764::get_offset_of_choice_2() + static_cast(sizeof(RuntimeObject)), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize801 = { sizeof (SecurityManager_t3383402582), -1, sizeof(SecurityManager_t3383402582_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable801[5] = { SecurityManager_t3383402582_StaticFields::get_offset_of__lockObject_0(), SecurityManager_t3383402582_StaticFields::get_offset_of__hierarchy_1(), SecurityManager_t3383402582_StaticFields::get_offset_of__declsecCache_2(), SecurityManager_t3383402582_StaticFields::get_offset_of__level_3(), SecurityManager_t3383402582_StaticFields::get_offset_of__execution_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize802 = { sizeof (SecuritySafeCriticalAttribute_t3505979402), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize803 = { sizeof (SecurityZone_t1272287263)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable803[7] = { SecurityZone_t1272287263::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize804 = { sizeof (SuppressUnmanagedCodeSecurityAttribute_t744305558), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize805 = { sizeof (UnverifiableCodeAttribute_t3228760399), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize806 = { sizeof (XmlSyntaxException_t2973594484), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize807 = { sizeof (AsymmetricAlgorithm_t932037087), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable807[2] = { AsymmetricAlgorithm_t932037087::get_offset_of_KeySizeValue_0(), AsymmetricAlgorithm_t932037087::get_offset_of_LegalKeySizesValue_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize808 = { sizeof (AsymmetricKeyExchangeFormatter_t937192061), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize809 = { sizeof (AsymmetricSignatureDeformatter_t2681190756), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize810 = { sizeof (AsymmetricSignatureFormatter_t3486936014), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize811 = { sizeof (Base64Constants_t4102031153), -1, sizeof(Base64Constants_t4102031153_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable811[2] = { Base64Constants_t4102031153_StaticFields::get_offset_of_EncodeTable_0(), Base64Constants_t4102031153_StaticFields::get_offset_of_DecodeTable_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize812 = { sizeof (CipherMode_t84635067)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable812[6] = { CipherMode_t84635067::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize813 = { sizeof (CryptoConfig_t4201145714), -1, sizeof(CryptoConfig_t4201145714_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable813[3] = { CryptoConfig_t4201145714_StaticFields::get_offset_of_lockObject_0(), CryptoConfig_t4201145714_StaticFields::get_offset_of_algorithms_1(), CryptoConfig_t4201145714_StaticFields::get_offset_of_oid_2(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize814 = { sizeof (CryptoHandler_t2779508855), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable814[5] = { CryptoHandler_t2779508855::get_offset_of_algorithms_0(), CryptoHandler_t2779508855::get_offset_of_oid_1(), CryptoHandler_t2779508855::get_offset_of_names_2(), CryptoHandler_t2779508855::get_offset_of_classnames_3(), CryptoHandler_t2779508855::get_offset_of_level_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize815 = { sizeof (CryptographicException_t248831461), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize816 = { sizeof (CryptographicUnexpectedOperationException_t2790575154), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize817 = { sizeof (CryptoStream_t2702504504), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable817[15] = { CryptoStream_t2702504504::get_offset_of__stream_2(), CryptoStream_t2702504504::get_offset_of__transform_3(), CryptoStream_t2702504504::get_offset_of__mode_4(), CryptoStream_t2702504504::get_offset_of__currentBlock_5(), CryptoStream_t2702504504::get_offset_of__disposed_6(), CryptoStream_t2702504504::get_offset_of__flushedFinalBlock_7(), CryptoStream_t2702504504::get_offset_of__partialCount_8(), CryptoStream_t2702504504::get_offset_of__endOfStream_9(), CryptoStream_t2702504504::get_offset_of__waitingBlock_10(), CryptoStream_t2702504504::get_offset_of__waitingCount_11(), CryptoStream_t2702504504::get_offset_of__transformedBlock_12(), CryptoStream_t2702504504::get_offset_of__transformedPos_13(), CryptoStream_t2702504504::get_offset_of__transformedCount_14(), CryptoStream_t2702504504::get_offset_of__workingBlock_15(), CryptoStream_t2702504504::get_offset_of__workingCount_16(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize818 = { sizeof (CryptoStreamMode_t3639658227)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable818[3] = { CryptoStreamMode_t3639658227::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize819 = { sizeof (CspParameters_t239852639), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable819[5] = { CspParameters_t239852639::get_offset_of__Flags_0(), CspParameters_t239852639::get_offset_of_KeyContainerName_1(), CspParameters_t239852639::get_offset_of_KeyNumber_2(), CspParameters_t239852639::get_offset_of_ProviderName_3(), CspParameters_t239852639::get_offset_of_ProviderType_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize820 = { sizeof (CspProviderFlags_t4094439141)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable820[9] = { CspProviderFlags_t4094439141::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize821 = { sizeof (DeriveBytes_t2246965020), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize822 = { sizeof (DES_t821106792), -1, sizeof(DES_t821106792_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable822[2] = { DES_t821106792_StaticFields::get_offset_of_weakKeys_10(), DES_t821106792_StaticFields::get_offset_of_semiWeakKeys_11(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize823 = { sizeof (DESTransform_t4088905499), -1, sizeof(DESTransform_t4088905499_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable823[13] = { DESTransform_t4088905499_StaticFields::get_offset_of_KEY_BIT_SIZE_12(), DESTransform_t4088905499_StaticFields::get_offset_of_KEY_BYTE_SIZE_13(), DESTransform_t4088905499_StaticFields::get_offset_of_BLOCK_BIT_SIZE_14(), DESTransform_t4088905499_StaticFields::get_offset_of_BLOCK_BYTE_SIZE_15(), DESTransform_t4088905499::get_offset_of_keySchedule_16(), DESTransform_t4088905499::get_offset_of_byteBuff_17(), DESTransform_t4088905499::get_offset_of_dwordBuff_18(), DESTransform_t4088905499_StaticFields::get_offset_of_spBoxes_19(), DESTransform_t4088905499_StaticFields::get_offset_of_PC1_20(), DESTransform_t4088905499_StaticFields::get_offset_of_leftRotTotal_21(), DESTransform_t4088905499_StaticFields::get_offset_of_PC2_22(), DESTransform_t4088905499_StaticFields::get_offset_of_ipTab_23(), DESTransform_t4088905499_StaticFields::get_offset_of_fpTab_24(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize824 = { sizeof (DESCryptoServiceProvider_t1519490285), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize825 = { sizeof (DSA_t2386879874), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize826 = { sizeof (DSACryptoServiceProvider_t3992668923), -1, sizeof(DSACryptoServiceProvider_t3992668923_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable826[7] = { DSACryptoServiceProvider_t3992668923::get_offset_of_store_2(), DSACryptoServiceProvider_t3992668923::get_offset_of_persistKey_3(), DSACryptoServiceProvider_t3992668923::get_offset_of_persisted_4(), DSACryptoServiceProvider_t3992668923::get_offset_of_privateKeyExportable_5(), DSACryptoServiceProvider_t3992668923::get_offset_of_m_disposed_6(), DSACryptoServiceProvider_t3992668923::get_offset_of_dsa_7(), DSACryptoServiceProvider_t3992668923_StaticFields::get_offset_of_useMachineKeyStore_8(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize827 = { sizeof (DSAParameters_t1885824122)+ sizeof (RuntimeObject), sizeof(DSAParameters_t1885824122_marshaled_pinvoke), 0, 0 }; extern const int32_t g_FieldOffsetTable827[8] = { DSAParameters_t1885824122::get_offset_of_Counter_0() + static_cast(sizeof(RuntimeObject)), DSAParameters_t1885824122::get_offset_of_G_1() + static_cast(sizeof(RuntimeObject)), DSAParameters_t1885824122::get_offset_of_J_2() + static_cast(sizeof(RuntimeObject)), DSAParameters_t1885824122::get_offset_of_P_3() + static_cast(sizeof(RuntimeObject)), DSAParameters_t1885824122::get_offset_of_Q_4() + static_cast(sizeof(RuntimeObject)), DSAParameters_t1885824122::get_offset_of_Seed_5() + static_cast(sizeof(RuntimeObject)), DSAParameters_t1885824122::get_offset_of_X_6() + static_cast(sizeof(RuntimeObject)), DSAParameters_t1885824122::get_offset_of_Y_7() + static_cast(sizeof(RuntimeObject)), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize828 = { sizeof (DSASignatureDeformatter_t3677955172), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable828[1] = { DSASignatureDeformatter_t3677955172::get_offset_of_dsa_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize829 = { sizeof (DSASignatureFormatter_t2007981259), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable829[1] = { DSASignatureFormatter_t2007981259::get_offset_of_dsa_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize830 = { sizeof (FromBase64TransformMode_t2018065788)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable830[3] = { FromBase64TransformMode_t2018065788::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize831 = { sizeof (FromBase64Transform_t2896579788), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable831[5] = { FromBase64Transform_t2896579788::get_offset_of_mode_0(), FromBase64Transform_t2896579788::get_offset_of_accumulator_1(), FromBase64Transform_t2896579788::get_offset_of_accPtr_2(), FromBase64Transform_t2896579788::get_offset_of_m_disposed_3(), FromBase64Transform_t2896579788::get_offset_of_lookupTable_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize832 = { sizeof (HashAlgorithm_t1432317219), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable832[4] = { HashAlgorithm_t1432317219::get_offset_of_HashValue_0(), HashAlgorithm_t1432317219::get_offset_of_HashSizeValue_1(), HashAlgorithm_t1432317219::get_offset_of_State_2(), HashAlgorithm_t1432317219::get_offset_of_disposed_3(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize833 = { sizeof (HMAC_t2621101144), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable833[5] = { HMAC_t2621101144::get_offset_of__disposed_5(), HMAC_t2621101144::get_offset_of__hashName_6(), HMAC_t2621101144::get_offset_of__algo_7(), HMAC_t2621101144::get_offset_of__block_8(), HMAC_t2621101144::get_offset_of__blockSizeValue_9(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize834 = { sizeof (HMACMD5_t2742219965), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize835 = { sizeof (HMACRIPEMD160_t3724196729), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize836 = { sizeof (HMACSHA1_t1952596188), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize837 = { sizeof (HMACSHA256_t3249253224), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize838 = { sizeof (HMACSHA384_t117937311), -1, sizeof(HMACSHA384_t117937311_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable838[2] = { HMACSHA384_t117937311_StaticFields::get_offset_of_legacy_mode_10(), HMACSHA384_t117937311::get_offset_of_legacy_11(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize839 = { sizeof (HMACSHA512_t923916539), -1, sizeof(HMACSHA512_t923916539_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable839[2] = { HMACSHA512_t923916539_StaticFields::get_offset_of_legacy_mode_10(), HMACSHA512_t923916539::get_offset_of_legacy_11(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize840 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize841 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize842 = { sizeof (KeyedHashAlgorithm_t112861511), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable842[1] = { KeyedHashAlgorithm_t112861511::get_offset_of_KeyValue_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize843 = { sizeof (KeySizes_t85027896), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable843[3] = { KeySizes_t85027896::get_offset_of__maxSize_0(), KeySizes_t85027896::get_offset_of__minSize_1(), KeySizes_t85027896::get_offset_of__skipSize_2(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize844 = { sizeof (MACTripleDES_t1631262397), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable844[3] = { MACTripleDES_t1631262397::get_offset_of_tdes_5(), MACTripleDES_t1631262397::get_offset_of_mac_6(), MACTripleDES_t1631262397::get_offset_of_m_disposed_7(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize845 = { sizeof (MD5_t3177620429), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize846 = { sizeof (MD5CryptoServiceProvider_t3005586042), -1, sizeof(MD5CryptoServiceProvider_t3005586042_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable846[6] = { MD5CryptoServiceProvider_t3005586042::get_offset_of__H_4(), MD5CryptoServiceProvider_t3005586042::get_offset_of_buff_5(), MD5CryptoServiceProvider_t3005586042::get_offset_of_count_6(), MD5CryptoServiceProvider_t3005586042::get_offset_of__ProcessingBuffer_7(), MD5CryptoServiceProvider_t3005586042::get_offset_of__ProcessingBufferCount_8(), MD5CryptoServiceProvider_t3005586042_StaticFields::get_offset_of_K_9(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize847 = { sizeof (PaddingMode_t2546806710)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable847[6] = { PaddingMode_t2546806710::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize848 = { sizeof (RandomNumberGenerator_t386037858), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize849 = { sizeof (RC2_t3167825714), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable849[1] = { RC2_t3167825714::get_offset_of_EffectiveKeySizeValue_10(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize850 = { sizeof (RC2CryptoServiceProvider_t662919463), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize851 = { sizeof (RC2Transform_t458321487), -1, sizeof(RC2Transform_t458321487_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable851[7] = { RC2Transform_t458321487::get_offset_of_R0_12(), RC2Transform_t458321487::get_offset_of_R1_13(), RC2Transform_t458321487::get_offset_of_R2_14(), RC2Transform_t458321487::get_offset_of_R3_15(), RC2Transform_t458321487::get_offset_of_K_16(), RC2Transform_t458321487::get_offset_of_j_17(), RC2Transform_t458321487_StaticFields::get_offset_of_pitable_18(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize852 = { sizeof (Rfc2898DeriveBytes_t546674159), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable852[6] = { Rfc2898DeriveBytes_t546674159::get_offset_of__iteration_0(), Rfc2898DeriveBytes_t546674159::get_offset_of__salt_1(), Rfc2898DeriveBytes_t546674159::get_offset_of__hmac_2(), Rfc2898DeriveBytes_t546674159::get_offset_of__buffer_3(), Rfc2898DeriveBytes_t546674159::get_offset_of__pos_4(), Rfc2898DeriveBytes_t546674159::get_offset_of__f_5(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize853 = { sizeof (Rijndael_t2986313634), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize854 = { sizeof (RijndaelManaged_t3586970409), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize855 = { sizeof (RijndaelTransform_t631222241), -1, sizeof(RijndaelTransform_t631222241_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable855[15] = { RijndaelTransform_t631222241::get_offset_of_expandedKey_12(), RijndaelTransform_t631222241::get_offset_of_Nb_13(), RijndaelTransform_t631222241::get_offset_of_Nk_14(), RijndaelTransform_t631222241::get_offset_of_Nr_15(), RijndaelTransform_t631222241_StaticFields::get_offset_of_Rcon_16(), RijndaelTransform_t631222241_StaticFields::get_offset_of_SBox_17(), RijndaelTransform_t631222241_StaticFields::get_offset_of_iSBox_18(), RijndaelTransform_t631222241_StaticFields::get_offset_of_T0_19(), RijndaelTransform_t631222241_StaticFields::get_offset_of_T1_20(), RijndaelTransform_t631222241_StaticFields::get_offset_of_T2_21(), RijndaelTransform_t631222241_StaticFields::get_offset_of_T3_22(), RijndaelTransform_t631222241_StaticFields::get_offset_of_iT0_23(), RijndaelTransform_t631222241_StaticFields::get_offset_of_iT1_24(), RijndaelTransform_t631222241_StaticFields::get_offset_of_iT2_25(), RijndaelTransform_t631222241_StaticFields::get_offset_of_iT3_26(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize856 = { sizeof (RijndaelManagedTransform_t4102601014), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable856[2] = { RijndaelManagedTransform_t4102601014::get_offset_of__st_0(), RijndaelManagedTransform_t4102601014::get_offset_of__bs_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize857 = { sizeof (RIPEMD160_t268675434), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize858 = { sizeof (RIPEMD160Managed_t2491561941), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable858[5] = { RIPEMD160Managed_t2491561941::get_offset_of__ProcessingBuffer_4(), RIPEMD160Managed_t2491561941::get_offset_of__X_5(), RIPEMD160Managed_t2491561941::get_offset_of__HashValue_6(), RIPEMD160Managed_t2491561941::get_offset_of__Length_7(), RIPEMD160Managed_t2491561941::get_offset_of__ProcessingBufferCount_8(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize859 = { sizeof (RNGCryptoServiceProvider_t3397414743), -1, sizeof(RNGCryptoServiceProvider_t3397414743_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable859[2] = { RNGCryptoServiceProvider_t3397414743_StaticFields::get_offset_of__lock_0(), RNGCryptoServiceProvider_t3397414743::get_offset_of__handle_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize860 = { sizeof (RSA_t2385438082), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize861 = { sizeof (RSACryptoServiceProvider_t2683512874), -1, sizeof(RSACryptoServiceProvider_t2683512874_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable861[8] = { RSACryptoServiceProvider_t2683512874::get_offset_of_store_2(), RSACryptoServiceProvider_t2683512874::get_offset_of_persistKey_3(), RSACryptoServiceProvider_t2683512874::get_offset_of_persisted_4(), RSACryptoServiceProvider_t2683512874::get_offset_of_privateKeyExportable_5(), RSACryptoServiceProvider_t2683512874::get_offset_of_m_disposed_6(), RSACryptoServiceProvider_t2683512874::get_offset_of_rsa_7(), RSACryptoServiceProvider_t2683512874_StaticFields::get_offset_of_useMachineKeyStore_8(), RSACryptoServiceProvider_t2683512874_StaticFields::get_offset_of_U3CU3Ef__switchU24map2D_9(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize862 = { sizeof (RSAParameters_t1728406613)+ sizeof (RuntimeObject), sizeof(RSAParameters_t1728406613_marshaled_pinvoke), 0, 0 }; extern const int32_t g_FieldOffsetTable862[8] = { RSAParameters_t1728406613::get_offset_of_P_0() + static_cast(sizeof(RuntimeObject)), RSAParameters_t1728406613::get_offset_of_Q_1() + static_cast(sizeof(RuntimeObject)), RSAParameters_t1728406613::get_offset_of_D_2() + static_cast(sizeof(RuntimeObject)), RSAParameters_t1728406613::get_offset_of_DP_3() + static_cast(sizeof(RuntimeObject)), RSAParameters_t1728406613::get_offset_of_DQ_4() + static_cast(sizeof(RuntimeObject)), RSAParameters_t1728406613::get_offset_of_InverseQ_5() + static_cast(sizeof(RuntimeObject)), RSAParameters_t1728406613::get_offset_of_Modulus_6() + static_cast(sizeof(RuntimeObject)), RSAParameters_t1728406613::get_offset_of_Exponent_7() + static_cast(sizeof(RuntimeObject)), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize863 = { sizeof (RSAPKCS1KeyExchangeFormatter_t2761096101), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable863[2] = { RSAPKCS1KeyExchangeFormatter_t2761096101::get_offset_of_rsa_0(), RSAPKCS1KeyExchangeFormatter_t2761096101::get_offset_of_random_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize864 = { sizeof (RSAPKCS1SignatureDeformatter_t3767223008), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable864[2] = { RSAPKCS1SignatureDeformatter_t3767223008::get_offset_of_rsa_0(), RSAPKCS1SignatureDeformatter_t3767223008::get_offset_of_hashName_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize865 = { sizeof (RSAPKCS1SignatureFormatter_t1514197062), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable865[2] = { RSAPKCS1SignatureFormatter_t1514197062::get_offset_of_rsa_0(), RSAPKCS1SignatureFormatter_t1514197062::get_offset_of_hash_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize866 = { sizeof (SHA1_t1803193667), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize867 = { sizeof (SHA1Internal_t3251293021), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable867[5] = { SHA1Internal_t3251293021::get_offset_of__H_0(), SHA1Internal_t3251293021::get_offset_of_count_1(), SHA1Internal_t3251293021::get_offset_of__ProcessingBuffer_2(), SHA1Internal_t3251293021::get_offset_of__ProcessingBufferCount_3(), SHA1Internal_t3251293021::get_offset_of_buff_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize868 = { sizeof (SHA1CryptoServiceProvider_t3661059764), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable868[1] = { SHA1CryptoServiceProvider_t3661059764::get_offset_of_sha_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize869 = { sizeof (SHA1Managed_t1754513891), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable869[1] = { SHA1Managed_t1754513891::get_offset_of_sha_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize870 = { sizeof (SHA256_t3672283617), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize871 = { sizeof (SHA256Managed_t955042874), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable871[5] = { SHA256Managed_t955042874::get_offset_of__H_4(), SHA256Managed_t955042874::get_offset_of_count_5(), SHA256Managed_t955042874::get_offset_of__ProcessingBuffer_6(), SHA256Managed_t955042874::get_offset_of__ProcessingBufferCount_7(), SHA256Managed_t955042874::get_offset_of_buff_8(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize872 = { sizeof (SHA384_t540967702), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize873 = { sizeof (SHA384Managed_t74158575), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable873[14] = { SHA384Managed_t74158575::get_offset_of_xBuf_4(), SHA384Managed_t74158575::get_offset_of_xBufOff_5(), SHA384Managed_t74158575::get_offset_of_byteCount1_6(), SHA384Managed_t74158575::get_offset_of_byteCount2_7(), SHA384Managed_t74158575::get_offset_of_H1_8(), SHA384Managed_t74158575::get_offset_of_H2_9(), SHA384Managed_t74158575::get_offset_of_H3_10(), SHA384Managed_t74158575::get_offset_of_H4_11(), SHA384Managed_t74158575::get_offset_of_H5_12(), SHA384Managed_t74158575::get_offset_of_H6_13(), SHA384Managed_t74158575::get_offset_of_H7_14(), SHA384Managed_t74158575::get_offset_of_H8_15(), SHA384Managed_t74158575::get_offset_of_W_16(), SHA384Managed_t74158575::get_offset_of_wOff_17(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize874 = { sizeof (SHA512_t1346946930), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize875 = { sizeof (SHA512Managed_t1787336339), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable875[14] = { SHA512Managed_t1787336339::get_offset_of_xBuf_4(), SHA512Managed_t1787336339::get_offset_of_xBufOff_5(), SHA512Managed_t1787336339::get_offset_of_byteCount1_6(), SHA512Managed_t1787336339::get_offset_of_byteCount2_7(), SHA512Managed_t1787336339::get_offset_of_H1_8(), SHA512Managed_t1787336339::get_offset_of_H2_9(), SHA512Managed_t1787336339::get_offset_of_H3_10(), SHA512Managed_t1787336339::get_offset_of_H4_11(), SHA512Managed_t1787336339::get_offset_of_H5_12(), SHA512Managed_t1787336339::get_offset_of_H6_13(), SHA512Managed_t1787336339::get_offset_of_H7_14(), SHA512Managed_t1787336339::get_offset_of_H8_15(), SHA512Managed_t1787336339::get_offset_of_W_16(), SHA512Managed_t1787336339::get_offset_of_wOff_17(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize876 = { sizeof (SHAConstants_t1360924992), -1, sizeof(SHAConstants_t1360924992_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable876[2] = { SHAConstants_t1360924992_StaticFields::get_offset_of_K1_0(), SHAConstants_t1360924992_StaticFields::get_offset_of_K2_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize877 = { sizeof (SignatureDescription_t1971889425), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable877[4] = { SignatureDescription_t1971889425::get_offset_of__DeformatterAlgorithm_0(), SignatureDescription_t1971889425::get_offset_of__DigestAlgorithm_1(), SignatureDescription_t1971889425::get_offset_of__FormatterAlgorithm_2(), SignatureDescription_t1971889425::get_offset_of__KeyAlgorithm_3(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize878 = { sizeof (DSASignatureDescription_t1163053634), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize879 = { sizeof (RSAPKCS1SHA1SignatureDescription_t2887980541), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize880 = { sizeof (SymmetricAlgorithm_t4254223087), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable880[10] = { SymmetricAlgorithm_t4254223087::get_offset_of_BlockSizeValue_0(), SymmetricAlgorithm_t4254223087::get_offset_of_IVValue_1(), SymmetricAlgorithm_t4254223087::get_offset_of_KeySizeValue_2(), SymmetricAlgorithm_t4254223087::get_offset_of_KeyValue_3(), SymmetricAlgorithm_t4254223087::get_offset_of_LegalBlockSizesValue_4(), SymmetricAlgorithm_t4254223087::get_offset_of_LegalKeySizesValue_5(), SymmetricAlgorithm_t4254223087::get_offset_of_FeedbackSizeValue_6(), SymmetricAlgorithm_t4254223087::get_offset_of_ModeValue_7(), SymmetricAlgorithm_t4254223087::get_offset_of_PaddingValue_8(), SymmetricAlgorithm_t4254223087::get_offset_of_m_disposed_9(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize881 = { sizeof (ToBase64Transform_t2551557057), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable881[1] = { ToBase64Transform_t2551557057::get_offset_of_m_disposed_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize882 = { sizeof (TripleDES_t92303514), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize883 = { sizeof (TripleDESCryptoServiceProvider_t3595206342), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize884 = { sizeof (TripleDESTransform_t964169060), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable884[6] = { TripleDESTransform_t964169060::get_offset_of_E1_12(), TripleDESTransform_t964169060::get_offset_of_D2_13(), TripleDESTransform_t964169060::get_offset_of_E3_14(), TripleDESTransform_t964169060::get_offset_of_D1_15(), TripleDESTransform_t964169060::get_offset_of_E2_16(), TripleDESTransform_t964169060::get_offset_of_D3_17(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize885 = { sizeof (X509Certificate_t713131622), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable885[5] = { X509Certificate_t713131622::get_offset_of_x509_0(), X509Certificate_t713131622::get_offset_of_hideDates_1(), X509Certificate_t713131622::get_offset_of_cachedCertificateHash_2(), X509Certificate_t713131622::get_offset_of_issuer_name_3(), X509Certificate_t713131622::get_offset_of_subject_name_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize886 = { sizeof (X509KeyStorageFlags_t441861693)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable886[7] = { X509KeyStorageFlags_t441861693::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize887 = { sizeof (CodeAccessSecurityAttribute_t3236455365), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize888 = { sizeof (EnvironmentPermission_t1242010617), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable888[3] = { EnvironmentPermission_t1242010617::get_offset_of__state_0(), EnvironmentPermission_t1242010617::get_offset_of_readList_1(), EnvironmentPermission_t1242010617::get_offset_of_writeList_2(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize889 = { sizeof (EnvironmentPermissionAccess_t1745565475)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable889[5] = { EnvironmentPermissionAccess_t1745565475::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize890 = { sizeof (FileDialogPermission_t986095094), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable890[1] = { FileDialogPermission_t986095094::get_offset_of__access_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize891 = { sizeof (FileDialogPermissionAccess_t4172829844)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable891[5] = { FileDialogPermissionAccess_t4172829844::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize892 = { sizeof (FileIOPermission_t3596906749), -1, sizeof(FileIOPermission_t3596906749_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable892[9] = { FileIOPermission_t3596906749_StaticFields::get_offset_of_BadPathNameCharacters_0(), FileIOPermission_t3596906749_StaticFields::get_offset_of_BadFileNameCharacters_1(), FileIOPermission_t3596906749::get_offset_of_m_Unrestricted_2(), FileIOPermission_t3596906749::get_offset_of_m_AllFilesAccess_3(), FileIOPermission_t3596906749::get_offset_of_m_AllLocalFilesAccess_4(), FileIOPermission_t3596906749::get_offset_of_readList_5(), FileIOPermission_t3596906749::get_offset_of_writeList_6(), FileIOPermission_t3596906749::get_offset_of_appendList_7(), FileIOPermission_t3596906749::get_offset_of_pathList_8(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize893 = { sizeof (FileIOPermissionAccess_t1559273540)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable893[7] = { FileIOPermissionAccess_t1559273540::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize894 = { sizeof (GacIdentityPermission_t2991335275), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize895 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize896 = { sizeof (IsolatedStorageContainment_t3203638662)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable896[13] = { IsolatedStorageContainment_t3203638662::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize897 = { sizeof (IsolatedStorageFilePermission_t2861120981), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize898 = { sizeof (IsolatedStoragePermission_t2996329588), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable898[5] = { IsolatedStoragePermission_t2996329588::get_offset_of_m_userQuota_0(), IsolatedStoragePermission_t2996329588::get_offset_of_m_machineQuota_1(), IsolatedStoragePermission_t2996329588::get_offset_of_m_expirationDays_2(), IsolatedStoragePermission_t2996329588::get_offset_of_m_permanentData_3(), IsolatedStoragePermission_t2996329588::get_offset_of_m_allowed_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize899 = { 0, -1, 0, 0 }; #ifdef __clang__ #pragma clang diagnostic pop #endif