Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
X509VerificationFlags.cs
Go to the documentation of this file.
1
namespace
System.Security.Cryptography.X509Certificates
;
2
3
[Flags]
4
public
enum
X509VerificationFlags
5
{
6
NoFlag
= 0,
7
IgnoreNotTimeValid
= 1,
8
IgnoreCtlNotTimeValid
= 2,
9
IgnoreNotTimeNested
= 4,
10
IgnoreInvalidBasicConstraints
= 8,
11
AllowUnknownCertificateAuthority
= 0x10,
12
IgnoreWrongUsage
= 0x20,
13
IgnoreInvalidName
= 0x40,
14
IgnoreInvalidPolicy
= 0x80,
15
IgnoreEndRevocationUnknown
= 0x100,
16
IgnoreCtlSignerRevocationUnknown
= 0x200,
17
IgnoreCertificateAuthorityRevocationUnknown
= 0x400,
18
IgnoreRootRevocationUnknown
= 0x800,
19
AllFlags
= 0xFFF
20
}
System.Security.Cryptography.X509Certificates.X509VerificationFlags
X509VerificationFlags
Definition
X509VerificationFlags.cs:5
System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreInvalidName
@ IgnoreInvalidName
System.Security.Cryptography.X509Certificates.X509VerificationFlags.AllowUnknownCertificateAuthority
@ AllowUnknownCertificateAuthority
System.Security.Cryptography.X509Certificates.X509VerificationFlags.NoFlag
@ NoFlag
System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreCertificateAuthorityRevocationUnknown
@ IgnoreCertificateAuthorityRevocationUnknown
System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreCtlSignerRevocationUnknown
@ IgnoreCtlSignerRevocationUnknown
System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreInvalidBasicConstraints
@ IgnoreInvalidBasicConstraints
System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreRootRevocationUnknown
@ IgnoreRootRevocationUnknown
System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreCtlNotTimeValid
@ IgnoreCtlNotTimeValid
System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreNotTimeNested
@ IgnoreNotTimeNested
System.Security.Cryptography.X509Certificates.X509VerificationFlags.AllFlags
@ AllFlags
System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreWrongUsage
@ IgnoreWrongUsage
System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreInvalidPolicy
@ IgnoreInvalidPolicy
System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreEndRevocationUnknown
@ IgnoreEndRevocationUnknown
System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreNotTimeValid
@ IgnoreNotTimeValid
System.Security.Cryptography.X509Certificates
Definition
CertificateAsn.cs:4
source
System.Security.Cryptography.X509Certificates
System.Security.Cryptography.X509Certificates
X509VerificationFlags.cs
Generated by
1.10.0