Back to Devexpress

TdxX509StoreLocation Enum

vcl-dxx509certificate-dot-tdxx509storelocation.md

latest1.0 KB
Original Source

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

dxX509Certificate Unit