About
Pricing
Try Now
BUY
Free Trial
Welcome!
UltimateBounceInspector Feature
Licensing and How to Order
Installation Instruction
Getting Started
Processing a single EML or Outlook MSG file
Processing multiple mail message files
Downloading and processing multiple messages from IMAP server
Downloading and processing multiple messages from POP3 server
Accessing original message
Adding a custom signature
Using Events
Cancelling an operation
Displaying progress while processing bounces
Handling exceptions
Class Reference
ComponentPro
ComponentPro.Collections.BounceInspector
ComponentPro.Compression
ComponentPro.Diagnostics
ComponentPro.Net
ComponentPro.Net.Mail
ComponentPro.Net.Mail.Headers
ComponentPro.Security
ComponentPro.Security.Authentication
ComponentPro.Security.Certificates
Classes
Enumerations
CertificateChainEngine
CertificateVerificationStatus
KeyAlgorithm
OpenFlags
SignatureHashAlgorithm
StoreLocation
StoreName
VerificationFlags
ComponentPro.Security.Cryptography
ComponentPro.Security.Cryptography.Pkcs
ComponentPro UltimateBounceInspector
OpenFlags Enumeration
See Also
Collapse All
Expand All
Members Options: Show All
Language Filter: All
Send comments
on this topic to
ComponentPro
Class Reference
>
ComponentPro.Security.Certificates Namespace
> OpenFlags Enumeration
Specifies the way to open the X.509 certificate store.
Syntax
Copy Code
C#
VB.NET
C++/CLI
public enum OpenFlags
Public Enum OpenFlags
public enum class OpenFlags
Members
Name
Description
ReadOnly
Open the X.509 certificate store for reading only.
ReadWrite
Open the X.509 certificate store for both reading and writing.
MaxAllowed
Open the X.509 certificate store for the highest access allowed.
Top
Framework
.NET Compact Framework
Supported version
: 2.0, 3.5, and 3.9
Assembly
: ComponentPro.Network.CF (in ComponentPro.Network.CF.dll)
See Also
Reference
ComponentPro.Security.Certificates Namespace