Enum SslCertificateStoreName
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the unique internal store names used by Windows.
public enum SslCertificateStoreName
Fields
AuthRoot = 4
Trusted 3rd Party Root Certificate Authorities.
CA = 2
Intermediate Certification Authorities.
MY = 1
Personal.
ROOT = 3
Trusted Root Certificate Authorities - NOTE: the certificates management console also shows certificates from the "Trusted 3rd Party Root Certificate Authorities" store when viewing this store.
TrustedPeople = 6
Trusted People.
TrustedPublisher = 5
Trusted Publishers.
Unknown = 0
The store internal name is unknown.
WebHosting = 7
The web hosting certificate store. This is available on Windows 8, Windows Server 2012 and above.