Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ChainStatus
unsafe
X509ChainStatus
[] Internal.Cryptography.Pal.ChainPal.ChainStatus
get
Implements
Internal.Cryptography.Pal.IChainPal
.
Definition at line
81
of file
ChainPal.cs
.
82
{
83
get
84
{
85
CERT_CHAIN_CONTEXT
* ptr = (
CERT_CHAIN_CONTEXT
*)(
void
*)
_chain
.
DangerousGetHandle
();
86
X509ChainStatus
[] chainStatusInformation =
GetChainStatusInformation
(ptr->
TrustStatus
.
dwErrorStatus
);
87
GC
.
KeepAlive
(
this
);
88
return
chainStatusInformation;
89
}
90
}
Internal.Cryptography.Pal.ChainPal._chain
SafeX509ChainHandle _chain
Definition
ChainPal.cs:31
Internal.Cryptography.Pal.ChainPal.GetChainStatusInformation
static X509ChainStatus[] GetChainStatusInformation(CertTrustErrorStatus dwStatus)
Definition
ChainPal.cs:219
System.GC.KeepAlive
static void KeepAlive(object? obj)
Definition
GC.cs:180
System.GC
Definition
GC.cs:8
System.Runtime.InteropServices.SafeHandle.DangerousGetHandle
IntPtr DangerousGetHandle()
Definition
SafeHandle.cs:47
Internal.Cryptography.Pal.Native.CERT_CHAIN_CONTEXT.TrustStatus
CERT_TRUST_STATUS TrustStatus
Definition
CERT_CHAIN_CONTEXT.cs:9
Internal.Cryptography.Pal.Native.CERT_CHAIN_CONTEXT
Definition
CERT_CHAIN_CONTEXT.cs:6
Internal.Cryptography.Pal.Native.CERT_TRUST_STATUS.dwErrorStatus
CertTrustErrorStatus dwErrorStatus
Definition
CERT_TRUST_STATUS.cs:5
System.Security.Cryptography.X509Certificates.X509ChainStatus
Definition
X509ChainStatus.cs:6
Internal
Cryptography
Pal
ChainPal
Generated by
1.10.0