Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CERT_CHAIN_POLICY_STATUS.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Internal.Cryptography.Pal.Native
;
4
5
internal
struct
CERT_CHAIN_POLICY_STATUS
6
{
7
public
int
cbSize
;
8
9
public
int
dwError
;
10
11
public
IntPtr
lChainIndex
;
12
13
public
IntPtr
lElementIndex
;
14
15
public
IntPtr
pvExtraPolicyStatus
;
16
}
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
System
Definition
BlockingCollection.cs:8
Internal.Cryptography.Pal.Native.CERT_CHAIN_POLICY_STATUS.lElementIndex
IntPtr lElementIndex
Definition
CERT_CHAIN_POLICY_STATUS.cs:13
Internal.Cryptography.Pal.Native.CERT_CHAIN_POLICY_STATUS.cbSize
int cbSize
Definition
CERT_CHAIN_POLICY_STATUS.cs:7
Internal.Cryptography.Pal.Native.CERT_CHAIN_POLICY_STATUS.dwError
int dwError
Definition
CERT_CHAIN_POLICY_STATUS.cs:9
Internal.Cryptography.Pal.Native.CERT_CHAIN_POLICY_STATUS.pvExtraPolicyStatus
IntPtr pvExtraPolicyStatus
Definition
CERT_CHAIN_POLICY_STATUS.cs:15
Internal.Cryptography.Pal.Native.CERT_CHAIN_POLICY_STATUS.lChainIndex
IntPtr lChainIndex
Definition
CERT_CHAIN_POLICY_STATUS.cs:11
Internal.Cryptography.Pal.Native.CERT_CHAIN_POLICY_STATUS
Definition
CERT_CHAIN_POLICY_STATUS.cs:6
System.IntPtr
Definition
IntPtr.cs:14
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CERT_CHAIN_POLICY_STATUS.cs
Generated by
1.10.0