Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
CertChainFlags.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Internal.Cryptography.Pal.Native
;
4
5
[Flags]
6
internal
enum
CertChainFlags
7
{
8
None
= 0,
9
CERT_CHAIN_DISABLE_AUTH_ROOT_AUTO_UPDATE
= 0x100,
10
CERT_CHAIN_DISABLE_AIA
= 0x2000,
11
CERT_CHAIN_REVOCATION_CHECK_END_CERT
= 0x10000000,
12
CERT_CHAIN_REVOCATION_CHECK_CHAIN
= 0x20000000,
13
CERT_CHAIN_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT
= 0x40000000,
14
CERT_CHAIN_REVOCATION_CHECK_CACHE_ONLY
= int.MinValue
15
}
6
internal
enum
CertChainFlags
{
…
};
Internal.Cryptography.Pal.Native.CertChainFlags
CertChainFlags
Definition
CertChainFlags.cs:7
Internal.Cryptography.Pal.Native.CertChainFlags.CERT_CHAIN_DISABLE_AIA
@ CERT_CHAIN_DISABLE_AIA
Internal.Cryptography.Pal.Native.CertChainFlags.CERT_CHAIN_REVOCATION_CHECK_CHAIN
@ CERT_CHAIN_REVOCATION_CHECK_CHAIN
Internal.Cryptography.Pal.Native.CertChainFlags.None
@ None
Internal.Cryptography.Pal.Native.CertChainFlags.CERT_CHAIN_REVOCATION_CHECK_CACHE_ONLY
@ CERT_CHAIN_REVOCATION_CHECK_CACHE_ONLY
Internal.Cryptography.Pal.Native.CertChainFlags.CERT_CHAIN_DISABLE_AUTH_ROOT_AUTO_UPDATE
@ CERT_CHAIN_DISABLE_AUTH_ROOT_AUTO_UPDATE
Internal.Cryptography.Pal.Native.CertChainFlags.CERT_CHAIN_REVOCATION_CHECK_END_CERT
@ CERT_CHAIN_REVOCATION_CHECK_END_CERT
Internal.Cryptography.Pal.Native.CertChainFlags.CERT_CHAIN_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT
@ CERT_CHAIN_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
System
Definition
BlockingCollection.cs:8
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CertChainFlags.cs
Generated by
1.10.0