System.Security.Cryptography.X509Certificates.StoreName
namespace System.Security.Cryptography.X509Certificates
{
public enum StoreName
{
AddressBook = 1,
AuthRoot,
CertificateAuthority,
Disallowed,
My,
Root,
TrustedPeople,
TrustedPublisher
}
}