Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CryptImportPublicKeyInfoFlags.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Internal.Cryptography.Pal.Native
;
4
5
[Flags]
6
internal
enum
CryptImportPublicKeyInfoFlags
7
{
8
NONE
= 0,
9
CRYPT_OID_INFO_PUBKEY_ENCRYPT_KEY_FLAG
= 0x40000000
10
}
Internal.Cryptography.Pal.Native.CryptImportPublicKeyInfoFlags
CryptImportPublicKeyInfoFlags
Definition
CryptImportPublicKeyInfoFlags.cs:7
Internal.Cryptography.Pal.Native.CryptImportPublicKeyInfoFlags.NONE
@ NONE
Internal.Cryptography.Pal.Native.CryptImportPublicKeyInfoFlags.CRYPT_OID_INFO_PUBKEY_ENCRYPT_KEY_FLAG
@ CRYPT_OID_INFO_PUBKEY_ENCRYPT_KEY_FLAG
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
CryptImportPublicKeyInfoFlags.cs
Generated by
1.10.0