Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PfxCertStoreFlags.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Internal.Cryptography.Pal.Native
;
4
5
[Flags]
6
internal
enum
PfxCertStoreFlags
7
{
8
CRYPT_EXPORTABLE
= 1,
9
CRYPT_USER_PROTECTED
= 2,
10
CRYPT_MACHINE_KEYSET
= 0x20,
11
CRYPT_USER_KEYSET
= 0x1000,
12
PKCS12_PREFER_CNG_KSP
= 0x100,
13
PKCS12_ALWAYS_CNG_KSP
= 0x200,
14
PKCS12_ALLOW_OVERWRITE_KEY
= 0x4000,
15
PKCS12_NO_PERSIST_KEY
= 0x8000,
16
PKCS12_INCLUDE_EXTENDED_PROPERTIES
= 0x10,
17
None
= 0
18
}
Internal.Cryptography.Pal.Native.CryptAcquireContextFlags.CRYPT_MACHINE_KEYSET
@ CRYPT_MACHINE_KEYSET
Internal.Cryptography.Pal.Native.PfxCertStoreFlags
PfxCertStoreFlags
Definition
PfxCertStoreFlags.cs:7
Internal.Cryptography.Pal.Native.PfxCertStoreFlags.PKCS12_PREFER_CNG_KSP
@ PKCS12_PREFER_CNG_KSP
Internal.Cryptography.Pal.Native.PfxCertStoreFlags.CRYPT_EXPORTABLE
@ CRYPT_EXPORTABLE
Internal.Cryptography.Pal.Native.PfxCertStoreFlags.PKCS12_INCLUDE_EXTENDED_PROPERTIES
@ PKCS12_INCLUDE_EXTENDED_PROPERTIES
Internal.Cryptography.Pal.Native.PfxCertStoreFlags.CRYPT_USER_PROTECTED
@ CRYPT_USER_PROTECTED
Internal.Cryptography.Pal.Native.PfxCertStoreFlags.PKCS12_NO_PERSIST_KEY
@ PKCS12_NO_PERSIST_KEY
Internal.Cryptography.Pal.Native.PfxCertStoreFlags.PKCS12_ALWAYS_CNG_KSP
@ PKCS12_ALWAYS_CNG_KSP
Internal.Cryptography.Pal.Native.PfxCertStoreFlags.CRYPT_USER_KEYSET
@ CRYPT_USER_KEYSET
Internal.Cryptography.Pal.Native.PfxCertStoreFlags.PKCS12_ALLOW_OVERWRITE_KEY
@ PKCS12_ALLOW_OVERWRITE_KEY
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
PfxCertStoreFlags.cs
Generated by
1.10.0