Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CryptDecodeObjectStructType.cs
Go to the documentation of this file.
1
namespace
Internal.Cryptography.Pal.Native
;
2
3
internal
enum
CryptDecodeObjectStructType
4
{
5
CNG_RSA_PUBLIC_KEY_BLOB
= 72,
6
X509_DSS_PUBLICKEY
= 38,
7
X509_DSS_PARAMETERS
= 39,
8
X509_KEY_USAGE
= 14,
9
X509_BASIC_CONSTRAINTS
= 13,
10
X509_BASIC_CONSTRAINTS2
= 15,
11
X509_ENHANCED_KEY_USAGE
= 36,
12
X509_CERT_POLICIES
= 16,
13
X509_UNICODE_ANY_STRING
= 24,
14
X509_CERTIFICATE_TEMPLATE
= 64
15
}
Internal.Cryptography.Pal.Native.CryptDecodeObjectStructType
CryptDecodeObjectStructType
Definition
CryptDecodeObjectStructType.cs:4
Internal.Cryptography.Pal.Native.CryptDecodeObjectStructType.X509_BASIC_CONSTRAINTS2
@ X509_BASIC_CONSTRAINTS2
Internal.Cryptography.Pal.Native.CryptDecodeObjectStructType.X509_UNICODE_ANY_STRING
@ X509_UNICODE_ANY_STRING
Internal.Cryptography.Pal.Native.CryptDecodeObjectStructType.X509_CERT_POLICIES
@ X509_CERT_POLICIES
Internal.Cryptography.Pal.Native.CryptDecodeObjectStructType.X509_DSS_PARAMETERS
@ X509_DSS_PARAMETERS
Internal.Cryptography.Pal.Native.CryptDecodeObjectStructType.X509_KEY_USAGE
@ X509_KEY_USAGE
Internal.Cryptography.Pal.Native.CryptDecodeObjectStructType.X509_CERTIFICATE_TEMPLATE
@ X509_CERTIFICATE_TEMPLATE
Internal.Cryptography.Pal.Native.CryptDecodeObjectStructType.CNG_RSA_PUBLIC_KEY_BLOB
@ CNG_RSA_PUBLIC_KEY_BLOB
Internal.Cryptography.Pal.Native.CryptDecodeObjectStructType.X509_DSS_PUBLICKEY
@ X509_DSS_PUBLICKEY
Internal.Cryptography.Pal.Native.CryptDecodeObjectStructType.X509_BASIC_CONSTRAINTS
@ X509_BASIC_CONSTRAINTS
Internal.Cryptography.Pal.Native.CryptDecodeObjectStructType.X509_ENHANCED_KEY_USAGE
@ X509_ENHANCED_KEY_USAGE
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CryptDecodeObjectStructType.cs
Generated by
1.10.0