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
◆
StoreHandle
IntPtr
System.Security.Cryptography.X509Certificates.X509Store.StoreHandle
get
Definition at line
9
of file
X509Store.cs
.
10
{
11
get
12
{
13
if
(
_storePal
==
null
)
14
{
15
throw
new
CryptographicException(
System
.
SR
.
Cryptography_X509_StoreNotOpen
);
16
}
17
if
(
_storePal
.
SafeHandle
==
null
)
18
{
19
return
IntPtr
.Zero;
20
}
21
return
_storePal
.
SafeHandle
.DangerousGetHandle();
22
}
23
}
System.SR.Cryptography_X509_StoreNotOpen
static string Cryptography_X509_StoreNotOpen
Definition
SR.cs:102
System.SR
Definition
SR.cs:7
System.Security.Cryptography.X509Certificates.X509Store._storePal
IStorePal _storePal
Definition
X509Store.cs:7
Internal.Cryptography.Pal.IStorePal.SafeHandle
SafeHandle SafeHandle
Definition
IStorePal.cs:9
System.Reflection.Metadata.PrimitiveTypeCode.IntPtr
@ IntPtr
System
Definition
BlockingCollection.cs:8
System
Security
Cryptography
X509Certificates
X509Store
Generated by
1.10.0