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

◆ Import() [5/5]

global.System.Security.Cryptography.X509Certificates.X509Certificate2Impl Mono.SystemCertificateProvider.Import ( X509Certificate cert,
CertificateImportFlags importFlags = CertificateImportFlags::None )
inline

Implements Mono.ISystemCertificateProvider.

Definition at line 151 of file SystemCertificateProvider.cs.

152 {
153 X509PalImpl x509PalImpl;
154 if (cert.impl != null && x509PalImpl == null)
155 {
156 global::System.Security.Cryptography.X509Certificates.X509Certificate2Impl x509Certificate2Impl;
158 }
159 throw new InvalidCastException();
160 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.X509Certificates.X509Certificate.impl, and j__TPar.