CertificateStoreObjectAccessStateEnum Enumeration

Identifies the access state to a certificate store object.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[FlagsAttribute]
public enum CertificateStoreObjectAccessStateEnum

Members

WritePersist1 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.
SystemStore2 Set if context resides in a SYSTEM or SYSTEM_REGISTRY store.
LocalMachineSystemStore4 Set if context resides in a LocalMachine SYSTEM or SYSTEM_REGISTRY store.
GroupPolicySystemStore8 Set if context resides in a GroupPolicy SYSTEM or SYSTEM_REGISTRY store.

See Also