Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CertNameFlags.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Internal.Cryptography.Pal.Native
;
4
5
[Flags]
6
internal
enum
CertNameFlags
7
{
8
None
= 0,
9
CERT_NAME_ISSUER_FLAG
= 1
10
}
Internal.Cryptography.Pal.Native.CertNameFlags
CertNameFlags
Definition
CertNameFlags.cs:7
Internal.Cryptography.Pal.Native.CertNameFlags.CERT_NAME_ISSUER_FLAG
@ CERT_NAME_ISSUER_FLAG
Internal.Cryptography.Pal.Native.CertChainFlags.None
@ None
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
System
Definition
BlockingCollection.cs:8
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CertNameFlags.cs
Generated by
1.10.0