Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CERT_CHAIN_CONTEXT.cs
Go to the documentation of this file.
1using System;
2
4
5internal struct CERT_CHAIN_CONTEXT
6{
7 public int cbSize;
8
10
11 public int cChain;
12
13 public unsafe CERT_SIMPLE_CHAIN** rgpChain;
14
16
18
20
22
23 public int dwCreateFlags;
24
25 public Guid ChainId;
26}