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. |
None | 0 | No PKI communication store kind. |
Own | 1 | The PKI communication store for own certificates. |
Rejected | 4 | The PKI communication store for rejected certificates. |
Trusted | 2 | The PKI communication store for trusted ("peer") certificates. |
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