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.
1
using
System
;
2
3
namespace
Internal.Cryptography.Pal.Native
;
4
5
internal
struct
CRYPT_KEY_PROV_INFO
6
{
7
public
unsafe
char
*
pwszContainerName
;
8
9
public
unsafe
char
*
pwszProvName
;
10
11
public
int
dwProvType
;
12
13
public
CryptAcquireContextFlags
dwFlags
;
14
15
public
int
cProvParam
;
16
17
public
IntPtr
rgProvParam
;
18
19
public
int
dwKeySpec
;
20
}
Internal.Cryptography.Pal.Native.CryptAcquireContextFlags
CryptAcquireContextFlags
Definition
CryptAcquireContextFlags.cs:7
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
System
Definition
BlockingCollection.cs:8
Internal.Cryptography.Pal.Native.CRYPT_KEY_PROV_INFO.cProvParam
int cProvParam
Definition
CRYPT_KEY_PROV_INFO.cs:15
Internal.Cryptography.Pal.Native.CRYPT_KEY_PROV_INFO.rgProvParam
IntPtr rgProvParam
Definition
CRYPT_KEY_PROV_INFO.cs:17
Internal.Cryptography.Pal.Native.CRYPT_KEY_PROV_INFO.dwProvType
int dwProvType
Definition
CRYPT_KEY_PROV_INFO.cs:11
Internal.Cryptography.Pal.Native.CRYPT_KEY_PROV_INFO.dwKeySpec
int dwKeySpec
Definition
CRYPT_KEY_PROV_INFO.cs:19
Internal.Cryptography.Pal.Native.CRYPT_KEY_PROV_INFO.pwszProvName
unsafe char * pwszProvName
Definition
CRYPT_KEY_PROV_INFO.cs:9
Internal.Cryptography.Pal.Native.CRYPT_KEY_PROV_INFO.dwFlags
CryptAcquireContextFlags dwFlags
Definition
CRYPT_KEY_PROV_INFO.cs:13
Internal.Cryptography.Pal.Native.CRYPT_KEY_PROV_INFO.pwszContainerName
unsafe char * pwszContainerName
Definition
CRYPT_KEY_PROV_INFO.cs:7
Internal.Cryptography.Pal.Native.CRYPT_KEY_PROV_INFO
Definition
CRYPT_KEY_PROV_INFO.cs:6
System.IntPtr
Definition
IntPtr.cs:14
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CRYPT_KEY_PROV_INFO.cs
Generated by
1.10.0