Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CERT_BASIC_CONSTRAINTS_INFO.cs
Go to the documentation of this file.
1
namespace
Internal.Cryptography.Pal.Native
;
2
3
internal
struct
CERT_BASIC_CONSTRAINTS_INFO
4
{
5
public
CRYPT_BIT_BLOB
SubjectType
;
6
7
public
int
fPathLenConstraint
;
8
9
public
int
dwPathLenConstraint
;
10
11
public
int
cSubtreesConstraint
;
12
13
public
unsafe
CRYPTOAPI_BLOB
*
rgSubtreesConstraint
;
14
}
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
Internal.Cryptography.Pal.Native.CERT_BASIC_CONSTRAINTS_INFO.cSubtreesConstraint
int cSubtreesConstraint
Definition
CERT_BASIC_CONSTRAINTS_INFO.cs:11
Internal.Cryptography.Pal.Native.CERT_BASIC_CONSTRAINTS_INFO.rgSubtreesConstraint
unsafe CRYPTOAPI_BLOB * rgSubtreesConstraint
Definition
CERT_BASIC_CONSTRAINTS_INFO.cs:13
Internal.Cryptography.Pal.Native.CERT_BASIC_CONSTRAINTS_INFO.dwPathLenConstraint
int dwPathLenConstraint
Definition
CERT_BASIC_CONSTRAINTS_INFO.cs:9
Internal.Cryptography.Pal.Native.CERT_BASIC_CONSTRAINTS_INFO.fPathLenConstraint
int fPathLenConstraint
Definition
CERT_BASIC_CONSTRAINTS_INFO.cs:7
Internal.Cryptography.Pal.Native.CERT_BASIC_CONSTRAINTS_INFO.SubjectType
CRYPT_BIT_BLOB SubjectType
Definition
CERT_BASIC_CONSTRAINTS_INFO.cs:5
Internal.Cryptography.Pal.Native.CERT_BASIC_CONSTRAINTS_INFO
Definition
CERT_BASIC_CONSTRAINTS_INFO.cs:4
Internal.Cryptography.Pal.Native.CRYPTOAPI_BLOB
Definition
CRYPTOAPI_BLOB.cs:7
Internal.Cryptography.Pal.Native.CRYPT_BIT_BLOB
Definition
CRYPT_BIT_BLOB.cs:7
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CERT_BASIC_CONSTRAINTS_INFO.cs
Generated by
1.10.0