Specifies the way to open the X.509 certificate store.

      Syntax

      public enum OpenFlags

      Members

      NameDescription
      ReadOnlyOpen the X.509 certificate store for reading only.
      ReadWriteOpen the X.509 certificate store for both reading and writing.
      MaxAllowedOpen the X.509 certificate store for the highest access allowed.
      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