Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CRYPT_KEY_PROV_INFO.cs
Go to the documentation of this file.
1using System;
2
4
5internal struct CRYPT_KEY_PROV_INFO
6{
7 public unsafe char* pwszContainerName;
8
9 public unsafe char* pwszProvName;
10
11 public int dwProvType;
12
14
15 public int cProvParam;
16
18
19 public int dwKeySpec;
20}