Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
CertStoreAddDisposition.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Internal
 
namespace  Internal.Cryptography
 
namespace  Internal.Cryptography.Pal
 
namespace  Internal.Cryptography.Pal.Native
 

Enumerations

enum  Internal.Cryptography.Pal.Native.CertStoreAddDisposition {
  Internal.Cryptography.Pal.Native.CERT_STORE_ADD_NEW = 1 , Internal.Cryptography.Pal.Native.CERT_STORE_ADD_USE_EXISTING , Internal.Cryptography.Pal.Native.CERT_STORE_ADD_REPLACE_EXISTING , Internal.Cryptography.Pal.Native.CERT_STORE_ADD_ALWAYS ,
  Internal.Cryptography.Pal.Native.CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES , Internal.Cryptography.Pal.Native.CERT_STORE_ADD_NEWER , Internal.Cryptography.Pal.Native.CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES
}