The kind of store in the PKI communication store group (e.g. Own, Trusted, Issuer, or Rejected).
Syntax
Members
Member | Value | Description |
Issuer | 3 | The PKI communication store for issuer (CA) certificates.
The value of this enum member is 3. |
None | 0 | No PKI communication store kind.
The value of this enum member is 0. |
Own | 1 | The PKI communication store for own certificates.
The value of this enum member is 1. |
Rejected | 4 | The PKI communication store for rejected certificates.
The value of this enum member is 4. |
Trusted | 2 | The PKI communication store for trusted ("peer") certificates.
The value of this enum member is 2. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.PkiCommunicationStoreKind
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