terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
X509VerificationFlags.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Security
 
namespace  System.Security.Cryptography
 
namespace  System.Security.Cryptography.X509Certificates
 

Enumerations

enum  System.Security.Cryptography.X509Certificates.X509VerificationFlags {
  System.Security.Cryptography.X509Certificates.NoFlag = 0 , System.Security.Cryptography.X509Certificates.IgnoreNotTimeValid = 1 , System.Security.Cryptography.X509Certificates.IgnoreCtlNotTimeValid = 2 , System.Security.Cryptography.X509Certificates.IgnoreNotTimeNested = 4 ,
  System.Security.Cryptography.X509Certificates.IgnoreInvalidBasicConstraints = 8 , System.Security.Cryptography.X509Certificates.AllowUnknownCertificateAuthority = 16 , System.Security.Cryptography.X509Certificates.IgnoreWrongUsage = 32 , System.Security.Cryptography.X509Certificates.IgnoreInvalidName = 64 ,
  System.Security.Cryptography.X509Certificates.IgnoreInvalidPolicy = 128 , System.Security.Cryptography.X509Certificates.IgnoreEndRevocationUnknown = 256 , System.Security.Cryptography.X509Certificates.IgnoreCtlSignerRevocationUnknown = 512 , System.Security.Cryptography.X509Certificates.IgnoreCertificateAuthorityRevocationUnknown = 1024 ,
  System.Security.Cryptography.X509Certificates.IgnoreRootRevocationUnknown = 2048 , System.Security.Cryptography.X509Certificates.AllFlags = 4095
}