CertificateStoreObjectAccessStateEnum Enumeration
            Identifies the access state to a certificate store object.
            
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
[FlagsAttribute]
public enum CertificateStoreObjectAccessStateEnum
<FlagsAttribute>
Public Enumeration CertificateStoreObjectAccessStateEnum
[FlagsAttribute]
public enum class CertificateStoreObjectAccessStateEnum
[<FlagsAttribute>]
type CertificateStoreObjectAccessStateEnum
 | WritePersist | 1 | Set if context property writes are persisted. For instance, not set for
            memory store contexts. Set for registry based stores opened as read or write.
            Not set for registry based stores opened as read only. | 
| SystemStore | 2 | Set if context resides in a SYSTEM or SYSTEM_REGISTRY store. | 
| LocalMachineSystemStore | 4 | Set if context resides in a LocalMachine SYSTEM or SYSTEM_REGISTRY store. | 
| GroupPolicySystemStore | 8 | Set if context resides in a GroupPolicy SYSTEM or SYSTEM_REGISTRY store. |