Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CERT_CHAIN_POLICY_PARA.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_PARA
6
{
7
public
int
cbSize
;
8
9
public
int
dwFlags
;
10
11
public
IntPtr
pvExtraPolicyPara
;
12
}
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
System
Definition
BlockingCollection.cs:8
Internal.Cryptography.Pal.Native.CERT_CHAIN_POLICY_PARA.dwFlags
int dwFlags
Definition
CERT_CHAIN_POLICY_PARA.cs:9
Internal.Cryptography.Pal.Native.CERT_CHAIN_POLICY_PARA.pvExtraPolicyPara
IntPtr pvExtraPolicyPara
Definition
CERT_CHAIN_POLICY_PARA.cs:11
Internal.Cryptography.Pal.Native.CERT_CHAIN_POLICY_PARA.cbSize
int cbSize
Definition
CERT_CHAIN_POLICY_PARA.cs:7
Internal.Cryptography.Pal.Native.CERT_CHAIN_POLICY_PARA
Definition
CERT_CHAIN_POLICY_PARA.cs:6
System.IntPtr
Definition
IntPtr.cs:14
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CERT_CHAIN_POLICY_PARA.cs
Generated by
1.10.0