Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Namespaces
|
Enumerations
CertTrustErrorStatus.cs File Reference
Go to the source code of this file.
Namespaces
namespace
Internal
namespace
Internal.Cryptography
namespace
Internal.Cryptography.Pal
namespace
Internal.Cryptography.Pal.Native
Enumerations
enum
Internal.Cryptography.Pal.Native.CertTrustErrorStatus
{
Internal.Cryptography.Pal.Native.CERT_TRUST_NO_ERROR
= 0 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_IS_NOT_TIME_VALID
= 1 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_IS_NOT_TIME_NESTED
= 2 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_IS_REVOKED
= 4 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_IS_NOT_SIGNATURE_VALID
= 8 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_IS_NOT_VALID_FOR_USAGE
= 0x10 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_IS_UNTRUSTED_ROOT
= 0x20 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_REVOCATION_STATUS_UNKNOWN
= 0x40 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_IS_CYCLIC
= 0x80 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_INVALID_EXTENSION
= 0x100 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_INVALID_POLICY_CONSTRAINTS
= 0x200 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_INVALID_BASIC_CONSTRAINTS
= 0x400 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_INVALID_NAME_CONSTRAINTS
= 0x800 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT
= 0x1000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT
= 0x2000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT
= 0x4000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT
= 0x8000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_IS_OFFLINE_REVOCATION
= 0x1000000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY
= 0x2000000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_IS_EXPLICIT_DISTRUST
= 0x4000000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT
= 0x8000000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_HAS_WEAK_SIGNATURE
= 0x100000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_IS_PARTIAL_CHAIN
= 0x10000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_CTL_IS_NOT_TIME_VALID
= 0x20000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID
= 0x40000 ,
Internal.Cryptography.Pal.Native.CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE
= 0x80000
}
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CertTrustErrorStatus.cs
Generated by
1.10.0