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

TdxX509StoreName Enum

Enumerates names of X.509 certificate system stores.

#Declaration

Delphi
TdxX509StoreName = (
    snAddressBook = 1,
    snAuthRoot = 2,
    snCertificateAuthority = 3,
    snDisallowed = 4,
    snMy = 5,
    snRoot = 6,
    snTrustedPeople = 7,
    snTrustedPublisher = 8
);

#Members

Name
snAddressBook
snAuthRoot
snCertificateAuthority
snDisallowed
snMy
snRoot
snTrustedPeople
snTrustedPublisher

#Remarks

Options include:

Value Description
snAddressBook Contains certificates from other users.
snAuthRoot Contains certificates issued by third-party certificate authorities.
snCertificateAuthority Contains certificates issued by intermediate certificate authorities.
snDisallowed Contains revoked certificates.
snMy A personal certificate store. Contains self-signed certificates.
snRoot Contains root certificates issued by trusted certificate authorities.
snTrustedPeople Contains certificates from trusted people and resources.
snTrustedPublisher Contains certificates issued by trusted publishers.

An X.509 certificate store‘s Name property references the TdxX509StoreName type.

See Also