Mono.Security_CodeGen.c 103 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. // 0x00000001 System.String Locale::GetText(System.String)
  9. extern void Locale_GetText_m17007920E374AE1058DDEFCC0A368F83E9D2F7E0 (void);
  10. // 0x00000002 System.Void Mono.Security.ASN1::.ctor(System.Byte)
  11. extern void ASN1__ctor_mC8594B7A2376B58F26F1D0457B0F9F5880D87142 (void);
  12. // 0x00000003 System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[])
  13. extern void ASN1__ctor_mB8A19279E6079D30BB6A594ADAC7FEE89E822CDC (void);
  14. // 0x00000004 System.Void Mono.Security.ASN1::.ctor(System.Byte[])
  15. extern void ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E (void);
  16. // 0x00000005 System.Int32 Mono.Security.ASN1::get_Count()
  17. extern void ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583 (void);
  18. // 0x00000006 System.Byte Mono.Security.ASN1::get_Tag()
  19. extern void ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3 (void);
  20. // 0x00000007 System.Int32 Mono.Security.ASN1::get_Length()
  21. extern void ASN1_get_Length_mDC54AC43779B1704DE94DC80E7D94724CB68B37B (void);
  22. // 0x00000008 System.Byte[] Mono.Security.ASN1::get_Value()
  23. extern void ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2 (void);
  24. // 0x00000009 System.Void Mono.Security.ASN1::set_Value(System.Byte[])
  25. extern void ASN1_set_Value_mCA987F3A4CA629E76A62EB82CC0C9D448A66C13D (void);
  26. // 0x0000000A System.Boolean Mono.Security.ASN1::CompareArray(System.Byte[],System.Byte[])
  27. extern void ASN1_CompareArray_m75225C0D69F5453457497EEC2222D3AAC0387260 (void);
  28. // 0x0000000B System.Boolean Mono.Security.ASN1::CompareValue(System.Byte[])
  29. extern void ASN1_CompareValue_m97CD48E9C0E7F8498F7387FA79ED52999ACBE2BF (void);
  30. // 0x0000000C Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1)
  31. extern void ASN1_Add_m35AB44F469BE9C185A91D2E265A7DA6B27311F7B (void);
  32. // 0x0000000D System.Byte[] Mono.Security.ASN1::GetBytes()
  33. extern void ASN1_GetBytes_mDE8FEDD6687DE65668CA9C987B5A50063AAEDC02 (void);
  34. // 0x0000000E System.Void Mono.Security.ASN1::Decode(System.Byte[],System.Int32&,System.Int32)
  35. extern void ASN1_Decode_mFB5F309ED41074BEB2D4FCC6C49E6901EDCF3D87 (void);
  36. // 0x0000000F System.Void Mono.Security.ASN1::DecodeTLV(System.Byte[],System.Int32&,System.Byte&,System.Int32&,System.Byte[]&)
  37. extern void ASN1_DecodeTLV_m469B49047A31E0DE6D8E37D3153C284D4945EB03 (void);
  38. // 0x00000010 Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32)
  39. extern void ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50 (void);
  40. // 0x00000011 Mono.Security.ASN1 Mono.Security.ASN1::Element(System.Int32,System.Byte)
  41. extern void ASN1_Element_m4E95516A1A40A1CB12213D4FD39CA07DA81DD0C3 (void);
  42. // 0x00000012 System.String Mono.Security.ASN1::ToString()
  43. extern void ASN1_ToString_m5BCBD4583786543E88D243E197C218C748ADC356 (void);
  44. // 0x00000013 Mono.Security.ASN1 Mono.Security.ASN1Convert::FromInt32(System.Int32)
  45. extern void ASN1Convert_FromInt32_m2EB0E4A8D3D06D4EE1BEFD4F50E9021FF6B82FA2 (void);
  46. // 0x00000014 Mono.Security.ASN1 Mono.Security.ASN1Convert::FromOid(System.String)
  47. extern void ASN1Convert_FromOid_mB7601D9CF044DB51F7B944AFCEC2E3F5ECD027CB (void);
  48. // 0x00000015 Mono.Security.ASN1 Mono.Security.ASN1Convert::FromUnsignedBigInteger(System.Byte[])
  49. extern void ASN1Convert_FromUnsignedBigInteger_mAAE91D78A45905F09EF49AB626DD17B236A4708F (void);
  50. // 0x00000016 System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1)
  51. extern void ASN1Convert_ToInt32_m381CC48A18572F6F58C4332C3E07906562034A77 (void);
  52. // 0x00000017 System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1)
  53. extern void ASN1Convert_ToOid_m6F617C7AC370CC5D6EAC2F813D8F7B73A3D8F61F (void);
  54. // 0x00000018 System.DateTime Mono.Security.ASN1Convert::ToDateTime(Mono.Security.ASN1)
  55. extern void ASN1Convert_ToDateTime_mD2EC7545320E6CAFD22E5A6F2F8409D1159118C9 (void);
  56. // 0x00000019 System.Byte[] Mono.Security.BitConverterLE::GetUIntBytes(System.Byte*)
  57. extern void BitConverterLE_GetUIntBytes_m3771CE625EE76BB13B8C60BCBB038E412514E939 (void);
  58. // 0x0000001A System.Byte[] Mono.Security.BitConverterLE::GetULongBytes(System.Byte*)
  59. extern void BitConverterLE_GetULongBytes_mD1736555672A4C65073AC11A4834C4154E98FB62 (void);
  60. // 0x0000001B System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Int32)
  61. extern void BitConverterLE_GetBytes_mD4BDBCF2894D9C49D53420C8CAD0933372E8B698 (void);
  62. // 0x0000001C System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Int64)
  63. extern void BitConverterLE_GetBytes_mAC0A31D5BDECDED46B74E6237B43E0C06942C202 (void);
  64. // 0x0000001D System.Void Mono.Security.BitConverterLE::UShortFromBytes(System.Byte*,System.Byte[],System.Int32)
  65. extern void BitConverterLE_UShortFromBytes_mBD469A82102F3D353966478866504938B56A8426 (void);
  66. // 0x0000001E System.Void Mono.Security.BitConverterLE::UIntFromBytes(System.Byte*,System.Byte[],System.Int32)
  67. extern void BitConverterLE_UIntFromBytes_mA36A034275C86200AA54C5F926D5237509EC2FFB (void);
  68. // 0x0000001F System.UInt16 Mono.Security.BitConverterLE::ToUInt16(System.Byte[],System.Int32)
  69. extern void BitConverterLE_ToUInt16_m438310417017612011A2C4A2EAC3E78214BAEE2E (void);
  70. // 0x00000020 System.UInt32 Mono.Security.BitConverterLE::ToUInt32(System.Byte[],System.Int32)
  71. extern void BitConverterLE_ToUInt32_mC8279D5D93E3D4DAD1057AAF78ADD3A4F6C13754 (void);
  72. // 0x00000021 System.Void Mono.Security.PKCS7/ContentInfo::.ctor()
  73. extern void ContentInfo__ctor_mF4223283B123E27B30F936CCEFE18BEE4CC6430E (void);
  74. // 0x00000022 System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.String)
  75. extern void ContentInfo__ctor_m41A77A944949D15779BAF339738C337872DB32F9 (void);
  76. // 0x00000023 System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.Byte[])
  77. extern void ContentInfo__ctor_m3314A5824571AE429FD8181D94314025223D39F6 (void);
  78. // 0x00000024 System.Void Mono.Security.PKCS7/ContentInfo::.ctor(Mono.Security.ASN1)
  79. extern void ContentInfo__ctor_mEFAA11C9FAA8A91A3F5F7AC896B79AFB354569F6 (void);
  80. // 0x00000025 Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_ASN1()
  81. extern void ContentInfo_get_ASN1_m9F6079ADC3917582F67F7E4E9AFD596DABF57FDD (void);
  82. // 0x00000026 Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_Content()
  83. extern void ContentInfo_get_Content_m36F75EEFBB1ED3608A6270E02F059BDB553546EA (void);
  84. // 0x00000027 System.Void Mono.Security.PKCS7/ContentInfo::set_Content(Mono.Security.ASN1)
  85. extern void ContentInfo_set_Content_mD1D8952C8B0DFD36F7F811F11F2A4DB35EA9A992 (void);
  86. // 0x00000028 System.String Mono.Security.PKCS7/ContentInfo::get_ContentType()
  87. extern void ContentInfo_get_ContentType_m3042D4F065AD15EA03B33F6A266C9F1381D6A5FC (void);
  88. // 0x00000029 System.Void Mono.Security.PKCS7/ContentInfo::set_ContentType(System.String)
  89. extern void ContentInfo_set_ContentType_m21AC696B1C2DADCF1F39F12AA7B37160D5DA415D (void);
  90. // 0x0000002A Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::GetASN1()
  91. extern void ContentInfo_GetASN1_m76B0C44E6F6A92A8EE1811B7A635AF5383482939 (void);
  92. // 0x0000002B System.Void Mono.Security.PKCS7/EncryptedData::.ctor()
  93. extern void EncryptedData__ctor_m34900CCFBD74FE77EC9FD67B2E59A684410ECFF4 (void);
  94. // 0x0000002C System.Void Mono.Security.PKCS7/EncryptedData::.ctor(Mono.Security.ASN1)
  95. extern void EncryptedData__ctor_m9A93E0A9F1A322DD1161E80CD97BBBF33E1518BC (void);
  96. // 0x0000002D Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::get_EncryptionAlgorithm()
  97. extern void EncryptedData_get_EncryptionAlgorithm_m144F3DFCF4DB066A6A0E06DD048A8ADB8C2C5F0E (void);
  98. // 0x0000002E System.Byte[] Mono.Security.PKCS7/EncryptedData::get_EncryptedContent()
  99. extern void EncryptedData_get_EncryptedContent_mBA18486D808A211596313C21AD8D1CC4CA7AD675 (void);
  100. // 0x0000002F System.Void Mono.Security.X509.SafeBag::.ctor(System.String,Mono.Security.ASN1)
  101. extern void SafeBag__ctor_m973276E257F603A177341BF83CCE800308572428 (void);
  102. // 0x00000030 System.String Mono.Security.X509.SafeBag::get_BagOID()
  103. extern void SafeBag_get_BagOID_m343540F0D4671738426700CC96B54363F5764EF3 (void);
  104. // 0x00000031 Mono.Security.ASN1 Mono.Security.X509.SafeBag::get_ASN1()
  105. extern void SafeBag_get_ASN1_m6C25FC014EC17D3DFBF1776501F399BFB5B801FE (void);
  106. // 0x00000032 System.Void Mono.Security.X509.PKCS12::.ctor()
  107. extern void PKCS12__ctor_m2C3A9D367266B97FC064A3104F33F14E7CA336B2 (void);
  108. // 0x00000033 System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[])
  109. extern void PKCS12__ctor_mC3435853B3886DB71A02EF9BB5DA50B14FE6F568 (void);
  110. // 0x00000034 System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String)
  111. extern void PKCS12__ctor_m4AFF7725F36989AD1EA655F0FFF08131080935F7 (void);
  112. // 0x00000035 System.Void Mono.Security.X509.PKCS12::Decode(System.Byte[])
  113. extern void PKCS12_Decode_m92F85AD166F6FD30B8095A1802A67B71C4EF16F9 (void);
  114. // 0x00000036 System.Void Mono.Security.X509.PKCS12::Finalize()
  115. extern void PKCS12_Finalize_m6C21E70EAE916B8B15F54B77B11EF4D721AB41F7 (void);
  116. // 0x00000037 System.Void Mono.Security.X509.PKCS12::set_Password(System.String)
  117. extern void PKCS12_set_Password_mA9595BF56C8818CEA990CDFDF070F8CCE3712508 (void);
  118. // 0x00000038 System.Int32 Mono.Security.X509.PKCS12::get_IterationCount()
  119. extern void PKCS12_get_IterationCount_mD6667CEE876C66BB29AB55C452C3A465F99EBEB8 (void);
  120. // 0x00000039 System.Void Mono.Security.X509.PKCS12::set_IterationCount(System.Int32)
  121. extern void PKCS12_set_IterationCount_m94CB8346FCD5BCE07B4926677BF9160A7E589C7E (void);
  122. // 0x0000003A System.Collections.ArrayList Mono.Security.X509.PKCS12::get_Keys()
  123. extern void PKCS12_get_Keys_mF69C21C35BE9D58466CBE352CDEC5A0AE3902538 (void);
  124. // 0x0000003B Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates()
  125. extern void PKCS12_get_Certificates_mE05BEE6C455D980C46349BE7C82BE2FF72F85B90 (void);
  126. // 0x0000003C System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::get_RNG()
  127. extern void PKCS12_get_RNG_mE557DA5512C63B0ADC8F56335450EEE761A6BDE7 (void);
  128. // 0x0000003D System.Boolean Mono.Security.X509.PKCS12::Compare(System.Byte[],System.Byte[])
  129. extern void PKCS12_Compare_m1C812D4B2A828A8515A83C0B71332694C61B1212 (void);
  130. // 0x0000003E System.Security.Cryptography.SymmetricAlgorithm Mono.Security.X509.PKCS12::GetSymmetricAlgorithm(System.String,System.Byte[],System.Int32)
  131. extern void PKCS12_GetSymmetricAlgorithm_m68640DA1843E0C7B3D7E6E997B664D1D50925413 (void);
  132. // 0x0000003F System.Byte[] Mono.Security.X509.PKCS12::Decrypt(System.String,System.Byte[],System.Int32,System.Byte[])
  133. extern void PKCS12_Decrypt_mA078FC6312A5C6C61A3CE809298D9E2050DED87E (void);
  134. // 0x00000040 System.Byte[] Mono.Security.X509.PKCS12::Decrypt(Mono.Security.PKCS7/EncryptedData)
  135. extern void PKCS12_Decrypt_m6782F064501C10164112A00EFD967D2344DB6063 (void);
  136. // 0x00000041 System.Byte[] Mono.Security.X509.PKCS12::Encrypt(System.String,System.Byte[],System.Int32,System.Byte[])
  137. extern void PKCS12_Encrypt_m1640A390A879462A656D073A2267C6AD38E61CB5 (void);
  138. // 0x00000042 System.Security.Cryptography.DSAParameters Mono.Security.X509.PKCS12::GetExistingParameters(System.Boolean&)
  139. extern void PKCS12_GetExistingParameters_m49980E57F84DD26EBD0FED15B74BC7487B763638 (void);
  140. // 0x00000043 System.Void Mono.Security.X509.PKCS12::AddPrivateKey(Mono.Security.Cryptography.PKCS8/PrivateKeyInfo)
  141. extern void PKCS12_AddPrivateKey_m8E91D17BD87567983B254E7EB719F44A8047837E (void);
  142. // 0x00000044 System.Void Mono.Security.X509.PKCS12::ReadSafeBag(Mono.Security.ASN1)
  143. extern void PKCS12_ReadSafeBag_m16BFBB40B927D1B274255CF57741141FBCB834DB (void);
  144. // 0x00000045 Mono.Security.ASN1 Mono.Security.X509.PKCS12::CertificateSafeBag(Mono.Security.X509.X509Certificate,System.Collections.IDictionary)
  145. extern void PKCS12_CertificateSafeBag_m587E31F0A421678447232D6D8ECAD7BC063AE54D (void);
  146. // 0x00000046 System.Byte[] Mono.Security.X509.PKCS12::MAC(System.Byte[],System.Byte[],System.Int32,System.Byte[])
  147. extern void PKCS12_MAC_m1EF1FB9F78CBD90D875D6BAB93378DBA0FFE61BA (void);
  148. // 0x00000047 System.Byte[] Mono.Security.X509.PKCS12::GetBytes()
  149. extern void PKCS12_GetBytes_m0B19E45AA29DC127A38A85A63A829ABDCFEC9519 (void);
  150. // 0x00000048 Mono.Security.PKCS7/ContentInfo Mono.Security.X509.PKCS12::EncryptedContentInfo(Mono.Security.ASN1,System.String)
  151. extern void PKCS12_EncryptedContentInfo_m9AC465A9CA767FB62CF6B259CCA7378A9F4D57D3 (void);
  152. // 0x00000049 System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate)
  153. extern void PKCS12_AddCertificate_mEEFA7AA96BF3F499CE0336B916A25754D0319279 (void);
  154. // 0x0000004A System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary)
  155. extern void PKCS12_AddCertificate_m16BB5FCA34E2D10F9D7F19E591E0A89B1A923182 (void);
  156. // 0x0000004B System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate)
  157. extern void PKCS12_RemoveCertificate_mF336A1EB38CE70BA57854AE11E8058C4914C5B1D (void);
  158. // 0x0000004C System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary)
  159. extern void PKCS12_RemoveCertificate_m11339855E109F5EB8C987EA4FDD41174ED44E3A6 (void);
  160. // 0x0000004D System.Object Mono.Security.X509.PKCS12::Clone()
  161. extern void PKCS12_Clone_mD16A0ABD06350861F3D334A873D1790CAA13AF0C (void);
  162. // 0x0000004E System.Int32 Mono.Security.X509.PKCS12::get_MaximumPasswordLength()
  163. extern void PKCS12_get_MaximumPasswordLength_mEB3EAAFECAB13715A0D20670E3DF2C6BE1D3A20C (void);
  164. // 0x0000004F System.Void Mono.Security.X509.PKCS12::.cctor()
  165. extern void PKCS12__cctor_m83F93331904B1843A598D57ADF9FA1873F9933CA (void);
  166. // 0x00000050 System.Void Mono.Security.X509.PKCS12/DeriveBytes::.ctor()
  167. extern void DeriveBytes__ctor_m2019E1467DEBC9341D451E160A88FDB35311526B (void);
  168. // 0x00000051 System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_HashName(System.String)
  169. extern void DeriveBytes_set_HashName_m0F931681375810B9E08DA4280BADE04FE4AC998A (void);
  170. // 0x00000052 System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_IterationCount(System.Int32)
  171. extern void DeriveBytes_set_IterationCount_mA03E73C42D2C1A4E81E537CDFAEB128B629AD05A (void);
  172. // 0x00000053 System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_Password(System.Byte[])
  173. extern void DeriveBytes_set_Password_mF8409B8C5B608689A8054B8118494EE5B4F26B2B (void);
  174. // 0x00000054 System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_Salt(System.Byte[])
  175. extern void DeriveBytes_set_Salt_m4276D3746D53D4CD49A54E99A94B5936CB325143 (void);
  176. // 0x00000055 System.Void Mono.Security.X509.PKCS12/DeriveBytes::Adjust(System.Byte[],System.Int32,System.Byte[])
  177. extern void DeriveBytes_Adjust_mD75D44B02A7BD2A607D6B00853917CA6096A9259 (void);
  178. // 0x00000056 System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::Derive(System.Byte[],System.Int32)
  179. extern void DeriveBytes_Derive_mCDAFFDF120F6CD3F058A5A86FA1F4D9DC735850F (void);
  180. // 0x00000057 System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveKey(System.Int32)
  181. extern void DeriveBytes_DeriveKey_m2FBFDDCCA679D069B66CAC8D868761B663AF0176 (void);
  182. // 0x00000058 System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveIV(System.Int32)
  183. extern void DeriveBytes_DeriveIV_m6D75D59C79495FB8E22C3E9334D7465FE95495F5 (void);
  184. // 0x00000059 System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveMAC(System.Int32)
  185. extern void DeriveBytes_DeriveMAC_mD9A65467231155B8627A9DCE61292B62E2C0FF4C (void);
  186. // 0x0000005A System.Void Mono.Security.X509.PKCS12/DeriveBytes::.cctor()
  187. extern void DeriveBytes__cctor_m2AA51D34DE85F489C9083EEBB16C1F20388828D2 (void);
  188. // 0x0000005B System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1)
  189. extern void X501_ToString_m5642D66AE92CB5912DD4FB596765E0D22D7CBDCE (void);
  190. // 0x0000005C System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1,System.Boolean,System.String,System.Boolean)
  191. extern void X501_ToString_m8D5865C9B957913400DFD4616B029E4C51534AF4 (void);
  192. // 0x0000005D System.Void Mono.Security.X509.X501::AppendEntry(System.Text.StringBuilder,Mono.Security.ASN1,System.Boolean)
  193. extern void X501_AppendEntry_mDFC68FB812C06981FCF382A207324D17262A0C0D (void);
  194. // 0x0000005E System.Void Mono.Security.X509.X501::.cctor()
  195. extern void X501__cctor_m36610A2EA5490C1343744129669F70D22E919119 (void);
  196. // 0x0000005F System.Void Mono.Security.X509.X509Certificate::Parse(System.Byte[])
  197. extern void X509Certificate_Parse_m15676F2FCCCC09A464A379388E72EF516294EE4A (void);
  198. // 0x00000060 System.Void Mono.Security.X509.X509Certificate::.ctor(System.Byte[])
  199. extern void X509Certificate__ctor_m7FA1715862C599E29CCABC13D2BE7C60B5BA4792 (void);
  200. // 0x00000061 System.Byte[] Mono.Security.X509.X509Certificate::GetUnsignedBigInteger(System.Byte[])
  201. extern void X509Certificate_GetUnsignedBigInteger_m4CC94B40B76210414C947B214FE5F29ED45D7300 (void);
  202. // 0x00000062 System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::get_DSA()
  203. extern void X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE (void);
  204. // 0x00000063 System.Void Mono.Security.X509.X509Certificate::set_DSA(System.Security.Cryptography.DSA)
  205. extern void X509Certificate_set_DSA_m511B0FC59596BFF6E0F8CC3A32EDFECC7FCC309A (void);
  206. // 0x00000064 System.String Mono.Security.X509.X509Certificate::get_IssuerName()
  207. extern void X509Certificate_get_IssuerName_mF4DE5485C1769E236507A06AB9A019D4CBEC2DBC (void);
  208. // 0x00000065 System.String Mono.Security.X509.X509Certificate::get_KeyAlgorithm()
  209. extern void X509Certificate_get_KeyAlgorithm_m3B359051CA12475AF2F5D272BA50A21638C38060 (void);
  210. // 0x00000066 System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters()
  211. extern void X509Certificate_get_KeyAlgorithmParameters_m7FB8B497058805070A26ED01B044762BA8DAD208 (void);
  212. // 0x00000067 System.Byte[] Mono.Security.X509.X509Certificate::get_PublicKey()
  213. extern void X509Certificate_get_PublicKey_m7F0D3BB209A1D53384A6B9B64B150A0114600B40 (void);
  214. // 0x00000068 System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA()
  215. extern void X509Certificate_get_RSA_m8023D47A5A328CC36542F011FAE442C55DF5484C (void);
  216. // 0x00000069 System.Void Mono.Security.X509.X509Certificate::set_RSA(System.Security.Cryptography.RSA)
  217. extern void X509Certificate_set_RSA_m5A79E3ADA7C161152EC22B8BAEB50A5DF64E67B2 (void);
  218. // 0x0000006A System.Byte[] Mono.Security.X509.X509Certificate::get_RawData()
  219. extern void X509Certificate_get_RawData_m45921F514ED4F62E16860CB29C7F6EB0A22B8D55 (void);
  220. // 0x0000006B System.Byte[] Mono.Security.X509.X509Certificate::get_SerialNumber()
  221. extern void X509Certificate_get_SerialNumber_mD54E528D75C47789C4A827C08CF0C1D74BEFA800 (void);
  222. // 0x0000006C System.String Mono.Security.X509.X509Certificate::get_SignatureAlgorithm()
  223. extern void X509Certificate_get_SignatureAlgorithm_m374034F77CE5EA3F3313D7288EA813BB8B55076D (void);
  224. // 0x0000006D System.String Mono.Security.X509.X509Certificate::get_SubjectName()
  225. extern void X509Certificate_get_SubjectName_mF5717476467F963787451A91B29EFF5DEE68A196 (void);
  226. // 0x0000006E System.DateTime Mono.Security.X509.X509Certificate::get_ValidFrom()
  227. extern void X509Certificate_get_ValidFrom_mC6CA06F65FD18BE153C6630672F66AA41CD87905 (void);
  228. // 0x0000006F System.DateTime Mono.Security.X509.X509Certificate::get_ValidUntil()
  229. extern void X509Certificate_get_ValidUntil_m90D8928517FDA09867F85CFCA12DBD83B1ADD936 (void);
  230. // 0x00000070 System.Int32 Mono.Security.X509.X509Certificate::get_Version()
  231. extern void X509Certificate_get_Version_m7F5AC7485BDA381B4DB38AAE166C99099A30F807 (void);
  232. // 0x00000071 Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetIssuerName()
  233. extern void X509Certificate_GetIssuerName_m1836645D98FFEA2DEDD0908739BE9BAAEF941C8F (void);
  234. // 0x00000072 Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetSubjectName()
  235. extern void X509Certificate_GetSubjectName_m203434EA1EE1423391C7C3C207678547F6FB30B9 (void);
  236. // 0x00000073 System.Void Mono.Security.X509.X509Certificate::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  237. extern void X509Certificate_GetObjectData_m63BC5426BF07B5B664E07F88035C91FFCA764FE6 (void);
  238. // 0x00000074 System.Byte[] Mono.Security.X509.X509Certificate::PEM(System.String,System.Byte[])
  239. extern void X509Certificate_PEM_mD8104BC57E70AB093D2CC738064FE105C92DEA3C (void);
  240. // 0x00000075 System.Void Mono.Security.X509.X509Certificate::.cctor()
  241. extern void X509Certificate__cctor_mE95E24A9AA1D95948E877ABEF88FDF009B66DE0A (void);
  242. // 0x00000076 System.Void Mono.Security.X509.X509CertificateCollection::.ctor()
  243. extern void X509CertificateCollection__ctor_m396311D5C3AD79E6C5E57D1DB95A2CC5337CC27F (void);
  244. // 0x00000077 Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection::get_Item(System.Int32)
  245. extern void X509CertificateCollection_get_Item_m4E96E557BD88971E73DA7208A98FCEB9ED4224CE (void);
  246. // 0x00000078 System.Int32 Mono.Security.X509.X509CertificateCollection::Add(Mono.Security.X509.X509Certificate)
  247. extern void X509CertificateCollection_Add_m2D0875CC263D621BD6FA6C64D78DCB1027AB4F0B (void);
  248. // 0x00000079 Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator Mono.Security.X509.X509CertificateCollection::GetEnumerator()
  249. extern void X509CertificateCollection_GetEnumerator_m050B5C64D03FBAA3D67803F0FF4240C708C08BD4 (void);
  250. // 0x0000007A System.Collections.IEnumerator Mono.Security.X509.X509CertificateCollection::System.Collections.IEnumerable.GetEnumerator()
  251. extern void X509CertificateCollection_System_Collections_IEnumerable_GetEnumerator_mB99852AD08EAD5895FF680CD9C2F34F6A2D05973 (void);
  252. // 0x0000007B System.Int32 Mono.Security.X509.X509CertificateCollection::GetHashCode()
  253. extern void X509CertificateCollection_GetHashCode_mB7BB3C4C18D899CB171C25878FDB34DDA65874D4 (void);
  254. // 0x0000007C System.Void Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::.ctor(Mono.Security.X509.X509CertificateCollection)
  255. extern void X509CertificateEnumerator__ctor_m121D2627B82462B1F3AF7637F188AA1013879E1D (void);
  256. // 0x0000007D Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::get_Current()
  257. extern void X509CertificateEnumerator_get_Current_mA9AD4D624A06130CD4A92FCDC0B03A52425D5BE6 (void);
  258. // 0x0000007E System.Object Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::System.Collections.IEnumerator.get_Current()
  259. extern void X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m60E14E055A388DEF34E5D4AB19A73C2789D8B00B (void);
  260. // 0x0000007F System.Boolean Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::System.Collections.IEnumerator.MoveNext()
  261. extern void X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m7F2C17CFD3DFD79B14CCEF343CA9C593C064169F (void);
  262. // 0x00000080 System.Void Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::System.Collections.IEnumerator.Reset()
  263. extern void X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m6B7E6EE6C087A2833A11BAF537C0D162619AF889 (void);
  264. // 0x00000081 System.Boolean Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::MoveNext()
  265. extern void X509CertificateEnumerator_MoveNext_m6D9B757FF19EE0AB676DF601D145009646579840 (void);
  266. // 0x00000082 System.Void Mono.Security.X509.X509Extension::.ctor(Mono.Security.ASN1)
  267. extern void X509Extension__ctor_m3BD78211E43E218299519AF5F88401FB04125D5E (void);
  268. // 0x00000083 System.Void Mono.Security.X509.X509Extension::Decode()
  269. extern void X509Extension_Decode_mDBF2A6CD351657AC30CF814773875980B8416B6D (void);
  270. // 0x00000084 System.Boolean Mono.Security.X509.X509Extension::Equals(System.Object)
  271. extern void X509Extension_Equals_m403EE7A4F4D43675B0BB6730A39CD42912B7599A (void);
  272. // 0x00000085 System.Int32 Mono.Security.X509.X509Extension::GetHashCode()
  273. extern void X509Extension_GetHashCode_mA7830F122F939F9EB6D5646EFB9291C88AE13BD8 (void);
  274. // 0x00000086 System.Void Mono.Security.X509.X509Extension::WriteLine(System.Text.StringBuilder,System.Int32,System.Int32)
  275. extern void X509Extension_WriteLine_m1DBD25537F4F46111B5C26CAA1C5C3AEEC46457F (void);
  276. // 0x00000087 System.String Mono.Security.X509.X509Extension::ToString()
  277. extern void X509Extension_ToString_m07EA0FEC3637C52634AD5F6F23C3B849F1A10E97 (void);
  278. // 0x00000088 System.Void Mono.Security.X509.X509ExtensionCollection::.ctor()
  279. extern void X509ExtensionCollection__ctor_mA4B27732F618D126931E8402D567F66D798652BE (void);
  280. // 0x00000089 System.Void Mono.Security.X509.X509ExtensionCollection::.ctor(Mono.Security.ASN1)
  281. extern void X509ExtensionCollection__ctor_m8EBE054B35F089A5E46889F53CFB3D16B6FAD07A (void);
  282. // 0x0000008A System.Collections.IEnumerator Mono.Security.X509.X509ExtensionCollection::System.Collections.IEnumerable.GetEnumerator()
  283. extern void X509ExtensionCollection_System_Collections_IEnumerable_GetEnumerator_m5EFA7D8288E00B93FE4BFEBA2C380B444B7D0077 (void);
  284. // 0x0000008B System.Void Mono.Security.Protocol.Ntlm.ChallengeResponse::.ctor()
  285. extern void ChallengeResponse__ctor_m9AB5BB314A3B4DA781379FDA60EDACE1B612D4DA (void);
  286. // 0x0000008C System.Void Mono.Security.Protocol.Ntlm.ChallengeResponse::.ctor(System.String,System.Byte[])
  287. extern void ChallengeResponse__ctor_mD3249EC1AC5791EDED79465BDA7B1D0AB77F5BAB (void);
  288. // 0x0000008D System.Void Mono.Security.Protocol.Ntlm.ChallengeResponse::Finalize()
  289. extern void ChallengeResponse_Finalize_m41DC5E1AC5386B987F8BE1DE2DC4FDBB20929279 (void);
  290. // 0x0000008E System.Void Mono.Security.Protocol.Ntlm.ChallengeResponse::set_Password(System.String)
  291. extern void ChallengeResponse_set_Password_m2C40AAC4DBCB2A21C86BA4E843F8940EE3E3AA74 (void);
  292. // 0x0000008F System.Void Mono.Security.Protocol.Ntlm.ChallengeResponse::set_Challenge(System.Byte[])
  293. extern void ChallengeResponse_set_Challenge_m9A643069958E5736F347B896EAA4036F212619AF (void);
  294. // 0x00000090 System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse::get_LM()
  295. extern void ChallengeResponse_get_LM_m1AEFEEE449F34F9C182DB77604FEAACA23B18692 (void);
  296. // 0x00000091 System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse::get_NT()
  297. extern void ChallengeResponse_get_NT_m95D486C2DA61C32DD3D6D32121152F1377E160AC (void);
  298. // 0x00000092 System.Void Mono.Security.Protocol.Ntlm.ChallengeResponse::Dispose()
  299. extern void ChallengeResponse_Dispose_m351D50B1024F5C998E8F7CD2BC0378836F762E68 (void);
  300. // 0x00000093 System.Void Mono.Security.Protocol.Ntlm.ChallengeResponse::Dispose(System.Boolean)
  301. extern void ChallengeResponse_Dispose_m8D2FF46F25966BC750707577091D1D5BEB6A88D4 (void);
  302. // 0x00000094 System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse::GetResponse(System.Byte[])
  303. extern void ChallengeResponse_GetResponse_mE63016701E0F71486B265CFA8479176E60E6BBCF (void);
  304. // 0x00000095 System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse::PrepareDESKey(System.Byte[],System.Int32)
  305. extern void ChallengeResponse_PrepareDESKey_m79CC400AD38861BB663761F665083FC51D9F4806 (void);
  306. // 0x00000096 System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse::PasswordToKey(System.String,System.Int32)
  307. extern void ChallengeResponse_PasswordToKey_m33769E342E40CA6B41ECFADD47A089A4FA105A19 (void);
  308. // 0x00000097 System.Void Mono.Security.Protocol.Ntlm.ChallengeResponse::.cctor()
  309. extern void ChallengeResponse__cctor_mB87674F8C8BF2A25B0F00AFBEE93AE06FB71F6A5 (void);
  310. // 0x00000098 System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse2::Compute_LM(System.String,System.Byte[])
  311. extern void ChallengeResponse2_Compute_LM_m67DF53AB590CCD39DC08F9C64D0643A44C964409 (void);
  312. // 0x00000099 System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse2::Compute_NTLM_Password(System.String)
  313. extern void ChallengeResponse2_Compute_NTLM_Password_m0774C73D0A81C974FFFBF5ED82C9A64A5E0BC43E (void);
  314. // 0x0000009A System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse2::Compute_NTLM(System.String,System.Byte[])
  315. extern void ChallengeResponse2_Compute_NTLM_mB60677954C7D2E1F6BBCCF3F8AE144E00EC83750 (void);
  316. // 0x0000009B System.Void Mono.Security.Protocol.Ntlm.ChallengeResponse2::Compute_NTLMv2_Session(System.String,System.Byte[],System.Byte[]&,System.Byte[]&)
  317. extern void ChallengeResponse2_Compute_NTLMv2_Session_m68A2A2ED92A7FA474246DB7374141E1ACD867EC7 (void);
  318. // 0x0000009C System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse2::Compute_NTLMv2(Mono.Security.Protocol.Ntlm.Type2Message,System.String,System.String,System.String)
  319. extern void ChallengeResponse2_Compute_NTLMv2_mB4AF4279146889D2701751C7CF8C22F354BBF790 (void);
  320. // 0x0000009D System.Void Mono.Security.Protocol.Ntlm.ChallengeResponse2::Compute(Mono.Security.Protocol.Ntlm.Type2Message,Mono.Security.Protocol.Ntlm.NtlmAuthLevel,System.String,System.String,System.String,System.Byte[]&,System.Byte[]&)
  321. extern void ChallengeResponse2_Compute_m4437BC09F39276EDC80E4EC3D9787E661B36285D (void);
  322. // 0x0000009E System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse2::GetResponse(System.Byte[],System.Byte[])
  323. extern void ChallengeResponse2_GetResponse_mA50AB3012F89CA95472EC7A42537DF2899C02770 (void);
  324. // 0x0000009F System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse2::PrepareDESKey(System.Byte[],System.Int32)
  325. extern void ChallengeResponse2_PrepareDESKey_m2DB3EAC3E1FFCEABB2D3A015DCB2F14E74B10A62 (void);
  326. // 0x000000A0 System.Byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse2::PasswordToKey(System.String,System.Int32)
  327. extern void ChallengeResponse2_PasswordToKey_m71F2837B4BAD276D72D459BDBAC9D1DD8EADFE4B (void);
  328. // 0x000000A1 System.Void Mono.Security.Protocol.Ntlm.ChallengeResponse2::.cctor()
  329. extern void ChallengeResponse2__cctor_mD9C56C2F966A924A7A5A4596E07663AC19C3A71B (void);
  330. // 0x000000A2 System.Void Mono.Security.Protocol.Ntlm.MessageBase::.ctor(System.Int32)
  331. extern void MessageBase__ctor_m50DC62C3817557901B57A9DA379FC72C471D06C9 (void);
  332. // 0x000000A3 Mono.Security.Protocol.Ntlm.NtlmFlags Mono.Security.Protocol.Ntlm.MessageBase::get_Flags()
  333. extern void MessageBase_get_Flags_mCE07CBFE2DC30070AF05C0CEAC5F9037A0F95388 (void);
  334. // 0x000000A4 System.Void Mono.Security.Protocol.Ntlm.MessageBase::set_Flags(Mono.Security.Protocol.Ntlm.NtlmFlags)
  335. extern void MessageBase_set_Flags_m541C31E93BBBD1DB08B57CD52070479CE33D6CA6 (void);
  336. // 0x000000A5 System.Int32 Mono.Security.Protocol.Ntlm.MessageBase::get_Type()
  337. extern void MessageBase_get_Type_m077A1703299E133EBBEC74D1A2273D9C2E8C0591 (void);
  338. // 0x000000A6 System.Byte[] Mono.Security.Protocol.Ntlm.MessageBase::PrepareMessage(System.Int32)
  339. extern void MessageBase_PrepareMessage_m8D013C3AAF44609F8027202C66E307D6325FCC58 (void);
  340. // 0x000000A7 System.Void Mono.Security.Protocol.Ntlm.MessageBase::Decode(System.Byte[])
  341. extern void MessageBase_Decode_mF3B45F0056F12C90B6E6D1953C5EA9E45A9875A7 (void);
  342. // 0x000000A8 System.Boolean Mono.Security.Protocol.Ntlm.MessageBase::CheckHeader(System.Byte[])
  343. extern void MessageBase_CheckHeader_m5F11E8B2C1F41543DFBED6711F1C8BC3652B3E40 (void);
  344. // 0x000000A9 System.Byte[] Mono.Security.Protocol.Ntlm.MessageBase::GetBytes()
  345. // 0x000000AA System.Void Mono.Security.Protocol.Ntlm.MessageBase::.cctor()
  346. extern void MessageBase__cctor_mE8AEE7E5A8A8790B3B932F33BF6436E1546770A1 (void);
  347. // 0x000000AB Mono.Security.Protocol.Ntlm.NtlmAuthLevel Mono.Security.Protocol.Ntlm.NtlmSettings::get_DefaultAuthLevel()
  348. extern void NtlmSettings_get_DefaultAuthLevel_m735BFF525B64E87BB561BD481210A5494E576F8B (void);
  349. // 0x000000AC System.Void Mono.Security.Protocol.Ntlm.NtlmSettings::.cctor()
  350. extern void NtlmSettings__cctor_m07E0C8BC13C5BB892017416171C92693469661CC (void);
  351. // 0x000000AD System.Void Mono.Security.Protocol.Ntlm.Type1Message::.ctor()
  352. extern void Type1Message__ctor_m395D0C93B2BB6810831A2D5DF36C15EFDC93DE08 (void);
  353. // 0x000000AE System.Void Mono.Security.Protocol.Ntlm.Type1Message::set_Domain(System.String)
  354. extern void Type1Message_set_Domain_m38C0D490939A07EE001A4F1CD68C0158E258096B (void);
  355. // 0x000000AF System.Void Mono.Security.Protocol.Ntlm.Type1Message::set_Host(System.String)
  356. extern void Type1Message_set_Host_m4DADB35E49A8FBD538A1AD49E73C30973AB7BDB5 (void);
  357. // 0x000000B0 System.Void Mono.Security.Protocol.Ntlm.Type1Message::Decode(System.Byte[])
  358. extern void Type1Message_Decode_m614A700BB20577D907D8BD66796EBAFCADC81B62 (void);
  359. // 0x000000B1 System.Byte[] Mono.Security.Protocol.Ntlm.Type1Message::GetBytes()
  360. extern void Type1Message_GetBytes_m6AD590F28D7E840F279F6A2D7D39EE24FF9CCC6C (void);
  361. // 0x000000B2 System.Void Mono.Security.Protocol.Ntlm.Type2Message::.ctor(System.Byte[])
  362. extern void Type2Message__ctor_mF86941DD8A7EF8888CDF790C8E4FC49673D21FA0 (void);
  363. // 0x000000B3 System.Void Mono.Security.Protocol.Ntlm.Type2Message::Finalize()
  364. extern void Type2Message_Finalize_mEEC0D84B67163440B1A9DC4C868D0FD13FB3267E (void);
  365. // 0x000000B4 System.Byte[] Mono.Security.Protocol.Ntlm.Type2Message::get_Nonce()
  366. extern void Type2Message_get_Nonce_mB6FEEA67D50C4395AB545C91F06F30C4DE71DBF3 (void);
  367. // 0x000000B5 System.String Mono.Security.Protocol.Ntlm.Type2Message::get_TargetName()
  368. extern void Type2Message_get_TargetName_mBA446F3B266BBEC1B56A3C8C320FF004105D8A2F (void);
  369. // 0x000000B6 System.Byte[] Mono.Security.Protocol.Ntlm.Type2Message::get_TargetInfo()
  370. extern void Type2Message_get_TargetInfo_m6EA54F5C8020067B45960FBD55D0FE8BEE002BBC (void);
  371. // 0x000000B7 System.Void Mono.Security.Protocol.Ntlm.Type2Message::Decode(System.Byte[])
  372. extern void Type2Message_Decode_m69B2777BF0D111CEAB31DBF1DB88BF30258018E7 (void);
  373. // 0x000000B8 System.Byte[] Mono.Security.Protocol.Ntlm.Type2Message::GetBytes()
  374. extern void Type2Message_GetBytes_m2F1677E7C49619D99881E52F99D6809B9B1C2CD4 (void);
  375. // 0x000000B9 System.Void Mono.Security.Protocol.Ntlm.Type3Message::.ctor(Mono.Security.Protocol.Ntlm.Type2Message)
  376. extern void Type3Message__ctor_mCE4962FBD2E02548911C84E16883C5A09000D216 (void);
  377. // 0x000000BA System.Void Mono.Security.Protocol.Ntlm.Type3Message::Finalize()
  378. extern void Type3Message_Finalize_m834B5B8F8702B4E948C4053E0CE6E17103A83B17 (void);
  379. // 0x000000BB System.Void Mono.Security.Protocol.Ntlm.Type3Message::set_Domain(System.String)
  380. extern void Type3Message_set_Domain_mA62BE8C9225B57D959F636664EB4C44D6CF4F125 (void);
  381. // 0x000000BC System.Void Mono.Security.Protocol.Ntlm.Type3Message::set_Password(System.String)
  382. extern void Type3Message_set_Password_m73943B4C66A60ECFC287DE55FC0C284371A3F37C (void);
  383. // 0x000000BD System.Void Mono.Security.Protocol.Ntlm.Type3Message::set_Username(System.String)
  384. extern void Type3Message_set_Username_m6FF8B1FAF6720A561A339F4DBFC9DC5138F3B3BF (void);
  385. // 0x000000BE System.Void Mono.Security.Protocol.Ntlm.Type3Message::Decode(System.Byte[])
  386. extern void Type3Message_Decode_m33FA8CE104BDAF3213E6E302A231DF8F013EA55D (void);
  387. // 0x000000BF System.String Mono.Security.Protocol.Ntlm.Type3Message::DecodeString(System.Byte[],System.Int32,System.Int32)
  388. extern void Type3Message_DecodeString_m217609F9F466DB06CDB43810BDD62F4C61DB5E13 (void);
  389. // 0x000000C0 System.Byte[] Mono.Security.Protocol.Ntlm.Type3Message::EncodeString(System.String)
  390. extern void Type3Message_EncodeString_m6366EF5F1CFB8459CD9C4D1ACDC8B8DD4C89065F (void);
  391. // 0x000000C1 System.Byte[] Mono.Security.Protocol.Ntlm.Type3Message::GetBytes()
  392. extern void Type3Message_GetBytes_mCC6E1AB3AD93CDD7A752EDD7E20A85F0CF09F6C1 (void);
  393. // 0x000000C2 Mono.Security.Interface.AlertLevel Mono.Security.Interface.Alert::get_Level()
  394. extern void Alert_get_Level_m79BFD90DAFD793E70EC7AA52BBECC3AB912A43DF (void);
  395. // 0x000000C3 Mono.Security.Interface.AlertDescription Mono.Security.Interface.Alert::get_Description()
  396. extern void Alert_get_Description_m8F45D04A2D23CA262BEC40D9631BADAF778436CB (void);
  397. // 0x000000C4 System.Void Mono.Security.Interface.Alert::.ctor(Mono.Security.Interface.AlertDescription)
  398. extern void Alert__ctor_mCE2F521FC464249C0FC0EA1D3ABEA59834F0BECD (void);
  399. // 0x000000C5 System.Void Mono.Security.Interface.Alert::inferAlertLevel()
  400. extern void Alert_inferAlertLevel_mCD714B35DC5FD584905C43D7E9B81D8E0EC05C4A (void);
  401. // 0x000000C6 System.String Mono.Security.Interface.Alert::ToString()
  402. extern void Alert_ToString_m6193989BA5ED51533F862A9DE745449D8FFBC1AE (void);
  403. // 0x000000C7 System.Void Mono.Security.Interface.ValidationResult::.ctor(System.Boolean,System.Boolean,System.Int32,System.Nullable`1<Mono.Security.Interface.MonoSslPolicyErrors>)
  404. extern void ValidationResult__ctor_mC7440C9DCE339A6050A327757E3D9966638C4C18 (void);
  405. // 0x000000C8 System.Boolean Mono.Security.Interface.ValidationResult::get_Trusted()
  406. extern void ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A (void);
  407. // 0x000000C9 System.Boolean Mono.Security.Interface.ValidationResult::get_UserDenied()
  408. extern void ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002 (void);
  409. // 0x000000CA Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.ICertificateValidator::get_Settings()
  410. // 0x000000CB System.Boolean Mono.Security.Interface.ICertificateValidator::SelectClientCertificate(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[],System.Security.Cryptography.X509Certificates.X509Certificate&)
  411. // 0x000000CC Mono.Security.Interface.ValidationResult Mono.Security.Interface.ICertificateValidator2::ValidateCertificate(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain)
  412. // 0x000000CD System.Void Mono.Security.Interface.CertificateValidationHelper::.cctor()
  413. extern void CertificateValidationHelper__cctor_m2195A12FC046EB30FB224645A9752E1EC22E89D1 (void);
  414. // 0x000000CE Mono.Security.Interface.ICertificateValidator2 Mono.Security.Interface.CertificateValidationHelper::GetInternalValidator(Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider)
  415. extern void CertificateValidationHelper_GetInternalValidator_mA9423272BF9414FEC789EFC299B8E55B998C73D5 (void);
  416. // 0x000000CF System.Void Mono.Security.Interface.IMonoSslStream::AuthenticateAsClient(System.String)
  417. // 0x000000D0 System.Void Mono.Security.Interface.IMonoSslStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean)
  418. // 0x000000D1 System.Threading.Tasks.Task Mono.Security.Interface.IMonoSslStream::AuthenticateAsClientAsync(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean)
  419. // 0x000000D2 System.Int32 Mono.Security.Interface.IMonoSslStream::Read(System.Byte[],System.Int32,System.Int32)
  420. // 0x000000D3 System.Void Mono.Security.Interface.IMonoSslStream::Write(System.Byte[],System.Int32,System.Int32)
  421. // 0x000000D4 System.IAsyncResult Mono.Security.Interface.IMonoSslStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
  422. // 0x000000D5 System.Int32 Mono.Security.Interface.IMonoSslStream::EndRead(System.IAsyncResult)
  423. // 0x000000D6 System.IAsyncResult Mono.Security.Interface.IMonoSslStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
  424. // 0x000000D7 System.Void Mono.Security.Interface.IMonoSslStream::EndWrite(System.IAsyncResult)
  425. // 0x000000D8 System.Threading.Tasks.Task Mono.Security.Interface.IMonoSslStream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
  426. // 0x000000D9 System.Boolean Mono.Security.Interface.IMonoSslStream::get_IsAuthenticated()
  427. // 0x000000DA System.Boolean Mono.Security.Interface.IMonoSslStream::get_CanRead()
  428. // 0x000000DB System.Boolean Mono.Security.Interface.IMonoSslStream::get_CanWrite()
  429. // 0x000000DC System.Int64 Mono.Security.Interface.IMonoSslStream::get_Length()
  430. // 0x000000DD System.Int64 Mono.Security.Interface.IMonoSslStream::get_Position()
  431. // 0x000000DE System.Void Mono.Security.Interface.IMonoSslStream::SetLength(System.Int64)
  432. // 0x000000DF System.Net.Security.AuthenticatedStream Mono.Security.Interface.IMonoSslStream::get_AuthenticatedStream()
  433. // 0x000000E0 System.Int32 Mono.Security.Interface.IMonoSslStream::get_ReadTimeout()
  434. // 0x000000E1 System.Void Mono.Security.Interface.IMonoSslStream::set_ReadTimeout(System.Int32)
  435. // 0x000000E2 System.Int32 Mono.Security.Interface.IMonoSslStream::get_WriteTimeout()
  436. // 0x000000E3 System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Interface.IMonoSslStream::get_InternalLocalCertificate()
  437. // 0x000000E4 Mono.Security.Interface.CipherSuiteCode Mono.Security.Interface.MonoTlsConnectionInfo::get_CipherSuiteCode()
  438. extern void MonoTlsConnectionInfo_get_CipherSuiteCode_mACB7AF8D79D12CC21D69FAAC2BD54A474E794CDD (void);
  439. // 0x000000E5 System.Void Mono.Security.Interface.MonoTlsConnectionInfo::set_CipherSuiteCode(Mono.Security.Interface.CipherSuiteCode)
  440. extern void MonoTlsConnectionInfo_set_CipherSuiteCode_m253BA016164BDD9512F5B04565060EBA07556912 (void);
  441. // 0x000000E6 Mono.Security.Interface.TlsProtocols Mono.Security.Interface.MonoTlsConnectionInfo::get_ProtocolVersion()
  442. extern void MonoTlsConnectionInfo_get_ProtocolVersion_m5239605736E2D8CB19D90E91C5E6B300DB60DB3E (void);
  443. // 0x000000E7 System.Void Mono.Security.Interface.MonoTlsConnectionInfo::set_ProtocolVersion(Mono.Security.Interface.TlsProtocols)
  444. extern void MonoTlsConnectionInfo_set_ProtocolVersion_m299D388762D5115E7CE0A49EB7F0BD9DAFD36708 (void);
  445. // 0x000000E8 System.Void Mono.Security.Interface.MonoTlsConnectionInfo::set_PeerDomainName(System.String)
  446. extern void MonoTlsConnectionInfo_set_PeerDomainName_m369B7685E07044B0BE92325A3F7A61A143A9145A (void);
  447. // 0x000000E9 System.String Mono.Security.Interface.MonoTlsConnectionInfo::ToString()
  448. extern void MonoTlsConnectionInfo_ToString_m6CC2E3691FEBFD440159152C83525F9EE23C85FB (void);
  449. // 0x000000EA System.Void Mono.Security.Interface.MonoTlsConnectionInfo::.ctor()
  450. extern void MonoTlsConnectionInfo__ctor_m6AA817B4610065EEE20089782EBD3CCBF7D47C21 (void);
  451. // 0x000000EB System.Void Mono.Security.Interface.MonoRemoteCertificateValidationCallback::.ctor(System.Object,System.IntPtr)
  452. extern void MonoRemoteCertificateValidationCallback__ctor_m6ED284D2291C47D34C738D3BB5E562B07A99723A (void);
  453. // 0x000000EC System.Boolean Mono.Security.Interface.MonoRemoteCertificateValidationCallback::Invoke(System.String,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,Mono.Security.Interface.MonoSslPolicyErrors)
  454. extern void MonoRemoteCertificateValidationCallback_Invoke_mB9C5C0E8793A64E367BCB9A448EDF6957BE0F967 (void);
  455. // 0x000000ED System.Void Mono.Security.Interface.MonoLocalCertificateSelectionCallback::.ctor(System.Object,System.IntPtr)
  456. extern void MonoLocalCertificateSelectionCallback__ctor_m2C90E472414C4A3B1B1E23C123A2FF0570B94903 (void);
  457. // 0x000000EE System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Interface.MonoLocalCertificateSelectionCallback::Invoke(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[])
  458. extern void MonoLocalCertificateSelectionCallback_Invoke_m33848CFEAEC89ADE40CE4A00134634B11492A153 (void);
  459. // 0x000000EF System.Void Mono.Security.Interface.MonoTlsProvider::.ctor()
  460. extern void MonoTlsProvider__ctor_m158F98FFC13985AEA169D93B13728FE5018B4352 (void);
  461. // 0x000000F0 System.Guid Mono.Security.Interface.MonoTlsProvider::get_ID()
  462. // 0x000000F1 System.String Mono.Security.Interface.MonoTlsProvider::get_Name()
  463. // 0x000000F2 System.Boolean Mono.Security.Interface.MonoTlsProvider::get_SupportsSslStream()
  464. // 0x000000F3 System.Boolean Mono.Security.Interface.MonoTlsProvider::get_SupportsConnectionInfo()
  465. // 0x000000F4 System.Boolean Mono.Security.Interface.MonoTlsProvider::get_SupportsMonoExtensions()
  466. // 0x000000F5 System.Security.Authentication.SslProtocols Mono.Security.Interface.MonoTlsProvider::get_SupportedProtocols()
  467. // 0x000000F6 Mono.Security.Interface.IMonoSslStream Mono.Security.Interface.MonoTlsProvider::CreateSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings)
  468. // 0x000000F7 Mono.Security.Interface.IMonoSslStream Mono.Security.Interface.MonoTlsProvider::CreateSslStreamInternal(System.Net.Security.SslStream,System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings)
  469. // 0x000000F8 System.Boolean Mono.Security.Interface.MonoTlsProvider::ValidateCertificate(Mono.Security.Interface.ICertificateValidator2,System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean,System.Security.Cryptography.X509Certificates.X509Chain&,Mono.Security.Interface.MonoSslPolicyErrors&,System.Int32&)
  470. // 0x000000F9 System.Boolean Mono.Security.Interface.MonoTlsProvider::get_SupportsCleanShutdown()
  471. // 0x000000FA Mono.Security.Interface.MonoTlsProvider Mono.Security.Interface.MonoTlsProviderFactory::GetProvider()
  472. extern void MonoTlsProviderFactory_GetProvider_m85D4B68E10A7BE7D67BF2C17D3E8E0046228C863 (void);
  473. // 0x000000FB Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::get_RemoteCertificateValidationCallback()
  474. extern void MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5 (void);
  475. // 0x000000FC System.Void Mono.Security.Interface.MonoTlsSettings::set_RemoteCertificateValidationCallback(Mono.Security.Interface.MonoRemoteCertificateValidationCallback)
  476. extern void MonoTlsSettings_set_RemoteCertificateValidationCallback_m4727CA0470D108748A8D73E255621E3910747200 (void);
  477. // 0x000000FD Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::get_ClientCertificateSelectionCallback()
  478. extern void MonoTlsSettings_get_ClientCertificateSelectionCallback_mFE8E90C0D3E5200210CC9CB235DE5E5533A82017 (void);
  479. // 0x000000FE System.Void Mono.Security.Interface.MonoTlsSettings::set_ClientCertificateSelectionCallback(Mono.Security.Interface.MonoLocalCertificateSelectionCallback)
  480. extern void MonoTlsSettings_set_ClientCertificateSelectionCallback_m59891142180E21ADE370A36C12A8D4CF86DF285F (void);
  481. // 0x000000FF System.Nullable`1<System.Boolean> Mono.Security.Interface.MonoTlsSettings::get_UseServicePointManagerCallback()
  482. extern void MonoTlsSettings_get_UseServicePointManagerCallback_m28672345E25C0ED1BD4B3E64B8A8A89CCEE86060 (void);
  483. // 0x00000100 System.Void Mono.Security.Interface.MonoTlsSettings::set_UseServicePointManagerCallback(System.Nullable`1<System.Boolean>)
  484. extern void MonoTlsSettings_set_UseServicePointManagerCallback_m824D204EDA7D9819914E41351ABC95B05B204720 (void);
  485. // 0x00000101 System.Boolean Mono.Security.Interface.MonoTlsSettings::get_CallbackNeedsCertificateChain()
  486. extern void MonoTlsSettings_get_CallbackNeedsCertificateChain_m22912D04EC8EB9DD9093028D0335F5602469CF46 (void);
  487. // 0x00000102 System.Nullable`1<System.DateTime> Mono.Security.Interface.MonoTlsSettings::get_CertificateValidationTime()
  488. extern void MonoTlsSettings_get_CertificateValidationTime_m22AC20BD497D64BFFBD56649A26488CC7A88A1E6 (void);
  489. // 0x00000103 System.Void Mono.Security.Interface.MonoTlsSettings::set_CertificateValidationTime(System.Nullable`1<System.DateTime>)
  490. extern void MonoTlsSettings_set_CertificateValidationTime_m70332A4AC8116E874D86BE8FBF8C973A28444CA4 (void);
  491. // 0x00000104 System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::get_TrustAnchors()
  492. extern void MonoTlsSettings_get_TrustAnchors_mEBC0221CE33DCA689174469D4869AB0A88D533F7 (void);
  493. // 0x00000105 System.Void Mono.Security.Interface.MonoTlsSettings::set_TrustAnchors(System.Security.Cryptography.X509Certificates.X509CertificateCollection)
  494. extern void MonoTlsSettings_set_TrustAnchors_m9EFA88A3222857B12554E29FF4BD5FDC865D2F4F (void);
  495. // 0x00000106 System.Object Mono.Security.Interface.MonoTlsSettings::get_UserSettings()
  496. extern void MonoTlsSettings_get_UserSettings_m88C0F390E712A6AFB04BAC5C6B81AC5E3F0AE6CA (void);
  497. // 0x00000107 System.Void Mono.Security.Interface.MonoTlsSettings::set_UserSettings(System.Object)
  498. extern void MonoTlsSettings_set_UserSettings_mCC8557F5796FD20CFA47B1ADF1D8B1B6CF3ED94C (void);
  499. // 0x00000108 System.String[] Mono.Security.Interface.MonoTlsSettings::get_CertificateSearchPaths()
  500. extern void MonoTlsSettings_get_CertificateSearchPaths_mD08803556DCF8EC5220A2DA5E50D3A43310DB2E1 (void);
  501. // 0x00000109 System.Void Mono.Security.Interface.MonoTlsSettings::set_CertificateSearchPaths(System.String[])
  502. extern void MonoTlsSettings_set_CertificateSearchPaths_m194ED111193D17E9A5FB4CBD0A977CB4DEB1BCFB (void);
  503. // 0x0000010A System.Boolean Mono.Security.Interface.MonoTlsSettings::get_SendCloseNotify()
  504. extern void MonoTlsSettings_get_SendCloseNotify_m18E22AF7BB290C1C1B88EC0B25A087E27A8ACBAE (void);
  505. // 0x0000010B System.Void Mono.Security.Interface.MonoTlsSettings::set_SendCloseNotify(System.Boolean)
  506. extern void MonoTlsSettings_set_SendCloseNotify_mB5E4FD7408ECEA4FB6CA4F266CAD1657922A3C59 (void);
  507. // 0x0000010C System.Nullable`1<Mono.Security.Interface.TlsProtocols> Mono.Security.Interface.MonoTlsSettings::get_EnabledProtocols()
  508. extern void MonoTlsSettings_get_EnabledProtocols_m01021B4494DA5DE509BB0B40DECCDA9BCDC979BB (void);
  509. // 0x0000010D System.Void Mono.Security.Interface.MonoTlsSettings::set_EnabledProtocols(System.Nullable`1<Mono.Security.Interface.TlsProtocols>)
  510. extern void MonoTlsSettings_set_EnabledProtocols_mAD0AB5F09295401C49796C95E3A617916F245A13 (void);
  511. // 0x0000010E Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::get_EnabledCiphers()
  512. extern void MonoTlsSettings_get_EnabledCiphers_mE119485E2178A50C4AE29FDC7AD43A9530FC545B (void);
  513. // 0x0000010F System.Void Mono.Security.Interface.MonoTlsSettings::set_EnabledCiphers(Mono.Security.Interface.CipherSuiteCode[])
  514. extern void MonoTlsSettings_set_EnabledCiphers_mFF3FD677F2163E0A841C948DFF8619CEAF6F0FED (void);
  515. // 0x00000110 System.Void Mono.Security.Interface.MonoTlsSettings::.ctor()
  516. extern void MonoTlsSettings__ctor_m1CFBA5D423BDCB7107863C1E8519267F0EA2C180 (void);
  517. // 0x00000111 Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::get_DefaultSettings()
  518. extern void MonoTlsSettings_get_DefaultSettings_mEAE6B9CA2EBD7A5646819B402088804FB433AFDD (void);
  519. // 0x00000112 Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::CopyDefaultSettings()
  520. extern void MonoTlsSettings_CopyDefaultSettings_mCAE63D35A1593ACEBFBEAB9C94A27493501CA537 (void);
  521. // 0x00000113 Mono.Security.Interface.ICertificateValidator Mono.Security.Interface.MonoTlsSettings::get_CertificateValidator()
  522. extern void MonoTlsSettings_get_CertificateValidator_m6578EC980AC6961145A77D1F87C213857623040D (void);
  523. // 0x00000114 Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::CloneWithValidator(Mono.Security.Interface.ICertificateValidator)
  524. extern void MonoTlsSettings_CloneWithValidator_m2FF8E65806B460D8D1026F35F1FE122CC3BFD8F5 (void);
  525. // 0x00000115 Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::Clone()
  526. extern void MonoTlsSettings_Clone_m05B631EBD15B008E8B3EF59890C6763069E5EE97 (void);
  527. // 0x00000116 System.Void Mono.Security.Interface.MonoTlsSettings::.ctor(Mono.Security.Interface.MonoTlsSettings)
  528. extern void MonoTlsSettings__ctor_m3F78FC0AFF01BCBF07C6BF42EC3DDB17A3B0D465 (void);
  529. // 0x00000117 System.Void Mono.Security.Interface.TlsException::.ctor(Mono.Security.Interface.Alert,System.String)
  530. extern void TlsException__ctor_mB13770041DB9489AE621BBD5737A40B9F7E4A973 (void);
  531. // 0x00000118 System.Void Mono.Security.Interface.TlsException::.ctor(Mono.Security.Interface.AlertDescription,System.String)
  532. extern void TlsException__ctor_m3A87593B9EED79C7E1E0EDA7618CF0BAC393C2B3 (void);
  533. // 0x00000119 System.String Mono.Security.Cryptography.CryptoConvert::ToHex(System.Byte[])
  534. extern void CryptoConvert_ToHex_m567E8BF67E972F8A8AC9DC37BEE4F06521082EF4 (void);
  535. // 0x0000011A System.Void Mono.Security.Cryptography.MD2::.ctor()
  536. extern void MD2__ctor_m9633AC3A406B8AD10E76FF3DBB0B7EAD50A73C35 (void);
  537. // 0x0000011B Mono.Security.Cryptography.MD2 Mono.Security.Cryptography.MD2::Create()
  538. extern void MD2_Create_m1D4C355C7CCB293BD294B8226C441C85A242CA86 (void);
  539. // 0x0000011C System.Byte[] Mono.Security.Cryptography.MD2Managed::Padding(System.Int32)
  540. extern void MD2Managed_Padding_mA9CEBC789540AB10D6F2BFEF5D01141D83E11FEE (void);
  541. // 0x0000011D System.Void Mono.Security.Cryptography.MD2Managed::.ctor()
  542. extern void MD2Managed__ctor_mE3AA2A57E8553989C046303967FFCACFD14FDAA7 (void);
  543. // 0x0000011E System.Void Mono.Security.Cryptography.MD2Managed::Initialize()
  544. extern void MD2Managed_Initialize_mEB275EAC42F1802F35F9168D5A7D8CE7B9E75FB7 (void);
  545. // 0x0000011F System.Void Mono.Security.Cryptography.MD2Managed::HashCore(System.Byte[],System.Int32,System.Int32)
  546. extern void MD2Managed_HashCore_m06260BB1674FBF5C600EB83E46B9E1C7EF5EE3E0 (void);
  547. // 0x00000120 System.Byte[] Mono.Security.Cryptography.MD2Managed::HashFinal()
  548. extern void MD2Managed_HashFinal_m510784808BD92EA3224559C89EF49315761DBE67 (void);
  549. // 0x00000121 System.Void Mono.Security.Cryptography.MD2Managed::MD2Transform(System.Byte[],System.Byte[],System.Byte[],System.Int32)
  550. extern void MD2Managed_MD2Transform_m8EB84EC950AF3D39C8B216D34AA7B30F86F42058 (void);
  551. // 0x00000122 System.Void Mono.Security.Cryptography.MD2Managed::.cctor()
  552. extern void MD2Managed__cctor_m3BC8A30C0C77779DE9B7C4FFE9142150B07F37F1 (void);
  553. // 0x00000123 System.Void Mono.Security.Cryptography.MD4::.ctor()
  554. extern void MD4__ctor_mAF3861BF5A1B04B8B9548B3FA3F86D1885AF6E2C (void);
  555. // 0x00000124 Mono.Security.Cryptography.MD4 Mono.Security.Cryptography.MD4::Create()
  556. extern void MD4_Create_mF77104ACC4400D868B959C44B0A80EF589E5C234 (void);
  557. // 0x00000125 System.Void Mono.Security.Cryptography.MD4Managed::.ctor()
  558. extern void MD4Managed__ctor_mD9002725FBF610D5D90707D63A7A3F53F9B2D48D (void);
  559. // 0x00000126 System.Void Mono.Security.Cryptography.MD4Managed::Initialize()
  560. extern void MD4Managed_Initialize_m6D55ABD03BC735582AB3BD81FE908ED0C6956ECA (void);
  561. // 0x00000127 System.Void Mono.Security.Cryptography.MD4Managed::HashCore(System.Byte[],System.Int32,System.Int32)
  562. extern void MD4Managed_HashCore_mA84F459B2627C0D8EA928DD40211529B771697CD (void);
  563. // 0x00000128 System.Byte[] Mono.Security.Cryptography.MD4Managed::HashFinal()
  564. extern void MD4Managed_HashFinal_mF9223C2032C3413EC485E1D994EBEA7B9FAABAFE (void);
  565. // 0x00000129 System.Byte[] Mono.Security.Cryptography.MD4Managed::Padding(System.Int32)
  566. extern void MD4Managed_Padding_m5163C8C0AC12498DC792C609536687445910A064 (void);
  567. // 0x0000012A System.UInt32 Mono.Security.Cryptography.MD4Managed::F(System.UInt32,System.UInt32,System.UInt32)
  568. extern void MD4Managed_F_mC216E91A076CF927BA28B434D41118FA94107A2A (void);
  569. // 0x0000012B System.UInt32 Mono.Security.Cryptography.MD4Managed::G(System.UInt32,System.UInt32,System.UInt32)
  570. extern void MD4Managed_G_mDD15D1D0F50623D6D57F4C14E146B648C133C7D1 (void);
  571. // 0x0000012C System.UInt32 Mono.Security.Cryptography.MD4Managed::H(System.UInt32,System.UInt32,System.UInt32)
  572. extern void MD4Managed_H_mEA3A56D4D2D40FCDACA31166AA69CB18DE4A3A1C (void);
  573. // 0x0000012D System.UInt32 Mono.Security.Cryptography.MD4Managed::ROL(System.UInt32,System.Byte)
  574. extern void MD4Managed_ROL_m21E74B8E160CEEB17D89E334605C397424F6C335 (void);
  575. // 0x0000012E System.Void Mono.Security.Cryptography.MD4Managed::FF(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte)
  576. extern void MD4Managed_FF_m7A0746589F1F7054B04004B55E724A4DAFE7B5D1 (void);
  577. // 0x0000012F System.Void Mono.Security.Cryptography.MD4Managed::GG(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte)
  578. extern void MD4Managed_GG_mCFCC9923ED49ECFEAFBB53D75CFCC6D3827D4511 (void);
  579. // 0x00000130 System.Void Mono.Security.Cryptography.MD4Managed::HH(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte)
  580. extern void MD4Managed_HH_m3A124ED6DFE9243C988A8B060614E1FB19D9520E (void);
  581. // 0x00000131 System.Void Mono.Security.Cryptography.MD4Managed::Encode(System.Byte[],System.UInt32[])
  582. extern void MD4Managed_Encode_m74D2EABDDEC7F39C91E2C6059CBB8B0CDB23CA7E (void);
  583. // 0x00000132 System.Void Mono.Security.Cryptography.MD4Managed::Decode(System.UInt32[],System.Byte[],System.Int32)
  584. extern void MD4Managed_Decode_mC73EFCA8AD16AA45D2060F8BA07D1E61D5999912 (void);
  585. // 0x00000133 System.Void Mono.Security.Cryptography.MD4Managed::MD4Transform(System.UInt32[],System.Byte[],System.Int32)
  586. extern void MD4Managed_MD4Transform_mA40D74E0BD5037A627DEB9192BA4C4009BE96C45 (void);
  587. // 0x00000134 System.Security.Cryptography.HashAlgorithm Mono.Security.Cryptography.PKCS1::CreateFromName(System.String)
  588. extern void PKCS1_CreateFromName_mBBB3D4843B9B1E678C85DDAD8EDE2FDF8169D7B5 (void);
  589. // 0x00000135 System.Void Mono.Security.Cryptography.PKCS1::.cctor()
  590. extern void PKCS1__cctor_m5E165FA0DC8A3260D23BC5B0EEBFEA2363668309 (void);
  591. // 0x00000136 System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor()
  592. extern void PrivateKeyInfo__ctor_m513A5BDF96132DFA8D718CB5E761D1C39C214DAC (void);
  593. // 0x00000137 System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor(System.Byte[])
  594. extern void PrivateKeyInfo__ctor_m8640F581031D199E229D4A6AA31026B8EA756040 (void);
  595. // 0x00000138 System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::get_PrivateKey()
  596. extern void PrivateKeyInfo_get_PrivateKey_mFDE27BD70465C0C71949DA3E3E4F752AB7AE1263 (void);
  597. // 0x00000139 System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Decode(System.Byte[])
  598. extern void PrivateKeyInfo_Decode_mD156E6A6B78A2A93B6D1BDF524AD9FCE9EBB1A62 (void);
  599. // 0x0000013A System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::RemoveLeadingZero(System.Byte[])
  600. extern void PrivateKeyInfo_RemoveLeadingZero_m095360C99508EC21B354AF0AC6C4EA67AC48A6BB (void);
  601. // 0x0000013B System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Normalize(System.Byte[],System.Int32)
  602. extern void PrivateKeyInfo_Normalize_mFBBB9676EB34EAF23E711BFC6A1DAD13EAE52525 (void);
  603. // 0x0000013C System.Security.Cryptography.RSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeRSA(System.Byte[])
  604. extern void PrivateKeyInfo_DecodeRSA_mEAF2C11CDFF27504F19297E9BFFC7AEA5E76C457 (void);
  605. // 0x0000013D System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Encode(System.Security.Cryptography.RSA)
  606. extern void PrivateKeyInfo_Encode_m5BD66DC87E5D2E9BE4538390321D06C44ED7140C (void);
  607. // 0x0000013E System.Security.Cryptography.DSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeDSA(System.Byte[],System.Security.Cryptography.DSAParameters)
  608. extern void PrivateKeyInfo_DecodeDSA_m079B9B162482341C9AE062D24CE3BB86D6723416 (void);
  609. // 0x0000013F System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Encode(System.Security.Cryptography.DSA)
  610. extern void PrivateKeyInfo_Encode_m5959F34D6EB743D351A0E0E6B2B24910D43EE139 (void);
  611. // 0x00000140 System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Encode(System.Security.Cryptography.AsymmetricAlgorithm)
  612. extern void PrivateKeyInfo_Encode_m0B6682733B5764EC52E9E2551BBEDDC3F4C74133 (void);
  613. // 0x00000141 System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor()
  614. extern void EncryptedPrivateKeyInfo__ctor_m6DD099BABFA876AF0B42EB38B46C14EEBCB2CC5B (void);
  615. // 0x00000142 System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor(System.Byte[])
  616. extern void EncryptedPrivateKeyInfo__ctor_m342DBA8F50EBE7CC3E8C72FA55A086A44EB0595A (void);
  617. // 0x00000143 System.String Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Algorithm()
  618. extern void EncryptedPrivateKeyInfo_get_Algorithm_m6E3979843B72EAD0345E7D190562A054347B26E7 (void);
  619. // 0x00000144 System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_EncryptedData()
  620. extern void EncryptedPrivateKeyInfo_get_EncryptedData_m41DB5DB34320FF2B84BF2811ADFF9B449E3B9868 (void);
  621. // 0x00000145 System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Salt()
  622. extern void EncryptedPrivateKeyInfo_get_Salt_m5529731CFA0E535CA09D34EC420D78E143E8C879 (void);
  623. // 0x00000146 System.Int32 Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_IterationCount()
  624. extern void EncryptedPrivateKeyInfo_get_IterationCount_m0FFFFF80E6542001E3AFEC28F9F8DBBA7FEC5FF1 (void);
  625. // 0x00000147 System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::Decode(System.Byte[])
  626. extern void EncryptedPrivateKeyInfo_Decode_m3B7FB3D3766A4617DF21A37E87F9D568B807AAC1 (void);
  627. // 0x00000148 System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair()
  628. extern void RSAManaged_GenerateKeyPair_mCF5E65E83533C4515E3B0F7AA80B0D1C13D71191 (void);
  629. // 0x00000149 System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly()
  630. extern void RSAManaged_get_PublicOnly_m7C2ACC9429A47CD9B2C8EF9A881695BD3D6A7E06 (void);
  631. // 0x0000014A System.Security.Cryptography.RSAParameters Mono.Security.Cryptography.RSAManaged::ExportParameters(System.Boolean)
  632. extern void RSAManaged_ExportParameters_m2FB27DED4EDC0045C1A7659813E016C6AC5D68A8 (void);
  633. // 0x0000014B System.Void Mono.Security.Cryptography.RSAManaged::ImportParameters(System.Security.Cryptography.RSAParameters)
  634. extern void RSAManaged_ImportParameters_m1200237AAD564D262E93EEEB437CD94E4900008B (void);
  635. // 0x0000014C System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32)
  636. extern void RSAManaged_GetPaddedValue_mEEE62E8FD9CDBFA014DF4CAC5D8E5B0FB6579FDD (void);
  637. // 0x0000014D System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr)
  638. extern void KeyGeneratedEventHandler__ctor_mEC2E71CDD44D771B588C8E2B263DAA18A161AFF1 (void);
  639. // 0x0000014E System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs)
  640. extern void KeyGeneratedEventHandler_Invoke_mB39E17F6641982F45D5C147AB8D82E0A17D5ABC0 (void);
  641. // 0x0000014F System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger/Sign,System.UInt32)
  642. extern void BigInteger__ctor_mCC2E747B046C8ED9773CCACA21F56F90A2CD4D42 (void);
  643. // 0x00000150 System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger)
  644. extern void BigInteger__ctor_m9C372289E672EC45500A2346BD39BCBBB1B1E111 (void);
  645. // 0x00000151 System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger,System.UInt32)
  646. extern void BigInteger__ctor_m32F3FC1BBD22BBD41BEF443E9D510555DDD336C1 (void);
  647. // 0x00000152 System.Void Mono.Math.BigInteger::.ctor(System.Byte[])
  648. extern void BigInteger__ctor_m1332FE3CBD15BE962DF128AB329CD86EE0450EA4 (void);
  649. // 0x00000153 System.Void Mono.Math.BigInteger::.ctor(System.UInt32)
  650. extern void BigInteger__ctor_m2D9EC292E7198117AACAD6C1306C971BC74B5E83 (void);
  651. // 0x00000154 Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.UInt32)
  652. extern void BigInteger_op_Implicit_m1FC11FDE7ECF4D251F510EF8EB9DC9B5357D742F (void);
  653. // 0x00000155 Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.Int32)
  654. extern void BigInteger_op_Implicit_m2A8665726D0DA223774962B8139259EAC255A104 (void);
  655. // 0x00000156 Mono.Math.BigInteger Mono.Math.BigInteger::op_Subtraction(Mono.Math.BigInteger,Mono.Math.BigInteger)
  656. extern void BigInteger_op_Subtraction_mEB2B6795E0AF13288A96D87826031CEC054E6052 (void);
  657. // 0x00000157 System.UInt32 Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,System.UInt32)
  658. extern void BigInteger_op_Modulus_m09E68D30D670ED308F34F02EBC047FD60B91D78F (void);
  659. // 0x00000158 Mono.Math.BigInteger Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,Mono.Math.BigInteger)
  660. extern void BigInteger_op_Modulus_mF4B55A9D8FCFF2B70A1A55BA31A6E0D75367D779 (void);
  661. // 0x00000159 Mono.Math.BigInteger Mono.Math.BigInteger::op_Division(Mono.Math.BigInteger,Mono.Math.BigInteger)
  662. extern void BigInteger_op_Division_mBB896F6E9247AB3B3D47E1B125624FA68EE5C4EC (void);
  663. // 0x0000015A Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger)
  664. extern void BigInteger_op_Multiply_m28820029500895BCAE0C547024B6BD72A9688500 (void);
  665. // 0x0000015B Mono.Math.BigInteger Mono.Math.BigInteger::op_LeftShift(Mono.Math.BigInteger,System.Int32)
  666. extern void BigInteger_op_LeftShift_mD63F9627F80FBAF4DE122CE66DC18FC3BF54EC64 (void);
  667. // 0x0000015C Mono.Math.BigInteger Mono.Math.BigInteger::op_RightShift(Mono.Math.BigInteger,System.Int32)
  668. extern void BigInteger_op_RightShift_m908AD9F9676FCE3A9AFB5A75E2ACA708E584B10D (void);
  669. // 0x0000015D System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::get_Rng()
  670. extern void BigInteger_get_Rng_mED248B5F69559800CD101728FF2F1C604B57E362 (void);
  671. // 0x0000015E Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32,System.Security.Cryptography.RandomNumberGenerator)
  672. extern void BigInteger_GenerateRandom_mBF43DEB351D628870DA3B410AF7E51561CB0ABB3 (void);
  673. // 0x0000015F Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32)
  674. extern void BigInteger_GenerateRandom_m5A8D5BD2E42BAF3E88561F63B659331320DBDE9E (void);
  675. // 0x00000160 System.Int32 Mono.Math.BigInteger::BitCount()
  676. extern void BigInteger_BitCount_m45B7662F932C61BE4F5587C5C54C09F04B186825 (void);
  677. // 0x00000161 System.Boolean Mono.Math.BigInteger::TestBit(System.Int32)
  678. extern void BigInteger_TestBit_m42A773C5309B8F9B3441C33FC07FFD5022EC9029 (void);
  679. // 0x00000162 System.Void Mono.Math.BigInteger::SetBit(System.UInt32)
  680. extern void BigInteger_SetBit_m63E76C0C3E8DEFA49448853F788157B726A54074 (void);
  681. // 0x00000163 System.Void Mono.Math.BigInteger::SetBit(System.UInt32,System.Boolean)
  682. extern void BigInteger_SetBit_mCB21AD7EF7A2D5447F20AB222F1D5F6A5ADB82FE (void);
  683. // 0x00000164 System.Int32 Mono.Math.BigInteger::LowestSetBit()
  684. extern void BigInteger_LowestSetBit_mF8C2977FB890527F2266940AE195781B6A1B1CCD (void);
  685. // 0x00000165 System.Byte[] Mono.Math.BigInteger::GetBytes()
  686. extern void BigInteger_GetBytes_m44C3D34E6D3D241D5624EB3C606DB836800FB8CA (void);
  687. // 0x00000166 System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,System.UInt32)
  688. extern void BigInteger_op_Equality_m8C3BE7CDEE443C682DB5E7DDCDF69293D773D663 (void);
  689. // 0x00000167 System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,System.UInt32)
  690. extern void BigInteger_op_Inequality_m6B8B6D52141713E7267691469F79A0990DBB5E63 (void);
  691. // 0x00000168 System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,Mono.Math.BigInteger)
  692. extern void BigInteger_op_Equality_m5C5EE2AB42889F73925C8EABEE659B4B0FA22F64 (void);
  693. // 0x00000169 System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,Mono.Math.BigInteger)
  694. extern void BigInteger_op_Inequality_mD61A5FCAFD6C1988AC65022BB1125E8A15C3C4DF (void);
  695. // 0x0000016A System.Boolean Mono.Math.BigInteger::op_GreaterThan(Mono.Math.BigInteger,Mono.Math.BigInteger)
  696. extern void BigInteger_op_GreaterThan_m67BB32BE6636B141DD00245C130BE236C8C18A9C (void);
  697. // 0x0000016B System.Boolean Mono.Math.BigInteger::op_LessThan(Mono.Math.BigInteger,Mono.Math.BigInteger)
  698. extern void BigInteger_op_LessThan_mB88504CCF6B0A00CAF65AC4A17C1417F89AF03FD (void);
  699. // 0x0000016C System.Boolean Mono.Math.BigInteger::op_GreaterThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger)
  700. extern void BigInteger_op_GreaterThanOrEqual_m34669FCE574F8B3EF00808F69DB97CA5504D2C85 (void);
  701. // 0x0000016D System.Boolean Mono.Math.BigInteger::op_LessThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger)
  702. extern void BigInteger_op_LessThanOrEqual_m4225BB4FF0A26B307FD6C34A44CCA3BFB104BC30 (void);
  703. // 0x0000016E System.String Mono.Math.BigInteger::ToString(System.UInt32)
  704. extern void BigInteger_ToString_m285B9E673586DFF6DBB4EC46B3CB5667725A2A0A (void);
  705. // 0x0000016F System.String Mono.Math.BigInteger::ToString(System.UInt32,System.String)
  706. extern void BigInteger_ToString_mCC667096E01C81AE62D042E465FA2612B47B8B98 (void);
  707. // 0x00000170 System.Void Mono.Math.BigInteger::Normalize()
  708. extern void BigInteger_Normalize_m2D677E543A7DCC6CDCA4F4ADA126649A5668729B (void);
  709. // 0x00000171 System.Int32 Mono.Math.BigInteger::GetHashCode()
  710. extern void BigInteger_GetHashCode_m6F80CD19E6ADB93169F89E39089EBE3EF275521A (void);
  711. // 0x00000172 System.String Mono.Math.BigInteger::ToString()
  712. extern void BigInteger_ToString_m765153117590BBB66DF8E68BD0C58F71401F7AC5 (void);
  713. // 0x00000173 System.Boolean Mono.Math.BigInteger::Equals(System.Object)
  714. extern void BigInteger_Equals_m6663F8A6599EE7F42DA5CA40BC983E50ED878373 (void);
  715. // 0x00000174 Mono.Math.BigInteger Mono.Math.BigInteger::ModInverse(Mono.Math.BigInteger)
  716. extern void BigInteger_ModInverse_mD2D17248B9BEE7A63C225309B7EDFEC39FA4C80D (void);
  717. // 0x00000175 Mono.Math.BigInteger Mono.Math.BigInteger::GeneratePseudoPrime(System.Int32)
  718. extern void BigInteger_GeneratePseudoPrime_m429EBF650501034FD40CB4F0512EBA6DBBB7FA11 (void);
  719. // 0x00000176 System.Void Mono.Math.BigInteger::Incr2()
  720. extern void BigInteger_Incr2_m3B781075BBDCDA172B7E9EA863AE0A5997B4758E (void);
  721. // 0x00000177 System.Void Mono.Math.BigInteger::.cctor()
  722. extern void BigInteger__cctor_m1D4896EDD51FBD6D85008DE5ED62EC9C483623AF (void);
  723. // 0x00000178 System.Void Mono.Math.BigInteger/ModulusRing::.ctor(Mono.Math.BigInteger)
  724. extern void ModulusRing__ctor_m97D99B27E28AB20BBE2836B04D5466DA81456BCC (void);
  725. // 0x00000179 System.Void Mono.Math.BigInteger/ModulusRing::BarrettReduction(Mono.Math.BigInteger)
  726. extern void ModulusRing_BarrettReduction_mEF6900BAA295B45A7661C70DA47EB31193670AB5 (void);
  727. // 0x0000017A Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger)
  728. extern void ModulusRing_Multiply_m3246E3E3C60AA391E6D442E9CE85AF73C972AAB8 (void);
  729. // 0x0000017B Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Difference(Mono.Math.BigInteger,Mono.Math.BigInteger)
  730. extern void ModulusRing_Difference_mF52990DBAC72533606158C406FE5055D550EE8B1 (void);
  731. // 0x0000017C Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(Mono.Math.BigInteger,Mono.Math.BigInteger)
  732. extern void ModulusRing_Pow_m6AA03EF88208478DB150ADF4E8ABC327B2369192 (void);
  733. // 0x0000017D Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(System.UInt32,Mono.Math.BigInteger)
  734. extern void ModulusRing_Pow_m66800E0D88B48BEBF441FBE4B509555E03FC1382 (void);
  735. // 0x0000017E Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::Subtract(Mono.Math.BigInteger,Mono.Math.BigInteger)
  736. extern void Kernel_Subtract_mF62E0A4C04E4DCE6C4F66719F57DED7BD71BD9B7 (void);
  737. // 0x0000017F System.Void Mono.Math.BigInteger/Kernel::MinusEq(Mono.Math.BigInteger,Mono.Math.BigInteger)
  738. extern void Kernel_MinusEq_m0A41AF713CCF44AB62FD5E1288AA2C5BD470E967 (void);
  739. // 0x00000180 System.Void Mono.Math.BigInteger/Kernel::PlusEq(Mono.Math.BigInteger,Mono.Math.BigInteger)
  740. extern void Kernel_PlusEq_m4C2965A8B169E32B98FE7A60AE8C09505428B246 (void);
  741. // 0x00000181 Mono.Math.BigInteger/Sign Mono.Math.BigInteger/Kernel::Compare(Mono.Math.BigInteger,Mono.Math.BigInteger)
  742. extern void Kernel_Compare_m2C45218B8EE4E2ECDC85068A37BDB93E07FA5858 (void);
  743. // 0x00000182 System.UInt32 Mono.Math.BigInteger/Kernel::SingleByteDivideInPlace(Mono.Math.BigInteger,System.UInt32)
  744. extern void Kernel_SingleByteDivideInPlace_mA797A6BBEB759D97847E10A6A8B8ADD53B5B8F27 (void);
  745. // 0x00000183 System.UInt32 Mono.Math.BigInteger/Kernel::DwordMod(Mono.Math.BigInteger,System.UInt32)
  746. extern void Kernel_DwordMod_m174B02D0DE310C71A61CEE61C44274FB706FE5DE (void);
  747. // 0x00000184 Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::DwordDivMod(Mono.Math.BigInteger,System.UInt32)
  748. extern void Kernel_DwordDivMod_mA55718811BFF0286A3DB25B4EEF0B0FF005BB2B5 (void);
  749. // 0x00000185 Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::multiByteDivide(Mono.Math.BigInteger,Mono.Math.BigInteger)
  750. extern void Kernel_multiByteDivide_mEB8FB4B5D405F43102EF158131E33806DF03588B (void);
  751. // 0x00000186 Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::LeftShift(Mono.Math.BigInteger,System.Int32)
  752. extern void Kernel_LeftShift_mEEEE8733CA2CC152C4CD9A782C063CC93DB573DF (void);
  753. // 0x00000187 Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::RightShift(Mono.Math.BigInteger,System.Int32)
  754. extern void Kernel_RightShift_m609BADF35E34FDE8AF59E5BA07E5224F7C194541 (void);
  755. // 0x00000188 System.Void Mono.Math.BigInteger/Kernel::Multiply(System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32)
  756. extern void Kernel_Multiply_m47EE24F797DD6009167F0F5B9059C72CBD31D8CD (void);
  757. // 0x00000189 System.Void Mono.Math.BigInteger/Kernel::MultiplyMod2p32pmod(System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32)
  758. extern void Kernel_MultiplyMod2p32pmod_mE8E796D86E0098053DEF7755FF1605D774AAED49 (void);
  759. // 0x0000018A System.UInt32 Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,System.UInt32)
  760. extern void Kernel_modInverse_mAE70326F9AD6797DD3FC42DE574E855FB63EFAB4 (void);
  761. // 0x0000018B Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,Mono.Math.BigInteger)
  762. extern void Kernel_modInverse_mF0EFBFDE4FB6CF7E807BDB10EAB681452C8B27D9 (void);
  763. // 0x0000018C System.Void Mono.Math.Prime.PrimalityTest::.ctor(System.Object,System.IntPtr)
  764. extern void PrimalityTest__ctor_m30CE19F32C098EEE77598B50CFF1A5214B145BDB (void);
  765. // 0x0000018D System.Boolean Mono.Math.Prime.PrimalityTest::Invoke(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
  766. extern void PrimalityTest_Invoke_m028D0C6E9367E09AB2E97E719B2CD9B826ADAD38 (void);
  767. // 0x0000018E System.Int32 Mono.Math.Prime.PrimalityTests::GetSPPRounds(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
  768. extern void PrimalityTests_GetSPPRounds_mE7B1E8DE5E1C111E8D520A0F896CE47B63B8F869 (void);
  769. // 0x0000018F System.Boolean Mono.Math.Prime.PrimalityTests::RabinMillerTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
  770. extern void PrimalityTests_RabinMillerTest_m59EDFCB116261012D20CCA91A39263CEE8F2EAB9 (void);
  771. // 0x00000190 Mono.Math.Prime.ConfidenceFactor Mono.Math.Prime.Generator.PrimeGeneratorBase::get_Confidence()
  772. extern void PrimeGeneratorBase_get_Confidence_mA51F9D94806DC7451E16B8DF9F7C27179EB0B856 (void);
  773. // 0x00000191 Mono.Math.Prime.PrimalityTest Mono.Math.Prime.Generator.PrimeGeneratorBase::get_PrimalityTest()
  774. extern void PrimeGeneratorBase_get_PrimalityTest_m58868EBF050B911EEF3DE63F6198A949B9DCB4CB (void);
  775. // 0x00000192 System.Int32 Mono.Math.Prime.Generator.PrimeGeneratorBase::get_TrialDivisionBounds()
  776. extern void PrimeGeneratorBase_get_TrialDivisionBounds_mFD1DCEC1C325B3828F3A10E8EDA890298D5A4F51 (void);
  777. // 0x00000193 Mono.Math.BigInteger Mono.Math.Prime.Generator.PrimeGeneratorBase::GenerateNewPrime(System.Int32)
  778. // 0x00000194 System.Void Mono.Math.Prime.Generator.PrimeGeneratorBase::.ctor()
  779. extern void PrimeGeneratorBase__ctor_m12BDBF1F487723D1E872C1373C3E7885FA2EB56F (void);
  780. // 0x00000195 Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateSearchBase(System.Int32,System.Object)
  781. extern void SequentialSearchPrimeGeneratorBase_GenerateSearchBase_m5E35D962A17A69F195837C3B5C6F1459741CE9CB (void);
  782. // 0x00000196 Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32)
  783. extern void SequentialSearchPrimeGeneratorBase_GenerateNewPrime_mC3B026D6D5291AFA9EB96DE3F91A8DEE0B909517 (void);
  784. // 0x00000197 Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32,System.Object)
  785. extern void SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m28F971E0582CC8A0EFF57850840F6EEE3683EA9A (void);
  786. // 0x00000198 System.Boolean Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::IsPrimeAcceptable(Mono.Math.BigInteger,System.Object)
  787. extern void SequentialSearchPrimeGeneratorBase_IsPrimeAcceptable_m4DB1A1AC4B92C6F16F995FEF35A20338309AC66C (void);
  788. // 0x00000199 System.Void Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::.ctor()
  789. extern void SequentialSearchPrimeGeneratorBase__ctor_mC10DBB518955FE5BCC22E9482B4114A942BAF137 (void);
  790. // 0x0000019A System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
  791. extern void U3CPrivateImplementationDetailsU3E_ComputeStringHash_m22BD35ED6ACEE075A95775B5056B1CE0903AC2C3 (void);
  792. static Il2CppMethodPointer s_methodPointers[410] =
  793. {
  794. Locale_GetText_m17007920E374AE1058DDEFCC0A368F83E9D2F7E0,
  795. ASN1__ctor_mC8594B7A2376B58F26F1D0457B0F9F5880D87142,
  796. ASN1__ctor_mB8A19279E6079D30BB6A594ADAC7FEE89E822CDC,
  797. ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E,
  798. ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583,
  799. ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3,
  800. ASN1_get_Length_mDC54AC43779B1704DE94DC80E7D94724CB68B37B,
  801. ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2,
  802. ASN1_set_Value_mCA987F3A4CA629E76A62EB82CC0C9D448A66C13D,
  803. ASN1_CompareArray_m75225C0D69F5453457497EEC2222D3AAC0387260,
  804. ASN1_CompareValue_m97CD48E9C0E7F8498F7387FA79ED52999ACBE2BF,
  805. ASN1_Add_m35AB44F469BE9C185A91D2E265A7DA6B27311F7B,
  806. ASN1_GetBytes_mDE8FEDD6687DE65668CA9C987B5A50063AAEDC02,
  807. ASN1_Decode_mFB5F309ED41074BEB2D4FCC6C49E6901EDCF3D87,
  808. ASN1_DecodeTLV_m469B49047A31E0DE6D8E37D3153C284D4945EB03,
  809. ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50,
  810. ASN1_Element_m4E95516A1A40A1CB12213D4FD39CA07DA81DD0C3,
  811. ASN1_ToString_m5BCBD4583786543E88D243E197C218C748ADC356,
  812. ASN1Convert_FromInt32_m2EB0E4A8D3D06D4EE1BEFD4F50E9021FF6B82FA2,
  813. ASN1Convert_FromOid_mB7601D9CF044DB51F7B944AFCEC2E3F5ECD027CB,
  814. ASN1Convert_FromUnsignedBigInteger_mAAE91D78A45905F09EF49AB626DD17B236A4708F,
  815. ASN1Convert_ToInt32_m381CC48A18572F6F58C4332C3E07906562034A77,
  816. ASN1Convert_ToOid_m6F617C7AC370CC5D6EAC2F813D8F7B73A3D8F61F,
  817. ASN1Convert_ToDateTime_mD2EC7545320E6CAFD22E5A6F2F8409D1159118C9,
  818. BitConverterLE_GetUIntBytes_m3771CE625EE76BB13B8C60BCBB038E412514E939,
  819. BitConverterLE_GetULongBytes_mD1736555672A4C65073AC11A4834C4154E98FB62,
  820. BitConverterLE_GetBytes_mD4BDBCF2894D9C49D53420C8CAD0933372E8B698,
  821. BitConverterLE_GetBytes_mAC0A31D5BDECDED46B74E6237B43E0C06942C202,
  822. BitConverterLE_UShortFromBytes_mBD469A82102F3D353966478866504938B56A8426,
  823. BitConverterLE_UIntFromBytes_mA36A034275C86200AA54C5F926D5237509EC2FFB,
  824. BitConverterLE_ToUInt16_m438310417017612011A2C4A2EAC3E78214BAEE2E,
  825. BitConverterLE_ToUInt32_mC8279D5D93E3D4DAD1057AAF78ADD3A4F6C13754,
  826. ContentInfo__ctor_mF4223283B123E27B30F936CCEFE18BEE4CC6430E,
  827. ContentInfo__ctor_m41A77A944949D15779BAF339738C337872DB32F9,
  828. ContentInfo__ctor_m3314A5824571AE429FD8181D94314025223D39F6,
  829. ContentInfo__ctor_mEFAA11C9FAA8A91A3F5F7AC896B79AFB354569F6,
  830. ContentInfo_get_ASN1_m9F6079ADC3917582F67F7E4E9AFD596DABF57FDD,
  831. ContentInfo_get_Content_m36F75EEFBB1ED3608A6270E02F059BDB553546EA,
  832. ContentInfo_set_Content_mD1D8952C8B0DFD36F7F811F11F2A4DB35EA9A992,
  833. ContentInfo_get_ContentType_m3042D4F065AD15EA03B33F6A266C9F1381D6A5FC,
  834. ContentInfo_set_ContentType_m21AC696B1C2DADCF1F39F12AA7B37160D5DA415D,
  835. ContentInfo_GetASN1_m76B0C44E6F6A92A8EE1811B7A635AF5383482939,
  836. EncryptedData__ctor_m34900CCFBD74FE77EC9FD67B2E59A684410ECFF4,
  837. EncryptedData__ctor_m9A93E0A9F1A322DD1161E80CD97BBBF33E1518BC,
  838. EncryptedData_get_EncryptionAlgorithm_m144F3DFCF4DB066A6A0E06DD048A8ADB8C2C5F0E,
  839. EncryptedData_get_EncryptedContent_mBA18486D808A211596313C21AD8D1CC4CA7AD675,
  840. SafeBag__ctor_m973276E257F603A177341BF83CCE800308572428,
  841. SafeBag_get_BagOID_m343540F0D4671738426700CC96B54363F5764EF3,
  842. SafeBag_get_ASN1_m6C25FC014EC17D3DFBF1776501F399BFB5B801FE,
  843. PKCS12__ctor_m2C3A9D367266B97FC064A3104F33F14E7CA336B2,
  844. PKCS12__ctor_mC3435853B3886DB71A02EF9BB5DA50B14FE6F568,
  845. PKCS12__ctor_m4AFF7725F36989AD1EA655F0FFF08131080935F7,
  846. PKCS12_Decode_m92F85AD166F6FD30B8095A1802A67B71C4EF16F9,
  847. PKCS12_Finalize_m6C21E70EAE916B8B15F54B77B11EF4D721AB41F7,
  848. PKCS12_set_Password_mA9595BF56C8818CEA990CDFDF070F8CCE3712508,
  849. PKCS12_get_IterationCount_mD6667CEE876C66BB29AB55C452C3A465F99EBEB8,
  850. PKCS12_set_IterationCount_m94CB8346FCD5BCE07B4926677BF9160A7E589C7E,
  851. PKCS12_get_Keys_mF69C21C35BE9D58466CBE352CDEC5A0AE3902538,
  852. PKCS12_get_Certificates_mE05BEE6C455D980C46349BE7C82BE2FF72F85B90,
  853. PKCS12_get_RNG_mE557DA5512C63B0ADC8F56335450EEE761A6BDE7,
  854. PKCS12_Compare_m1C812D4B2A828A8515A83C0B71332694C61B1212,
  855. PKCS12_GetSymmetricAlgorithm_m68640DA1843E0C7B3D7E6E997B664D1D50925413,
  856. PKCS12_Decrypt_mA078FC6312A5C6C61A3CE809298D9E2050DED87E,
  857. PKCS12_Decrypt_m6782F064501C10164112A00EFD967D2344DB6063,
  858. PKCS12_Encrypt_m1640A390A879462A656D073A2267C6AD38E61CB5,
  859. PKCS12_GetExistingParameters_m49980E57F84DD26EBD0FED15B74BC7487B763638,
  860. PKCS12_AddPrivateKey_m8E91D17BD87567983B254E7EB719F44A8047837E,
  861. PKCS12_ReadSafeBag_m16BFBB40B927D1B274255CF57741141FBCB834DB,
  862. PKCS12_CertificateSafeBag_m587E31F0A421678447232D6D8ECAD7BC063AE54D,
  863. PKCS12_MAC_m1EF1FB9F78CBD90D875D6BAB93378DBA0FFE61BA,
  864. PKCS12_GetBytes_m0B19E45AA29DC127A38A85A63A829ABDCFEC9519,
  865. PKCS12_EncryptedContentInfo_m9AC465A9CA767FB62CF6B259CCA7378A9F4D57D3,
  866. PKCS12_AddCertificate_mEEFA7AA96BF3F499CE0336B916A25754D0319279,
  867. PKCS12_AddCertificate_m16BB5FCA34E2D10F9D7F19E591E0A89B1A923182,
  868. PKCS12_RemoveCertificate_mF336A1EB38CE70BA57854AE11E8058C4914C5B1D,
  869. PKCS12_RemoveCertificate_m11339855E109F5EB8C987EA4FDD41174ED44E3A6,
  870. PKCS12_Clone_mD16A0ABD06350861F3D334A873D1790CAA13AF0C,
  871. PKCS12_get_MaximumPasswordLength_mEB3EAAFECAB13715A0D20670E3DF2C6BE1D3A20C,
  872. PKCS12__cctor_m83F93331904B1843A598D57ADF9FA1873F9933CA,
  873. DeriveBytes__ctor_m2019E1467DEBC9341D451E160A88FDB35311526B,
  874. DeriveBytes_set_HashName_m0F931681375810B9E08DA4280BADE04FE4AC998A,
  875. DeriveBytes_set_IterationCount_mA03E73C42D2C1A4E81E537CDFAEB128B629AD05A,
  876. DeriveBytes_set_Password_mF8409B8C5B608689A8054B8118494EE5B4F26B2B,
  877. DeriveBytes_set_Salt_m4276D3746D53D4CD49A54E99A94B5936CB325143,
  878. DeriveBytes_Adjust_mD75D44B02A7BD2A607D6B00853917CA6096A9259,
  879. DeriveBytes_Derive_mCDAFFDF120F6CD3F058A5A86FA1F4D9DC735850F,
  880. DeriveBytes_DeriveKey_m2FBFDDCCA679D069B66CAC8D868761B663AF0176,
  881. DeriveBytes_DeriveIV_m6D75D59C79495FB8E22C3E9334D7465FE95495F5,
  882. DeriveBytes_DeriveMAC_mD9A65467231155B8627A9DCE61292B62E2C0FF4C,
  883. DeriveBytes__cctor_m2AA51D34DE85F489C9083EEBB16C1F20388828D2,
  884. X501_ToString_m5642D66AE92CB5912DD4FB596765E0D22D7CBDCE,
  885. X501_ToString_m8D5865C9B957913400DFD4616B029E4C51534AF4,
  886. X501_AppendEntry_mDFC68FB812C06981FCF382A207324D17262A0C0D,
  887. X501__cctor_m36610A2EA5490C1343744129669F70D22E919119,
  888. X509Certificate_Parse_m15676F2FCCCC09A464A379388E72EF516294EE4A,
  889. X509Certificate__ctor_m7FA1715862C599E29CCABC13D2BE7C60B5BA4792,
  890. X509Certificate_GetUnsignedBigInteger_m4CC94B40B76210414C947B214FE5F29ED45D7300,
  891. X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE,
  892. X509Certificate_set_DSA_m511B0FC59596BFF6E0F8CC3A32EDFECC7FCC309A,
  893. X509Certificate_get_IssuerName_mF4DE5485C1769E236507A06AB9A019D4CBEC2DBC,
  894. X509Certificate_get_KeyAlgorithm_m3B359051CA12475AF2F5D272BA50A21638C38060,
  895. X509Certificate_get_KeyAlgorithmParameters_m7FB8B497058805070A26ED01B044762BA8DAD208,
  896. X509Certificate_get_PublicKey_m7F0D3BB209A1D53384A6B9B64B150A0114600B40,
  897. X509Certificate_get_RSA_m8023D47A5A328CC36542F011FAE442C55DF5484C,
  898. X509Certificate_set_RSA_m5A79E3ADA7C161152EC22B8BAEB50A5DF64E67B2,
  899. X509Certificate_get_RawData_m45921F514ED4F62E16860CB29C7F6EB0A22B8D55,
  900. X509Certificate_get_SerialNumber_mD54E528D75C47789C4A827C08CF0C1D74BEFA800,
  901. X509Certificate_get_SignatureAlgorithm_m374034F77CE5EA3F3313D7288EA813BB8B55076D,
  902. X509Certificate_get_SubjectName_mF5717476467F963787451A91B29EFF5DEE68A196,
  903. X509Certificate_get_ValidFrom_mC6CA06F65FD18BE153C6630672F66AA41CD87905,
  904. X509Certificate_get_ValidUntil_m90D8928517FDA09867F85CFCA12DBD83B1ADD936,
  905. X509Certificate_get_Version_m7F5AC7485BDA381B4DB38AAE166C99099A30F807,
  906. X509Certificate_GetIssuerName_m1836645D98FFEA2DEDD0908739BE9BAAEF941C8F,
  907. X509Certificate_GetSubjectName_m203434EA1EE1423391C7C3C207678547F6FB30B9,
  908. X509Certificate_GetObjectData_m63BC5426BF07B5B664E07F88035C91FFCA764FE6,
  909. X509Certificate_PEM_mD8104BC57E70AB093D2CC738064FE105C92DEA3C,
  910. X509Certificate__cctor_mE95E24A9AA1D95948E877ABEF88FDF009B66DE0A,
  911. X509CertificateCollection__ctor_m396311D5C3AD79E6C5E57D1DB95A2CC5337CC27F,
  912. X509CertificateCollection_get_Item_m4E96E557BD88971E73DA7208A98FCEB9ED4224CE,
  913. X509CertificateCollection_Add_m2D0875CC263D621BD6FA6C64D78DCB1027AB4F0B,
  914. X509CertificateCollection_GetEnumerator_m050B5C64D03FBAA3D67803F0FF4240C708C08BD4,
  915. X509CertificateCollection_System_Collections_IEnumerable_GetEnumerator_mB99852AD08EAD5895FF680CD9C2F34F6A2D05973,
  916. X509CertificateCollection_GetHashCode_mB7BB3C4C18D899CB171C25878FDB34DDA65874D4,
  917. X509CertificateEnumerator__ctor_m121D2627B82462B1F3AF7637F188AA1013879E1D,
  918. X509CertificateEnumerator_get_Current_mA9AD4D624A06130CD4A92FCDC0B03A52425D5BE6,
  919. X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m60E14E055A388DEF34E5D4AB19A73C2789D8B00B,
  920. X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m7F2C17CFD3DFD79B14CCEF343CA9C593C064169F,
  921. X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m6B7E6EE6C087A2833A11BAF537C0D162619AF889,
  922. X509CertificateEnumerator_MoveNext_m6D9B757FF19EE0AB676DF601D145009646579840,
  923. X509Extension__ctor_m3BD78211E43E218299519AF5F88401FB04125D5E,
  924. X509Extension_Decode_mDBF2A6CD351657AC30CF814773875980B8416B6D,
  925. X509Extension_Equals_m403EE7A4F4D43675B0BB6730A39CD42912B7599A,
  926. X509Extension_GetHashCode_mA7830F122F939F9EB6D5646EFB9291C88AE13BD8,
  927. X509Extension_WriteLine_m1DBD25537F4F46111B5C26CAA1C5C3AEEC46457F,
  928. X509Extension_ToString_m07EA0FEC3637C52634AD5F6F23C3B849F1A10E97,
  929. X509ExtensionCollection__ctor_mA4B27732F618D126931E8402D567F66D798652BE,
  930. X509ExtensionCollection__ctor_m8EBE054B35F089A5E46889F53CFB3D16B6FAD07A,
  931. X509ExtensionCollection_System_Collections_IEnumerable_GetEnumerator_m5EFA7D8288E00B93FE4BFEBA2C380B444B7D0077,
  932. ChallengeResponse__ctor_m9AB5BB314A3B4DA781379FDA60EDACE1B612D4DA,
  933. ChallengeResponse__ctor_mD3249EC1AC5791EDED79465BDA7B1D0AB77F5BAB,
  934. ChallengeResponse_Finalize_m41DC5E1AC5386B987F8BE1DE2DC4FDBB20929279,
  935. ChallengeResponse_set_Password_m2C40AAC4DBCB2A21C86BA4E843F8940EE3E3AA74,
  936. ChallengeResponse_set_Challenge_m9A643069958E5736F347B896EAA4036F212619AF,
  937. ChallengeResponse_get_LM_m1AEFEEE449F34F9C182DB77604FEAACA23B18692,
  938. ChallengeResponse_get_NT_m95D486C2DA61C32DD3D6D32121152F1377E160AC,
  939. ChallengeResponse_Dispose_m351D50B1024F5C998E8F7CD2BC0378836F762E68,
  940. ChallengeResponse_Dispose_m8D2FF46F25966BC750707577091D1D5BEB6A88D4,
  941. ChallengeResponse_GetResponse_mE63016701E0F71486B265CFA8479176E60E6BBCF,
  942. ChallengeResponse_PrepareDESKey_m79CC400AD38861BB663761F665083FC51D9F4806,
  943. ChallengeResponse_PasswordToKey_m33769E342E40CA6B41ECFADD47A089A4FA105A19,
  944. ChallengeResponse__cctor_mB87674F8C8BF2A25B0F00AFBEE93AE06FB71F6A5,
  945. ChallengeResponse2_Compute_LM_m67DF53AB590CCD39DC08F9C64D0643A44C964409,
  946. ChallengeResponse2_Compute_NTLM_Password_m0774C73D0A81C974FFFBF5ED82C9A64A5E0BC43E,
  947. ChallengeResponse2_Compute_NTLM_mB60677954C7D2E1F6BBCCF3F8AE144E00EC83750,
  948. ChallengeResponse2_Compute_NTLMv2_Session_m68A2A2ED92A7FA474246DB7374141E1ACD867EC7,
  949. ChallengeResponse2_Compute_NTLMv2_mB4AF4279146889D2701751C7CF8C22F354BBF790,
  950. ChallengeResponse2_Compute_m4437BC09F39276EDC80E4EC3D9787E661B36285D,
  951. ChallengeResponse2_GetResponse_mA50AB3012F89CA95472EC7A42537DF2899C02770,
  952. ChallengeResponse2_PrepareDESKey_m2DB3EAC3E1FFCEABB2D3A015DCB2F14E74B10A62,
  953. ChallengeResponse2_PasswordToKey_m71F2837B4BAD276D72D459BDBAC9D1DD8EADFE4B,
  954. ChallengeResponse2__cctor_mD9C56C2F966A924A7A5A4596E07663AC19C3A71B,
  955. MessageBase__ctor_m50DC62C3817557901B57A9DA379FC72C471D06C9,
  956. MessageBase_get_Flags_mCE07CBFE2DC30070AF05C0CEAC5F9037A0F95388,
  957. MessageBase_set_Flags_m541C31E93BBBD1DB08B57CD52070479CE33D6CA6,
  958. MessageBase_get_Type_m077A1703299E133EBBEC74D1A2273D9C2E8C0591,
  959. MessageBase_PrepareMessage_m8D013C3AAF44609F8027202C66E307D6325FCC58,
  960. MessageBase_Decode_mF3B45F0056F12C90B6E6D1953C5EA9E45A9875A7,
  961. MessageBase_CheckHeader_m5F11E8B2C1F41543DFBED6711F1C8BC3652B3E40,
  962. NULL,
  963. MessageBase__cctor_mE8AEE7E5A8A8790B3B932F33BF6436E1546770A1,
  964. NtlmSettings_get_DefaultAuthLevel_m735BFF525B64E87BB561BD481210A5494E576F8B,
  965. NtlmSettings__cctor_m07E0C8BC13C5BB892017416171C92693469661CC,
  966. Type1Message__ctor_m395D0C93B2BB6810831A2D5DF36C15EFDC93DE08,
  967. Type1Message_set_Domain_m38C0D490939A07EE001A4F1CD68C0158E258096B,
  968. Type1Message_set_Host_m4DADB35E49A8FBD538A1AD49E73C30973AB7BDB5,
  969. Type1Message_Decode_m614A700BB20577D907D8BD66796EBAFCADC81B62,
  970. Type1Message_GetBytes_m6AD590F28D7E840F279F6A2D7D39EE24FF9CCC6C,
  971. Type2Message__ctor_mF86941DD8A7EF8888CDF790C8E4FC49673D21FA0,
  972. Type2Message_Finalize_mEEC0D84B67163440B1A9DC4C868D0FD13FB3267E,
  973. Type2Message_get_Nonce_mB6FEEA67D50C4395AB545C91F06F30C4DE71DBF3,
  974. Type2Message_get_TargetName_mBA446F3B266BBEC1B56A3C8C320FF004105D8A2F,
  975. Type2Message_get_TargetInfo_m6EA54F5C8020067B45960FBD55D0FE8BEE002BBC,
  976. Type2Message_Decode_m69B2777BF0D111CEAB31DBF1DB88BF30258018E7,
  977. Type2Message_GetBytes_m2F1677E7C49619D99881E52F99D6809B9B1C2CD4,
  978. Type3Message__ctor_mCE4962FBD2E02548911C84E16883C5A09000D216,
  979. Type3Message_Finalize_m834B5B8F8702B4E948C4053E0CE6E17103A83B17,
  980. Type3Message_set_Domain_mA62BE8C9225B57D959F636664EB4C44D6CF4F125,
  981. Type3Message_set_Password_m73943B4C66A60ECFC287DE55FC0C284371A3F37C,
  982. Type3Message_set_Username_m6FF8B1FAF6720A561A339F4DBFC9DC5138F3B3BF,
  983. Type3Message_Decode_m33FA8CE104BDAF3213E6E302A231DF8F013EA55D,
  984. Type3Message_DecodeString_m217609F9F466DB06CDB43810BDD62F4C61DB5E13,
  985. Type3Message_EncodeString_m6366EF5F1CFB8459CD9C4D1ACDC8B8DD4C89065F,
  986. Type3Message_GetBytes_mCC6E1AB3AD93CDD7A752EDD7E20A85F0CF09F6C1,
  987. Alert_get_Level_m79BFD90DAFD793E70EC7AA52BBECC3AB912A43DF,
  988. Alert_get_Description_m8F45D04A2D23CA262BEC40D9631BADAF778436CB,
  989. Alert__ctor_mCE2F521FC464249C0FC0EA1D3ABEA59834F0BECD,
  990. Alert_inferAlertLevel_mCD714B35DC5FD584905C43D7E9B81D8E0EC05C4A,
  991. Alert_ToString_m6193989BA5ED51533F862A9DE745449D8FFBC1AE,
  992. ValidationResult__ctor_mC7440C9DCE339A6050A327757E3D9966638C4C18,
  993. ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A,
  994. ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002,
  995. NULL,
  996. NULL,
  997. NULL,
  998. CertificateValidationHelper__cctor_m2195A12FC046EB30FB224645A9752E1EC22E89D1,
  999. CertificateValidationHelper_GetInternalValidator_mA9423272BF9414FEC789EFC299B8E55B998C73D5,
  1000. NULL,
  1001. NULL,
  1002. NULL,
  1003. NULL,
  1004. NULL,
  1005. NULL,
  1006. NULL,
  1007. NULL,
  1008. NULL,
  1009. NULL,
  1010. NULL,
  1011. NULL,
  1012. NULL,
  1013. NULL,
  1014. NULL,
  1015. NULL,
  1016. NULL,
  1017. NULL,
  1018. NULL,
  1019. NULL,
  1020. NULL,
  1021. MonoTlsConnectionInfo_get_CipherSuiteCode_mACB7AF8D79D12CC21D69FAAC2BD54A474E794CDD,
  1022. MonoTlsConnectionInfo_set_CipherSuiteCode_m253BA016164BDD9512F5B04565060EBA07556912,
  1023. MonoTlsConnectionInfo_get_ProtocolVersion_m5239605736E2D8CB19D90E91C5E6B300DB60DB3E,
  1024. MonoTlsConnectionInfo_set_ProtocolVersion_m299D388762D5115E7CE0A49EB7F0BD9DAFD36708,
  1025. MonoTlsConnectionInfo_set_PeerDomainName_m369B7685E07044B0BE92325A3F7A61A143A9145A,
  1026. MonoTlsConnectionInfo_ToString_m6CC2E3691FEBFD440159152C83525F9EE23C85FB,
  1027. MonoTlsConnectionInfo__ctor_m6AA817B4610065EEE20089782EBD3CCBF7D47C21,
  1028. MonoRemoteCertificateValidationCallback__ctor_m6ED284D2291C47D34C738D3BB5E562B07A99723A,
  1029. MonoRemoteCertificateValidationCallback_Invoke_mB9C5C0E8793A64E367BCB9A448EDF6957BE0F967,
  1030. MonoLocalCertificateSelectionCallback__ctor_m2C90E472414C4A3B1B1E23C123A2FF0570B94903,
  1031. MonoLocalCertificateSelectionCallback_Invoke_m33848CFEAEC89ADE40CE4A00134634B11492A153,
  1032. MonoTlsProvider__ctor_m158F98FFC13985AEA169D93B13728FE5018B4352,
  1033. NULL,
  1034. NULL,
  1035. NULL,
  1036. NULL,
  1037. NULL,
  1038. NULL,
  1039. NULL,
  1040. NULL,
  1041. NULL,
  1042. NULL,
  1043. MonoTlsProviderFactory_GetProvider_m85D4B68E10A7BE7D67BF2C17D3E8E0046228C863,
  1044. MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5,
  1045. MonoTlsSettings_set_RemoteCertificateValidationCallback_m4727CA0470D108748A8D73E255621E3910747200,
  1046. MonoTlsSettings_get_ClientCertificateSelectionCallback_mFE8E90C0D3E5200210CC9CB235DE5E5533A82017,
  1047. MonoTlsSettings_set_ClientCertificateSelectionCallback_m59891142180E21ADE370A36C12A8D4CF86DF285F,
  1048. MonoTlsSettings_get_UseServicePointManagerCallback_m28672345E25C0ED1BD4B3E64B8A8A89CCEE86060,
  1049. MonoTlsSettings_set_UseServicePointManagerCallback_m824D204EDA7D9819914E41351ABC95B05B204720,
  1050. MonoTlsSettings_get_CallbackNeedsCertificateChain_m22912D04EC8EB9DD9093028D0335F5602469CF46,
  1051. MonoTlsSettings_get_CertificateValidationTime_m22AC20BD497D64BFFBD56649A26488CC7A88A1E6,
  1052. MonoTlsSettings_set_CertificateValidationTime_m70332A4AC8116E874D86BE8FBF8C973A28444CA4,
  1053. MonoTlsSettings_get_TrustAnchors_mEBC0221CE33DCA689174469D4869AB0A88D533F7,
  1054. MonoTlsSettings_set_TrustAnchors_m9EFA88A3222857B12554E29FF4BD5FDC865D2F4F,
  1055. MonoTlsSettings_get_UserSettings_m88C0F390E712A6AFB04BAC5C6B81AC5E3F0AE6CA,
  1056. MonoTlsSettings_set_UserSettings_mCC8557F5796FD20CFA47B1ADF1D8B1B6CF3ED94C,
  1057. MonoTlsSettings_get_CertificateSearchPaths_mD08803556DCF8EC5220A2DA5E50D3A43310DB2E1,
  1058. MonoTlsSettings_set_CertificateSearchPaths_m194ED111193D17E9A5FB4CBD0A977CB4DEB1BCFB,
  1059. MonoTlsSettings_get_SendCloseNotify_m18E22AF7BB290C1C1B88EC0B25A087E27A8ACBAE,
  1060. MonoTlsSettings_set_SendCloseNotify_mB5E4FD7408ECEA4FB6CA4F266CAD1657922A3C59,
  1061. MonoTlsSettings_get_EnabledProtocols_m01021B4494DA5DE509BB0B40DECCDA9BCDC979BB,
  1062. MonoTlsSettings_set_EnabledProtocols_mAD0AB5F09295401C49796C95E3A617916F245A13,
  1063. MonoTlsSettings_get_EnabledCiphers_mE119485E2178A50C4AE29FDC7AD43A9530FC545B,
  1064. MonoTlsSettings_set_EnabledCiphers_mFF3FD677F2163E0A841C948DFF8619CEAF6F0FED,
  1065. MonoTlsSettings__ctor_m1CFBA5D423BDCB7107863C1E8519267F0EA2C180,
  1066. MonoTlsSettings_get_DefaultSettings_mEAE6B9CA2EBD7A5646819B402088804FB433AFDD,
  1067. MonoTlsSettings_CopyDefaultSettings_mCAE63D35A1593ACEBFBEAB9C94A27493501CA537,
  1068. MonoTlsSettings_get_CertificateValidator_m6578EC980AC6961145A77D1F87C213857623040D,
  1069. MonoTlsSettings_CloneWithValidator_m2FF8E65806B460D8D1026F35F1FE122CC3BFD8F5,
  1070. MonoTlsSettings_Clone_m05B631EBD15B008E8B3EF59890C6763069E5EE97,
  1071. MonoTlsSettings__ctor_m3F78FC0AFF01BCBF07C6BF42EC3DDB17A3B0D465,
  1072. TlsException__ctor_mB13770041DB9489AE621BBD5737A40B9F7E4A973,
  1073. TlsException__ctor_m3A87593B9EED79C7E1E0EDA7618CF0BAC393C2B3,
  1074. CryptoConvert_ToHex_m567E8BF67E972F8A8AC9DC37BEE4F06521082EF4,
  1075. MD2__ctor_m9633AC3A406B8AD10E76FF3DBB0B7EAD50A73C35,
  1076. MD2_Create_m1D4C355C7CCB293BD294B8226C441C85A242CA86,
  1077. MD2Managed_Padding_mA9CEBC789540AB10D6F2BFEF5D01141D83E11FEE,
  1078. MD2Managed__ctor_mE3AA2A57E8553989C046303967FFCACFD14FDAA7,
  1079. MD2Managed_Initialize_mEB275EAC42F1802F35F9168D5A7D8CE7B9E75FB7,
  1080. MD2Managed_HashCore_m06260BB1674FBF5C600EB83E46B9E1C7EF5EE3E0,
  1081. MD2Managed_HashFinal_m510784808BD92EA3224559C89EF49315761DBE67,
  1082. MD2Managed_MD2Transform_m8EB84EC950AF3D39C8B216D34AA7B30F86F42058,
  1083. MD2Managed__cctor_m3BC8A30C0C77779DE9B7C4FFE9142150B07F37F1,
  1084. MD4__ctor_mAF3861BF5A1B04B8B9548B3FA3F86D1885AF6E2C,
  1085. MD4_Create_mF77104ACC4400D868B959C44B0A80EF589E5C234,
  1086. MD4Managed__ctor_mD9002725FBF610D5D90707D63A7A3F53F9B2D48D,
  1087. MD4Managed_Initialize_m6D55ABD03BC735582AB3BD81FE908ED0C6956ECA,
  1088. MD4Managed_HashCore_mA84F459B2627C0D8EA928DD40211529B771697CD,
  1089. MD4Managed_HashFinal_mF9223C2032C3413EC485E1D994EBEA7B9FAABAFE,
  1090. MD4Managed_Padding_m5163C8C0AC12498DC792C609536687445910A064,
  1091. MD4Managed_F_mC216E91A076CF927BA28B434D41118FA94107A2A,
  1092. MD4Managed_G_mDD15D1D0F50623D6D57F4C14E146B648C133C7D1,
  1093. MD4Managed_H_mEA3A56D4D2D40FCDACA31166AA69CB18DE4A3A1C,
  1094. MD4Managed_ROL_m21E74B8E160CEEB17D89E334605C397424F6C335,
  1095. MD4Managed_FF_m7A0746589F1F7054B04004B55E724A4DAFE7B5D1,
  1096. MD4Managed_GG_mCFCC9923ED49ECFEAFBB53D75CFCC6D3827D4511,
  1097. MD4Managed_HH_m3A124ED6DFE9243C988A8B060614E1FB19D9520E,
  1098. MD4Managed_Encode_m74D2EABDDEC7F39C91E2C6059CBB8B0CDB23CA7E,
  1099. MD4Managed_Decode_mC73EFCA8AD16AA45D2060F8BA07D1E61D5999912,
  1100. MD4Managed_MD4Transform_mA40D74E0BD5037A627DEB9192BA4C4009BE96C45,
  1101. PKCS1_CreateFromName_mBBB3D4843B9B1E678C85DDAD8EDE2FDF8169D7B5,
  1102. PKCS1__cctor_m5E165FA0DC8A3260D23BC5B0EEBFEA2363668309,
  1103. PrivateKeyInfo__ctor_m513A5BDF96132DFA8D718CB5E761D1C39C214DAC,
  1104. PrivateKeyInfo__ctor_m8640F581031D199E229D4A6AA31026B8EA756040,
  1105. PrivateKeyInfo_get_PrivateKey_mFDE27BD70465C0C71949DA3E3E4F752AB7AE1263,
  1106. PrivateKeyInfo_Decode_mD156E6A6B78A2A93B6D1BDF524AD9FCE9EBB1A62,
  1107. PrivateKeyInfo_RemoveLeadingZero_m095360C99508EC21B354AF0AC6C4EA67AC48A6BB,
  1108. PrivateKeyInfo_Normalize_mFBBB9676EB34EAF23E711BFC6A1DAD13EAE52525,
  1109. PrivateKeyInfo_DecodeRSA_mEAF2C11CDFF27504F19297E9BFFC7AEA5E76C457,
  1110. PrivateKeyInfo_Encode_m5BD66DC87E5D2E9BE4538390321D06C44ED7140C,
  1111. PrivateKeyInfo_DecodeDSA_m079B9B162482341C9AE062D24CE3BB86D6723416,
  1112. PrivateKeyInfo_Encode_m5959F34D6EB743D351A0E0E6B2B24910D43EE139,
  1113. PrivateKeyInfo_Encode_m0B6682733B5764EC52E9E2551BBEDDC3F4C74133,
  1114. EncryptedPrivateKeyInfo__ctor_m6DD099BABFA876AF0B42EB38B46C14EEBCB2CC5B,
  1115. EncryptedPrivateKeyInfo__ctor_m342DBA8F50EBE7CC3E8C72FA55A086A44EB0595A,
  1116. EncryptedPrivateKeyInfo_get_Algorithm_m6E3979843B72EAD0345E7D190562A054347B26E7,
  1117. EncryptedPrivateKeyInfo_get_EncryptedData_m41DB5DB34320FF2B84BF2811ADFF9B449E3B9868,
  1118. EncryptedPrivateKeyInfo_get_Salt_m5529731CFA0E535CA09D34EC420D78E143E8C879,
  1119. EncryptedPrivateKeyInfo_get_IterationCount_m0FFFFF80E6542001E3AFEC28F9F8DBBA7FEC5FF1,
  1120. EncryptedPrivateKeyInfo_Decode_m3B7FB3D3766A4617DF21A37E87F9D568B807AAC1,
  1121. RSAManaged_GenerateKeyPair_mCF5E65E83533C4515E3B0F7AA80B0D1C13D71191,
  1122. RSAManaged_get_PublicOnly_m7C2ACC9429A47CD9B2C8EF9A881695BD3D6A7E06,
  1123. RSAManaged_ExportParameters_m2FB27DED4EDC0045C1A7659813E016C6AC5D68A8,
  1124. RSAManaged_ImportParameters_m1200237AAD564D262E93EEEB437CD94E4900008B,
  1125. RSAManaged_GetPaddedValue_mEEE62E8FD9CDBFA014DF4CAC5D8E5B0FB6579FDD,
  1126. KeyGeneratedEventHandler__ctor_mEC2E71CDD44D771B588C8E2B263DAA18A161AFF1,
  1127. KeyGeneratedEventHandler_Invoke_mB39E17F6641982F45D5C147AB8D82E0A17D5ABC0,
  1128. BigInteger__ctor_mCC2E747B046C8ED9773CCACA21F56F90A2CD4D42,
  1129. BigInteger__ctor_m9C372289E672EC45500A2346BD39BCBBB1B1E111,
  1130. BigInteger__ctor_m32F3FC1BBD22BBD41BEF443E9D510555DDD336C1,
  1131. BigInteger__ctor_m1332FE3CBD15BE962DF128AB329CD86EE0450EA4,
  1132. BigInteger__ctor_m2D9EC292E7198117AACAD6C1306C971BC74B5E83,
  1133. BigInteger_op_Implicit_m1FC11FDE7ECF4D251F510EF8EB9DC9B5357D742F,
  1134. BigInteger_op_Implicit_m2A8665726D0DA223774962B8139259EAC255A104,
  1135. BigInteger_op_Subtraction_mEB2B6795E0AF13288A96D87826031CEC054E6052,
  1136. BigInteger_op_Modulus_m09E68D30D670ED308F34F02EBC047FD60B91D78F,
  1137. BigInteger_op_Modulus_mF4B55A9D8FCFF2B70A1A55BA31A6E0D75367D779,
  1138. BigInteger_op_Division_mBB896F6E9247AB3B3D47E1B125624FA68EE5C4EC,
  1139. BigInteger_op_Multiply_m28820029500895BCAE0C547024B6BD72A9688500,
  1140. BigInteger_op_LeftShift_mD63F9627F80FBAF4DE122CE66DC18FC3BF54EC64,
  1141. BigInteger_op_RightShift_m908AD9F9676FCE3A9AFB5A75E2ACA708E584B10D,
  1142. BigInteger_get_Rng_mED248B5F69559800CD101728FF2F1C604B57E362,
  1143. BigInteger_GenerateRandom_mBF43DEB351D628870DA3B410AF7E51561CB0ABB3,
  1144. BigInteger_GenerateRandom_m5A8D5BD2E42BAF3E88561F63B659331320DBDE9E,
  1145. BigInteger_BitCount_m45B7662F932C61BE4F5587C5C54C09F04B186825,
  1146. BigInteger_TestBit_m42A773C5309B8F9B3441C33FC07FFD5022EC9029,
  1147. BigInteger_SetBit_m63E76C0C3E8DEFA49448853F788157B726A54074,
  1148. BigInteger_SetBit_mCB21AD7EF7A2D5447F20AB222F1D5F6A5ADB82FE,
  1149. BigInteger_LowestSetBit_mF8C2977FB890527F2266940AE195781B6A1B1CCD,
  1150. BigInteger_GetBytes_m44C3D34E6D3D241D5624EB3C606DB836800FB8CA,
  1151. BigInteger_op_Equality_m8C3BE7CDEE443C682DB5E7DDCDF69293D773D663,
  1152. BigInteger_op_Inequality_m6B8B6D52141713E7267691469F79A0990DBB5E63,
  1153. BigInteger_op_Equality_m5C5EE2AB42889F73925C8EABEE659B4B0FA22F64,
  1154. BigInteger_op_Inequality_mD61A5FCAFD6C1988AC65022BB1125E8A15C3C4DF,
  1155. BigInteger_op_GreaterThan_m67BB32BE6636B141DD00245C130BE236C8C18A9C,
  1156. BigInteger_op_LessThan_mB88504CCF6B0A00CAF65AC4A17C1417F89AF03FD,
  1157. BigInteger_op_GreaterThanOrEqual_m34669FCE574F8B3EF00808F69DB97CA5504D2C85,
  1158. BigInteger_op_LessThanOrEqual_m4225BB4FF0A26B307FD6C34A44CCA3BFB104BC30,
  1159. BigInteger_ToString_m285B9E673586DFF6DBB4EC46B3CB5667725A2A0A,
  1160. BigInteger_ToString_mCC667096E01C81AE62D042E465FA2612B47B8B98,
  1161. BigInteger_Normalize_m2D677E543A7DCC6CDCA4F4ADA126649A5668729B,
  1162. BigInteger_GetHashCode_m6F80CD19E6ADB93169F89E39089EBE3EF275521A,
  1163. BigInteger_ToString_m765153117590BBB66DF8E68BD0C58F71401F7AC5,
  1164. BigInteger_Equals_m6663F8A6599EE7F42DA5CA40BC983E50ED878373,
  1165. BigInteger_ModInverse_mD2D17248B9BEE7A63C225309B7EDFEC39FA4C80D,
  1166. BigInteger_GeneratePseudoPrime_m429EBF650501034FD40CB4F0512EBA6DBBB7FA11,
  1167. BigInteger_Incr2_m3B781075BBDCDA172B7E9EA863AE0A5997B4758E,
  1168. BigInteger__cctor_m1D4896EDD51FBD6D85008DE5ED62EC9C483623AF,
  1169. ModulusRing__ctor_m97D99B27E28AB20BBE2836B04D5466DA81456BCC,
  1170. ModulusRing_BarrettReduction_mEF6900BAA295B45A7661C70DA47EB31193670AB5,
  1171. ModulusRing_Multiply_m3246E3E3C60AA391E6D442E9CE85AF73C972AAB8,
  1172. ModulusRing_Difference_mF52990DBAC72533606158C406FE5055D550EE8B1,
  1173. ModulusRing_Pow_m6AA03EF88208478DB150ADF4E8ABC327B2369192,
  1174. ModulusRing_Pow_m66800E0D88B48BEBF441FBE4B509555E03FC1382,
  1175. Kernel_Subtract_mF62E0A4C04E4DCE6C4F66719F57DED7BD71BD9B7,
  1176. Kernel_MinusEq_m0A41AF713CCF44AB62FD5E1288AA2C5BD470E967,
  1177. Kernel_PlusEq_m4C2965A8B169E32B98FE7A60AE8C09505428B246,
  1178. Kernel_Compare_m2C45218B8EE4E2ECDC85068A37BDB93E07FA5858,
  1179. Kernel_SingleByteDivideInPlace_mA797A6BBEB759D97847E10A6A8B8ADD53B5B8F27,
  1180. Kernel_DwordMod_m174B02D0DE310C71A61CEE61C44274FB706FE5DE,
  1181. Kernel_DwordDivMod_mA55718811BFF0286A3DB25B4EEF0B0FF005BB2B5,
  1182. Kernel_multiByteDivide_mEB8FB4B5D405F43102EF158131E33806DF03588B,
  1183. Kernel_LeftShift_mEEEE8733CA2CC152C4CD9A782C063CC93DB573DF,
  1184. Kernel_RightShift_m609BADF35E34FDE8AF59E5BA07E5224F7C194541,
  1185. Kernel_Multiply_m47EE24F797DD6009167F0F5B9059C72CBD31D8CD,
  1186. Kernel_MultiplyMod2p32pmod_mE8E796D86E0098053DEF7755FF1605D774AAED49,
  1187. Kernel_modInverse_mAE70326F9AD6797DD3FC42DE574E855FB63EFAB4,
  1188. Kernel_modInverse_mF0EFBFDE4FB6CF7E807BDB10EAB681452C8B27D9,
  1189. PrimalityTest__ctor_m30CE19F32C098EEE77598B50CFF1A5214B145BDB,
  1190. PrimalityTest_Invoke_m028D0C6E9367E09AB2E97E719B2CD9B826ADAD38,
  1191. PrimalityTests_GetSPPRounds_mE7B1E8DE5E1C111E8D520A0F896CE47B63B8F869,
  1192. PrimalityTests_RabinMillerTest_m59EDFCB116261012D20CCA91A39263CEE8F2EAB9,
  1193. PrimeGeneratorBase_get_Confidence_mA51F9D94806DC7451E16B8DF9F7C27179EB0B856,
  1194. PrimeGeneratorBase_get_PrimalityTest_m58868EBF050B911EEF3DE63F6198A949B9DCB4CB,
  1195. PrimeGeneratorBase_get_TrialDivisionBounds_mFD1DCEC1C325B3828F3A10E8EDA890298D5A4F51,
  1196. NULL,
  1197. PrimeGeneratorBase__ctor_m12BDBF1F487723D1E872C1373C3E7885FA2EB56F,
  1198. SequentialSearchPrimeGeneratorBase_GenerateSearchBase_m5E35D962A17A69F195837C3B5C6F1459741CE9CB,
  1199. SequentialSearchPrimeGeneratorBase_GenerateNewPrime_mC3B026D6D5291AFA9EB96DE3F91A8DEE0B909517,
  1200. SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m28F971E0582CC8A0EFF57850840F6EEE3683EA9A,
  1201. SequentialSearchPrimeGeneratorBase_IsPrimeAcceptable_m4DB1A1AC4B92C6F16F995FEF35A20338309AC66C,
  1202. SequentialSearchPrimeGeneratorBase__ctor_mC10DBB518955FE5BCC22E9482B4114A942BAF137,
  1203. U3CPrivateImplementationDetailsU3E_ComputeStringHash_m22BD35ED6ACEE075A95775B5056B1CE0903AC2C3,
  1204. };
  1205. static const int32_t s_InvokerIndices[410] =
  1206. {
  1207. 14365,
  1208. 7434,
  1209. 4464,
  1210. 7394,
  1211. 8467,
  1212. 8543,
  1213. 8467,
  1214. 8496,
  1215. 7394,
  1216. 3650,
  1217. 6565,
  1218. 5822,
  1219. 8496,
  1220. 2874,
  1221. 777,
  1222. 5817,
  1223. 3491,
  1224. 8496,
  1225. 14362,
  1226. 14365,
  1227. 14365,
  1228. 14261,
  1229. 14365,
  1230. 14165,
  1231. 14348,
  1232. 14348,
  1233. 14362,
  1234. 14363,
  1235. 11855,
  1236. 11855,
  1237. 12354,
  1238. 12422,
  1239. 8589,
  1240. 7394,
  1241. 7394,
  1242. 7394,
  1243. 8496,
  1244. 8496,
  1245. 7394,
  1246. 8496,
  1247. 7394,
  1248. 8496,
  1249. 8589,
  1250. 7394,
  1251. 8496,
  1252. 8496,
  1253. 4431,
  1254. 8496,
  1255. 8496,
  1256. 8589,
  1257. 7394,
  1258. 4431,
  1259. 7394,
  1260. 8589,
  1261. 7394,
  1262. 8467,
  1263. 7369,
  1264. 8496,
  1265. 8496,
  1266. 8496,
  1267. 3650,
  1268. 1571,
  1269. 1019,
  1270. 5822,
  1271. 1019,
  1272. 5177,
  1273. 7394,
  1274. 7394,
  1275. 3503,
  1276. 1019,
  1277. 8496,
  1278. 3503,
  1279. 7394,
  1280. 4431,
  1281. 7394,
  1282. 4431,
  1283. 8496,
  1284. 14666,
  1285. 14700,
  1286. 8589,
  1287. 7394,
  1288. 7369,
  1289. 7394,
  1290. 7394,
  1291. 2893,
  1292. 3502,
  1293. 5817,
  1294. 5817,
  1295. 5817,
  1296. 14700,
  1297. 14365,
  1298. 10051,
  1299. 11949,
  1300. 14700,
  1301. 7394,
  1302. 7394,
  1303. 5822,
  1304. 8496,
  1305. 7394,
  1306. 8496,
  1307. 8496,
  1308. 8496,
  1309. 8496,
  1310. 8496,
  1311. 7394,
  1312. 8496,
  1313. 8496,
  1314. 8496,
  1315. 8496,
  1316. 8406,
  1317. 8406,
  1318. 8467,
  1319. 8496,
  1320. 8496,
  1321. 4440,
  1322. 12540,
  1323. 14700,
  1324. 8589,
  1325. 5817,
  1326. 5640,
  1327. 8496,
  1328. 8496,
  1329. 8467,
  1330. 7394,
  1331. 8496,
  1332. 8496,
  1333. 8543,
  1334. 8589,
  1335. 8543,
  1336. 7394,
  1337. 8589,
  1338. 6565,
  1339. 8467,
  1340. 2891,
  1341. 8496,
  1342. 8589,
  1343. 7394,
  1344. 8496,
  1345. 8589,
  1346. 4431,
  1347. 8589,
  1348. 7394,
  1349. 7394,
  1350. 8496,
  1351. 8496,
  1352. 8589,
  1353. 7434,
  1354. 5822,
  1355. 3502,
  1356. 3502,
  1357. 14700,
  1358. 12540,
  1359. 14365,
  1360. 12540,
  1361. 10283,
  1362. 10027,
  1363. 9016,
  1364. 12540,
  1365. 12535,
  1366. 12535,
  1367. 14700,
  1368. 7369,
  1369. 8467,
  1370. 7369,
  1371. 8467,
  1372. 5817,
  1373. 7394,
  1374. 6565,
  1375. 8496,
  1376. 14700,
  1377. 14666,
  1378. 14700,
  1379. 8589,
  1380. 7394,
  1381. 7394,
  1382. 7394,
  1383. 8496,
  1384. 7394,
  1385. 8589,
  1386. 8496,
  1387. 8496,
  1388. 8496,
  1389. 7394,
  1390. 8496,
  1391. 7394,
  1392. 8589,
  1393. 7394,
  1394. 7394,
  1395. 7394,
  1396. 7394,
  1397. 1565,
  1398. 5822,
  1399. 8496,
  1400. 8543,
  1401. 8543,
  1402. 7434,
  1403. 8589,
  1404. 8496,
  1405. 1431,
  1406. 8543,
  1407. 8543,
  1408. 8496,
  1409. 585,
  1410. 1032,
  1411. 14700,
  1412. 12540,
  1413. 7394,
  1414. 1377,
  1415. 1020,
  1416. 1498,
  1417. 2891,
  1418. 548,
  1419. 5640,
  1420. 548,
  1421. 7394,
  1422. 1007,
  1423. 8543,
  1424. 8543,
  1425. 8543,
  1426. 8468,
  1427. 8468,
  1428. 7370,
  1429. 8496,
  1430. 8467,
  1431. 7369,
  1432. 8467,
  1433. 8496,
  1434. 8466,
  1435. 7368,
  1436. 8467,
  1437. 7369,
  1438. 7394,
  1439. 8496,
  1440. 8589,
  1441. 4427,
  1442. 1070,
  1443. 4427,
  1444. 1025,
  1445. 8589,
  1446. 8437,
  1447. 8496,
  1448. 8543,
  1449. 8543,
  1450. 8543,
  1451. 8467,
  1452. 1578,
  1453. 1028,
  1454. 130,
  1455. 8543,
  1456. 14676,
  1457. 8496,
  1458. 7394,
  1459. 8496,
  1460. 7394,
  1461. 8092,
  1462. 6993,
  1463. 8543,
  1464. 8093,
  1465. 6996,
  1466. 8496,
  1467. 7394,
  1468. 8496,
  1469. 7394,
  1470. 8496,
  1471. 7394,
  1472. 8543,
  1473. 7434,
  1474. 8129,
  1475. 7029,
  1476. 8496,
  1477. 7394,
  1478. 8589,
  1479. 14676,
  1480. 14676,
  1481. 8496,
  1482. 5822,
  1483. 8496,
  1484. 7394,
  1485. 4431,
  1486. 4464,
  1487. 14365,
  1488. 8589,
  1489. 14676,
  1490. 5817,
  1491. 8589,
  1492. 8589,
  1493. 2891,
  1494. 8496,
  1495. 1380,
  1496. 14700,
  1497. 8589,
  1498. 14676,
  1499. 8589,
  1500. 8589,
  1501. 2891,
  1502. 8496,
  1503. 5817,
  1504. 1482,
  1505. 1482,
  1506. 1482,
  1507. 3379,
  1508. 408,
  1509. 408,
  1510. 408,
  1511. 4431,
  1512. 2936,
  1513. 2936,
  1514. 14365,
  1515. 14700,
  1516. 8589,
  1517. 7394,
  1518. 8496,
  1519. 7394,
  1520. 14365,
  1521. 12535,
  1522. 14365,
  1523. 14365,
  1524. 12532,
  1525. 14365,
  1526. 14365,
  1527. 8589,
  1528. 7394,
  1529. 8496,
  1530. 8496,
  1531. 8496,
  1532. 8467,
  1533. 7394,
  1534. 8589,
  1535. 8543,
  1536. 5855,
  1537. 7410,
  1538. 3502,
  1539. 4427,
  1540. 4431,
  1541. 4241,
  1542. 7394,
  1543. 4425,
  1544. 7394,
  1545. 7369,
  1546. 14362,
  1547. 14362,
  1548. 12540,
  1549. 12422,
  1550. 12540,
  1551. 12540,
  1552. 12540,
  1553. 12535,
  1554. 12535,
  1555. 14676,
  1556. 12517,
  1557. 14362,
  1558. 8467,
  1559. 6533,
  1560. 7369,
  1561. 4292,
  1562. 8467,
  1563. 8496,
  1564. 12872,
  1565. 12872,
  1566. 12873,
  1567. 12873,
  1568. 12873,
  1569. 12873,
  1570. 12873,
  1571. 12873,
  1572. 5817,
  1573. 3490,
  1574. 8589,
  1575. 8467,
  1576. 8496,
  1577. 6565,
  1578. 5822,
  1579. 14362,
  1580. 8589,
  1581. 14700,
  1582. 7394,
  1583. 7394,
  1584. 3503,
  1585. 3503,
  1586. 3503,
  1587. 3490,
  1588. 12540,
  1589. 13158,
  1590. 13158,
  1591. 12424,
  1592. 12422,
  1593. 12422,
  1594. 12535,
  1595. 12540,
  1596. 12535,
  1597. 12535,
  1598. 8890,
  1599. 8814,
  1600. 12422,
  1601. 12540,
  1602. 4427,
  1603. 3646,
  1604. 12422,
  1605. 12872,
  1606. 8467,
  1607. 8496,
  1608. 8467,
  1609. 5817,
  1610. 8589,
  1611. 3490,
  1612. 5817,
  1613. 3490,
  1614. 3650,
  1615. 8589,
  1616. 14261,
  1617. };
  1618. extern const CustomAttributesCacheGenerator g_Mono_Security_AttributeGenerators[];
  1619. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_Mono_Security_CodeGenModule;
  1620. const Il2CppCodeGenModule g_Mono_Security_CodeGenModule =
  1621. {
  1622. "Mono.Security.dll",
  1623. 410,
  1624. s_methodPointers,
  1625. 0,
  1626. NULL,
  1627. s_InvokerIndices,
  1628. 0,
  1629. NULL,
  1630. 0,
  1631. NULL,
  1632. 0,
  1633. NULL,
  1634. NULL,
  1635. g_Mono_Security_AttributeGenerators,
  1636. NULL, // module initializer,
  1637. NULL,
  1638. NULL,
  1639. NULL,
  1640. };