Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CERT_EXTENSION.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Internal.Cryptography.Pal.Native
;
4
5
internal
struct
CERT_EXTENSION
6
{
7
public
IntPtr
pszObjId
;
8
9
public
int
fCritical
;
10
11
public
CRYPTOAPI_BLOB
Value
;
12
}
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
System
Definition
BlockingCollection.cs:8
Internal.Cryptography.Pal.Native.CERT_EXTENSION.fCritical
int fCritical
Definition
CERT_EXTENSION.cs:9
Internal.Cryptography.Pal.Native.CERT_EXTENSION.pszObjId
IntPtr pszObjId
Definition
CERT_EXTENSION.cs:7
Internal.Cryptography.Pal.Native.CERT_EXTENSION.Value
CRYPTOAPI_BLOB Value
Definition
CERT_EXTENSION.cs:11
Internal.Cryptography.Pal.Native.CERT_EXTENSION
Definition
CERT_EXTENSION.cs:6
Internal.Cryptography.Pal.Native.CRYPTOAPI_BLOB
Definition
CRYPTOAPI_BLOB.cs:7
System.IntPtr
Definition
IntPtr.cs:14
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CERT_EXTENSION.cs
Generated by
1.10.0