Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SafeHandle
SafeHandle
IStorePal. Internal.Cryptography.Pal.StorePal.SafeHandle
get
private
Implements
Internal.Cryptography.Pal.IStorePal
.
Definition at line
17
of file
StorePal.cs
.
18
{
19
get
20
{
21
if
(
_certStore
==
null
||
_certStore
.
IsInvalid
||
_certStore
.IsClosed)
22
{
23
throw
new
CryptographicException
(
System
.
SR
.
Cryptography_X509_StoreNotOpen
);
24
}
25
return
_certStore
;
26
}
27
}
Internal.Cryptography.Pal.Native.SafePointerHandle.IsInvalid
override bool IsInvalid
Definition
SafePointerHandle.cs:9
Internal.Cryptography.Pal.StorePal._certStore
SafeCertStoreHandle _certStore
Definition
StorePal.cs:13
System.SR.Cryptography_X509_StoreNotOpen
static string Cryptography_X509_StoreNotOpen
Definition
SR.cs:102
System.SR
Definition
SR.cs:7
System.Security.Cryptography.CryptographicException
Definition
CryptographicException.cs:9
System
Definition
BlockingCollection.cs:8
Internal
Cryptography
Pal
StorePal
Generated by
1.10.0