terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ RSA

virtual RSA Mono.Security.X509.X509Certificate.RSA
getset

Definition at line 328 of file X509Certificate.cs.

329 {
330 get
331 {
332 while (this._rsa == null)
333 {
334 bool flag = this.m_keyalgo == "1.2.840.113549.1.1.1";
335 byte[] publickey = this.m_publickey;
336 ASN1 asn;
337 if (asn != null)
338 {
339 byte nTag = asn.m_nTag;
340 ASN1 asn2;
341 byte nTag2 = asn2.m_nTag;
342 byte[] value = asn.Value;
343 byte[] value2 = asn2.Value;
344 this._rsa = 0;
345 break;
346 }
347 }
348 return this._rsa;
349 }
350 set
351 {
352 if (value != null)
353 {
354 }
356 }
357 }
class f__AnonymousType0<< Count > j__TPar