The CAStoreFlags property value is passed directly to CertOpenStore when the Certification Authority (CA) store is opened. The default value for CAStoreFlags is CERT_SYSTEM_STORE_CURRENT_USER. Currently only CERT_SYSTEM_STORE_CURRENT_USER and CERT_SYSTEM_STORE_LOCAL_MACHINE are supported.
CERT_SYSTEM_STORE_CURRENT_USER
CERT_SYSTEM_STORE_LOCAL_MACHINE
acceptPKCS7
acceptFilePKCS7
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |