Specifies the naming a system store.
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum StoreType
Public Enumeration StoreType
public enum class StoreType
type StoreType
Members
| Member | Value | Description |
|---|---|---|
| MY | 0 |
A certificate store that holds certificates with associated private keys.
|
| ROOT | 1 |
Root certificates.
|
| CA | 2 |
Certification authority certificates.
|
| SPC | 3 |
Software Publisher Certificate.
|