The kind (purpose) of PKI application store, such as Instance, User, or HTTPS.
Syntax
Members
| Member | Value | Description |
| Https | 3 | Denotes the PKI application store kind for HTTPS certificates.
The value of this enum member is 3. |
| Instance | 1 | Denotes the PKI application store kind for instance certificates.
The value of this enum member is 1. |
| None | 0 | No PKI application store kind.
The value of this enum member is 0. |
| User | 2 | Denotes the PKI application store kind for user certificates.
The value of this enum member is 2. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.PkiApplicationStoreKind
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also