Enum CertificateStoreName
C#
public enum CertificateStoreName
Fields
AddressBook | Specifies that the certificate store for the system address book should be used. |
AuthRoot | Specifies that the root authorization certificate store should be used. |
CertificateAuthority | Specifies that the certificate authority store should be used. |
Disallowed | Specifies that the certificate store for disallowed certificates should be used. |
My | Specifies that the My certificate store should be used. |
Root | Specifies that the Root certificate store should be used. |
TrustedPeople | Specifies that the TrustedPeople certificate store should be used. |
TrustedPublisher | Specifies that the TrustedPublisher certificate store should be used. |