Terraria
v1.4.4.9
Terraria source code documentation
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