Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CertStoreAddDisposition.cs
Go to the documentation of this file.
1
namespace
Internal.Cryptography.Pal.Native
;
2
3
internal
enum
CertStoreAddDisposition
4
{
5
CERT_STORE_ADD_NEW
= 1,
6
CERT_STORE_ADD_USE_EXISTING
,
7
CERT_STORE_ADD_REPLACE_EXISTING
,
8
CERT_STORE_ADD_ALWAYS
,
9
CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES
,
10
CERT_STORE_ADD_NEWER
,
11
CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES
12
}
Internal.Cryptography.Pal.Native.CertStoreAddDisposition
CertStoreAddDisposition
Definition
CertStoreAddDisposition.cs:4
Internal.Cryptography.Pal.Native.CertStoreAddDisposition.CERT_STORE_ADD_NEWER
@ CERT_STORE_ADD_NEWER
Internal.Cryptography.Pal.Native.CertStoreAddDisposition.CERT_STORE_ADD_ALWAYS
@ CERT_STORE_ADD_ALWAYS
Internal.Cryptography.Pal.Native.CertStoreAddDisposition.CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES
@ CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES
Internal.Cryptography.Pal.Native.CertStoreAddDisposition.CERT_STORE_ADD_NEW
@ CERT_STORE_ADD_NEW
Internal.Cryptography.Pal.Native.CertStoreAddDisposition.CERT_STORE_ADD_USE_EXISTING
@ CERT_STORE_ADD_USE_EXISTING
Internal.Cryptography.Pal.Native.CertStoreAddDisposition.CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES
@ CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES
Internal.Cryptography.Pal.Native.CertStoreAddDisposition.CERT_STORE_ADD_REPLACE_EXISTING
@ CERT_STORE_ADD_REPLACE_EXISTING
Internal.Cryptography.Pal.Native
Definition
CERT_BASIC_CONSTRAINTS2_INFO.cs:1
source
System.Security.Cryptography.X509Certificates
Internal.Cryptography.Pal.Native
CertStoreAddDisposition.cs
Generated by
1.10.0