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