Skip to main content

TdxX509StoreName Enum

Enumerates names of X.509 certificate system stores.

Declaration

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