Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxX509StoreLocation Enum

Enumerates available locations of an X.509 certificate store.

#Declaration

Delphi
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