Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CERT_CHAIN_ELEMENT.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Internal.Cryptography.Pal.Native
;
4
5
internal
struct
CERT_CHAIN_ELEMENT
6
{
7
public
int
cbSize
;
8
9
public
unsafe
CERT_CONTEXT
*
pCertContext
;
10
11
public
CERT_TRUST_STATUS
TrustStatus
;
12
13
public
IntPtr
pRevocationInfo
;
14
15
public
IntPtr
pIssuanceUsage
;
16
17
public
IntPtr
pApplicationUsage
;
18
19
public
IntPtr
pwszExtendedErrorInfo
;
20
}
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
System
Definition
BlockingCollection.cs:8
Internal.Cryptography.Pal.Native.CERT_CHAIN_ELEMENT.pApplicationUsage
IntPtr pApplicationUsage
Definition
CERT_CHAIN_ELEMENT.cs:17
Internal.Cryptography.Pal.Native.CERT_CHAIN_ELEMENT.cbSize
int cbSize
Definition
CERT_CHAIN_ELEMENT.cs:7
Internal.Cryptography.Pal.Native.CERT_CHAIN_ELEMENT.pIssuanceUsage
IntPtr pIssuanceUsage
Definition
CERT_CHAIN_ELEMENT.cs:15
Internal.Cryptography.Pal.Native.CERT_CHAIN_ELEMENT.pCertContext
unsafe CERT_CONTEXT * pCertContext
Definition
CERT_CHAIN_ELEMENT.cs:9
Internal.Cryptography.Pal.Native.CERT_CHAIN_ELEMENT.pRevocationInfo
IntPtr pRevocationInfo
Definition
CERT_CHAIN_ELEMENT.cs:13
Internal.Cryptography.Pal.Native.CERT_CHAIN_ELEMENT.TrustStatus
CERT_TRUST_STATUS TrustStatus
Definition
CERT_CHAIN_ELEMENT.cs:11
Internal.Cryptography.Pal.Native.CERT_CHAIN_ELEMENT.pwszExtendedErrorInfo
IntPtr pwszExtendedErrorInfo
Definition
CERT_CHAIN_ELEMENT.cs:19
Internal.Cryptography.Pal.Native.CERT_CHAIN_ELEMENT
Definition
CERT_CHAIN_ELEMENT.cs:6
Internal.Cryptography.Pal.Native.CERT_CONTEXT
Definition
CERT_CONTEXT.cs:6
Internal.Cryptography.Pal.Native.CERT_TRUST_STATUS
Definition
CERT_TRUST_STATUS.cs:4
System.IntPtr
Definition
IntPtr.cs:14
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CERT_CHAIN_ELEMENT.cs
Generated by
1.10.0