StoreName Enumeration

Specifies the name of the X.509 certificate store to open.

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in system.security.dll)

Syntax

public enum StoreName

Remarks

This enumeration specifies the X.509 store name, which also includes the type of certificates included. For example, My includes personal certificates, whereas Disallowed includes only revoked certificates.

Members

  Member name Description
CA The X.509 certificate store for trusted root certificate authorities (CAs).
Disallowed The X.509 certificate store for revoked certificates.
My The X.509 certificate store for personal certificates.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

System.Security.Cryptography.X509Certificates Namespace