Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CERT_INFO.cs
Go to the documentation of this file.
1
namespace
Internal.Cryptography.Pal.Native
;
2
3
internal
struct
CERT_INFO
4
{
5
public
int
dwVersion
;
6
7
public
CRYPTOAPI_BLOB
SerialNumber
;
8
9
public
CRYPT_ALGORITHM_IDENTIFIER
SignatureAlgorithm
;
10
11
public
CRYPTOAPI_BLOB
Issuer
;
12
13
public
FILETIME
NotBefore
;
14
15
public
FILETIME
NotAfter
;
16
17
public
CRYPTOAPI_BLOB
Subject
;
18
19
public
CERT_PUBLIC_KEY_INFO
SubjectPublicKeyInfo
;
20
21
public
CRYPT_BIT_BLOB
IssuerUniqueId
;
22
23
public
CRYPT_BIT_BLOB
SubjectUniqueId
;
24
25
public
int
cExtension
;
26
27
public
unsafe
CERT_EXTENSION
*
rgExtension
;
28
}
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
Internal.Cryptography.Pal.Native.CERT_EXTENSION
Definition
CERT_EXTENSION.cs:6
Internal.Cryptography.Pal.Native.CERT_INFO.Issuer
CRYPTOAPI_BLOB Issuer
Definition
CERT_INFO.cs:11
Internal.Cryptography.Pal.Native.CERT_INFO.SubjectUniqueId
CRYPT_BIT_BLOB SubjectUniqueId
Definition
CERT_INFO.cs:23
Internal.Cryptography.Pal.Native.CERT_INFO.SignatureAlgorithm
CRYPT_ALGORITHM_IDENTIFIER SignatureAlgorithm
Definition
CERT_INFO.cs:9
Internal.Cryptography.Pal.Native.CERT_INFO.rgExtension
unsafe CERT_EXTENSION * rgExtension
Definition
CERT_INFO.cs:27
Internal.Cryptography.Pal.Native.CERT_INFO.NotBefore
FILETIME NotBefore
Definition
CERT_INFO.cs:13
Internal.Cryptography.Pal.Native.CERT_INFO.cExtension
int cExtension
Definition
CERT_INFO.cs:25
Internal.Cryptography.Pal.Native.CERT_INFO.NotAfter
FILETIME NotAfter
Definition
CERT_INFO.cs:15
Internal.Cryptography.Pal.Native.CERT_INFO.SubjectPublicKeyInfo
CERT_PUBLIC_KEY_INFO SubjectPublicKeyInfo
Definition
CERT_INFO.cs:19
Internal.Cryptography.Pal.Native.CERT_INFO.SerialNumber
CRYPTOAPI_BLOB SerialNumber
Definition
CERT_INFO.cs:7
Internal.Cryptography.Pal.Native.CERT_INFO.IssuerUniqueId
CRYPT_BIT_BLOB IssuerUniqueId
Definition
CERT_INFO.cs:21
Internal.Cryptography.Pal.Native.CERT_INFO.dwVersion
int dwVersion
Definition
CERT_INFO.cs:5
Internal.Cryptography.Pal.Native.CERT_INFO.Subject
CRYPTOAPI_BLOB Subject
Definition
CERT_INFO.cs:17
Internal.Cryptography.Pal.Native.CERT_INFO
Definition
CERT_INFO.cs:4
Internal.Cryptography.Pal.Native.CERT_PUBLIC_KEY_INFO
Definition
CERT_PUBLIC_KEY_INFO.cs:4
Internal.Cryptography.Pal.Native.CRYPTOAPI_BLOB
Definition
CRYPTOAPI_BLOB.cs:7
Internal.Cryptography.Pal.Native.CRYPT_ALGORITHM_IDENTIFIER
Definition
CRYPT_ALGORITHM_IDENTIFIER.cs:6
Internal.Cryptography.Pal.Native.CRYPT_BIT_BLOB
Definition
CRYPT_BIT_BLOB.cs:7
Internal.Cryptography.Pal.Native.FILETIME
Definition
FILETIME.cs:6
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CERT_INFO.cs
Generated by
1.10.0