TdxX509StoreLocation Enum
Enumerates available locations of an X.509 certificate store.
Declaration
TdxX509StoreLocation = (
slCurrentUser,
slLocalMachine
);
Members
Name |
---|
slCurrentUser
|
slLocalMachine
|
Remarks
Options include:
Value | Description |
---|---|
slCurrentUser | A certificate store belongs to the current user. The store is at the following system registry location: ‘HKEY_CURRENT_USER/Software/Microsoft/SystemCertificates’ |
slLocalMachine | A certificate store is located on the local machine. The store is at the following system registry location: ‘HKEY_LOCAL_MACHINE/Software/Microsoft/SystemCertificates’ |
colspan=”2” | |
An X.509 certificate store’s Location property references the TdxX509StoreLocation type.
See Also