Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CERT_CONTEXT.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Internal.Cryptography.Pal.Native
;
4
5
internal
struct
CERT_CONTEXT
6
{
7
public
CertEncodingType
dwCertEncodingType
;
8
9
public
unsafe
byte
*
pbCertEncoded
;
10
11
public
int
cbCertEncoded
;
12
13
public
unsafe
CERT_INFO
*
pCertInfo
;
14
15
public
IntPtr
hCertStore
;
16
}
Internal.Cryptography.Pal.Native.CertEncodingType
CertEncodingType
Definition
CertEncodingType.cs:4
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
System
Definition
BlockingCollection.cs:8
Internal.Cryptography.Pal.Native.CERT_CONTEXT.cbCertEncoded
int cbCertEncoded
Definition
CERT_CONTEXT.cs:11
Internal.Cryptography.Pal.Native.CERT_CONTEXT.hCertStore
IntPtr hCertStore
Definition
CERT_CONTEXT.cs:15
Internal.Cryptography.Pal.Native.CERT_CONTEXT.dwCertEncodingType
CertEncodingType dwCertEncodingType
Definition
CERT_CONTEXT.cs:7
Internal.Cryptography.Pal.Native.CERT_CONTEXT.pCertInfo
unsafe CERT_INFO * pCertInfo
Definition
CERT_CONTEXT.cs:13
Internal.Cryptography.Pal.Native.CERT_CONTEXT.pbCertEncoded
unsafe byte * pbCertEncoded
Definition
CERT_CONTEXT.cs:9
Internal.Cryptography.Pal.Native.CERT_CONTEXT
Definition
CERT_CONTEXT.cs:6
Internal.Cryptography.Pal.Native.CERT_INFO
Definition
CERT_INFO.cs:4
System.IntPtr
Definition
IntPtr.cs:14
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CERT_CONTEXT.cs
Generated by
1.10.0