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

      Syntax

      public enum StoreName

      Members

      NameDescription
      AddressBookThe X.509 certificate store for other users.
      AuthRootThe X.509 certificate store for third-party certificate authorities (CAs).
      CertificateAuthorityThe X.509 certificate store for intermediate certificate authorities (CAs).
      DisallowedThe X.509 certificate store for revoked certificates.
      MyThe X.509 certificate store for personal certificates.
      RootThe X.509 certificate store for trusted root certificate authorities (CAs).
      TrustedPeopleThe X.509 certificate store for directly trusted people and resources.
      TrustedPublisherThe X.509 certificate store for directly trusted publishers.
      Top

      Framework

      .NET Compact Framework.NET Compact Framework

      Supported version: 2.0, 3.5, and 3.9
      Assembly: ComponentPro.Network.CF (in ComponentPro.Network.CF.dll)

      See Also