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

◆ PrivateKey

override AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono.PrivateKey
getset

Definition at line 139 of file X509Certificate2ImplMono.cs.

140 {
141 get
142 {
143 X509Certificate cert = this._cert;
144 if (cert != null)
145 {
146 if (cert != null)
147 {
148 }
149 if (this._cert != null)
150 {
151 }
152 if (this._cert.DSA != null)
153 {
154 DSA dsa = this._cert.DSA;
156 }
158 return;
159 }
160 }
161 set
162 {
163 while (this._cert == null)
164 {
165 }
166 if (value != null)
167 {
168 return;
169 }
170 X509Certificate cert = this._cert;
171 }
172 }
class f__AnonymousType0<< Count > j__TPar