Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
X509ChainStatusFlags.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.X509ChainStatusFlags {
  System.Security.Cryptography.X509Certificates.NoError = 0 , System.Security.Cryptography.X509Certificates.NotTimeValid = 1 , System.Security.Cryptography.X509Certificates.NotTimeNested = 2 , System.Security.Cryptography.X509Certificates.Revoked = 4 ,
  System.Security.Cryptography.X509Certificates.NotSignatureValid = 8 , System.Security.Cryptography.X509Certificates.NotValidForUsage = 0x10 , System.Security.Cryptography.X509Certificates.UntrustedRoot = 0x20 , System.Security.Cryptography.X509Certificates.RevocationStatusUnknown = 0x40 ,
  System.Security.Cryptography.X509Certificates.Cyclic = 0x80 , System.Security.Cryptography.X509Certificates.InvalidExtension = 0x100 , System.Security.Cryptography.X509Certificates.InvalidPolicyConstraints = 0x200 , System.Security.Cryptography.X509Certificates.InvalidBasicConstraints = 0x400 ,
  System.Security.Cryptography.X509Certificates.InvalidNameConstraints = 0x800 , System.Security.Cryptography.X509Certificates.HasNotSupportedNameConstraint = 0x1000 , System.Security.Cryptography.X509Certificates.HasNotDefinedNameConstraint = 0x2000 , System.Security.Cryptography.X509Certificates.HasNotPermittedNameConstraint = 0x4000 ,
  System.Security.Cryptography.X509Certificates.HasExcludedNameConstraint = 0x8000 , System.Security.Cryptography.X509Certificates.PartialChain = 0x10000 , System.Security.Cryptography.X509Certificates.CtlNotTimeValid = 0x20000 , System.Security.Cryptography.X509Certificates.CtlNotSignatureValid = 0x40000 ,
  System.Security.Cryptography.X509Certificates.CtlNotValidForUsage = 0x80000 , System.Security.Cryptography.X509Certificates.OfflineRevocation = 0x1000000 , System.Security.Cryptography.X509Certificates.NoIssuanceChainPolicy = 0x2000000 , System.Security.Cryptography.X509Certificates.ExplicitDistrust = 0x4000000 ,
  System.Security.Cryptography.X509Certificates.HasNotSupportedCriticalExtension = 0x8000000 , System.Security.Cryptography.X509Certificates.HasWeakSignature = 0x100000
}