Back to product page
- Introduction
- License Agreement
- Objects
- Certificate
- Methods
- Properties
- BitCount
- CommonName
- Country
- Data
- FriendlyName
- Handle
- HasPrivateKey
- Issuer
- IssuerCommonName
- IssuerCountry
- IssuerEmail
- IssuerLocality
- IssuerOrganization
- IssuerState
- IssuerText
- IssuerUnit
- Locality
- Organization
- PrivateKey
- PublicKey
- PublicKeyOpenSSH
- PublicKeyRSA1
- PublicKeySSH
- SerialNumber
- SerialNumberDec
- SerialNumberHex
- State
- Text
- Unit
- ValidFrom
- ValidTo
- Version
- Certificates
- CertLocation
- CertStores
- Enumerations
- Certificate
- How to get support?
- Tehnical information
- Error list
CertLocations Enumeration
List of certificate locations.
Remarks
Possible values for CertLocations:
Constant | Value | Description |
---|---|---|
CurrentUser | 0 | System stores at registry location HKEY_CURRENT_USER\Software\Microsoft\SystemCertificates. |
CurrentService | 1 | System stores at registry location HKEY_LOCAL_MACHINE\Software\Microsoft\Crytography\Services\ |
CurrentUserGroupPolicy | 2 | System stores at registry location HKEY_CURRENT_USER\Software\Policy\Microsoft\SystemCertificates. |
LocalMachineEnterprise | 3 | Contains certificates shared across domains in the enterprise and downloaded from the global enterprise directory. To synchronize the client's enterprise store, the enterprise directory is polled every eight hours and certificates are downloaded automatically in the background. |
LocalMachineGroupPolicy | 4 | System stores at registry location HKEY_LOCAL_MACHINE\Software\Policy\Microsoft\SystemCertificates. |
Services | 5 | System stores at registry location HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\Services\ |
Users | 6 | System stores at registry location HKEY_USERS\ |
LocalMachine | 7 | System stores at registry location HKEY_LOCAL_MACHINE\Software\Microsoft\SystemCertificates. |
Memory | 8 | A certificate store in cached memory. |