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

◆ IsSignedWith()

bool System.Security.Cryptography.X509Certificates.X509ChainImplMono.IsSignedWith ( X509Certificate2 signed ,
AsymmetricAlgorithm pubkey )
inlineprivate

Definition at line 425 of file X509ChainImplMono.cs.

426 {
427 if (pubkey != null)
428 {
429 return X509Helper2.GetMonoCertificate(signed).VerifySignature(pubkey);
430 }
431 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.X509Certificates.X509Helper2.GetMonoCertificate(), and j__TPar.